body {
    width: 7.5rem;
}

@font-face {
    font-family: zanh;
    src: url('/news/publish/wap/resource/share/v7/css/zanh.ttf');
}

@font-face {
    font-family: FZSHJW--GB1;
    src: url('/news/publish/wap/resource/share/v7/css/FZSHJW--GB1.ttf');
}

@font-face {
    font-family: PingFang-SC-Medium;
    src: url('/news/publish/wap/resource/share/v7/css/PingFang-SC-Medium.ttf');
}


/*视频新闻*/
.swiper-slide .news_video {
    margin-bottom: 0;
}

.news_video {
    position: relative;
    margin-bottom: .2rem;
}
.miguvideo{
display:none;
width: 3.8rem;
margin: 0 auto;

margin-top: .2rem;
margin-bottom: .2rem;

}
div.m_icon_box:nth-last-of-type(1){
    margin-right: 0;





}

h2 {
    position: relative;
    background-size: .32rem .18rem;
    color: #0A0C0E;
    font-size: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* font-weight: 550; */
    line-height: .46rem;
    /* font-family: FZSHJW--GB1; */
    margin-bottom: .12rem;
}
h4 {
    position: relative;
 
    color: #0A0C0E;
    font-size: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* font-weight: 550; */
    line-height: .46rem;
    /* font-family: FZSHJW--GB1; */
    margin-bottom: .12rem;
}

p {
    color: #9CA3AD;
    font-size: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: .4rem;
    margin-top: .14rem;
}

.read {
    color: #9CA3AD !important;
}

video::-webkit-media-controls-enclosure {}

.news_video video {
    display: none;
    height: 100%;
}

.news_video span {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: block;
    color: #FFFEFE;
    font-size: .22rem;
    line-height: .39rem;
    background: url('/news/publish/wap/resource/share/v7/img/zwb2_video.png') no-repeat center center;
    background-size: .86rem .86rem;
    z-index: 80;
    /* opacity:0; */
}

.swiper-slide .news_video span {
    height: 90%;
    background-size: 1.1rem 1.1rem;
}

.news_video .video_loading {
    background: url('/news/publish/wap/resource/share/v7/img/zwb2_loading.png') no-repeat center center;
    background-size: .86rem .86rem;
    transform-origin: center;
    animation: rotate 1s infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.news_video i {
    position: absolute;
    bottom: .15rem;
    color: #fff;
    font-size: .18rem;
    height: .34rem;
    text-align: right;
    background-color: rgba(0, 0, 0, .8);
    padding: .11rem .13rem;
    box-sizing: border-box;
    line-height: 0.12rem;
    right: .12rem;
    border-radius: .46rem;
}

/* 语音播放 */
#zwb_a_box {
    bottom: .36rem;
    position: fixed;
    z-index: 100;
    width: 6.7rem;
    background: rgba(0, 0, 0, .7);
    color: white;
    height: 1.14rem;
    margin: 0 .4rem;
    box-sizing: border-box;
    border-radius: .06rem;
    display: none;
}

.news_audio {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.audio_icon {
    width: .78rem;
    height: .78rem;
    margin: .2rem .36rem;
    align-self: center;
}

.audio_icon_pause {
    background: url(/news/publish/wap/resource/share/v7/img/5g_audio_pause.png) no-repeat center center;
    background-size: contain;
}

.audio_icon_play {
    background: url(/news/publish/wap/resource/share/v7/img/5g_audio_play1.png) no-repeat center center;
    background-size: contain;
}

.progress_box {
    height: 1.5rem;
    width: 100%;
    padding: .2rem .4rem .2rem 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.audio_title {
    display: block;
    font-size: .32rem;
}

.audio_msg {
    width: 100%;
    height: 100%;
}

.audio_progress {
    display: flex;
}

.progress {
    height: 2px;
    background-color: #ebebeb;
    position: relative;
}

.bar {
    width: .2rem;
    height: .3rem;
    position: absolute;
    content: " ";
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #3E8AFF;
    position: absolute;
    box-sizing: content-box;
    top: -.15rem;
    opacity: 0;
}

.line {
    content: " ";
    background-color: #3E8AFF;
    position: absolute;
    height: 2px;
}

.audio_time {
    font-size: .18rem;
    display: flex;
    justify-content: space-between;
}

audio {
    display: none;
}

.close {
    display: block;
    width: .2rem;
    height: .2rem;
    line-height: .3rem;
    text-align: center;
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_ai_close.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: .14rem;
    top: .14rem;
    font-size: .4rem;
}

/*  */
#zwbDate {
    display: flex;
    justify-content: space-between;
    padding: .17rem .34rem;
    position: fixed;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    top: 0;
}

#zwbDate .t_left img {
    height: .66rem;
}

/* 体育新闻 */
.tyxw #zwbDate .t_left img {
    height: .52rem;
}

.tyxw #zwbDate {
    padding: .24rem .34rem;
}

#zwbDate .t_right {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-grow: 1;
    border-left: 1px solid #979797;
    margin-left: .2rem;
    padding-left: .2rem;
}

#zwbDate .t_right .t_r_right {
    height: .5rem;
    /* width: 1.2rem; */
    display: flex;
    flex-direction: row;
    align-items: center;
    bottom: .05rem;
    justify-content: space-between;
   
}

.t_r_right>div>span {
     display: block;
    font-size: .18rem;
    line-height: 1rem;
    color: #393C44;
}

