* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::selection {
    color: #ffffff;
    background: #008888;
}

a {
    text-decoration: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}


input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: helvetica;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.5;
    font-family: PingFang SC, Noto SansCJK, Microsoft Yahei, Heiti SC, FZLanTingHei-R-GBK, STHeiti STXihei, Microsoft Yahei, Arial;
    font-size: .12rem;
    font-weight: 400;
    background-color: #f1f1f1;
}

ul,
li {
    list-style: none;
}

.content {
    padding: 0.4rem;
    padding-bottom: 0px;
    background: white;
}

.ell1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ell2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*璇︽儏椤�*/
.dropdown.active {
    top: 0;
}

.dropdown {
    position: fixed;
    top: -400%;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    box-sizing: border-box;
    -webkit-transition: top .3s;
    transition: top .3s;
    z-index: 99998;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 640px;
    margin: 0px auto;
}

.dropdown .dropdown-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.dropdown .dropdown-container .dropdown-channel-list .dropdown-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: inline-block;
    margin: 0.133333rem 0.26rem;
    width: 2.3rem;
    height: 1.15rem;
    border: 1px solid #eeeeee;
    border-radius: 0.6rem;
    background-color: #ffffff;
    line-height: 1.15rem;
    font-size: 0.4rem;
    text-align: center;
    color: #666666;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.2rem;
}

.dropdown .dropdown-container .dropdown-channel-list .channel-wrapper .switch-channel {
    padding: 0 .4rem;
    line-height: 1rem;
    height: 1rem;
    font-size: .6rem;
    color: #333333;
    font-family: PingFangSC-Regular;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.dropdown .dropdown-container .dropdown-channel-list .channel-wrapper {
    margin-top: .40rem;
    width: 100%;
}

.dropdown .dropdown-container .dropdown-channel-list {
    width: 100%;
    height: 100%;
    padding-top: 0.8rem;
}

.dropdown .dropdown-container .dropdown-channel-list .channel-wrapper .switch-channel .handle-tips {
    height: 100%;
    color: #999999;
    font-size: .4rem;
}

.all-channel-caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    z-index: 99998;
}

.all-channel-caption.active {
    display: block;
}

.navbar {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 46px;
    width: 80%;
    height: 40px;
    background-color: #ffffff;
    z-index: 99997;
}

.detailHeadline {
    font-size: 0.55rem;
    font-weight: 700;
    /* letter-spacing: 12px; */
    color: #333333;
    margin: 15px 0px 15px 0px;
}

.detailDate {
    color: #cccccc;
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin-top: 0.066666rem;
    margin-bottom: 0.111111rem;
    padding-left: 1.046666rem;
    position: relative;
}

.detailDate .title {
    color: #666666;
}

.detailDate img {
    display: block;
    position: absolute;
    left: 0;
    width: 0.8rem;
    top: 0.1rem;
    height: 0.8rem;
}

.detailDate .subscription {
    position: absolute;
    right: 0;
    border: 1px solid #f5554d;
    color: white;
    font-size: 0.3rem;
    line-height: 0.6rem;
    top: 0rem;
    border-radius: 4.5px;
    width: 1.4rem;
    text-align: center;
    background: #f5554d;
}

.detailDate .subscription.current {
    background: #ababab;
    color: #ffffff;
    border-color: #ababab;
}

.detailContent {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
}

.detailHidden {
    position: relative;
    height: 15rem;
}

.detailHidden .detailContent {
    height: 15rem;
    overflow: hidden;
}

#readmore2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 50;
}

.readmore_space {
    padding: 0.693333rem 0 0;
    padding-bottom: 1.133333rem;
    background: #ffffff;
}

#readmore2 a {
    display: block;
    width: 100%;
    height: 1.173333rem;
    line-height: 1.173333rem;
    font-size: 0.4rem;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    background: #f64e45;
}

