header,.first .bottom,.thress li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:  8px;
    /*border-bottom: 1px solid #F08300;*/
    background-color: #fff;
}
header{
    font-size: 18px;
}
.thress li div .title{
    font-size: 16px;
}
.thress li:last-child,.first .bottom,.zhishu_wrap .first .names,.gzz_list.first .bottom,.zhuanti .zhuanti_list .bottom,
.phone_model .phone_content ul li:last-child,.all_pinglun .new_detail li:last-child{
    /* //border-bottom: none; */
}
header  .iconfont{
    font-size: 22px;
    color: #F08300;
}
header a:nth-of-type(1),.huifu_list li div img,.login .input_section.get span,.all_pinglun .new_detail li span{
    margin-right: 10px;
}
header .avatar{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}
header .avatar img,.liuyan_list li .avatar,.huifu_list .name img{
    border-radius: 50%;
}
.cata_list{
    background-color: #fff;
    padding: 15px;
    min-height: calc(100vh - 61px);
}
.cata_list .search{
    border-top:1px solid #d8d8d8;
    padding-top: 15px;
    display: flex;
    align-items: center;
    margin-top: -5px;
}
/*.icon-guanbi{*/
/*display: none;*/
/*}*/
.cata_list .search input{
    width: 80%;
    height: 38px;
    line-height: 38px;
    background: #f4f5f7;
    margin-right: 10px;
    padding-left: 10px;
    border-radius: 3px;
    font-size: 14px;
}
.cata_list .search button{
    width: 50px;
    height: 38px;
    background: #F08300;
    text-align: center;
    line-height: 38px;
    border-radius: 3px;
}
.cata_list .search button i{
    font-size: 18px;color: #fff;

}

.cata_list .cata_item,.msgDetail p.title{
    margin-bottom: 10px;
}
.cata_list .topic,.question>li{
    font-size: 16px;
    margin-bottom: 10px;
}
.cata_list .topic span{
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}
.cata_list ul,.zhishu_list{
    display: flex;
    flex-wrap:wrap;
}
.zhishu_wrap .zhishu_list .first{
    width: calc((100% - 15px) / 2);
    margin-top: 15px;
    padding: 10px 10px 5px;
}
.zhishu_list .first:nth-child(2n-1){
    margin-right: 15px;
}
.cata_list ul li{
    border: 1px solid #ccc;
    margin:0 10px 10px 0;
    min-width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;

}
.cata_list ul li p{
    font-size: 12px;
}
.scroll,.gzz {
    max-width: 768px;
    border-bottom: 1px solid #F08300;
    overflow-x: auto;
    background-color: #58595B;
    padding: 0 15px;
}
.scroll::-webkit-scrollbar {
    height: 4px;
    /*height: 4px;*/
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(44, 44, 44, 0.2);
    background: rgba(0,0,0,0.2);
}
.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(44, 44, 44, 0.2);
    border-radius: 0;
    background: rgba(68, 67, 67, 0.1);
}
.gzz,.gzz_list.first .bottom{
    background-color: transparent;
}
.scroll ul,.vidio ul,.gzz ul{
    width: 100%;
    white-space:nowrap;
}
.scroll ul li,.gzz ul li{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    margin-right: 10px;
}
.scroll ul li a,.fankui .back,.wx_header a {
    color: #fff;
}
.gzz ul li{
    height: auto;
    padding-top: 10px;
    text-align: center;
}
.gzz ul li a{
    color: #333;
}
.scroll ul .active {
    border-bottom: 2px solid #F08300;
}
.scroll ul .active a{
    color: #F08300;
}
.first .title,.zhibo_detail .content .title{
    padding: 10px 15px;
    font-size: 18px;
    line-height: 26px;
}
.first .bottom span{
    color: #b1b1b1;
}
.first .bottom p,.thress li .other p{
    text-align: center;
    height: 18px;
    line-height: 16px;
    color: #F08300;
    border-radius: 3px;
    border: 1px solid #F08300;
    font-size: 10px;
}
.two ul{
    border-bottom: 2px solid #e9e9e9;
    background-color: #f1f1f1;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    overflow: auto;
}
.two.sc ul>li{
    flex: 0 0 20%;
}
.two ul p,.msg_wrap .zhaiyao,.huifu_list .zan{
    margin-top: 6px;
}
.two ul p{
    font-size: 12px;
}
.thress li>div,.gzz_content .author span{
    margin-left: 10px;
}
.thress li>div{
    display: flex;
    height: 85px;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.zixun_wrap.thress li>div,.wd_list .thress li>div{
    height: 80px;
}
.zhuantiDetail_list.thress li>div{
    height: 70px;
}
.huifu_list .name {
    font-size: 16px;
}
.thress li .other{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 12px;
}
.thress li .other p{
    background-color: #F08300;
    color: #fff;
    font-size: 10px;
    height: 18px;
    line-height: 16px;
    margin-top: 5px;
    padding: 0 4px;
}
.thress li .other p:last-child{
    border: 1px solid #F08300;
    background-color: #fff;
    color: #F08300;
}
.vidio{
    width: 100%;
    background-color: #F08300;
    padding: 15px;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
}
.vidio::-webkit-scrollbar {
    height: 4px;
    /*height: 4px;*/
}
.vidio::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(44, 44, 44, 0.2);
    background: rgba(0,0,0,0.2);
}
.vidio::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(44, 44, 44, 0.2);
    border-radius: 0;
    background: rgba(68, 67, 67, 0.1);
}
.vidio ul li{
    display: inline-block;
    margin-right: 10px;
    width: 227px;
}
.vidio .shipin,.first .shipin_wrap,.zhibo_video,.zhuantiDetail_list .shipin,.banner,.login .other span{
    position: relative;
}
.zhibo_video .play,.zhuantiDetail_list .shipin .play{
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 9;
}
.first .play{
    position: absolute;
    top:50%;
    right: 50%;
    margin-top: -20px;
    margin-right: -20px;
}
.first .shipin_wrap .liexing,.guangao .liexing{
    position: absolute;
    bottom: 20px;
    right: 15px;
    font-size: 16px;
    color: #fff;
}
.guangao .liexing{
    right: 30px;
    bottom: 30px;
}
.first .shipin_wrap .liexing span,.guangao .liexing{
    background-color: rgba(51,51,51,0.7);
    padding: 3px 10px;
}
.vidio .shipin .bg{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-top: 40px;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    line-height: 45px;
}
/*.cata_list_bg{*/
/*background-color: rgba(0,0,0,0.5);*/
/*position: fixed;*/
/*z-index: 999;*/
/*left: 0;*/
/*bottom: 0;*/
/*right: 0;*/
/*top: 61px;*/
/*!*display: none;*!*/
/*width: 100%;*/