.t_r_right>.comments_icon {
    background: url(/news/publish/wap/resource/share/v7/img/checkHistory1.png) no-repeat center top;
    background-size: .375rem .35rem;
    height: .62rem;
}

.t_r_right>.share_icon {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_share.png) no-repeat center top;
    background-size: .3rem .25rem;
    /* width: 1rem; */
    height: .5rem;
    display: none;
}

#zwbDate .t_right .t_r_left {
    height: .5rem;
    width: .74rem;
    line-height: .6rem;
    color: #000000;
    font-size: .24rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: .03rem;
}

.t_r_left span {
    display: block;
    height: .3rem;
    line-height: .3rem;
    font-size: .20rem;
}

.t_r_left span:nth-of-type(1) {
    font-size: .34rem;
}

/*      ai       */
.zb_ai {
    background: #F9FBFE;
    height: 1.14rem;
    margin: .4rem .34rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .32rem;
}

.zb_ai_icon {
    height: .88rem;
    width: .88rem;
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_ai_1.png) no-repeat center center;
    background-size: contain;
}

.zb_ai_msg {
    display: flex;
    flex-direction: column;
    font-size: .22rem;
    font-family: AlibabaPuHuiTiR;
    color: rgba(159, 162, 166, 1);
    line-height: .33rem;
    width: 2.2rem;
}

.ai_title2 {
    font-size: .3rem;
}

.ai_title,
.ai_title {
    font-size: .3rem;
    font-family: AlibabaPuHuiTiR;
    color: rgba(10, 12, 14, 1);
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
}

.ai_title,
.ai_title {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
}

@keyframes anis {
    100% {
        transform: translateX(-100%)
    }
}

.anis {
    word-wrap: none;
    animation: anis 10s linear infinite;
}

.ai_title::after,
.ai_title::after {
    content: '';
    width: .6rem;
    display: inline-block;
    height: .5rem;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgb(249, 251, 254, 1));
}

.ai_time {}

.ai_current_time {}

.ai_count_time {}

.zb_ai_action {
    display: flex;
    width: 2.6rem;
    justify-content: space-between;
    align-items: center;
}

.ai_before {
    height: .34rem;
    width: .4rem;
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_before_one.png) no-repeat center center;
    background-size: contain;
}

.ai_current {
    height: .36rem;
    width: .36rem;
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_play.png) no-repeat center center;
    background-size: contain;
}

.ai_after {
    height: .34rem;
    width: .4rem;
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_after_one.png) no-repeat center center;
    background-size: contain;
}

.ai_current_paused {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_paused.png) no-repeat center center;
    background-size: contain;
}

#zwb_a_box .zb_ai .ai_no_before,
.ai_no_before {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_before.png) no-repeat center center;
    background-size: contain;
}

#zwb_a_box .zb_ai .ai_no_after,
.ai_no_after {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_after.png) no-repeat center center;
    background-size: contain;
}

.model_box {
    overflow-x: scroll;
    white-space: nowrap;
    padding: .4rem .34rem 0;
    overflow-y: hidden;
}

.model_box::-webkit-scrollbar {
    display: none;
}

.m_icon_box {
    display: inline-block;
    margin-right: .5rem;
text-align:center;
}



.m_name {
    box-sizing: border-box;
    line-height: .4rem;
    text-align: center;
    overflow: hidden;
    color: #3F444B;
    font-size: .24rem;
    margin-top: .1rem;
}

#m_box {
    color: rgb(156, 163, 173);
    font-size: 0.28rem;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    white-space: nowrap;
    overflow: scroll;
    border-bottom: 1px solid rgb(244, 244, 244);
    overflow-x: scroll;
    overflow-y: hidden;
    left: 0;
    right: 0;
    padding: 0 .34rem .03rem;
    font-weight: 550;
    position: fixed;
    top: .9rem;
    opacity: 0;
    z-index: -99;


  }

#m_box::before {
    content: '';
    width: .6rem;
    display: inline-block;
    height: .5rem;
    position: fixed;
    left: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));
}

#m_box::after {
    content: '';
    width: .6rem;
    display: inline-block;
    height: .5rem;
    position: fixed;
    right: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
}

#m_box::-webkit-scrollbar {
    display: none;
}

#m_box .m_name {
    font-size: .28rem !important;
    display: inline-block;
margin-right:.35rem;

}

#m_box .m_name_xz {
    color: #255CEF;
}

.xz_line {
    position: absolute;
    width: .46rem;
    height: .04rem;
    background-color: #255CEF;
    bottom: 0;
    left: 33px;
    transition: all 1s;
    border-radius: .46rem;
}

#m_box .m_name:nth-last-of-type(1) {
    margin-right: 0rem;
}

.m_icon_box>.m_name {

    height: 0.55rem;
    display: block;
margin:0 auto;
}


.m_icon_0 {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_hot_1.png) no-repeat center center;
    background-size: contain;
}

.m_icon_1 {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_infor_1.png) no-repeat center center;
    background-size: contain;
}

.m_icon_2 {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_flash_1.png) no-repeat center center;
    background-size: contain;
}

.m_icon_3 {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_news_1.png) no-repeat center center;
    background-size: contain;
}

.m_icon_4 {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_life_1.png) no-repeat center center;
    background-size: contain;
}