.readmore_mask {
    left: -0.4rem;
    right: -0.4rem;
    height: 4.666666rem;
    position: absolute;
    bottom: 1.933333rem;
    background: -webkit-linear-gradient(rgba(247, 247, 247, 0), rgba(247, 247, 247, .8), #f7f7f7);
    background: -o-linear-gradient(right, rgba(247, 247, 247, 0), rgba(247, 247, 247, .8), #f7f7f7);
    background: -moz-linear-gradient(right, rgba(247, 247, 247, 0), rgba(247, 247, 247, .8), #f7f7f7);
    background: linear-gradient(rgba(247, 247, 247, 0), rgba(247, 247, 247, .8), #f7f7f7);
}

@-webkit-keyframes webSwipeTipAfter {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0)
    }
}

.readmore_btn {
    display: block;
    width: 0.373333rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    -webkit-animation: webSwipeTipAfter 1.5s infinite ease-in-out;
    animation: webSwipeTipAfter 1.5s infinite ease-in-out;
    cursor: pointer;
}

.readmore_btn img {
    width: 100%;
}

.artileText {
    text-indent: 2em;
    font-size: 0.5rem;
    padding: 0.4rem 0;
    line-height: 1.8;
}

.detailContent img {
    display: inline-block;
    max-width: 100%;
}

.imgInfo {
    text-align: center;
    font-size: 0.4rem;
    margin: 0.3rem 0px;
}

.editInfo .text {
    font-size: 0.4rem;
    color: #999999;
    text-align: right;
    line-height: 2;
}

.editCard {
    padding: 0.4rem 0.64rem;
    margin: 0.4rem 0;
    border-top: 1px dotted #9e9e9e;
    border-bottom: 1px dotted #9e9e9e;
}

.editCardbox {
    border: 1px solid #bfbfbf;
    /*border-radius: 0.133333rem;*/
    position: relative;
    padding: 0.4rem 1.333333rem;
}

.editCardbox img {
    display: block;
    position: absolute;
    left: 0.24rem;
    top: 0.4rem;
    width: 0.906666rem;
    height: 0.906666rem;
    border-radius: 50%;
}

.editCardbox .name {
    font-size: 0.4rem;
    line-height: 0.533333rem;
}

.editCardbox .job {
    color: #646464;
    font-size: 0.35rem;
    line-height: 0.373333rem;
}

.editCardbox .follow {
    position: absolute;
    right: 0.24rem;
    top: 0.433333rem;
    line-height: 0.8rem;
    background: #f5554d;
    color: #ffffff;
    width: 1.36rem;
    text-align: center;
    /*border-radius: 0.133333rem;*/
    font-size: 0.373333rem;
}

.editCardbox .follow.current {
    background: #ababab;
}

.detailLike {
    text-align: center;
    padding: 0.4rem 0;
}

.detailLike .like {
    display: inline-block;
    line-height: 0.84rem;
    border: 1px solid #abaaab;
    border-radius: 0.84rem;
    padding: 0 0.4rem;
    color: #9e9d9e;
}

.detailLike .like span {
    margin-right: 0.133333rem;
}

.detailLike .like.current .iconfont {
    color: #f5554d;
}

.detailLike .like.current .iconfont:before {
    content: '\e616';
}

.detailLike .like.current {
    color: red;
    border: 1px solid red;
}

.getMore {
    background: #f8f8f8;
    line-height: 1.333333rem;
    text-align: center;
    font-size: 0.426666rem;
    color: #9e9e9e;
    margin: 0.4rem 0;
}

.getMore .title,
.getMore .iconfont {
    color: #f5554d;
}

.getMore .iconfont {
    font-size: 0.5rem;
}

.section {
    text-align: center;
}

.section img {
    display: inline-block;
    width: 100%;
}

.recommend {
    margin-top: 10px;
    /*margin-top: 0.666666rem;*/
}

.recommendList {
    border-top: 1px solid #ececec;
}

.recommendList > li {
    padding: 0.266666rem 0;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.recommendList > li:last-child {
    border-bottom: 0;
}

.recommendList > li.img-text {
    padding-right: 3.75rem;
    height: 2.95rem;
}

.recommendList > li.text {
    min-height: 1.773333rem;
}

.recommendList > li > img, .recommendList > li > a > img {
    position: absolute;
    right: 0;
    top: 0.4rem;
    width: 3.5rem;
    height: 2.1rem;
    /*max-height: 2.2rem; */
    /*border-radius: 0.133333rem;*/
}

.textContent {
    position: relative;
    height: 100%;
    /*padding-bottom: 0.2rem;*/
}

.textContent .headline {
    font-size: 0.426666rem;
    /*line-height: 0.9rem;*/
    margin-bottom: 0.3rem;
    color: #333333;
}

.recommendList > li.img-text .sub {
    position: absolute;
}

.textContent .sub {
    position: relative;
    bottom: 0px;
    right: 0;
    left: 0;
}

.textContent .typeline {
    margin-bottom: 0.4rem;
    height: 100%;
}

.textContent .type1_text .type1 {
    margin-bottom: 0.4rem;
}

.textContent .sub > span {
    display: inline-block;
    margin-right: 0.23333rem;
    font-size: 0.4rem;
    color: #9e9e9e;
    line-height: 0.4rem;
}

.textContent .sub > span.read {
    padding-left: 0.5rem;
    position: relative;
}

.textContent .sub > span.pic {
    position: relative;
    padding-right: 0.5rem;
}

.textContent .sub > span.pic:after {
    content: "\e634";
    font-family: iconfont;
    font-size: 0.4rem;
    position: absolute;
    right: 0;
    top: 4;
    line-height: 0.45rem;
}

.textContent .sub .type1 {
    color: #438dcc;
    margin-top: 5px;
}

.textContent .sub .type1.iconfont {
    font-size: 0.373333rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.textContent .sub .type2 {
    color: #e6534c;
}

.textContent .sub2 {
    bottom: 0px;
}

.textContent .sub .read:before {
    content: '\e857';
    font-family: iconfont;
    font-size: 0.5rem;
    position: absolute;
    left: 0;
    /* top: 2px; */
    line-height: 0.4rem;
    margin-right: 5px;
    display: inline-block;
}

.textContent .sub .close {
    position: absolute;
    right: 0;
    border: 1px solid #ababab;
    line-height: 0.4rem;
    padding: 0 0.2rem;
    border-radius: 0.066666rem;
    color: #a9a9a9;
    bottom: 0;
}

.top-swiper {
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    width: 100%;
    height: 1.76rem;
    z-index: 999;
    background: #ffffff;
    max-width: 640px;
}

.cxq {
    padding-top: 1.76rem;
}

.topnews {
    position: relative;
    padding: 0.4rem 2.933333rem 0.4rem 1.8rem;
    padding-top: 0.2rem;
}

.topnews img {
    position: absolute;
    left: 0.4rem;
    top: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
}

.topnews .txta {
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #646464;
}

.topnews .hotbut {
    position: absolute;
    right: 0.4rem;
    top: 0.32rem;
    background: #f93c42;
    color: #ffffff;
    width: 2.3rem;
    height: 0.95rem;
    line-height: 0.95rem;
    text-align: center;
    border-radius: 0.3rem;
    font-size: 0.5rem;

}

.top-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 3px;
}

.top-swiper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
}

.top-swiper .swiper-pagination-bullet-active {
    background: #333333;
}

.topnews .title {
    font-weight: bold;
    font-size: 0.4rem;
}

.topnews .des {
    color: #9e9d9e;
    font-size: 0.4rem;
}

.identifying_recommend {
    overflow: hidden;
    width: 100%;
}

.identifying_recommend li {
    float: left;
    padding: 0.133333rem;
    background: #f7f7f7;
    border-radius: 0.266666rem;
    font-size: 0.346666rem;
    color: #3a84e9;
    margin-right: 0.266666rem;
    margin-top: 0.453333rem;
}

.identifying_recommend li img {
    height: 0.346666rem;
    margin-top: 0.066666rem;
    float: left;
    margin-right: 0.066666rem;
}

.editSwiper .swiper-slide,
.indexToppic .swiper-slide {
    width: 40%;
}

.reporterInfo .title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 0.4rem;
    color: #666666;
    margin-bottom: 0.2rem;
}

.reporterInfo .title i {
    display: inline-block;
    width: 0.426666rem;
    height: 0.32rem;
    background-size: cover;
}

.reporterInfo .title i:nth-child(1) {
    background-image: url(../images/head_line_l.png);
}

.reporterInfo .title strong {
    margin: 0.453333rem;
    font-weight: 400;
}

.reporterInfo .title i:nth-child(3) {
    background-image: url(../images/head_line_r.png);
}

.detailContent .article p {
    font-size: 0.5rem;
    /*padding: 0.4rem 0;*/
    line-height: 1.8;
    word-wrap: break-word;
    /*text-align: justify !important;*/
}

.detailContent .article img {
    margin: 10px auto !important;
    max-width: 100% !important;
    display: block;
    /*object-fit: cover;*/
    height: auto !important;
}

video img {
    object-fit: contain !important;
}

.detailContent .article * {
    max-width: 100% !important;
}

.reporterInfo .swiper-slide-content {
    border-radius: 10px;
    border: 1px solid rgba(246, 78, 69, .2);
    box-shadow: 0 4px 6px 0 rgba(246, 78, 69, .08);
    position: relative;
    height: 3.4rem;
}

.reporterInfo .top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.reporterInfo .top .headimg {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border: 1px solid #eeeeee;
    background: #ffffff;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin: -0.173333rem 0 0 -0.173333rem;
    overflow: hidden;
}

.reporterInfo .top .headimg img {
    width: 100%;
    height: 100%;
}

.reporterInfo .top strong {
    margin-left: 0.106666rem;
    font-size: 0.373333rem;
    max-width: 2.266666rem;
    font-weight: bold;
}

.reporterInfo .swiper-slide-content .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.35rem;
    color: #999999;
    line-height: 1.5;
    text-align: left;
    margin: 0.106666rem 0.24rem 0.333333rem;
}

