body{
    background: #fff;
    font-family: "PingFangSC-Regular";
}
.public-div{
    padding: 12px 20px 80px;
}
.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%;
    position: relative;
    top:2px;
}
.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{
    max-height: 130px;
    margin-top: 20px;
    font-size: 16px;
    color: #A7A7A7;
    overflow-y: auto;
    line-height: 26px;
    text-align: justify;
    padding-right: 20px;
}
/*滚动条样式*/
.abstract-div::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width:3px;
    height:3px;
    background: #CCCCCC;
    border-radius: 2px;
}
.abstract-div::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    display: none;
}
.abstract-div::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    display: none;
}
.abstract-div::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/
    display: none;
}
.abstract-div::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
    background: #FF4C67;
    border-radius: 14px;
    width: 7px;
    height: 7px;
}
.abstract-div::-webkit-scrollbar-corner {/*边角（位置6）*/
    display: none;
}
.abstract-div::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/
    display: none;
}
body .abstract-div{
    scrollbar-arrow-color: #FF4C67; /**//*三角箭头的颜色*/
    scrollbar-face-color: #CCCCCC; /**//*立体滚动条的颜色*/
    scrollbar-3dlight-color: #CCCCCC; /**//*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #CCCCCC; /**//*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #CCCCCC; /**//*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #CCCCCC; /**//*立体滚动条强阴影的颜色*/
    scrollbar-track-color: #FF4C67; /**//*立体滚动条背景颜色*/
    scrollbar-base-color:#FF4C67; /**//*滚动条的基本颜色*/
}
.article-box{
    padding-top: 8px;
}
.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{
    border-radius: 6px;
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: auto;
    margin-top: 12px;
}
.article-p2{
    margin-top: 8px;
    font-size: 14px;
    color: #646464;
    line-height: 20px;
    text-align: justify;
}
.vote-div{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    position: relative;
    border-top: 3px solid #222;
    padding: 20px 20px 36px;
    box-shadow: 1px 6px 5px -5px #EEEEEE;
}
.vote-div::before{
    content: "";
    position: absolute;
    top:-3px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #FF4C67;
}
.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: 16px 16px;
    background-color:rgba(255,76,103,1);
    border-radius: 50%;
}
.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-image: linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -webkit-linear-gradient(0deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -moz-linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -ms-linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    border-radius: 100px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    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-image: linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -webkit-linear-gradient(0deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -moz-linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -ms-linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    border-radius: 100px;
}
.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%;
    border: 1px solid #EEEEEE;
}
.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: #FFEDEF;
    font-size: 9px;
    color: #FF4C67;
    margin-top: 3px;
    padding: 2px 3px;
    text-align: center;
    line-height: 12px;
    display: block;
    float: left;
    margin-left: 10px;
    border-radius: 2px;
}
.head-date{
    margin-top: 4px;
    font-size: 12px;
    text-align: left;
    color: #A7A7A7;
    line-height: 16px;
}
.follow-a{
    background-image: linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -webkit-linear-gradient(0deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -moz-linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -ms-linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    padding: 6px 12px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
}
.follow-a i{
    width: 16px;
    height: 16px;
    background: url("../images/guanzhu.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    top:2px;
    display: block;
    float: left;
}
.follow-a-sty{
    background-image: none;
    background: #FFF;
    border:1px solid rgba(238,238,238,1);
    color: #A7A7A7;
}
.follow-a-sty i{
    display: none;
}
.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;
    border-bottom: 1px solid #EEEEEE;
}
.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;
}
.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: #FF4C67;
    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;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-box-orient: vertical;
    -moz-line-clamp: 3;
    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;
}
.recommend-img{
    width: 120px;
    height: 80px;
    border-radius: 6px;
    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: 99999;
    left: 0;
    width: 100%;
    background: #222222;
    padding: 16px 20px;
}
.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-image: linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -webkit-linear-gradient(0deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -moz-linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    background-image: -ms-linear-gradient(135deg, #FF7B9A 0%, #FF1544 100%);
    padding: 6px 17px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    border-radius: 100px;
    text-align: center;
}
.video-div{
    border-radius: 6px;
    position: relative;
    margin-top: 12px;
}
.video-div video{
    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: 28vw;
    overflow: hidden;
}
.video-change-img img{
    border-radius: 6px 6px 0 0;
    min-height: 100%;
    height: auto;
}
.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 li{
    float: left;
    padding: 6px 12px;
    margin-right: 5px;
    background: #FFEDEF;
    margin-top: 12px;
    border-radius: 100px;
}
.label-ul li a{
    font-size: 14px;
    color: #FF4C67;
    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%;
    margin-top: 18px;
    border-radius: 6px;
}
.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;
    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;
    color:rgba(51,51,51,1);
    line-height:28px;
    position: relative;
}
.live-studio span::before{
    position: absolute;
    border-radius: 2px;
    content: "";
    left: 0;
    top:1px;
    background:rgba(255,76,103,1);
    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:rgba(255,76,103,1);
    line-height:16px;
}
.live-title::before{
    content: "";
    position: absolute;
    left: -6px;
    top:1px;
    width: 12px;
    height: 12px;
    background:rgba(255,76,103,1);
    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 .main_body .desc{
    font-size: 18px !important;
    line-height: 28px !important;
}
.ft-size-1 .main_body .img .txt{
    font-size: 18px !important;
    line-height: 28px !important;
}

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




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

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


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

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


.ft-size-4 .main_body .desc{
    font-size: 24px !important;
    line-height: 36px !important;
}
.ft-size-4 .main_body .img .txt{
    font-size: 24px !important;
    line-height: 36px !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;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #CCC; opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #CCC;opacity:1;
}

input:-ms-input-placeholder{
    color: #CCC;opacity:1;
}

input::-webkit-input-placeholder{
    color: #CCC;opacity:1;
}
textarea{
    font-family: "PingFangSC-Regular";
}


textarea:-ms-input-placeholder{
    color: #CCC;opacity:1;
}

textarea::-webkit-input-placeholder{
    color: #CCC;opacity:1;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .fl-audio i{
        background: url("../images/yinyin3x.png") no-repeat;
        background-size: 100% 100%;
        width: 28px;
        height: 28px;
    }
}