.m_icon_5 {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_welfare_1.png) no-repeat center center;
    background-size: contain;
}

.m_icon_6 {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_six.png) no-repeat center center;
    background-size: contain;
}

.m_icon_7 {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_seven.png) no-repeat center center;
    background-size: contain;
}



.content-box {
    position: relative;
}

.m_title {
    font-size: .36rem;
    color: #0A0C0E;
    box-sizing: content-box;
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_point.png) no-repeat .48rem center;
    display: inline-block;
    background-size: .3rem .28rem;
    padding: 0 .9rem !important;
    margin-top: .3rem;
}

.yyb .m_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .3rem 0 .9rem !important;
}

.yyb .m_title>a {
    background-color: #255CEF;
    color: #fff;
    font-size: .25rem;
    padding: .1rem .3rem;
    border-radius: .3rem;
}

/* 华西手机报 .*/
.HX .m_icon_0 {
    background: url(/news/publish/wap/resource/share/v7/img/HX_default_1.png) no-repeat center center;
    background-size: contain;
}

.HX .m_icon_1 {
    background: url(/news/publish/wap/resource/share/v7/img/HX_default_2.png) no-repeat center center;
    background-size: contain;
}

.HX  .m_icon_2 {
    background: url(/news/publish/wap/resource/share/v7/img/HX_default_3.png) no-repeat center center;
    background-size: contain;
}

/* 河北手机报 .*/
.HB .m_icon_0 {
    background: url(/news/publish/wap/resource/share/v7/img/HB_default_1.png) no-repeat center center;
    background-size: contain;
}

.HB .m_icon_1 {
    background: url(/news/publish/wap/resource/share/v7/img/HB_default_2.png) no-repeat center center;
    background-size: contain;
}

.HB  .m_icon_2 {
    background: url(/news/publish/wap/resource/share/v7/img/HB_default_3.png) no-repeat center center;
    background-size: contain;
}

.HB .m_icon_3 {
    background: url(/news/publish/wap/resource/share/v7/img/HB_default_4.png) no-repeat center center;
    background-size: contain;
}

/* 全球通专刊 .*/
.global .m_icon_0 {
    background: url(/news/publish/wap/resource/share/v7/img/global_kanweilai.png) no-repeat center center;
    background-size: contain;
}

.global .m_icon_1 {
    background: url(/news/publish/wap/resource/share/v7/img/global_yizhouji.png) no-repeat center center;
    background-size: contain;
}

.global .m_icon_2 {
    background: url(/news/publish/wap/resource/share/v7/img/global_pinshenghuo.png) no-repeat center center;
    background-size: contain;
}

.global .m_icon_3 {
    background: url(/news/publish/wap/resource/share/v7/img/global_caijingyan.png) no-repeat center center;
    background-size: contain;
}

.global .m_icon_4 {
    background: url(/news/publish/wap/resource/share/v7/img/global_jianshutang.png) no-repeat center center;
    background-size: contain;
}

.global .m_icon_5 {
    background: url(/news/publish/wap/resource/share/v7/img/global_xiangquanyi.png) no-repeat center center;
    background-size: contain;
}

/* 动感地带专刊 */
.mzone .m_icon_0 {
    background: url(/news/publish/wap/resource/share/v7/img/mzone_yuleguan.png) no-repeat center center;
    background-size: contain;
}

.mzone .m_icon_1 {
    background: url(/news/publish/wap/resource/share/v7/img/mzone_shudan.png) no-repeat center center;
    background-size: contain;
}

.mzone .m_icon_2 {
    background: url(/news/publish/wap/resource/share/v7/img/mzone_kuxue.png) no-repeat center center;
    background-size: contain;
}

.mzone .m_icon_3 {
    background: url(/news/publish/wap/resource/share/v7/img/mzone_quanyi.png) no-repeat center center;
    background-size: contain;
}

/* 掌握生活  康乐人生 */
.masterlife .m_icon_0,
.happylife .m_icon_0 {
    background: url(/news/publish/wap/resource/share/v7/img/qingjianshen1.png) no-repeat center center;
    background-size: contain;
}

.masterlife .m_icon_1,
.happylife .m_icon_1 {
    background: url(/news/publish/wap/resource/share/v7/img/qingduanshi1.png) no-repeat center center;
    background-size: contain;
}

.masterlife .m_icon_2,
.happylife .m_icon_2 {
    background: url(/news/publish/wap/resource/share/v7/img/shenghuo1.png) no-repeat center center;
    background-size: contain;
}

.masterlife .m_icon_3,
.happylife .m_icon_3 {
    background: url(/news/publish/wap/resource/share/v7/img/xiaomiaozhao1.png) no-repeat center center;
    background-size: contain;
}

.masterlife .m_icon_4,
.happylife .m_icon_4 {
    background: url(/news/publish/wap/resource/share/v7/img/life_duanzi.png) no-repeat center center;
    background-size: contain;
}

/* 风云体育 体育新闻 */
.tyb .m_icon_0,
.tyxw .m_icon_0 {
    background: url(/news/publish/wap/resource/share/v7/img/xianchang1.png) no-repeat center center;
    background-size: contain;
}

.tyb .m_icon_1,
.tyxw .m_icon_1 {
    background: url(/news/publish/wap/resource/share/v7/img/renwu1.png) no-repeat center center;
    background-size: contain;
}