.reporterInfo .swiper-slide-content .lookBtn {
    border-radius: .256rem;
    border: 1px solid rgba(249, 76, 62, .2);
    box-shadow: 0 2px 4px 0 rgba(246, 78, 69, .2);
    width: 1.253333rem;
    padding: 0.106666rem 0;
    font-size: 0.32rem;
    color: #f64e45;
    background: #ffffff;
    text-align: center;
    margin: 0 auto;
}

#send_comment {
    width: 100%;
    height: 1.146666rem;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    z-index: 1001;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #eeeeee;
    max-width: 640px;
}

#send_comment #send_comment_container {
    width: 65%;
    height: 0.8rem;
    background-color: #f7f7f7;
    border-radius: 30px;
    position: absolute;
    left: 0.4rem;
    top: 0.17rem;
    padding-left: 0.133333rem;
    padding: 0.12rem;
}

#send_comment a {
    width: 1.866666rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.373333rem;
    background: #f5554d;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    display: block;
    position: absolute;
    right: 0.4rem;
    top: 0.17rem;
}

#send_comment label img {
    width: 0.56rem;
    display: inline-block;
    vertical-align: top;
}

#send_comment input {
    padding-left: 0.24rem;
    width: 5.5rem;
    height: 0.56rem;
    line-height: 0.56rem;
    border-left: 0;
    font-size: 0.373333rem;
    border-radius: 0 30px 30px 0;
    color: #333333;
    border: 0;
    background: none;
    outline: none;
}