/*}*/
.vidio .shipin .bg i{
    font-size: 40px;
    vertical-align: middle;
    margin-right: 10px;
    opacity: .8;
}
.vidio ul li p{
    margin-top: 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vidio ul li span{
    background-color: #fff;
    color: #F08300;
    padding: 2px 4px;
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
}
.list .title{
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #F08300;
}
.thress li .other.end{
    justify-content: flex-end;
}
section{
    padding-bottom: 0px;
}
.model_container .pinglun_list{
    padding-bottom: 70px;
    max-height: 374px;
    overflow: auto;
}
footer,.fabu{
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    width: 100%;
    max-width: 960px;
}
footer button,.login button,.wx_login button{
    background-color: #F08300;
    color: #fff;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    width: 76px;
    text-align: center;
}
.new_detail,.youhui{
    padding: 15px;
    color: #999;
    font-size: 12px;
}
.youhui{
    padding-top: 0;
    padding-bottom: 10px;
}
.youhui_detail{
    padding: 0 15px;
    line-height: 20px;
}
.new_detail li:last-child{
    padding-bottom: 10px;
    border-bottom: 1px solid #F08300;
}
.new_detail li:nth-child(2){
    margin: 5px 0;
}
.new_detail .title,.wx_login .title{
    color: #333;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.new_footer,.model .model_content.fabu input{
    background-color: #f2f2f2;
}
.new_footer input,.model_content.fabu input{
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.new_footer{
    z-index: 1001;
}
.new_footer .pinglun{
    position: relative;
}
.new_footer .pinglun p{
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top:-10px;
    right: -16px;
    background-color: #F08300;
    color: #fff;
    border-radius: 50%;
    font-size: 8px;
}
.qd .num{
    text-align: center;
    background-color: #F08300;
    color: #fff;
    border-radius: 50%;
    font-size: 8px;
    margin-left: 10px;
    display: inline-block;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
}
.liuyan{
    padding: 15px 15px 0 ;
}
.liuyan .title,.msgDetail .title,.huifu_list .title,.gzz_content .title{
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.fankui button{
    border: 1px solid #fff;
    color: #fff;
    width: 50px;
    text-align: center;
    height: 26px;
    line-height: 26px;
}
.liuyan_list li,.pinglun_list li,.pinglun_list.huati li .msg{
    display: flex;
    margin-bottom: 15px;
}
.pinglun_list.huati li{
    display: block;
}
.liuyan_list li>div,.msg_wrap li div,.login .link a,.login .logWay li,.login .input_section.get input,.two ul li,.pinglun_list.huati li .msg div{
    flex: 1;
}
.liuyan_list li .avatar,.liuyan_list li .detail a:first-child,.first .shipin_wrap .liexing span:first-child,.pinglun_list li .avatar,
.pinglun_list li .detail a:first-child,.zhibo_detail .msg a{
    margin-right: 10px;
}
.liuyan_list li .detail,.pinglun_list li .detail,.zhibo_detail .msg,.zhibo_detail .model_container .tip,.msg_wrap li div,
.huifu_list li div,.huifu_list li .other,.login .mail{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.liuyan_list li .detail a,.liuyan .thress li .name,.tab li.on a,.first .names,.thress .names,.pinglun_list li .detail a,
.pinglun_list li .huifu span,.zhibo_detail .msg,.gzz_list .list_detail .status,.gzz_content .author,.login .input_section.get span,
.login .mail a,.new_footer .dianzan{
    color: #F08300;
    /* font-size: 12px; */
}
.liuyan_list li .detail a i,.pinglun_list li .detail a i,.zhibo_detail .msg a i{
    font-weight: 700;
    font-size: 18px;
}
.pinglun_list li .detail span a:first-child i,.zhibo_detail .msg span a:first-child i{
    font-size: 14px;
    margin-right: 5px;
}
.liuyan_list li .content,.pinglun_list li .content{
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0;
    word-wrap: break-word;
    word-break: break-all;
}
.liuyan_list li .date,.pinglun_list li .date,.msg_wrap .zhaiyao,.msgDetail .date,.huifu_list li .other,.huifu_list .zan{
    font-size: 12px;
    color: #999;
}
.liuyan_list li .huifu,.huifu_list li div{
    background-color: #f8f8f8;
    padding: 10px;
    margin-top: 12px;
}
.huifu_list li div{
    align-items: flex-start;
}
.liuyan_list li .huifu p{
    margin-bottom: 7px;
    line-height: 22px;
}
.liuyan_list li .huifu a{
    color: #888c96;
}
.liuyan_list li .huifu a i{
    color: #fff;
    background-color: #888c96;
    font-size: 12px;
}
.liuyan .look{
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #ccc;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 20px;
}
.liuyan .thress{
    margin-top: -20px;
    padding-bottom: 60px;
}
.liuyan .thress li{
    padding: 15px 0;
}
.zhishu_wrap .first .title{
    padding: 10px 0 5px;
}
.liuyan .thress li .name span,.first .names a,.first .names span,.thress .names span,.thress .names a{
    color: #999;
    margin-left: 10px;
}
.first .names{
    padding-top: 0;
    /*border-bottom: 1px solid #F08300;*/
    padding-bottom: 15px;
}
.first .names i,.thress .names i{
    font-weight: 700;
    font-size: 24px;
}
.zixun_wrap li,div.qd a{
    padding: 10px 15px;
    position: relative;
}
.zixun_wrap li .play{
    position: absolute;
    top:20px;
    left: 110px;
}
.zixun_wrap li .baioqian{
    color: #ff0000;
    border:1px solid #ff0000;
    border-radius: 5px;
    width:40px ;
    height: 20px;
    line-height: 16px;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
}
.model{
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top:0;
    background-color: rgba(0,0,0,0.5);
}
.model .bg{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top:0;
}
.model_content,.model_container{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}
.model_content ul{
    display: block;
    /* white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden; */
    padding: 25px 0 0 0;
    background: #FFFFFF;
    border-radius: 5px;
}
.model_content ul li{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 25px;
}
.model_content ul li img{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.model_content ul li span{
    display: block;
    margin-top: 10px;
    text-align: center;
}
.model_content .cancel{
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    background: #fff;
    margin-top: 10px;
    border-radius: 5px;
}
.model_content .cancel{
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #ececec;
}
.model .success{
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -30%;
    margin-top: -20px;
    width: 60%;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 12px;
}
.header_content{
    text-align: center;
    padding: 40px 0;
    color: #fff;
    font-size: 17px;
    height: 192px;
    background: linear-gradient(155deg, #F9A900, #F08300);
}
.header_content p,.zhibo_detail .msg,.login .mail,.all_pinglun .new_detail li:last-child{
    margin-top: 15px;
}
.center_body{
    background-color: #f4f5f7;
    height: 100vh;
}
.center_list>li a,.question li>p,.qd a{
    padding: 15px;
    font-size: 18px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.center_list li i,.question li>p i,.qd i{
    font-size: 22px;
}
.center_list li img{
    margin-right: 10px;
    vertical-align: sub;
}
.zhibo_detail .msg img,.pinglun_list.huati li .detail a{
    vertical-align: sub;
}
.logout,.login .confirm{
    margin-top: 40px;
    text-align: center;
}
.logout a{
    color: #9b9b9b;
    font-size: 17px;
}
.liuyan .all{
    padding-top: 15px;
    border-top: 1px solid #F08300;
}
.tab{
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 8px 15px;
    background-color: #fff;
    width: 100%;
}
.tab li{
    margin-right: auto;
}
.cata_list_bg a:nth-of-type(1){
    margin-right: 0;
}
.guangao{
    background-color: #fff;
    padding: 15px;
    position: relative;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #F08300;
}
.zhishu_nav .iconfont{
    font-size: 40px;
    color: #333;
    position: absolute;
    left: 5px;
    top: 3px;
}
.zhishu_nav{
    justify-content: center;
    border-bottom: 1px solid #F08300;
    padding: 5px 15px;
}
.zhishu_nav img{
    margin-right: 5px;
}
.zhishu_wrap,.zhibo_detail .content,.pinglun_list,.fankui_wrap,.headers,.msgDetail,.huifu_list>li,.gzz_content,
.zhuanti .zhuanti_list,.zhuantiDetail_list .shipin,.login{
    padding: 15px;
}
.zhishu_wrap .first{
    padding: 15px 15px 5px;
    border:1px dashed #FE546F;
}
.zhishu_wrap .first .names,.zhibo_detail .content .title,.pinglun_list li .content{
    padding: 0;
}
.zhishu_list .title,.huifu_list li div p{
    font-size: 14px;
    line-height: 20px;
}
.huifu_list li div p{
    flex: 1;
    font-size: 12px;
    line-height: 20px;
}
.zhishu_wrap .zhishu_list .first .names{
    font-size: 12px;
}
.zhishu_wrap .zhishu_list .first .bottom span{
    margin-left: 5px;
}
.zhibo_nav{
    justify-content: flex-start;
    padding: 10px 15px 5px;
}
.huifu_list li div.name{
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
}
.zhibo_nav .iconfont,.gzz_header .iconfont{
    color: #333;
    font-size: 24px;
}
.fankui i{
    color: #fff;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.fankui,.fabiao_wrap button {
    background-color: #F08300;
    color: #fff;
}
.fankui span:nth-child(2),.new_footer .dianzan,.scroll ul li a{
    font-size: 18px;
}
.zhibo_detail .tab{
    background-color: #58595B;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #F08300;
}
.zhibo_detail .tab li{
    display: inline-block;
    width: 50%;
    text-align: center;
}
.zhibo_detail .tab li.active{
    color: #F08300;
    border-bottom: 3px solid #F08300;
}
.zhibo_detail .content .desc{
    color: #666;
    line-height: 22px;
    margin-top: 10px;
}
.divider{
    background-color: #efefef;
    height: 10px;
}
.zhibo_detail .tip{
    padding: 15px;
    color: #666;
}
.zhibo_detail .zixun_wrap li .play{
    top:50%;
    margin-top: -15px;
    left: 70px;
}
.zhibo_detail .thress li .other,.huifu_list li .other{
    margin-top: 10px;
}
.pinglun_list li .huifu{
    line-height: 22px;
}
.fabu input,.new_footer.fabu input{
    border-radius: 25px;
    width: 80%;
}
.pinglun_list li:last-child,.login .input_section input,.all_pinglun .new_detail li:last-child,.question li>p,.pinglun_list.huati li .msg,
.qd a{
    margin-bottom: 0;
}
.zhibo_detail .model_container .tip .icon-guanbi{
    display: block;
}
.zhibo_detail .model_container .null{
    text-align: center;
    color: #999;
    padding:0 0 90px;
}
.fankui_wrap input,.fankui_wrap textarea{
    border:1px solid #e8e8e8;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 97%;
    font-size: 14px;
}
.fankui_wrap textarea{
    padding: 10px;
    width: 94%;
}
.fankui_wrap input{
    height: 36px;
    line-height: 36px;
}
.msg_wrap .center_list>li,.msgDetail,.huifu_list>li{
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0;
}
.msg_wrap .center_list div span{
    padding: 1px 5px;
    color: #fff;
    background-color: #ff0000;
    font-size: 12px;
    border-radius: 50%;
    margin-left: 10px;
}
.msg_wrap .center_list div ul li:first-child,.login .input_section{
    display: flex;
    align-items: center;
}
.font_wrap{
    padding: 15px;
    line-height: 22px;
}
.font_wrap p,.login .zhengce li,.login .shoum{
    margin-bottom: 15px;
}
.font_wrap .bottom{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top:1px solid #e9e9e9;
    padding: 15px;
}
.gzz_list.first .title,.zhuanti .title,.all_pinglun .new_detail,.all_pinglun .new_detail li:last-child{
    padding-bottom: 0;
}
.gzz_list .desc{
    line-height: 20px;
    margin: 5px 0;
}
.gzz_list .desc,.gzz_list .list_detail .other,.gzz_content .author span,.zhuantiDetail_list .date,.login .logWay,
.login .shoum{
    color: #999;
}
.zhuanti .bottom span{
    margin-left: 0;
}
.zhuanti .zhuanti_list .title{
    padding: 15px 0 0;
}
.zhuanti .zhuanti_list img{
    border-radius: 10px;
}
.zhuantiDetail_list li:last-child,.myqd .huifu_list>li{
    border-bottom: 1px solid #F08300;
}
.close{
    color: #666;
    font-size: 24px;
    position: absolute;
    display: block;
    z-index: 2;
}
.liwu{
    color: #666;
    text-align: center;
    margin: 10px 0;
    font-size: 20px;
}
.liwu span:nth-of-type(2),.liwu i:nth-of-type(3){
    margin-right: 5px;
}
.liwu i{
    font-size: 22px;
    vertical-align: middle;
}
.login .input_section{
    background-color: #f4f5f7;
    margin-bottom: 5px;
    height: 45px;
}
.login .input_section input{
    width: 100%;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    background-color: transparent;
}
.login .input_section .quhao{
    border-right: 1px solid #333;
    padding:0 12px 0 10px;
    margin-right: 5px;
}
.login .input_section .quhao select{
    background-color: transparent;
}
.login .input_section{
    width: 100%;
}
.login button,.wx_login button,.fabiao_wrap button{
    width: 100%;
    height: 45px;
    /*line-height: 45px;*/
    margin: 15px 0 ;
    font-size: 18px;
}
.login .link,.login .logWay,.login .phone_model{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
}
.login .logWay i{
    color: #465893;
    font-size: 66px;
}
.login .link a:first-child{
    border-right: 1px solid #d8d8d8;
}
.login .other{
    margin: 25px 0 15px;
    color: #F08300;
    text-align: center;
    overflow: hidden;
}
.login .other span:before,.login .other span:after{
    position: absolute;
    width: 110px;
    height: 1px;
    background-color: #F08300;
    top:9px;
    display: block;
    content: '';
}
.login .other span:before{
    left: -130px;
}
.login .other span:after{
    right: -130px;
}
.login .logWay{
    font-size: 14px;
}
.login .zhengce{
    color: #b2b2b2;
    margin: 50px 0 0;
    font-size: 13px;
}

.login .zhengce a{
    text-decoration: underline;
    color: #b2b2b2;

}
.login .zhengce i{
    margin-right: 5px;
    vertical-align: middle;
}
.wx_header{
    background-color: #36353A;
    color: #fff;
}
.wx_login{
    padding: 40px;
}
.wx_login .banner{
    text-align: center;
    padding: 15px 0 30px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 22px;
}
.wx_login .tip{
    position: relative;
    color: #999;
    margin: 15px 0;
    padding-left: 20px;
}
.wx_login .tip:before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #999;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top:6px;
}
.wx_login button{
    margin-top: 30px;
    background-color: #1AAD19;
}
.phone_model .phone_content{
    background-color: #EFEFEF;
    border-radius: 10px;
    width: 65%;
}
.phone_model .phone_content ul li:first-child{
    padding: 15px 40px;
    line-height: 25px;
    color: #333;
}
.phone_model .phone_content li{
    padding: 10px 20px;
    color: #007aff;
    border-bottom: 1px solid #D9CEBF;
}
.all_pinglun .liuyan .all{
    border-top: none;
    padding-top: 0;
}
.first .bottom{
    padding-top: 0;
}
.two ul,.zhuanti .zhuanti_list .bottom{
    padding: 10px 0;
}
.zhuanti .first .bottom{
    padding-top: 5px;
    padding-bottom: 10px;
}
.question .vidio{
    background-color: #fff;
    padding: 0 15px;
}
.question .vidio ul li{
    max-width:135px;
}
.question .vidio ul li p{
    font-size: 12px;
    margin-top: 5px;
    line-height: 16px;
    padding: 0 ;
    white-space:pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.question .vidio ul li .num{
    margin: 5px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-top: 1px solid #F08300;
}
.wd_list .thress li .other p:last-child{
    border: none;
    background-color: #fff;
    color: #333;
    width: auto;
}
.all_pinglun .text{
    font-size: 18px;
    padding: 15px 0 0;
    margin:15px;
    border-top:1px solid #F08300;
    line-height: 26px;
}
.edit{
    position: fixed;
    right: 15px;
    bottom: 100px;
}
.fabiao .icon-guanbi{
    display: block;
    color: #333;
}
.fabiao_wrap button{
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    width: 90%;
    margin-left: -45%;
}
.fabiao_wrap textarea{
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 10px;
}
.louzhu,.huifu_list .status{
    border:1px solid #666;
    padding: 1px 3px;
    border-radius: 3px;
    font-size: 9px;
    vertical-align: middle;
}
.pinglun_list.huati li .huifu,.myqd .huifu_list li div{
    background-color: #f8f8f8;
    margin: 0 -15px;
    padding: 10px 15px;
}
.pinglun_text{
    text-align: center;
    color: #F08300;
    margin-top: 30px;
}
.new_footer .dianzan img{
    vertical-align: bottom;
}
.icon-shanchu{
    color: #999;
}
video{
    object-fit: fill;
}
.swiper-slide{
    height: 1px;
}
.swiper-slide-active { height:auto}
section .qd:first-child a>span{
    display: flex;
    align-items: center;
}
.new_footer input{
    width: 55%;
}
.swiper-slide .first .title span{
    background-color: #CDE8FE;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 20px;
    line-height: 20px;
    color: #218ABE;
    border-radius: 3px;
    font-size: 9px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.line-abbreviate{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
}
.p_onereaply{
    margin-bottom: 0px;
}
.search_header{
    background-color: #fff;
    width: 100%;
}
.search_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px 0;
}
.search_wrap img{
    position: absolute;
    top: 18px;
    left: 24px;
}
.search_wrap input{
    border:1px solid #d8d8d8;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    width: 82%;
}
.search_wrap a{
    color: #F08300;
    font-size: 16px;
}
.search_wrap .left{
    flex: 1;
}
.scroll.tab{
    padding: 5px 15px;
}
.scroll.tab ul .active{
    border-bottom: none;
}
.tab.scroll a{
    color: #333;
}
.content_null{
    padding: 0 15px;
}
.content_null p{
    font-size: 18px;
    color: #999;
    margin: 30px 0;
}
.content_null ul{
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px;
}
.content_null ul li{
    line-height: 30px;
    font-size: 16px;
    color: #9d9d9d;
}
/*新增*/
.icon_collect {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    /*background: url('../imgaes/sc-01.png') no-repeat;*/
    background-size: 15px;
    margin-bottom: 3px;
    margin-right: 2px;
}
.icon_collected{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    /*background: url('../imgaes/collect-02.png') center center no-repeat;*/
    background-size: 15px 15px;
    margin-bottom: 2px;
    margin-right: 2px;
}
.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shipin .tit{
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.5);
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #F08300;
}
img{
    max-width:100%;
    object-fit:cover;
}
.vidio .shipin .bg_none{
    background-color:transparent;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-top: 40px;
    color: #fff;
    font-size: 18px;
}
.jilu ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding-bottom: 10px;
    color: #aaa;
    margin:0 -15px 10px 0;
    padding-right: 15px;
}
.cata_list1 {
    padding: 15px;
}
.cata_list1 .cata_item1 {
    margin-bottom: 10px;
}
.cata_list1 .topic {
    font-size: 16px;
    margin-bottom: 10px;
}
.jilu .topic{
    color: #aaa;
    font-size: 14px;
}
.cata_item1 ul {
    display: flex;
    flex-wrap: wrap;
}
.cata_item1 ul li {
    border: 1px solid #ccc;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;

}
.jilu ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding-bottom: 10px;
    color: #aaa;
    margin:0 -15px 10px 0;
    padding-right: 15px;
}
.cata_list1 ul li a{
    color: #aaa;
}

.headers1{
    height: 138px;
    padding: 15px;
    display: flex;
    color: #fff;
    align-items: flex-start;
    padding: 15px;


    font-size: 18px;
    justify-content: center;
    background: linear-gradient(142deg, #F9B900, #F08300);
}
.headers1 .iconfont {
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 5px;
    top: 3px;
}
.timeline1{
    width: 92%;
    margin: auto;
    background: #fff;
    box-shadow: 0px 2px 14px rgba(0,0,0,0.14);
    padding: 15px 12px;
    margin-top: -30px;
}
.timeline1 .title,.timeline .flexbox .title{
    color: #2a2a2a;
    font-size: 17px;
}
.timeline1 .flexbox .title{
    font-size: 15px;
}
.timeline1 .time p{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #d8d8d8;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.timeline1 .time span{
    color: #fa7f3a;
    font-size: 12px;
    padding: 4px 16px;
    background: #eee;
    border-radius: 50px;
}

.timeline1 li{
    padding: 20px 0 0;
    position: relative;
}
.timeline1 li::before{
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top:10px;
    background-color: #d8d8d8;
    width: 1px;
    height: 137px;
}
.timeline1 .flexbox{
    display: flex;
    align-items: flex-start;
    padding-left: 26px;
    margin-top: 15px;
}
.timeline1 .flexbox img,.timeline .flexbox .img{
    width: 138px;
    height: 77px;
}
.timeline1 .flexbox .title{
    line-height: 26px;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.headers2{
    padding: 15px;
    display: flex;
    color: #333;
    font-size: 18px;
    justify-content: center;
    border-bottom: 1px solid #F08300;
    display: flex;
    align-items: center;
    background-color: #fff;

}
.headers2 .iconfont {
    font-size: 24px;
    position: absolute;
    left: 15px;
    top: 12px;
}
.channelList{

}

.channelList ul{
    padding: 15px;
}
.channelList ul li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #F08300;*/
}
.channelList ul li img,ul li .img{
    width: 138px;
    height: 77px;
}
.channelList ul li .title{
    font-size: 15px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #2a2a2a;
}
.channelList .img{flex:0 0 138px;}

.border-bottom {
    position: relative;
}
.border-bottom:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #cccccc;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.tagBox {
    padding: 0 15px 15px 15px;
}
.tagBox .tagBox-content {
    padding: 8px 7px;
    background: #f9f9f9;
    line-height: 26px;
    color: #ef7d00;
    font-size: 14px;
}
.tagBox .tagBox-content .tag-icon {
    display: inline-block;
    margin-right: 5px;
    width: 52px;
    height: 26px;
    padding-right: 4px;
    /*background: url(../imgaes/tag.png) no-repeat;*/
    background-size: 52px 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
}

.add-video{
    position: relative;
}
.add-video .img_video{
    position: absolute;
    font-size: 40px;
    color: white;
    top: 18px;
    left: 50px;
}

.load-more {
    background: #F08300;
    color: #fff;
    font-size: 1.3rem;
    line-height: 3rem;
    text-align: center;
    margin: 10px;
    border-radius: 5px;
}

.interaction {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.interaction li {
    width: 40px;
    margin: 0 10px;
}
.interaction li p {
    text-align: center;
    margin-top: 10px;
}
.interaction li img {
    width: 100%;
    cursor: pointer;
}
.interaction li .active {
    transform: scale(1.3);
}
.box {
    overflow: hidden;
}

.anim {
    /*transition: all 0.5s;*/
    /*margin-top: -50px;*/
}

.hot-tit {
    display: flex;
    background: #f4cea7;
}
.hot-tit div:first-child {
    width: 15%;
    min-width: 15%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #f49545;
    margin: 5px;
    color: #f49545;
    border-radius: 5px;
}
.hot-tit ul {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    line-height: 35px;
    font-weight: 500;
}
.hot-tit ul::-webkit-scrollbar {
    width: 0px;
    height: 0;
}
.hot-tit ul li {
    padding: 0 10px;
}

.noticeli {
    list-style: none;
    line-height: 25px;
    height: 50px;
    min-height: 50px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.line-abbreviate-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.special-body {
    background: #e4e3e8;
    padding-top: 10px;
}
.special-body > h3,
.channel-col > h3 {
    color: #f08300;
    border: 1px solid #f08300;
    width: 20%;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 14px;
}
.special-body > ul {
    padding: 10px;
    display: -webkit-box;
    white-space: nowrap;
    overflow-x: scroll;
}
.special-body ul::-webkit-scrollbar {
    width: 0px;
    height: 0;
}
.special-body > ul > li {
    margin-right: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 90px;
}
.special-body > ul > li > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 5px;
}
.special-body > ul > li > p {
    color: #fff;
    padding: 3px;
    font-size: 12px;
    background: #f08300;
    border-radius: 3px;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.channel-col {
    margin-top: 15px;
}
.channel-col-ul {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 5px;
    border-bottom: 1px solid #adadad;
}
.channel-col-ul ul {
    width: 100%;
    white-space: nowrap;
}
// .channel-col-ul::-webkit-scrollbar {
//   width: 0px;
//   height: 0;
// }
.channel-col-ul li {
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
    width: 100px !important;
}
.channel-col-ul li img {
    width: 70px;
}
.channel-col-ul li p {
    text-align: center;
    margin: 10px 0;
    font-size: 14;
    font-weight: 600;
}

.change-scoll {
    height: auto;
    background-color: #f1f1f1;
    padding: 10px;
}

.label-box {
    width: 70px;
    border: 2px solid #FF9500;
    color: #FF9500;
    height: 28px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    border-radius: 8px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 5px;
}
.focus-news h3, .focus-news-swiper h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.focus-news-swiper h4 {
    /*height: 40px;*/
    font-size: 16px;
}
.focus-news {
    border-bottom: 1px solid #979797;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.focus-news h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.focus-news p {
    color: #acacac;
}
.focus-news-swiper {
    width: 100%;
    height: 140px;
}
.focus-news-swiper .swiper-slide {
    height: auto;
}
.focus-news-swiper .swiper-pagination-bullets {
    bottom: 0 !important;
}
.focus-news-swiper .slide-content {
    margin-bottom: 10px;
}
.focus-news-swiper .slide-content p {
    color: #ACACAC;
}

.yd-slider-item {
    position: relative;
    height: 0;
    padding-bottom: 56.26%;
}

.yd-slider-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.yd-slider-item .first {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(23, 23, 23, 0) 0%, #171717 100%);
}

.yd-slider-item .first .title {
    color: #fff;
    height: 77px;
}

.yd-slider-pagination {
    /deep/ .yd-slider-pagination-item {
        width: 20px;
        height: 2px;
        border-radius: 0;
        margin: 0.15rem !important;
    }
}
.settop {
    background-color: #f08300 !important;
    color: #fff !important;
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.adv-dialog {
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 768px;
    margin-left: -384px;

    .adv-wrapper {
        position: relative;
        height: 100vh;
        width: 100%;

        .close-btn {
            position: absolute;
            z-index: 9999;
            right: 5px;
            top: 5px;
            display: inline-block;
            border-radius: 50%;
            background-color: rgba(0, 0, 0, 0.7);
        }

        .adv-link {
            display: flex;
            position: absolute;
            z-index: 1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            justify-content: center;
            align-items: center;
        }
    }
}
.img-wrapper {
    position: relative;
}
.prism-player .prism-big-play-btn {
    margin-bottom: -30px !important;
    margin-left: -30px !important;
}
/deep/ .prism-controlbar {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .adv-dialog {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}
.time {
    position: absolute;
    z-index: 9999;
    right: 5px;
    top: 10px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2px 5px;
    border-radius: 3px;
}
.border-bottom {
    position: relative;
}
.border-bottom-playIcon {
    font-size: 30px;
    position: absolute;
    top: calc(50%-30px);
    left: 15%;
    color: #fff;
}