.tyb .m_icon_2,
.tyxw .m_icon_2 {
    background: url(/news/publish/wap/resource/share/v7/img/guanzhu1.png) no-repeat center center;
    background-size: contain;
}

.tyb .m_icon_3,
.tyxw .m_icon_3 {
    background: url(/news/publish/wap/resource/share/v7/img/qingjianshen1.png) no-repeat center center;
    background-size: contain;
}

.tyb .m_icon_4,
.tyxw .m_icon_4 {
    background: url(/news/publish/wap/resource/share/v7/img/yugao1.png) no-repeat center center;
    background-size: contain;
}

/* 英语大爆炸  */
.yyb .m_icon_3 {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_six.png) no-repeat center center;
    background-size: contain;
}

.yyb .m_icon_2 {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_seven.png) no-repeat center center;
    background-size: contain;
}



a {
       text-decoration: none !important;
        color: #1e1e1e;
}

.introduce a {
    text-decoration: underline !important;
    color: #556ede;
}
.article_box {
    color: #635F5F;
    font-size: .3rem;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
}

li {
    position: relative;

}

/* 轮播 */
.swiper-container {
    padding-top: 1rem;
}

.swiper {
    display: flex;
}

.swiper-slide {
    width: 7.5rem;
    height: auto;
    background: #fff;
}

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

/* ai */
.introduce {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(/news/publish/wap/resource/share/v7/img/5g_mask.png) no-repeat center center;
    background-size: cover;
    padding: 0 .34rem;
    color: #fff;
    box-sizing: border-box;
    padding-top: 1.5rem;
}

.introduce h3 {
    font-size: .4rem;
   
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    font-weight: 550;
    /* font-family: FZSHJW--GB1; */
    margin-bottom: .14rem;
}
.introduce h6 {
    font-size: .25rem;
   
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
     letter-spacing: .02rem;
    /* font-family: FZSHJW--GB1; */
    margin-bottom: .3rem;
}
.introduce h6 a span {
    margin-left: .2rem;

}
.introduce p {
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    color: #e0dcdc;
    font-size: .26rem;
    margin-bottom: .12rem;
    color: rgba(255, 255, 255, .8);
    margin-top: .14rem;
}



/* 内容 */
.content-box li {
    margin: 0 .36rem;
    padding: .4rem 0;
    border-bottom: 1px solid #f4f4f4;
}

.cont_22 img {
    width: 100%;
    /* height: 2.8rem; */
    /* margin-bottom: .2rem; */
    border-radius: .04rem;

}

.cont_22 p {
    margin-bottom: .2rem;
}

.cont_0 {
    display: none;
}

.cont_3 img {
    width: 2.18rem;
    height: 1.72rem;
    margin-bottom: .1rem;
    border-radius: .04rem;
}

.cont_3 p {
    display: none;
}

.cont_11 {
    display: flex;
    height: 1.5rem;
}

.cont_11>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 4.4rem;
}

.cont_11 div h2 {
    margin-bottom: 0;
}

.cont_11 div p {
    margin-top: 0;
    display: none;
}

.cont_11 img {
    width: 2rem;
    height: 1.5rem;
    margin-right: .36rem;
    border-radius: .04rem;
}

/* 投票 */
/*投票弹框*/
.tpcg {
    padding: 0.16rem 0.88rem 0.16rem 0.9rem;
    color: rgb(255, 255, 255);
    border-radius: 0.37rem;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0px auto;
    font-size: 0.3rem;
    line-height: 0.42rem;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    transform: translateX(-50%) translateY(-50%);
    display: none;
    color: #fff;
}

.btweenVote {
    padding: 0 .36rem;
}

.btweenVote>h2 {
    margin: 0 auto;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    line-height: .42rem;
    width: 2.62rem;
    height: .52rem;
    background: url(/news/publish/wap/resource/share/v7/img/2019live_votetp.png) no-repeat center;
    background-size: 100% 100%;
    display: none;
}

#box>div:nth-last-of-type(1) ul li:nth-last-of-type(1) {
    border: none;
}

/*投票模板*/
.live_vote {
    border: 1px solid #f4f4f4;
    padding: .4rem .2rem;
    border-radius: .06rem;
    margin-bottom: .4rem;
}

.live_vote_title p {
    font-weight: 550;
    font-size: .34rem;
    line-height: .44rem;
    color: #1E1E1E;
    padding-bottom: .4rem;
    -webkit-line-clamp: inherit;
    /* font-family: FZSHJW--GB1; */
    margin: 0;
}

.live_vote_title p span {
    /* font-family: FZSHJW--GB1; */
}

.live_vote>ul>li span {
    /* font-family: PingFang-SC-Medium; */
}

.live_vote_title b {
    display: block;
    font-size: .28rem;
    line-height: .3rem;
    color: #979797;
    padding-bottom: .25rem;
    font-weight: normal;
}

li b {
    /* font-family: PingFang-SC-Medium; */
}

/*投票无图*/
.live_vote_choose li {
    font-size: .3rem;
    line-height: .4rem;
    color: #181818;
    position: relative;
    padding-top: .25rem;
    /* padding-bottom: .25rem; */
    overflow: hidden;
}

.live_vote_choose li:nth-of-type(1) {
    padding-top: 0;
}

.btweenVote .live_vote_choose li:last-child {
    border: none;
}

.live_vote_choose li .vote_xxbt {
    display: inline-block;
    width: 5.7rem;
}