#send_comment #send_comment_container:after {
    content: "";
    width: 1px;
    height: 0.4rem;
    background: #dddddd;
    position: absolute;
    left: 0.85rem;
    top: 0.2rem;
}

.sendItem {
    padding-bottom: 1.146666rem;
    padding-top: 1.76rem;
    position: relative;
}

#copyRiWrap {
    text-align: center;
    margin: 0.453333rem 0;
    margin-top: 0;
}

.copyrighttxt {
    text-align: center;
    color: #999999;
    font-size: 0.426rem;
    padding: 20px 10px;
    border: 1px dashed #dddddd;
    border-left: none;
    border-right: none;
    display: inline-block;
}

.bot_banner {
    position: relative;
    border-top: 0.2rem solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 5px;
}

.bot_banner .bot_nav {
    padding: 0.6rem 0.266666rem 0.4rem 0.266666rem;
    /*width: 10rem;*/
    background: #ffffff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.newshare p {
    word-break: break-all;
}

.bot_banner .bot_nav .bot_nav_caption {
    margin-bottom: 0.4rem;
    font-size: 0.5rem;
    text-align: center;
    color: #f64e45;
}

.bot_banner .bot_nav .bot_nav_caption .bot_nav_caption_icon {
    position: relative;
    top: -2px;
    width: 0.933333rem;
    vertical-align: middle;
}

.bot_banner .bot_nav .bot_nav_caption .bot_nav_caption_icon {
    position: relative;
    top: -2px;
    width: 0.933333rem;
    vertical-align: middle;
}

.bot_banner .bot_nav .bot_nav_item {
    display: inline-block;
    margin: 0.133333rem 0.08rem;
    width: 1.6rem;
    height: 0.85rem;
    border: 1px solid #eeeeee;
    border-radius: 0.666666rem;
    background-color: #ffffff;
    line-height: 0.85rem;
    font-size: 0.3rem;
    text-align: center;
    color: #666666;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_com_lists .comment {
    border-top: 10px solid #eeeeee;
}

.hot_com_lists .commentList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: .256rem 0;
}

.hot_com_lists .commentAvatar {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.266666rem;
    border-radius: 50%;
}

.hot_com_lists .commentRight {
    width: 100%;
}

.hot_com_lists .commentName {
    font-size: 0.373333rem;
    color: #999999;
}

.hot_com_lists .supportArea {
    display: inline-block;
    float: right;
}

.hot_com_lists .comCount {
    font-size: 0.373333rem;
    color: #999999;
    position: relative;
    line-height: 0.45rem;
    display: inline-block;
    vertical-align: top;
}

.hot_com_lists .supportIcon {
    display: inline-block;
    padding-left: 0.1rem;
    font-size: 0.32rem;
    color: #999999;
    line-height: 0.4rem;
    vertical-align: top;
}

.hot_com_lists .commentContent {
    font-size: 0.373333rem;
    line-height: 1.5;
    text-align: justify;
    padding: 0.24rem 0;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    color: #333333;
}

.hot_com_lists .commentTime {
    font-size: 0.32rem;
    font-weight: 400;
    color: #999999;
}

.supportCurrent .comCount,
.supportCurrent .supportIcon {
    color: #f64e45;
}

.supportCurrent .supportIcon:before {
    content: '\e616';
}


/*棣栭〉*/

.indexPt {
    padding-top: 2.52rem;
}

.indexPb {
    padding-bottom: 1.76rem;
}

.index-top {
    /*height: 2.52rem;*/
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    max-width: 640px;
}

.index-top .header {
    height: 1.32rem;
    padding-left: 0.4rem;
    display: block;
}

