﻿body{
    background: #fff;
    font-family: "PingFangSC-Regular";
}
.public-div{
    padding: 12px 20px 25px;
}
.article-detail-p{
    font-size: 24px;
    color: #222222;
    line-height: 33px;
    font-weight: bold;
}
.detail-span{
    margin-top: 12px;
}
.detail-span{
    font-size: 14px;
    line-height: 20px;
    color: #A7A7A7;
}
.video-voice{
    background: #F8F8F8;
    margin-top: 12px;
    padding: 8px 12px;
    border-radius: 100px;
}
.audio-hidden{
    display: none;
}
.fl-audio{
    font-size: 14px;
    color: #222222;
}
.fl-audio i{
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("../images/yuyin.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
    border-radius: 50%;
}
.fl-audio span{
    position: relative;
    top: -7px;
}
.fr-audio-btn{
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url("../images/playBtn.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    top:3px;
}
.fr-audio-sty{
    background: url("../images/audio-play.png") no-repeat;
    background-size: 100% 100%;
}
.abstract-div{
    padding: 16px 0 0 44px;
    font-size:14px;
    font-weight:400;
    color:rgba(167,167,167,1);
    line-height:22px;
    background: url("../images/abstract.png") no-repeat top 17px left 0;
    background-size: 30px 26px;
}
.article-box{
    padding-top: 8px;
    text-align: center;
}
.article-box p{
    font-size: 18px;
    color: #222222;
    text-align: justify;
    line-height: 30px;
    margin-top: 12px;
}
.article-p1{
    font-size: 18px;
    color: #222222;
    text-align: justify;
    line-height: 30px;
    margin-top: 12px;
}
.article-box img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 12px;
}
.article-p2{
    margin-top: 8px;
    font-size: 14px;
    color: #646464;
    line-height: 20px;
    text-align: justify;
}
.vote-div{
    background: url("../images/voteTop.png") no-repeat top;
    background-size: 100% 3px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    position: relative;
    padding: 20px 20px 36px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.05), 0 0 2px 0 rgba(0,0,0,0.01), 0 0 15px 0 rgba(0,0,0,0.01);
}
.vote-title{
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    text-align: justify;
    font-weight: bold;
}
.vote-tit{
    font-size: 14px;
    color: #646464;
    line-height: 20px;
    text-align: justify;
    margin-top: 10px;
}
.vote-title-bor{
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}
/*多选复选样式*/
.change_answer>li{
    height: auto;
    padding: 19px 0;
    border-bottom: 1px solid #EEEEEE;
}
.change_answer>li span{
    text-align: justify;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    display: block;
    cursor: pointer;
}
.change_answer label>div{
    position: static !important;
    margin-right: 12px;
    margin-top: 1px;
}
.change_answer label div{
    float: left;
}
/*答题界面的input样式修改*/
.change_radio label,.change_checkbox label{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.change_radio label input,.change_checkbox label input{
    display: inline-block ;
    opacity: 0 ;
    width: 18px;
}
.change_radio label div{
    width: 24px;
    height: 24px;
    top:0;
    position: absolute;
    left: 0;
}
.change_radio label>div{

    background: url("../images/radio1.png") no-repeat;
    background-size: 100% 100%;
}
.change_radio input:checked+div {  /*当radiuo被选中时，把input下边的div标签的背景图片替换掉*/
    background: url("../images/danxuan.png") no-repeat;
    background-size: 100% 100%;
}
.change_checkbox label div{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url("../images/radio1.png") no-repeat;
    border-radius: 2px;
    background-size: 100% 100%;
}
.change_checkbox input:checked+div {  /*当radiuo被选中时，把input下边的div标签的背景图片替换掉*/
    background: url("../images/gou.png") no-repeat center;
    background-size: 100% 100%;
}
.change_answer img{
    width: 100%;
    display: block;
    border-radius: 6px;
    margin-top: 10px;
}
.change_answer-img{
    overflow: hidden;
}
.change_answer>li .gain-votes{
    font-size: 14px;
    color: #2E8CFF;
    margin-top: 10px;
    line-height: 20px;
}
.submit-vote{
    background:#FFAA00;
    border-radius: 100px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
}
/*结束*/
.sign-up>div{
    margin-top: 20px;
}
.sign-up-input{
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    padding: 11px 12px;
    display: block;
    color: #333;
    font-size: 16px;
    background-color: #fff !important;
    width: 100%;
    line-height: 22px;
}
::-webkit-input-placeholder { color:#A7A7A7; }
::-webkit-input-placeholder {
    color:#666;
}
::-webkit-input-placeholder {
    color:#666;
}
/* 火狐浏览器 */
::-moz-placeholder { color:#00f; }
::-moz-placeholder {
    color:#666
}
::-moz-placeholder {
    color:#666;
}
.git-code-box .sign-up-input{
    width: 63%;
    float: left;
    margin-right: 8px;
}
.git-code{
    display: block;
    overflow: hidden;
    padding: 12px 0;
    text-align: center;
    background: #FFEDEF;
    font-size: 14px;
    color: #FF4C67;
    line-height: 20px;
    border-radius: 6px;
}
.sign-up-btn{
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}
.sign-up-btn>a{
    flex: 1;
    -webkit-flex: 1;
    padding: 12px 0;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    background: #CCCCCC;
    color: #fff;
}
.sign-up-btn>a+a{
    margin-left: 9px;
}
.sign-up-btn .sign-up-bm{
    background:#FFAA00;
}
.btn-zdy{
    background: #969FAD;
    line-height: 52px;
    height: 52px;
}
.head-a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    margin-right: 8px;
}
.head-a img{
    border-radius: 50%;
}
.head-name{
    font-size: 14px;
    color: #222222;
    line-height: 20px;
}
.member-i{
    width: 16px;
    height: 16px;
    background: url("../images/vip.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
    display: none;
}
.head-lab{
    background: rgba(255, 170, 0, 0.16);
    font-size: 9px;
    color: #FFAA00;
    margin-top: 3px;
    padding: 2px 3px;
    text-align: center;
    line-height: 12px;
    display: block;
    float: left;
    margin-left: 10px;
}
.head-blue{
    color: rgba(46, 140, 255, 0.89);
    background: rgba(46, 140, 255, 0.16);
}
.head-date{
    margin-top: 4px;
    font-size: 12px;
    text-align: left;
    color: #A7A7A7;
    line-height: 16px;
}
.head-lab-list>span{
    margin-left: 0;
    margin-top: 0;
}
.head-lab-list>span+span{
    margin-left: 6px;
}
.follow-a{
    border:1px solid rgba(255,170,0,1);
    padding: 6px 15px;
    font-size: 14px;
    color: #FFAA00;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
}
.follow-a i{
    width: 12px;
    height: 12px;
    background: url("../images/guanzhu.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    top:1px;
    margin-right: 3px;
}
.gender{
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    background: url("../images/female_blue.png") no-repeat;
    background-size: 100% 100%;
}
.gender-blue{
    background: url("../images/male_blue.png") no-repeat;
    background-size: 100% 100%;
}
.guanzhu-div{
    padding-bottom: 20px;
}
.detail-ul li{
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}
.detail-adv-title{
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
}
.detail-adv-img{
    margin-top: 8px;
    border-radius: 6px;
    width: 100%;
    display: block;
}
.adv-lab{
    background: #CCCCCC;
    padding: 2px 3px;
    color: #fff;
    border-radius: 2px;
    font-size: 9px;
    line-height: 12px;
    margin-top: 12px;
    display: block;
}
.adv-lab-sty{
    background:rgba(237,241,242,1) !important;
    color: #646464;
}
.recommend-title{
    padding: 16px 10px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}
.recommend-title::before{
    content: "";
    position: absolute;
    left: 0;
    top:19px;
    background: #FFAA00;
    width: 3px;
    height: 22px;
    border-radius: 2px;
}
.recommend-ul a{
    display: -webkit-flex;
    display: flex;
}
.recommend-div{
    flex: 1;
    -webkit-flex: 1;
}
.recommend-divP{
    font-size: 18px;
    margin-bottom: 15px;
    color: #222222;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    padding-right: 20px;
    text-align: justify;
}
.recommend-divP-t{
    -webkit-line-clamp: 3;
    margin-bottom: 1px;
    -moz-line-clamp: 3;
}
.recommend-div .adv-lab,.three-div .adv-lab{
    background: #969FAD;
    margin-top: 0;
    margin-right: 5px;
}
.adv-lab-time{
    font-size: 12px;
    color: #A7A7A7;
    line-height: 16px;
    margin-left: 10px;
}
.recommend-img{
    width: 120px;
    height: 80px;
    float: right;
}
.comment-fr{
    overflow: hidden;
}
.comment-ul .head-a{
    margin-right: 12px;
}
.comment-fr-tit1{
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    font-weight: bold;
}
.comment-fr-tit2{
    font-size: 12px;
    color: #222222;
    line-height: 16px;
}
.comment-fr-tit2 i{
    width: 20px;
    height: 20px;
    background: url("../images/zan1.png")no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    top:4px;
}
.comment-fr-tit2 .zan-sty{
    background: url("../images/zan2.png")no-repeat;
    background-size: 100% 100%;
}
.comment-tit{
    margin-top: 8px;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    text-align: justify;
}
.comment-tit-hf{
    background: #F8F8F8;
    margin-top: 12px;
    padding: 10px 12px;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    border-radius: 6px;
}
.comment-tit-hf span{
    margin-right: 5px;
    color: #4297FE;
}
.comment-tit-time{
    font-size: 12px;
    color: #646464;
    margin-top: 8px;
    line-height: 16px;
}
.download-po{
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    background: #222222;
    padding: 16px 20px;
    z-index: 99999;
}
.download-logo{
    width: 32px;
    height: 32px;
    display: block;
}
.download-span{
    margin-left: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    display: block;
}
.download-btn{
    background:#FFAA00;
    padding: 6px 17px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    border-radius: 100px;
    text-align: center;
}
.btn-sty{
    border: 1px solid rgba(255,170,0,1);
    padding: 6px 15px;
    font-size: 14px;
    color: #FFAA00;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
    background-image: none;
    background: none;
}
.video-div{
    border-radius: 6px;
    position: relative;
    margin-top: 12px;
}
.video-div video{
    max-height: 400px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.article-box-i{
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background: url("../images/xiangguan@2x.png") no-repeat;
    background-size: 100% 100%;
}
.video-box{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 5;
}
.video-box img{
    margin-top: 0;
    display: block;
    border-radius: 6px;
    width: 100%;
    height: 103%;
}
.video-detail-div{
    margin-top: 0;
}
.video-detail-div,.video-detail-div video,.video-detail-div div,.video-detail-div img{
    border-radius: 0;
}
.video-detail-title{
    font-size: 18px;
    color: #222222;
    padding-bottom: 12px;
    border-bottom: 1px solid #EEEEEE;
    line-height: 25px;
    font-weight: bold;
}
.video-tab{
    padding: 16px;
}
.video-tab li{
    float: left;
    position: relative;
    color: #222222;
    margin-right: 24px;
}
.video-tab li a{
    font-size: 16px;
    line-height: 22px;
}
.video-tab .video-tab-li a{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #222222;
    position: relative;
    top:-3px;
}
.video-tab .video-tab-li::before{
    content: "";
    border-radius: 4px;
    position: absolute;
    bottom: -5px;
    background: #FF4C67;
    width: 20px;
    height: 4px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
}
.video-change li{
    width: 48%;
    float: left;

    box-shadow: 0 0 6px 0 rgba(0,0,0,0.04), 0 0 2px 0 rgba(0,0,0,0.04), 0 0 2px 0 rgba(0,0,0,0.18);
    border-radius: 6px;
    margin-top: 12px;
}
.video-change li:nth-child(2n){
    float: right;
}
.video-change-img{
    width: 100%;
    display: block;
    position: relative;
    height: 90px;
}
.video-change-img img{
    border-radius: 6px 6px 0 0;
}
.video-change-p{
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    height: 60px;
    font-weight: bold;
    padding: 8px 8px 12px;
    box-shadow: 0 1px 3px 0 rgba(170, 170, 170, 0.05);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
}
.video-change-p p{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
    height:100%;
}
.video-change-box>ul{
    display: none;
}
.video-change-box .video-change-show{
    display: block;
}
.special-img{
    width: 100%;
    height: auto;
    display: block;
}
.label-ul{
    padding-top: 8px;
}
.label-ul li{
    float: left;
    padding: 6px 12px;
    margin-right: 5px;
    background:rgba(255,247,229,1);
    margin-top: 12px;
    border-radius: 100px;
    line-height: 20px;
}
.label-ul li a{
    font-size: 14px;
    color: #FFAA00;
    line-height: 20px;
    text-align: center;
}
.label-ul li:nth-child(4n){
    margin-right: 0;
}
.video-adv{
    width: 100%;
    height: auto;
    position: relative;
}
.adv-lab-video{
    background: #969FAD;
}
.go-back{
    background: url("../images/back.png") no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    position: absolute !important;
    top: 18px;
    left: 20px;
    z-index: 999;
}
.title-count{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: bold;
    flex: 1;
    -webkit-flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tit_r-po{
    position: fixed;
    bottom: 68px;
    display: block;
    left: 20px;
    z-index: 9999;
}
.countBox-sty .txt,.countBox-sty .title-count{
    display: none;
}
.countBox-sty{
    background: rgba(0,0,0,0) !important;
}
.save-div{
    font-size: 14px;
    color: #FFFFFF;
    position: fixed;
    z-index: 9999;
    bottom: 70px;
    display: none;
    line-height: 20px;
    right: 20px;
}
.countBox-sty .save-div{
    display: block;
}
.save-div i{
    width: 24px;
    height: 24px;
    background: url("../images/save.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    top:6px;
    margin-right: 8px;
}
.lastRecommend-div>a{
    background: #343434;
    border-radius: 6px;
    height: 166px;
    display: block;
    width: 46%;
    margin-top: 12px;
    float: left;
}
.lastRecommend-div>a:nth-child(2n){
    float: right;
}
.lastRecommend-div {
    padding: 0 20px;
}
.lastRecommend-div img{
    width: 100% !important;
    height: 106px;
    border-radius: 6px 6px 0 0;
}
#wapListImage .lastRecommend-tit{
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    padding: 8px 8px 12px;
    text-align: justify;
    border-radius: 0 0 6px 6px;
}
.lastRecommend-tit div{
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
}
.tu-xq{
    position: relative;
    background: #222222;
    height: 60px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
}
.video-window{
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 1000;
    width: 160px;
    display: none;
    height: 90px;
}
.video-window video{
    width: 100%;
    height: 100%;
    background: #000;
}
.video-window i{
    width: 16px;
    height: 16px;
    background: url("../images/close.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 2px;
    top: 10px;
}
.video-window>div{
    height: 100%;
    position: relative;
}
.article-box video{
    max-height: 400px;
    display: block;
    width: 100%;
    height: 100%;
}
.article-box video{
    margin-top: 18px;
}
.video-div video{
    margin-top: 0;
}
.yinti-sty{
    font-weight: bold;
    color: #222;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}
.article-small-p{
    line-height: 25px;
    font-size: 18px;
    color: #666;
    margin-top: 8px;
}
.investigation-t{
    font-size:14px;
    margin-top: 8px;
    font-weight:400;
    color:rgba(100,100,100,1);
    line-height:20px;
}
.investigation-list>div{
    margin-top: 24px;
}
.investigation-title{
    font-size:16px;
    font-weight:bold;
    color:rgba(34,34,34,1);
    line-height:22px;
}
.investigation-title span{
    display: block;
    float: left;
    margin-right: 4px;
}
.investigation-title p{
    overflow: hidden;
}
.investigation-input{
    border-radius:6px;
    border:1px solid rgba(233,233,233,1);
    padding: 11px 12px;
    color: #333;
    display: block;
    line-height: 22px;
    font-size: 16px;
    width: 100%;
    margin-top: 8px;
    background-color: #fff !important;
}
.invest-text{
    height: 120px;
    resize: none;
}
.border-div{
    border:1px solid rgba(233,233,233,1);
    margin-top: 8px;
    padding: 20px 20px 0;
    border-radius: 6px;
}
.border-div .change_answer>li{
    padding: 0;
    margin-bottom: 20px;
    border-bottom: none;
}
.investigation-select{
    background: url("../images/xiala.png") no-repeat center right 12px;
    background-size: 20px 20px;
}
.up-list>div{
    width: 31.3%;
    float: left;
    margin-right: 3%;
    height: 28vw;
    border-radius: 6px;
    margin-top:12px;
    position: relative;
}
.up-list>div:nth-child(3n){
    margin-right: 0;
}
.up-div{
    border:1px dashed rgba(255,76,103,0.5);
    background: url("../images/add.png") no-repeat center;
    background-size: 36px 36px;
}
.up-list img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
}
.up-list .delete-i{
    position: absolute;
    display: block;
    top:0;
    right: 0;
    width: 28px;
    height: 28px;
    background: url("../images/delete.png") no-repeat center;
    background-size: 100% 100%;
}
.support-p{
    font-size:14px;
    font-weight:400;
    color:rgba(167,167,167,1);
    margin-top: 8px;
    line-height:20px;
}
.photo-div{
    display: flex;
    margin-top: 12px;
    display: -webkit-flex;
}
.photo-div p{
    flex: 1;
    -webkit-flex: 1;
}
.photo-div a{
    margin-left: 12px;
    padding: 12px 20px;
    border-radius:125px;
    border:1px solid rgba(255,76,103,1);
    font-size:14px;
    font-weight:400;
    display: block;
    float: right;
    color:rgba(255,76,103,1);
    line-height:20px;
}
.file-flex{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 999;
}
.file-div{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.file-div li{
    position: relative;
    padding: 0 20px;
}
.file-div li a{
    line-height: 68px;
    display: block;
    height: 68px;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
    font-size:16px;
    font-weight:400;
    color:rgba(34,34,34,1);
}
.file-div li:nth-child(2) a{
    border-bottom: none;
}
.file-div li:last-child{
    border-top: 3px solid rgba(248,248,248,1);
}
.file-div input{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
}
.down-mb{
    width: 100px;
    border: 1px dashed rgba(255,76,103,1);
    text-align: center;
    color: rgba(255,76,103,1);
    line-height: 40px;
    height: 40px;
    display: block;
    float: left;
    border-radius: 2px;
}
.three-div{
    padding: 20px 0;
}
.three-list div{
    width: 32.6%;
    margin-right: 1%;
    float: left;
    height: 24vw;
    margin-top: 8px;
}
.three-list{
    position: relative;
}
.three-list div:nth-child(3n){
    margin-right: 0;
}
.three-list img{
    width: 100%;
    height: 100%;
    border-radius: 6px 0 0 6px;
    display: block;
}
.three-list>div:nth-child(2) img{
    border-radius: 0;
}
.three-list>div:nth-child(3) img{
    border-radius: 0 6px 6px 0;
}
.num-maps{
    background:rgba(34,34,34,1);
    padding: 2px 8px;
    border-radius: 50px;
    font-size:12px;
    position: absolute;
    display: inline-block;
    bottom: 8px;
    right: 8px;
    font-weight:400;
    text-align: center;
    color:rgba(255,255,255,1);
    line-height:16px;
}
.three-div{
    border-bottom: 1px solid #EEEEEE;
}
.recommend-img-fr{
    width: 120px;
    height: 80px;
    border-radius: 6px;
    float: right;
    position: relative;
}
.recommend-img-fr i{
    background: url("../images/n-play.png") no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    display: block;
}
.dj-lab{
    background:rgba(46,140,255,1);
    margin-right: 5px;
}
.gj-lab{
    background:rgba(150,159,173,1);
    margin-right: 5px;
}
.live-studio{
    padding: 16px 20px;
    background: #fff;
}
.live-studio span{
    height:28px;
    font-weight:bold;
    padding-left: 11px;
    font-size: 20px;
    color:rgba(51,51,51,1);
    line-height:28px;
    position: relative;
}
.live-studio span::before{
    position: absolute;
    border-radius: 2px;
    content: "";
    left: 0;
    top:3px;
    background:#FFAA00;
    width: 3px;
    height: 20px;
}
.live-div{
    padding: 20px 24px;
}
.live-box{
    border-left: 2px solid rgba(238,238,238,1);
    padding-bottom: 20px;
}
.live-box>div+div{
    margin-top: 20px;
}
.live-title{
    position: relative;
    font-size:12px;
    padding-left: 13px;
    font-weight:400;
    color:#FFAA00;
    line-height:16px;
}
.live-title::before{
    content: "";
    position: absolute;
    left: -6px;
    top:1px;
    width: 12px;
    height: 12px;
    background:#FFAA00;
    border-radius: 50%;
}
.live-title::after{
    content: "";
    position: absolute;
    left: -2px;
    top:5px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}
.live-list{
    background:rgba(255,255,255,1);
    padding: 20px;
    display: block;
    margin-top: 12px;
}
.live-img{
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
}
.live-list .head-name{
    line-height: 32px;
}
.live-list .head-lab{
    margin-top: 8px;
}
.live-p{
    font-size:16px;
    margin-top: 8px;
    font-weight:400;
    color:rgba(34,34,34,1);
    line-height:22px;
}
.live-list .three-div{
    border-bottom: none;
}
.live-bigImg{
    margin-top: 8px;
    width: 100%;
    position: relative;
    height: auto;
    border-radius: 6px;
}
.live-bigImg img{
    border-radius: 6px;
    width: 100%;
    height: auto;
    display: block;
}
.recommend-divP1{
    height: 49px;
}
.ckplayer_video{
    width: 100%;
    display: block;
}
.fengMian{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99;
}
.video-adv video{
    width: 100%;
    height:100%;
    display: block;
}
.video-adv1{
    margin-top: 8px;
}
.video-adv1 video{
    height: 100%;
    width: 100%;
    border-radius: 6px;
}
.video-adv1 img{
    margin-top: 0;
}

.ft-size-1{

}
.ft-size-1 .main_body .desc{
    font-size: 12px !important;
    line-height: 22px !important;
}
.ft-size-1 .main_body .img .txt{
    font-size: 14px !important;
    line-height: 20px !important;
}

.ft-size-1 .main_body p{
    font-size: 18px !important;
    line-height: 32px !important;
}



.ft-size-2{

}
.ft-size-2 .main_body .desc{
    font-size: 14px !important;
    line-height: 22px !important;
}
.ft-size-2 .main_body .img .txt{
    font-size: 16px !important;
    line-height: 20px !important;
}

.ft-size-2 .main_body p{
    font-size: 20px !important;
    line-height: 32px !important;
}

.ft-size-3{

}
.ft-size-3 .main_body .desc{
    font-size: 20px !important;
    line-height: 30px !important;
}
.ft-size-3 .main_body .img .txt{
    font-size: 18px !important;
    line-height: 22px !important;
}

.ft-size-3 .main_body p{
    font-size: 22px !important;
    line-height: 34px !important;
}

.ft-size-4{

}
.ft-size-4 .main_body .desc{
    font-size: 22px !important;
    line-height: 32px !important;
}
.ft-size-4 .main_body .img .txt{
    font-size: 20px !important;
    line-height: 24px !important;
}

.ft-size-4 .main_body p{
    font-size: 24px !important;
    line-height: 36px !important;
}
.download-close{
    background: url("../images/close.png") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -15px;
    top:-10px;
}


/*
.video-js .vjs-big-play-button{
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background: url("../images/xiangguan@2x.png") no-repeat;
    background-size: 100% 100%;
}*/
.hf-title{
    font-size:16px;
    font-weight:400;
    color:rgba(34,34,34,1);
    margin-top: 8px;
    line-height:22px;
}
.hf-div{
    background:rgba(248,248,248,1);
    margin-top: 12px;
    padding: 10px 12px;
    font-size:14px;
    font-weight:400;
    color:rgba(34,34,34,1);
    line-height:20px;
    border-radius: 6px;
}
.hf-div span{
    color: #2E8CFF;
}
.video-div-i{
    background: url("../images/playB.png") no-repeat;
    width: 30px;
    height: 42px;
    background-size: 100% 100%;
    z-index: 9999;
}
.video-show{
    display: none;
}
.video-div{
    position: relative;
}
.yellow-span{
    color: #FFAA00;
    background: rgba(255, 170, 0, 0.16);
}
.reward-btn{
    background: #FF4C67;
    padding: 10px 33px 12px;
    width: 133px;
    display: block;
    font-size:16px;
    font-weight:400;
    border-radius: 4px;
    color:rgba(255,255,255,1);
    line-height:22px;
    text-align: center;
}
.reward-num{
    font-size:14px;
    text-align: center;
    margin-top: 8px;
    font-weight:400;
    color:rgba(100,100,100,1);
    line-height:20px;
}
.reward-list{
    margin-top: 28px;
}
.reward-fl{
    display: block;
    float: left;
}
.reward-fl img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    float: left;
}
.reward-fl img+img{
    margin-left: -4px;
}
.reward-right{
    background: url("../images/rewardRight.png") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    position: relative;
    top:6px;
}
.reward-div{
    padding-bottom: 20px;
}
.par-two{
    padding: 20px 0;
}
.pickup-title{
    font-size:14px;
    width: 220px;
    text-align: center;
    font-weight:400;
    color:rgba(167,167,167,1);
    line-height:20px;
}
.reward-yellow{
    background: #FFAA00;
    margin-top: 8px;
}
.reward-box>div{
    border-bottom: 1px solid #EEEEEE;
}
.guanzhu-sty{
    padding: 0 20px;
}
.guanzhu-sty .head-name{
    color: #fff;
}
.guanzhu-sty .head-a img{
    border: 1px solid #fff;
}
.guanzhu-sty .head-date{
    color: #646464;
}
.zutuUl-last{
    background: #222;
    overflow: auto;
}
.pic-layer{
    width: 240px;
    border-radius: 16px;
    text-align: center;
    background: #fff;
    padding: 51px 56px 30px;
}
.pic-success{
    font-size:16px;
    font-weight:500;
    color:rgba(34,34,34,1);
    line-height:22px;
}
.pic-success span{
    font-size:28px;
    font-weight:bold;
    line-height:40px;
}
.pic-success-i{
    width: 188px;
    height: 104px;
    display: block;
    position: absolute;
    top:-60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: url("../images/pic_money.png") no-repeat;
    background-size: 100% 100%;
}
.rec-title{
    font-size:22px;
    font-weight: bold;
    color:rgba(34,34,34,1);
    line-height:30px;
    padding: 24px 0 16px 0;
}
.reply-pub{
    margin-top: 12px;
    padding: 10px 12px;
    background:rgba(248,248,248,1);
    font-size:14px;
    font-weight:400;
    color:rgba(34,34,34,1);
    line-height:20px;
}
.reply-pub span{
    color: #2E8CFF;
}
.vcp-slider .vcp-slider-track{
    float: left !important;
}
.video-pindao video{
    width: 100%;
    display: block;
    height: 100%;
}
.video-pindao{
    height: 211px;
    width:100%;
}
.par-pindao{
    position: fixed;
    top:0;
    z-index: 99;
    left: 0;
    height: 271px;
}
.video-pindao-p{
    font-size:14px;
    position: absolute;
    left: 50px;
    bottom: 19px;
    font-weight:400;
    z-index: 999;
    color:rgba(255,255,255,1);
    line-height:20px;
}
.video-pindao .vcp-playtoggle{
    width: 20px;
    height: 20px;
    background-image:url("../images/v-icon3.png");
    background-size: 100% 100%;
    bottom: -9px;
    left: 18px;
}
.video-pindao .vcp-fullscreen-toggle{
    background-image:url("../images/v-icon1.png");
    width: 18px;
    height: 18px;
    bottom: -10px;
    right: 20px;
    background-size: 100% 100%;
}
.video-pindao .vcp-timeline,.vcp-timelabel{
    display: none !important;
}
.video-pindao .vcp-panel-bg{
    background-color: rgba(0,0,0,0) !important;
    background:linear-gradient(360deg,rgba(34,34,34,0.4) 0%,rgba(34,34,34,0) 100%);
}
body .vcp-fullscreen .vcp-fullscreen-toggle{
    background-image:url("../images/v-icon2.png");
    background-size: 100% 100%;
}
.Program-guides{
    font-size:18px;
    font-weight:500;
    color:rgba(34,34,34,1);
    line-height:25px;
    padding: 18px 20px 17px 20px;
    background: #fff;
}
.Program-date{
    background:rgba(255,247,229,1);
    padding: 10px 20px;
    font-size:14px;
    font-weight:400;
    color:rgba(34,34,34,1);
    line-height:20px;
}
.Program-div{
    border-bottom: 1px solid #EEEEEE;
    padding: 23px 20px;
}
.Program-div>span+span{
    margin-left: 20px;
}
.Program-div>span{
    display: block;
}
.Program-Playing{
    color: #FFAA00;
    background:rgba(248,248,248,1);
}
.Program-Playing i{
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 4px;
    float: right;
    background: url("../images/v-icon4.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    top:-1px;
}
.show-Playing{
    display: none;
}
.Program-Playing .show-Playing{
    display: block;
}
.video-par{
    padding-top: 271px;
}