.live_vote_choose li>span {
    width: 5.4rem;
    display: inline-block;
}

.live_vote_choose li .vote-tpjd {
    position: absolute;
    bottom: 0rem;
    right: 0;
    /* font-family: PingFang-SC-Medium; */
}

.live_vote_choose li b {
    display: block;
    float: left;
    width: .3rem;
    margin-left: .18rem;
    text-align: left;
    font-weight: normal;
}

.live_vote_choose li em {
    margin-left: .2rem;
    display: block;
    float: right;
    width: .4rem;
    height: .4rem;
    background: url(/news/publish/wap/resource/share/v7/img/live_vote_choose.png) no-repeat center center;
    background-size: cover;
}

.live_vote_choose li .live_vote_choose_on {
    background: url(/news/publish/wap/resource/share/v7/img/live_vote_choose_on.png) no-repeat center center;
    background-size: cover;
}

.live_vote_choose li .live_vote_choose_on_choose {
    background: #fff;
}

.live_vote_choose li p {
    float: left;
    padding-left: 2.73rem;
    background: url(/news/publish/wap/resource/share/v7/img/live_vote_choose_p.png)no-repeat .35rem center;
    background-size: 2.21rem .11rem;
}

.live_vote_choose_p {
    display: none;
}

.live_vote_choose li .live_vote_ture {
    width: 3.2rem;
    height: .8rem;
    margin: 0 auto;
    color: #fff;
    line-height: .8rem;
    text-align: center;
    font-size: .32rem;
    padding: 0;
    float: inherit;
    border-radius: .4rem;
    background: url(/news/publish/wap/resource/share/v7/img/zan_bg.png) no-repeat center;
}

.live_vote_choose li .live_vote_ture_on {
    width: 3.2rem;
    height: .8rem;
    margin: 0 auto;
    color: #fff;
    line-height: .8rem;
    text-align: center;
    font-size: .32rem;
    padding: 0;
    float: inherit;
    border-radius: .4rem;
    background: #D3DCE3;
}

/*投票有图*/
.live_vote_choose_hasImg {
    overflow: hidden;
}

.live_vote .live_vote_ture_p {
    width: 3.2rem;
    height: .8rem;
    font-size: .32rem;
    color: #fff;
    border-radius: .4rem;
    text-align: center;
    line-height: .8rem;
    display: block;
    margin: 0 auto;
    background: url(/news/publish/wap/resource/share/v7/img/zan_bg.png) no-repeat center;
    margin-top: .2rem;
}

.live_vote_choose_hasImg li {
    width: 50%;
    font-size: .3rem;
    line-height: .4rem;
    color: #181818;
    position: relative;
    padding-bottom: .2rem;
    overflow: hidden;
    width: 2.8rem;
    float: left;
}

.live_vote_choose_hasImg li:nth-of-type(even) {
    margin-left: 0.66rem;
}

.live_vote_choose_hasImg li span {
    font-size: 0.26rem;
    line-height: 0.36rem;
    width: 3.2rem;
}

.live_vote_choose_hasImg li span.vote_sp {
    float: left;
    width: 2.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: .05rem;
    height: 1.06rem;
    margin-bottom: .1rem;
}

.live_vote_choose_hasImg li div.vote-tpjd {
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #1E1E1E;
    width: 2.8rem;
    display: inline-block;
    text-align: center;
    float: left;
    cursor: pointer;
}

.live_vote_choose_hasImg li b {
    width: .4rem;
    text-align: left;
    font-weight: normal;
}

.live_vote_choose_hasImg li img {
    float: left;
    width: 3.2rem;
    height: 2.1rem;
    margin-right: 0.2rem;
    margin-bottom: .2rem;
}

.live_vote_choose_hasImg li em {
    margin-left: .2rem;
    display: block;
    float: right;
    width: .4rem;
    height: .4rem;
    background: url(/news/publish/wap/resource/share/v7/img/live_vote_choose.png) no-repeat center center;
    background-size: cover;
}

.live_vote_choose_hasImg li .live_vote_choose_hasImg_on {
    background: url(/news/publish/wap/resource/share/v7/img/live_vote_choose_hasImg_on.png) no-repeat center center;
    background-size: cover;
}

.live_vote_choose_hasImg li .live_vote_choose_hasImg_on_choose {
    background: #fff;
}

.live_vote_choose_hasImg li p {
    float: left;
}

.live_vote_choose_hasImg_p {
    display: none;
}

.vote_y_s {
    color: #3E8AFF;
}

.live_vote_choose_hasImg li .live_vote_ture_on {
    width: 3.2rem;
    height: .8rem;
    margin: 0 auto;
    color: #fff;
    line-height: .8rem;
    text-align: center;
    font-size: .32rem;
    padding: 0;
    float: inherit;
    border-radius: .4rem;
    background: #D3DCE3;
}

.live_content_video {
    position: relative;
    width: 5.4rem;
    margin-left: .7rem;
    height: 2.63rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
}

.live_content_video span {
    position: absolute;
    width: 100%;
    height: 2.63rem;
    right: 0;
    top: 0;
    display: block;
    color: #FFFEFE;
    font-size: .22rem;
    line-height: .39rem;
    background: url(/news/publish/wap/resource/share/v7/img/5g_video.png) no-repeat center center;
    background-size: .86rem .86rem;
}