.index-top .header .title {
    font-size: 0.56rem;
    display: inline-block;
    line-height: 1.4rem;
}

.index-top .header .title span {
    color: #f5554d;
}

.search {
    width: 5.6rem;
    height: 0.853333rem;
    background: #ececec;
    border-radius: 0.853333rem;
    position: absolute;
    right: 10px;
    top: 0.24rem;
    padding: 0.106666rem 0.333333rem 0.106666rem 1rem;
}

.search:before {
    content: "\e741";
    font-family: iconfont;
    font-size: 0.6rem;
    line-height: 0.853333rem;
    position: absolute;
    left: 0.266666rem;
    top: 0;
    color: #646464;
}

.index-top .search input {
    display: block;
    width: 100%;
    height: 0.64rem;
    border: 0;
    outline: 0;
    background: none;
    font-size: 0.426666rem;
}

.index-top .icon_day {
    position: absolute;
    right: 0.4rem;
    background: url(../images/icon/24h.png) no-repeat center;
    top: 0.24rem;
    height: 0.853333rem;
    width: 0.64rem;
    background-size: 0.64rem 0.64rem;
}

.index-top .nav {
    font-size: 0;
    position: relative;
    border-bottom: 1px solid #ececec;
}

.index-top .nav .channel-logo {
    position: absolute;
    left: 0.3rem;
    top: 5px;
    max-height: 1.2rem;
    width: 1rem;
    padding: 0.05rem 0;
    /* box-shadow: 5px -2px 10px 0 #fff; */
    z-index: 9;
}

.index-top .nav .channel-logo img {
    box-shadow: 8px 0 10px -4px #ffffff;
    width: 28px;
}

.index-top .navBox a {
    font-size: 0.453333rem;
    max-width: 1.373333rem;
    line-height: 1.2rem;
    position: relative;
    display: inline-block;
}

.nav-contnet {
    height: 40px;
    overflow: hidden;
    padding: 0 1rem 0 1.35rem;
}

.navBox {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 1.6rem;
}

.navBox a {
    margin-right: 0.426666rem;
}

.navBox a.current {
    color: #f5554d;
}

.header .channel-logo img {
}

.index-top .nav .more {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 1);
    width: 1rem;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    color: #f5554d;
    /* box-shadow: -6px -2px 10px 0 #fff; */
    /* line-height: 1.2rem; */
    z-index: 1111111111;
    line-height: 40px;
}

.index-list {
    margin-top: 90px;
    background: white;
    padding-bottom: 2rem;
}

.index-list .recommendList {
    border: 0;
}

.newsSwiper,
.newsSwiper .swiper-container {
    height: 6.333333rem;
}

.newsSwiper p {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    padding: 0 2.4rem 0 0.4rem;
    font-size: 0.426666rem;
}

.newsSwiper .swiper-slide .full {
    display: block;
    width: 100%;
    height: 100%;
}

.newsSwiper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 11px;
}

.newsSwiper .swiper-pagination {
    text-align: right;
    padding-right: 0.4rem;
}

.newsSwiper .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    border-radius: 8px;
}

.newsSwiper .swiper-pagination-bullet-active {
    width: 0.4rem;
    background: #e5192f;
}

.videoPost {
    width: 100%;
    height: 5.4rem;
    /*border-radius: 0.133333rem;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 0.4rem;
}

.videoPost > img {
    display: block;
    height: 100%;
}

img.full {
    display: block;
    width: 100%;
}

.videoPost .play {
    position: absolute;
    width: 1.466666rem;
    height: 1.466666rem;
    text-align: center;
    line-height: 1.466666rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 0.8rem;
}

.videoPost .time {
    position: absolute;
    right: 0.4rem;
    bottom: 0.4rem;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    line-height: 0.666666rem;
    border-radius: 0.666666rem;
    width: 1.333333rem;
    text-align: center;
}

.imgBox {
    display: flex;
    height: auto;
    margin-bottom: 0.3rem;
}

.text-imgs .full {
    height: 100%;
}

.imgBox span {
    display: block;
    flex: 1;
    /*height: 100%;*/
    /*border-radius: 0.133333rem;*/
    overflow: hidden;
}

.imgBox span:nth-child(2) {
    margin: 0 0.2rem;
}

.indexToppic .swiper-slide {
    border: 1px solid #bfbfbf;
    /*border-radius: 0.133333rem;*/
    overflow: hidden;
    height: 4.133333rem;
    position: relative;
}

.indexToppic .swiper-slide img {
    width: 100%;
    height: 2.213333rem;
}

.textContent .indexToppic .sub {
    left: 0.173333rem;
    right: 0.173333rem;
    bottom: 0;
}

.textContent .indexToppic .sub .time {
    color: #999999;
}

.indexToppic .description {
    font-size: 0.35rem;
    margin: 0.133333rem;
    line-height: 0.466666rem;
    color: #000000;
}

.newsType {
    display: inline-block;
    font-size: 0.3rem;
    color: #e6534c;
    border: 1px solid #e6534c;
    line-height: 0.4rem;
    padding: 0.08rem 0.15rem;
    vertical-align: text-bottom;
    /*border-radius: 0.133333rem;*/
    margin-right: 0.133333rem;
    /*margin-bottom: 0.09rem;*/
}

.textContent .headline .more {
    float: right;
    color: #646464;
    font-size: 0.4rem;
}

.recommendList > li.report .textContent,
.recommendList > li.live .textContent {
    padding-bottom: 0;
}

.recommendList > li.banner {
    height: 2.04rem;
}

.recommendList > li.live .living {
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    background: #e6534c;
    color: #ffffff;
    font-size: 0.293333rem;
    line-height: 0.506666rem;
    padding: 0 0.133333rem;
    border-radius: 0.066666rem;
}

.recommendList > li.report .position {
    color: #e6534c;
    font-size: 0.466666rem;
    margin-right: 0.133333rem;
    top: -2px;
}

.text-img2 img {
    display: block;
    width: 100%;
    height: auto;
    /*border-radius: 0.133333rem;*/
    margin-bottom: 0.3rem;
    /*width: 3.47rem;*/
    /*max-height: 250px;*/
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
}


/*瑙嗛*/

.video_show_wrap {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 5.626666rem;
}

.video_show_wrap .vi_poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.video_show_wrap .vi_poster div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.videoplayer {
    /*object-fit: cover;*/
    /*object-position: center;*/
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

.video_show_wrap .vi_poster .vi_play_btn {
    position: absolute;
    top: 0;
    background: url(../images/play.png) no-repeat center center;
    background-size: 12%;
    z-index: 99;
}

#audioContainer .audioBox {
    width: 100%;
    margin: 0 auto 0.453333rem;
    background: #fafafa;
    border: 1px solid rgba(76, 76, 76, .1);
    border-radius: 0.04rem;
    padding: 0.24rem;
    overflow: hidden
}

#audioContainer .audioBox .left {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.08rem;
    background: #dddddd;
    overflow: hidden;
    position: relative;
    float: left;
    background-image: url(../images/bc_default.png);
    background-size: contain
}

#audioContainer .audioBox .left img {
    max-width: none;
    height: 100% !important;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

#audioContainer .audioBox .left a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 60% !important
}

#audioContainer .audioBox .left a.play {
    background: url(../images/icon_pause.png) no-repeat center
}

#audioContainer .audioBox .left a.pause {
    background: url(../images/play.png) no-repeat center
}

#audioContainer .audioBox .left a.loading {
    background: url(../images/loading.png) no-repeat center;
    background-size: 50% !important;
    animation: rotate 1s linear 0s infinite;
    -webkit-animation: rotate 1s linear 0s infinite
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

#audioContainer .audioBox .right {
    margin-left: 1.7rem;
    float: none;
    line-height: 1
}

#audioContainer .audioBox .right p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    margin: 0.106666rem 0 0.34rem;
    line-height: 1.2em !important
}

#audioContainer #progressBar {
    position: relative
}

#audioContainer #progressBar .button,
#audioContainer #progressBar .button span,
#audioContainer #progressBar .progress {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#audioContainer #progressBar .button {
    z-index: 2;
    width: 40px;
    height: 40px;
    left: -14px
}

#audioContainer #progressBar .button span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #f93351;
    background: #ffffff;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#audioContainer #progressBar .progress {
    width: 5rem;
    height: 2px;
    border-radius: 2px;
    background: rgba(76, 76, 76, .1);
    z-index: 1
}

#audioContainer #progressBar .progress span {
    display: block;
    width: 0;
    height: 100%;
    background-image: linear-gradient(-90deg, #fb523b 0, #f93351 100%, #f93351 100%);
    border-radius: 0.04rem
}

#audioContainer #progressBar .time {
    margin-left: 5.3rem;
    font-size: 11px;
    color: #999999
}

@media (min-width: 415px) {
    #audioContainer #progressBar .progress {
        width: 7rem;
    }

    #audioContainer #progressBar .time {
        margin-left: 7.3rem
    }
}


#top-nav {
    width: 100%;
    overflow: hidden;
    padding: 0px;
}

#top-nav .swiper-slide {
    padding: 0 8px;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    width: auto;
}

#top-nav .swiper-slide span {
    transition: all .3s ease;
    display: block;
    font-size: 0.32rem;
    line-height: 40px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #666666;
}

#top-nav .active span {
    color: #f5554d;
    font-size: 0.4rem;
    font-weight: bold;
}