.live_content img {
    display: block;
    width: 5.4rem;
    margin: 0 auto;
}

.live_vote_choose .vote_jd {
    margin-left: .7rem;
    width: 4.4rem;
    height: .12rem;
    font-size: .10rem;
    margin-top: .4rem;
    color: #999;
    background: #D3DCE3;
    border-radius: .06rem;

}

.live_vote_choose .vote_jd .vote_x {
    background: #3E8AFF;
    height: .12rem;
    border-radius: .06rem;
    margin-right: .1rem;
    margin-top: .4rem;
}

.live_vote_choose div.vote_y {
    float: left;
    color: #181818;
    font-size: .3rem;
    position: absolute;
    right: 0;
    bottom: 0rem;
}

.live_vote_choose_hasImg li .vote_x,
.live_vote_choose_hasImg li .vote_y,
.live_vote_choose li .vote_x,
.live_vote_choose li .vote_y {
    color: #979797;
}

.live_vote_choose_hasImg .vote_jd {
    float: left;
    width: 3.2rem;
    font-size: .10rem;
    margin-top: .028rem;
    color: #999;
}

.live_vote_choose_hasImg .vote_jd .vote_x {
    background: #ebebeb;
    height: .08rem;
    float: left;
    margin-right: .1rem;
    margin-top: .18rem;
}

.live_vote_choose_hasImg div.vote_y {
    /*float:left;*/
    font-size: .3rem;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.vote-tpjd span {
    color: #3E8AFF !important;
}

.vote_radio,
.vote_checkbox {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background-size: .44rem;
    width: .44rem;
    height: .44rem;
}

.vote_checkbox {
    background-image: url(/news/publish/wap/resource/share/v7/img/vote_checkbox.png);
}

.vote_checkbox:checked {
    background-image: url(/news/publish/wap/resource/share/v7/img/2019vote_checkbox_on.png);
}

.vote_radio {
    background-image: url(/news/publish/wap/resource/share/v7/img/vote_checkbox.png);
}

.vote_radio:checked {
    background-image: url(/news/publish/wap/resource/share/v7/img/2019vote_checkbox_on.png);
}


.com_news_title {
    padding: 0 .2rem;
}

.com_news_title .title {
    height: 1rem;
    font-size: .3rem;
    color: #1E1E1E;
}

.com_news_title {
    padding: 0 .36rem;
    /* font-family: AlibabaPuHuiTiR; */
}

.com_news_title .title {
    height: .7rem;
    font-size: .38rem;
    color: #464C55;
    font-weight: 550;
}

.com_news_title .title span {
    float: left;
    line-height: .45rem;
    margin-top: .32rem;
}

.vd_news {
    width: 7.5rem;
}

.vd_news li {
    margin: .2rem .2rem;
}

.vd_news .imgbox {
    position: relative;

}

.vd_news li .imgbox .imgs {
    width: 100%;
    height: 3.30rem;

}

.vd_news li .imgbox .playbtn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: .88rem;
    width: .88rem;
    z-index: 9;
    margin: auto;
    background: url(/news/publish/wap/resource/share/v7/img/playbtn.png) no-repeat;
    background-size: 100%;
}

.vd_news li .detail {
    font-size: .26rem;
    line-height: .26rem;
    height: .26rem;
    color: #969696;
    padding: .21rem 0 0;
}

.vd_news li .detail .leftzi {
    float: left;
}

.vd_news li .detail .rightzi {
    position: relative;
    float: right;
}

/*  */
/*评论*/
.review {
    background-color: #fff;
    border-radius: .1rem;
    padding: .2rem .34rem .2rem;
    background: rgba(243, 244, 246, 1);
    padding-bottom: 1.3rem;
}

.comment {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: .34rem 0;
    font-size: .3rem;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: rgba(70, 76, 85, 1);
    line-height: .4rem;
}

.comment .write {
    color: rgba(55, 120, 255, 1);
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_right.png) no-repeat .7rem center;
    background-size: .3rem .28rem;
    width: 2rem;
    text-align: right;
}

.review li {
    position: relative;
    padding: 0;
}