.indexBtm {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    max-width: 640px;
    z-index: 99;
    border-top: 1px solid #ececec;
}

.itemMargin {
    height: 0.266666rem;
    background: #f7f7f7;
}

.banner-new {
    background: white;
    /*margin-bottom:1.76rem;*/
}

.top-pic #top-nav {
    border-bottom: 1px solid #eeeeee;
}

.top-pic #top-nav .active:after {
    content: "";
    position: absolute;
    width: 0.426666rem;
    height: 2px;
    left: 50%;
    bottom: 0;
    margin-left: -0.213333rem;
    background: #f5554d;
}

.top-pic #top-nav .swiper-slide {
    letter-spacing: 1px;
    padding: 0 16px;
}

.top-pic .itemHeader {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.top-pic.swiper-slide span {
    line-height: 1rem;
    color: #666666;
}

.top-pic #top-nav .active span {
    color: #666666;
}

.top-pic .recommendList {
    border: 0;
}

.top-pic .moreDiv {
    height: 1.2rem;
    display: block;
    text-align: center;
    position: relative;
    color: #333333;
    font-size: 0.373333rem;
    line-height: 1.2rem;
    background: white;
    border-top: 1px solid #d3d3d3;
}

.top-pic .moreDiv:after {
    content: "\e6f8";
    font-family: iconfont;
    position: absolute;
    right: 0.4rem;
    top: 0;
    font-size: 0.5rem;
    color: #999999;
}

.top-pic .subIcon {
    display: inline-block;
    width: 0.45rem;
    vertical-align: bottom;
}

.itemHeader {
    margin-bottom: 0.4rem;
    font-size: 0.5rem;
    padding: 0 0.3rem;
    height: 0.506666rem;
    line-height: 0.506666rem;
    position: relative;
}

.itemHeader:before {
    content: "";
    position: absolute;
    left: 0rem;
    width: 4px;
    height: 0.506666rem;
    background: #f5554d;
    border-radius: 3px;
}


#atlas {
    width: 100%;
    height: 100vh;
    background: #000000;
    position: relative;
}

#atlas .swiper-container {
    height: calc(100% - 1.173333rem);
}

#atlas .swiper-container .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#atlas .swiper-container .swiper-slide img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

#atlas .title {
    position: absolute;
    color: #ffffff;
    z-index: 9;
    bottom: 3.5rem;
    text-align: left;
    padding: 0 0.533333rem;
    /* height: 1rem; */
    overflow-y: auto;

}

#atlas .title .headline {
    font-size: 0.4rem;
    line-height: 0.5rem;
    padding-top: 0.4rem;
    margin-bottom: 0.2rem;
}

#atlas .title .text {
    font-size: 0.32rem;
    line-height: 1.5;
}

#atlas .swiper-slide .text {
    font-size: 0.32rem;
    line-height: 1.5;
    color: white;
    position: absolute;
    bottom: 0px;
    /*margin-bottom: 0.333333rem;*/
    padding: 0rem 0.533333rem 0 0.533333rem;
    z-index: 555555;
    text-align: left;
    margin-top: 0.5rem;
    height: 2rem;
    overflow-y: auto;
}

#atlas .swiper-slide .text a {
    color: white;
    font-size: 0.32rem;
}


#atlas #send_comment {
    background: #000000;
    border-top: 1px solid #2a2a2a;
}

#atlas #send_comment #send_comment_container {
    background: #2a2a2a;
}

#atlas #send_comment input {
    color: #ffffff;
}

#atlas #send_comment #send_comment_container:after {
    background: #666666;
}


/*鍔犺浇鏇村*/

.mescroll-upwarp {
    font-weight: 400;
    color: gray;
    height: 50px;
    line-height: 50px;
    margin: 0;
    background: #ffffff;
    text-align: center;
    font-size: 0.4rem;
}

.mescroll-rotate {
    -webkit-animation: mescrollRotate .6s linear infinite;
    animation: mescrollRotate .6s linear infinite
}

@-webkit-keyframes mescrollRotate {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes mescrollRotate {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@media (max-width: 684px) {
    .textContent .sub > span {
        font-size: 0.3rem;
    }

    /*.textContent .sub .read:before{
        font-size:0.4rem;
    }*/
    .newsType {
        line-height: 0.3rem;
        margin-bottom: 0.02rem;
    }

    .dropdown .dropdown-container .dropdown-channel-list .channel-wrapper .switch-channel {
        font-size: 0.5rem;
    }
}

@media (max-width: 684px) and (min-width: 573px) {
    .dropdown .dropdown-container .dropdown-channel-list .dropdown-item {
        margin: 0.133333rem 0.15rem;
    }
}

@media (max-width: 572px) and (min-width: 400px) {
    .dropdown .dropdown-container .dropdown-channel-list .dropdown-item {
        margin: 0.133333rem 0.15rem;
        width: 2.1rem;
    }
}

@media (max-width: 399px) {
    .dropdown .dropdown-container .dropdown-channel-list .dropdown-item {
        margin: 0.133333rem 0.15rem;
        width: 2.1rem;
    }
}

.p-information {
    font-size: 0.3rem;
    font-weight: 400;
    /*margin: 0 15px;*/
    color: #999999;
    text-indent: 0 !important;
    overflow: hidden;
}

.bot_banner_area {
    width: 6.4rem;
    height: 5.94rem;
    background-image: url(../images/bottom_img.png);
    background-repeat: no-repeat;
    background-size: cover
}

.bot_banner_area .bot_txt {
    margin: 0;
    padding: .7rem 0 .3rem;
    font-size: .26rem
}

.copyright {
    text-align: center;
    color: #999999;
    font-size: .24rem;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-top: none;
}

/*我的积分样式设置 2019-12-25*/
.nav_jf {
    width: 100%;
    height: 40px;
    background: white;
    line-height: 40px;
    text-align: center;
    position: fixed;
    margin: 0px auto;
    max-width: 640px;
    color: #2e2e2e;
}

.nav_jf span {
    width: 70%;
    display: inline-block;
    font-size: 0.4rem;
}

.nav_jf a:first-child {
    position: absolute;
    left: 0.25rem;
    top: 50%;
    margin-top: -0.325rem;
}

.nav_jf a:first-child img {
    width: 0.65rem;
    display: block;
    position: relative;
}

.nav_jf a:last-child {
    position: absolute;
    right: 0.5rem;
    font-size: 0.32rem;
}

.content_jf {
    padding-top: 40px;
    background: white;
    padding-bottom: 0.8rem;
}

.jf_rule {
    background: #3b72e9;
    text-align: center;
    color: white;
}

.jf_rule p:first-child {
    padding-top: 0.35rem;
    font-size: 0.45rem;
}

.jf_rule p:last-child {
    padding-top: 0.1rem;
    font-size: 0.25rem;
    padding-bottom: 0.2rem;
}

.jf_rule p:last-child img {
    width: 0.3rem;
    position: relative;
    top: 0.05rem;
}

.jf_list {
    width: 100%;
    background: white;
    padding: 0px 1%;
    position: relative;
}

.jf_list dl dt {
    width: 100%;
    padding: 0.16rem 20%;
    text-align: center;
    position: relative;
}

.jf_list dl dt:first-child {
    margin-top: 0.4rem;
}

.jf_list dl dt > span {
    position: absolute;
    left: 0.32rem;
    font-size: 0.38rem;
    top: 15%;
}

.jf_list dl dt > p {
    color: #b3b3b3;
    font-size: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jf_list dl dt > p span {
    color: #4eabed;
    font-weight: bold;
}

.jf_list dl dt:before {
    content: "";
    display: block;
    width: 3px;
    height: 0.5rem;
    left: 1%;
    background: #2a99e9;
    position: absolute;
}

.jf_list dl dd {
    width: 100%;
    padding: 0.16rem 0px;
    padding-right: 10%;
    padding-left: 2%;
    position: relative;
}

.jf_list dl dd label {
    font-size: 0.38rem;
    color: #2a99e9;
    width: 100%;
}

.jf_list dl dd label span {
    font-size: 0.3rem;
    color: #b3b3b3;
    display: inline-block;
    margin-left: 1.2%;
    width: 56%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 0.1rem;
}

.jf_list dl dd > span {
    position: absolute;
    right: 1%;
    font-size: 0.28rem;
    color: #2a99e9;
    font-weight: bold;
    top: 50%;
    margin-top: -0.18rem;
}

.col1 {
    color: #121212 !important;
}

.col2 {
    color: #b3b3b3 !important;
}

#__vconsole .vc-logbox .vc-cmd {
    bottom: 80px !important;
}

.detailDate .headimg {
    border-radius: 50%;
}

.ad-swiper,
.ad-swiper .swiper-container {
    /*height: 6.333333rem;*/
}

.ad-swiper p {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    padding: 0 2.4rem 0 0.4rem;
    font-size: 0.426666rem;
}

.ad-swiper .swiper-slide .full {
    display: block;
    width: 100%;
    height: 100%;
}

.ad-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 11px;
}

.ad-swiper .swiper-pagination {
    text-align: right;
    padding-right: 0.4rem;
}

.ad-swiper .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    border-radius: 8px;
}

.ad-swiper .swiper-pagination-bullet-active {
    width: 0.4rem;
    background: #e5192f;
}

.ad-tag {
    justify-content: center;
    margin: 0;
    padding: 2px 6px;
    width: auto;
    border-radius: 3px;
    background-color: #f64e45;
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.vi_poster_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imagenote {
    height: auto !important;
}