.review li .tx-name {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.review li .wr_content_tx {
    width: .63rem;
    height: .63rem;
    position: absolute;
    left: 0;
    border-radius: 100%;
}

.review li .wr_content_name {
    color: #5D73A5;
    font-size: .32rem;
    margin: .28rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-left: .77rem;
    color: rgba(156, 163, 173, 1);
}

.review li .wr_content_txt {
    line-height: .44rem;
    font-size: .32rem;
    word-wrap: break-word;
    position: relative;
    color: #464C55;
    padding-left: .77rem;
    -webkit-line-clamp: inherit;
}

.wr_time_where {
    color: #AAB3BC;
    line-height: .4rem;
    padding-top: .2rem;
    font-size: .24rem;
    /* border-bottom: 1px solid #f4f4f4; */
    padding-bottom: .2rem;
    position: relative;
    padding-left: .77rem;
}

.wr_content_reply {
    position: absolute;
    right: 0;
    bottom: .2rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.wr_content_reply>div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.wr_content_reply>div:nth-of-type(1) {
    /* margin-right:.2rem; */
}

.wr_content_zan {
    height: .44rem;
    line-height: .44rem;
    position: relative;
    bottom: .03rem;
}

.wr_content_zan {
    background: url(/news/publish/wap/resource/share/v7/img/2019comment_zan1.png) no-repeat center center;
    padding-right: .4rem;
    background-size: .28rem;
    display: inline-block;
    color: #969696;
}

.wr_content_zan_on {
    background: url(/news/publish/wap/resource/share/v7/img/2019comment_zan_on1.png) no-repeat center center;
    background-size: .28rem;
    animation: zan .3s;
}

@keyframes zan {
    0% {
        transform: scale(.2);
    }

    25% {
        transform: scale(.7);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.wr_content_reply .wr_content_comment {
    background: url(/news/publish/wap/resource/share/v7/img/pk_comment.png) no-repeat center center;
    padding-right: .4rem;
    background-size: .25rem;
    display: inline-block;
    color: #969696;
    margin-left: .3rem;
    height: .44rem;
    position: relative;
    bottom: -.02rem;
}



.wr_content_reply span {
    color: #AEAEAE;
    font-size: .26rem;
}

.review li li {
    padding: .12rem;
    margin-left: .77rem;
    border-radius: .04rem;
    border-left: 1px solid#B4BDCE;
    margin-bottom: .2rem;
    font-size: .32rem;
}

.review li li span {
    color: #464C55;
    font-size: .32rem;
    line-height: .38rem;
    display: block;
}

.review li li .wr_content_child_name {
    color: #9CA3AD;
    font-size: .32rem;
    margin-bottom: .1rem;
}

/*  提示*/
.tips {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    top: 30%;
    background: rgba(0, 0, 0, 0.6);
    padding: .15rem .18rem;
    font-size: .3rem;
    border-radius: .06rem;
    color: #fff;
    white-space: nowrap;
    display: none;
}


.wr_content_more {
    height: 3.5rem;
    line-height: 6.5rem;
    background: url(/news/publish/wap/resource/share/v7/img/no_comment_bg.png) no-repeat center center;
    /* line-height: 4.8rem;
    background: url(/news/publish/wap/resource/share/v7/img/hy_clt_commentbg.png) no-repeat center center; */
    background-size: 3.3rem 2.1rem;
    color: #B4B5B7 !important;
    font-size: .24rem !important;
    text-align: center;
}

.top {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_top.png) no-repeat center center;
    background-size: contain;
    position: fixed;
    bottom: 1.8rem;
    right: .34rem;
    width: .96rem;
    height: .96rem;
    z-index: 200;
    display: none;
}

/*  新闻点赞*/
.new_msg_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9CA3AD;
    font-size: .24rem;
    line-height: .34rem;
    /* padding-top: .1rem; */
}

.new_msg>span {
    margin-right: .12rem
}

.comment_num {
    display: none;
}

.praise_box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    /* bottom: -.05rem; */
}

.praise_box>span:nth-of-type(1) {
    color: #AEAEAE;
    font-size: .24rem;
}

/* textarea */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 300;
    display: none;
}

.overlay_content {
    background: #fff;
    padding: .2rem .36rem;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
}

.o_c_top {
    display: flex;
    justify-content: space-between;
    font-size: .28rem;
    color: #97989B;
    align-items: center;
    padding-bottom: .2rem;
}

.o_c_top>span:nth-of-type(1) {
    width: .25rem;
    height: .25rem;
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_write_close.png) no-repeat center center;
    background-size: contain;
}

.o_c_top>span:nth-of-type(2) {
    color: #3E8AFF;
}

.o_c_top>span:nth-of-type(3) {
    width: 1rem;
    height: .52rem;
    line-height: .55rem;
    background-color: #D8D8D8;
    text-align: center;
}

.o_hascont {
    background-color: #3E8AFF !important;
    color: white;
}

.o_c_textarea {
    width: 100%;
    height: 2.5rem;
    box-sizing: border-box;
    resize: none;
    caret-color: #CF9C41;
    color: #4B4B4B;
    font-size: .28rem;
    line-height: .48rem;
    border: none;
}

/* 底部固定audio */
#zwb_a_box .zb_ai {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
}

#zwb_a_box .zb_ai_msg {
    color: rgba(255, 255, 255, 1);
}

#zwb_a_box .ai_title,
#zwb_a_box .ai_title {
    color: rgba(255, 255, 255, .9);
    background: linear-gradient(to right, white 68%, transparent);
    -webkit-background-clip: text;
    color: transparent;
}

#zwb_a_box .ai_title::after,
#zwb_a_box .ai_title::after {
    content: '';
    width: 1rem;
    display: inline-block;
    height: .5rem;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, transparent, transparent);
}

#zwb_a_box .ai_before {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_f_before.png) no-repeat center center;
    background-size: contain;
}

#zwb_a_box .ai_current {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_f_play.png) no-repeat center center;
    background-size: contain;
}

#zwb_a_box .ai_current_paused {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_f_paused.png) no-repeat center center;
    background-size: contain;
}

#zwb_a_box .ai_after {
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_f_after.png) no-repeat center center;
    background-size: contain;
}

#zwb_a_box .zb_ai_action {
    margin-right: .3rem;
    width: 2.2rem;
}

/*  提示*/
.tips {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    top: 30%;
    background: rgba(0, 0, 0, 0.6);
    padding: .15rem .18rem;
    font-size: .3rem;
    border-radius: .06rem;
    color: #fff;
    white-space: nowrap;
    display: none;
}

/* 是否显示 */
.show {
    display: inline-block;
}

.hide {
    display: none !important;
}

/* 点赞gif */
.point-box {
    position: absolute;
    bottom: 0.1rem;
    right: -.25rem;
    width: 1rem;
    height: 1rem;
    /* background-color: rgba(247, 12, 12,.3); */
}

.tx-name .point-box {
    bottom: -.05rem;
}

.point {
    position: absolute;
    width: .14rem;
    height: .14rem;
    background-color: #255CEF;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.i_0 {
    animation: i_0 .3s forwards;
}

.i_1 {

    animation: i_1 .3s forwards;
}

.i_2 {
    animation: i_2 .3s forwards;
}

.i_3 {
    animation: i_3 .3s forwards;
}

.i_4 {
    animation: i_4 .3s forwards;
}

.i_5 {
    animation: i_5 .3s forwards;
}

@keyframes i_0 {
    from {}

    to {
        left: .1rem;
        top: .2rem;
        opacity: 0;
    }
}

@keyframes i_1 {
    from {}

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes i_2 {
    from {}

    to {
        left: .9rem;
        top: .2rem;
        opacity: 0;
    }
}

@keyframes i_3 {
    from {}

    to {
        left: .9rem;
        top: .8rem;
        opacity: 0;
    }
}

@keyframes i_4 {
    from {}

    to {
        top: 1rem;
        opacity: 0;
    }
}

@keyframes i_5 {
    from {}

    to {
        left: .1rem;
        top: .8rem;
        opacity: 0;
    }
}

/* 内容p */
.news_content>p {
    -webkit-line-clamp: inherit;
    display: block;
}

/* 视频全屏 */
.video_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 300;
    display: none;
}

.video_close {
    display: block;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    background: url(/news/publish/wap/resource/share/v7/img/zwb2_ai_close.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: .24rem;
    top: .24rem;
    font-size: .4rem;
}

.video_overlay>video {
    position: absolute;
    width: 100%;
    max-height: 80%;
    top: 50%;
    transform: translateY(-50%);
}

/* 新闻早晚报第二版需求*/
.ai_m {
    background-color: rgba(83, 150, 255, 1);
    border-radius: 12px;
    height: .48rem;
    width: 1.06rem;
    display: inline-block;
    line-height: .48rem;
    position: relative;
    text-align: right;
    color: white;
    padding-right: .2rem;
    position: absolute;
    right: .4rem;
    top: .28rem;
}

.ai_m>span {
    display: inline-block;
    text-align: center;
    line-height: .48rem;
    color: white;
    background: url(/news/publish/wap/resource/share/v7/img/erji.png) no-repeat center center;
    background-size: .28rem .25rem;
    width: .28rem;
    height: .28rem;
    position: absolute;
    left: .2rem;
    top: .1rem;
}

.zb_ai ._ai_before {
    height: .37rem;
    width: .34rem;
    background: url(/news/publish/wap/resource/share/v7/img/back_icon.png?t=1) no-repeat center center;
    background-size: 100% 94%;
}

.zb_ai ._ai_after {
    height: .37rem;
    width: .34rem;
    background: url(/news/publish/wap/resource/share/v7/img/fast_icon.png?t=1) no-repeat center center;
    background-size: 100% 94%;
}

#zwb_a_box ._ai_after {
    background: url(/news/publish/wap/resource/share/v7/img/grayfast_icon1.png?t=1) no-repeat center center;
    background-size: contain;
}

#zwb_a_box ._ai_before {
    background: url(/news/publish/wap/resource/share/v7/img/grayback_icon1.png?t=1) no-repeat center center;
    background-size: contain;
}

/* 早晚报订购 */
.order-box {
    padding: .1rem .4rem 0;
}

.o-top {
    font-size: .32rem;
    font-family: AlibabaPuHuiTiR;
    color: rgba(146, 106, 61, 1);
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.o-top span:nth-of-type(1) {
    width: 2.48rem;
    height: .18rem;
    background: url(/news/publish/wap/resource/share/v7/img/zbbpinkline.png) no-repeat center center;
    background-size: contain;
}

.o-top span:nth-of-type(3) {
    width: 2.48rem;
    height: .18rem;
    background: url(/news/publish/wap/resource/share/v7/img/zbbpinkline2.png) no-repeat center center;
    background-size: contain;
}

.order-box>p {
    font-size: .28rem;
    font-family: AlibabaPuHuiTiR;
    color: rgba(146, 106, 61, 1);
    line-height: .4rem;
    -webkit-line-clamp: inherit;
    padding-top: .08rem;
}

.order {
    display: inline-block;
    position: relative;
    width: 4.8rem;
    height: .8rem;
    background: url(/news/publish/wap/resource/share/v7/img/zbbpinkbg.png) no-repeat center center;
    background-size: contain;
    line-height: .8rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: .4rem;
    text-align: right;
    font-size: .32rem;
}

.order>span:nth-of-type(1) {
    background: url(/news/publish/wap/resource/share/v7/img/zbbvip.png) no-repeat center center;
    background-size: contain;
    width: .76rem;
    height: .76rem;
    position: absolute;
    left: 0.92rem;
    top: -.16rem;
}

.order>span:nth-of-type(2) {
    position: relative;
    right: 1.3rem;
    font-size: .32rem;
    color: #AB7D48;
    background: linear-gradient(to right, #AB7D48 68%, #422C19);
    -webkit-background-clip: text;
    color: transparent;
}