@charset "UTF-8";

/*头部*/
/*.more-header{*/
    /*height: 44px;*/
    /*line-height: 44px;*/
/*}*/
.flex-start{
    justify-content: flex-start;
}
.right-edit-btn{
    top: 0;
}
/*html,body{*/
    /*height: 120%;*/
/*}*/
.forum-header-cont{
    padding: 0 12px;
}
.header-left-img{
    width: 30px;
    vertical-align: middle;
}
.search-input-cont{
    height: 33px;
    line-height: 33px;
    width: 64%;
    position: relative;
}
.search-input-cont {
    display: block;
    position: relative;
    height: 33px;
    line-height: 33px;
    width: 90%;
    font-size: 12px;
    color: #999;
    padding: 0 15px;
    text-align: left;
    background: linear-gradient(90deg, #D5F2FF 0.21%, #DDE2FF 50.73%, #FCDCED 100.21%);
    border-radius: 15px;
}
.search-input {
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    border: none;
    border-radius: 15px;
}

.icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/index/nav-sprites.png) no-repeat 1000px;
    background-size: auto 40px;
}
.icon-search {
    position: absolute;
    top: 8px;
    right: 15px;
    width: 14px;
    height: 14px;
    background-position: -38px -10px;
}
.icon-show{
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    background: url(../images/index/icon-search.png) no-repeat center;
    background-size:100% 100%;
    position: absolute;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
}
.icon-cs{
    display: inline-block;
    vertical-align: sub;
    width: 28px;
    height: 28px;
    background: url(../images/f-cs.png) no-repeat center;
    background-size:100% 100%;
}
/*主体内容*/
.main-wrap{
    padding: 44px 0 76px;
    max-width: 750px;
    margin: 0 auto;
}
.main-cont{
    display: none;
}
.main-cont.active{
    display: block;
}

/*轮播*/
#banner-section_demo {
    position: relative;
    padding: 0 0 0;
    text-align: center;
    height: auto;
    background: #fff;

}

#banner-section_demo .swiper-slide {
    max-height: 170px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    transition: all .2s;
    border-radius: 10px;
    transform: scale(.9);
}


#banner-section_demo .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}



#banner-section_demo .swiper-slide img {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}


#banner-section_demo .swiper-slide-active {
    transform: scale(1);
}

#banner-section_demo .swiper-pager {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    z-index: 999999;
}

#banner-section_demo .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    line-height: 4px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    margin: 0 5px;

}

#banner-section_demo .swiper-pagination-bullet-active {
    width: 14px;
    background:#FD6C90;
}

.banner-section_demo {
    position: relative;
    padding: 0 0 0;
    text-align: center;
    height: auto;
    background: #fff;
    margin: 15px auto;
}

.banner-section_demo .swiper-slide {
    max-height: 170px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    transition: all .2s;
    border-radius: 10px;
    transform: scale(.9);
}


.banner-section_demo .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}



.banner-section_demo .swiper-slide img {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}


.banner-section_demo .swiper-slide-active {
    transform: scale(1);
}

.banner-section_demo .swiper-pager {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.banner-section_demo .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    line-height: 4px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    margin: 0 5px;

}

.banner-section_demo .swiper-pagination-bullet-active {
    width: 14px;
    background:#FD6C90;
}

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

.swiper-modal,.swiper-modal-game{
    position: fixed;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.swiperModal{
   width: 100%;
  
}
.swiper-modal .swiper-container2 ,.swiper-modal-game .swiper-container3{
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-modal .swiper-container2 .swiper-wrapper ,.swiper-modal-game .swiper-container3 .swiper-wrapper{
    width: 100%;
    height: 100%;
}

.swiper-modal .swiper-slide , .swiper-modal-game .swiper-slide{
    width: 100%;
    height: 100%;
    display: table
}

.swiper-modal .swiper-slide .cell , .swiper-modal-game .swiper-slide .cell{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.swiper-modal .swiper-slide img , .swiper-modal-game .swiper-slide img{
    max-width: 100%;
    max-height: 80%;
    margin: 0 auto;
}

.swiper-modal .swiper-pagination2 , .swiper-modal-game .swiper-pagination3{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.swiper-modal .swiper-pagination2 span , .swiper-modal-game .swiper-pagination3 span{
    margin: 0 5px;
}
.swiper-modal .swiper-wrapper .swiper-slide , .swiper-modal-game .swiper-wrapper .swiper-slide{
   width: 100%;
   position: relative;
    height: 100vh;
}
.swiper-modal .swiper-pagination-bullet-active , .swiper-modal-game .swiper-pagination-bullet-active{
    background: #FD6C90;
}
.swiper-modal .swiper-pagination-bullet,.swiper-modal-game .swiper-pagination-bullet{
    background: #fff;
}











/*推荐圈子*/
.post-btn{
    position: fixed;
    bottom: 95px;
    right: 12px;
    z-index: 99;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/forum-icon-sprite.png) no-repeat -237px 0;
    background-size: auto 100%;
}
.go-top{
    position: fixed;
    bottom: 145px;
    right: 12px;
    z-index: 100;
    width: 40px;
    height: 40px;
    background: url(../images/go-top.png) no-repeat;
    background-size: 100% 100%;
}
.forum-body{
    padding: 12px;
}
.rec-circle-cont{
    /*height: 160px;*/
    line-height: 1;
    padding: 12px 6px;
    color: #333;
    font-size: 12px;
    border-radius: 6px;
    background: #fff;
}

.left-c-title{
    font-weight: 500;
    font-size: 16px;
}
.left-c-text{
    margin: 10px auto 0;
}
.left-top-cont{
    padding-bottom: 19px;
}
.right-circle-cont{
    display: inline-block;
    width: 92px;
    padding: 5px 14px;
    border: 1px solid #FF819C;
    border-radius: 11px;
    color: #FF819C;
}

#banner-section_demo2 .swiper-pager {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    z-index: 999999;
}

#banner-section_demo2{
    position: relative;
    padding: 0;
    text-align: center;
    height: auto;
    border-radius: 6px;
    background: #fff;
}

#banner-section_demo2 .swiper-slide {
    max-height: 82px;
    margin: 0 auto;
    overflow: hidden;
    transition: all .2s;
    border-radius: 10px;
}
#banner-section_demo2 .swiper-slide a{
    padding: 10px 10px 22px 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}


.forum-img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 4px;
}
.forum-text-cont{
    width: 82%;
    text-align: left;
    color: #333;

}
.forum-title{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.commentator-cont{
    margin-top: 10px;
    color: #999;
   justify-content: space-between;
}
.commentator-img{
    width: 16px;
    margin-right: 6px;
    vertical-align: middle;
    border-radius: 50%;
}
#banner-section_demo2 .swiper-pagination-bullet {
    margin: 0 4px;
    width: 5px;
    height: 2px;
    border-radius: 1px;
    background: #E2E2E2;
    opacity: 1;

}

#banner-section_demo2 .swiper-pagination-bullet-active {
    width: 10px;
    height: 2px;
    line-height: 2px;
    background: #fd6c90;
}
.main-item{
    display: none;
}
.main-item.active{
    display: block;
}
.my-tab-cont{
    padding: 12px 12px 0;
}
.forum-tab-1{
    justify-content: space-around;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px 0 15px;

}
.forum-tab-item{
    padding: 0 0 8px 0;
    font-size: 16px;
    color: #999;

}
.forum-tab-item.active{
    font-weight: 500;
    color: #333;
    background: url(../images/index/border-bottom.png) no-repeat center 22px;
    background-size: auto 4px;
}
.forum-tab-3,
.forum-tab-2{
    height: 30px;
    margin-bottom: 20px;
    border-radius: 15px;
    font-size: 14px;
    color: #999;
    background: #EFF1F9;
}
.forum-tab-item3,
.forum-tab-item2{
    flex: 1;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
}
.forum-tab-item3.active,
.forum-tab-item2.active{
    color: #fff;
    background: #FD6C90;
}
.h-cont,
.forum-d-cont{
    display: none;
}
.h-cont.active,
.forum-d-cont.active{
    display: block;
}
.comment-item,.rec-item{
    padding: 12px 12px 0;
    margin-bottom: 10px;
    background: #fff;
}
.comment-item-a{
    display: block;
    width: 100%;
}

.c-img-cont{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.c-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.c-title{
    justify-content: flex-start;
    line-height: 1;
}
.c-name{
    max-width: 188px;
    margin-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.c-info-item{
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    margin: 0 2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    background: #319CFC;
}
.c-green{
    background: #07C160;
}
.c-red{
    background: #FD6C90;
}
.c-red2{
    background: #FA5151;
}
.c-time{
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.follow{
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #FD6C90;
}
.follow.active{
    color: #999;
    background: #F5F6FB;
}
.comment-body{
    font-size: 14px;
}
.you-like-title{
    line-height: 1;
    margin-top: 12px;
    color: #333;
}
.comment-top{
    display: flex;
}
.comment-des2{
    display: flex;
}
.c-tag{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    padding: 2px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    background: #07C160;
}
.c-tag.best{
    background: #FD6C90;
}
.c-tag.top{
    background: #319CFC;
}

.essence-cont{
    width: 100%;
    margin: 12px 0 12px 0;
    line-height: 1;
    padding: 15px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    background: #F5F6FB;
    border-radius: 4px;
}
.essence-cont-c{
    color: #999;
}
.r-essence-cont{
    background: #FFF4F7;
}

.icon-boy{
    display: inline-block;
    /*vertical-align: middle;*/
    width: 10px;
    height: 10px;
    background: url(../images/sex-icon-sprite.png) no-repeat center 0;
    background-size: 10px auto;
}
.icon-girl{
    display: inline-block;
    /*vertical-align: middle;*/
    width: 10px;
    height: 10px;
    background: url(../images/sex-icon-sprite.png) no-repeat center -10px;
    background-size: 10px auto;
}
.comment-des{
    line-height: 1.5;
    margin: 12px 0;
   
}
.forum .comment-des{
    line-height: 1.5;
    margin: 12px 0;
    overflow: hidden;

    -webkit-line-clamp: 5;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;
}

.js-hero-cont .comment-des{
    overflow: visible;
    -webkit-line-clamp: 1;
    text-overflow: inherit;
    display: block;

}

.comment-content-img-cont{
    flex-wrap: wrap;
    position: relative;
}
.comment-content-img-cont>a{
    display: inline-block;
    width: 48%;
}
.comment-d-img{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}

.comment-img{
    width: 48%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.comment-img2{
    width: 100%;
}
.des-list{
  justify-content: flex-start;
    margin-bottom: 12px;
}

.des-item{
    margin: 0 2px;
    padding: 4px;
    text-align: center;
    font-size: 12px;
    color: #FD6C90;
    background: #FFF4F7;
    border-radius: 2px;
}

.comment-footer{
    border-top: 1px solid #F5F6FB;
    padding: 16px 0 ;
    line-height: 1;
    font-size: 12px;
}
.c-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/comment-sprite1.png) no-repeat center 100000px;
    background-size: 20px auto;
}
.icon-like{
  background-position: 0 -20px;
}
.icon-like.active{
    background-position: 0 -121px;
}
.icon-discuss{
    margin-right: 5px;
    background-position: 0 -40px;
}

.icon-store{
    background-position: 0 -100px;
}
.icon-share2{

    background-position: 0 -80px;
}
.icon-eye{
    background-position: 0 -178px;
}


.pr40{
    padding-right: 40px;
}


.r-c-item{
    flex: 1;
    text-align: center;
    font-size: 12px;
}

/*详情页*/
.friend-comment-cont{
    padding: 20px 12px;
    line-height: 1;
}

.friend-c-item{
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
    line-height: 1;
}
.f-text{
    margin: 14px 0 8px;
    font-size: 14px;
    color: #333333;
}
.all-forum-item{
    padding: 20px 12px;
    border-bottom: 1px solid #f5f6fb;
    background: #fff;

}
.c-img-cont2{
    width: 60px;
    margin-right: 10px;
}
.c-img-cont3{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.c-title2{
    margin-bottom: 10px;
    line-height: 1;
    font-size: 14px;
    color: #333;

}

.all-info-item{
    line-height: 1;
    padding: 4px 8px;
    border-radius: 12px;
    margin: 0 3px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.all-info-item:nth-of-type(1){
    background: #319CFC;
}
.all-info-item:nth-of-type(2){
    background: #9F74EE;
}
.all-info-item:nth-of-type(3){
    background:#07C160;
}

.all-icon{
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    width: 15px;
    background: url(../images/forum-icon-sprite.png) no-repeat 100000px;
    background-size: auto 40px;
}

.icon-user{
    background-position:  -52px -1px;
}
.icon-video{
    background-position:  -17px -1px;
}
.icon-c{
    background-position:  0 -1px;
}
.icon-uc{
    width: 20px;
    height: 20px;
    background-position:  -126px -1px;
}
.icon-join{
    height: 14px;
    width: 19px;
    background-position: -106px -1px;

}


/*赌神榜*/
.vs-cont{
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    background: #F5F6FB;
}
.vs-text{
    margin: 0 10px;
    color: #FD6C90;
}
.rec-item{
    padding: 12px;
}
.rec-cont{
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 12px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #FD6C90;
    background: #FFE9EE;
}
.gt-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 40px;
    line-height:40px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    color: #fff;
    background: #FD6C90;
}
.update-cont{
    line-height: 1;
    border-top: 1px solid #F5F6FB;;
    padding-top: 12px;
    font-size: 12px;
}
.u-color{
    color: #319CFC;
}
.plan{
    margin-right: 10px;
}
.plan-rate-cont{
    margin-top: 10px;
}
.g-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.g-rank-cont{
    padding: 12px;
    margin-bottom: 10px;
    background: #fff;
}
.g-rank-title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}





.rank-body{
    background: url(../images/rank-bg.png) no-repeat center top;
    background-size: 100% auto;
}
.rank-header{
    padding: 9px 0;
    background: url(../images/rank-bg.png) no-repeat center top;
    background-size: 100% auto;
}
.ball-list{
    height: 26px;
    line-height: 24px;
    max-width: 192px;
    margin: 0 auto;

    border: 1px solid #fff;
    border-radius: 7px;
}
.ball-item{
    flex:1;
    height: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #fff;


}
.ball-item:nth-of-type(1){
    border-radius: 7px 0 0  7px;
}
.ball-item:nth-last-of-type(1){
    border-radius: 0 7px 7px 0  ;
}
.ball-item.active{
    background: #51B9E1;
}

/* .rank-platform-cont{

}
.platform-list-cont{

} */
.top3-cont{
    height: 272px;
    margin-bottom: 20px;
    background: url(../images/platform.png) no-repeat center bottom;
    background-size: 100% auto;
}
.rank-tab-1{
    justify-content: space-around;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px 0 15px;

}
.rank-item{
    padding: 0 0 8px 0;
    font-size: 16px;
    color: #C9EBFF;

}
.rank-item.active{
    font-weight: 500;
    color: #fff;
    background: url(../images/index/border-bottom.png) no-repeat center 24px;
    background-size: auto 4px;
}

.platform-list-cont{
    display: none;
    position: relative;
    line-height: 1;
    height: 100%;
}
.platform-list-cont.active{
    display: block;
}

.rank-num-cont{
    flex: 1;
    height: 100%;
}
.rank-num-cont0{
    padding-top: 65px;
}
.rank-num-cont1{
    padding-top: 32px;
}
.rank-num-cont2{
    padding-top: 98px;
}
.r-img-cont0{
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.r-img-cont1{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.r-img-cont2{
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.r-text-cont{
    max-width: 90px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}
.r-img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.t-img{
    height: 30px;
}
.r-title1,
.r-title0{
    margin: 10px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #576B95;
}

.r-title2{
    margin: 6px 0;
    font-weight: 500;
    line-height: 12px;
    color: #576B95;
}
.success-rate-cont1,
.success-rate-cont0{
    margin-bottom: 10px;
    font-size: 12px;
    color: #576B95;
}
.success-rate-cont2{
    margin-bottom: 6px;
    font-size: 12px;
    color: #576B95;
}
.rate{
    font-weight: bold;
    font-size: 12px;
    color: #FA5151;
}
.bet-ball{
    width: 83px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #FD6C90;
    text-align: center;
    background: #FFE9EE;
    border-radius: 4px;
}




.top4-item{
    height: 100px;
    line-height: 100px;
    padding:  0 12px;
    font-size:14px;
    align-items: center;
}
.left-num{
    font-size: 14px;
}
.top4-left-cont{
    line-height: 1;
    flex: 4;
    justify-content: flex-start;
}
.r-img-cont4{
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 10px ;
    border-radius: 50%;
}
.top4-title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.top4-right-cont{
    flex: 1;
    /*width: 100%;*/
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #FD6C90;
    text-align: center;
    background: #FFE9EE;
    border-radius: 4px;
}
.r-title3{
    margin: 10px 0;
    font-weight: bold;
    font-size: 14px;
    color: #576B95;
}
.g-rank-list{
    text-align: center;
}







.r-detail-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background: #fff;
}
.r-footer-cont{
    position: relative;
    height: 42px;
    line-height: 42px;
    background: #F5F6FB;
    border-radius: 4px;
    padding: 0 12px;
}
.r-input{
    height: 100%;
    line-height: 100%;
    outline: none;
    border: none;
    background: transparent;
}
.px-cont{
    font-size:12px;
    color: #999;
}
/*.commont-cont{*/
/*fon*/
/*}*/

.icon{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    height:24px;
    background: url(../images/d-sprite1.png) no-repeat center 10000px;
    background-size: 24px auto;
}
.link-tip{
    position: absolute;
    right: -5px;
    top: -18px;
    padding: 0 2px 4px;
    /*height: 17px;*/
    color: #fff;
    transform: scale(0.83);
    font-size: 12px;
    background: url(../images/index/tip.png) no-repeat center;
    background-size: 100% 100%;

}


.icon-rec{
    height: 16px;
    background-position: 0 -133px;
}
.icon-change{
    width: 14px;
    height: 14px;
    background-position: 0 -45px;
}
/*.icon-c{*/
    /*height: 20px;*/
    /*width: 20px;*/
    /*background-position: 0 -25px;*/
/*}*/
.icon-time{
    margin: 0 0 0 5px;
    width: 14px;
    height: 14px;
    background-position: 0 -350px;

}
.icon-time-up{
    margin: 0 0 0 5px;
    width: 14px;
    height: 14px;
    background-position: 0 -217px;
}

.icon-love{
    background-position: 0 -58px;
}
.icon-love.active{
    background-position: 0 -105px;
}
.icon-save{
    background-position: 0 -83px;
}
.icon-save.active{
    background-position: 0 -277px;
}
.icon-share{
    background-position: 0 0px;
}

.icon-share.active{
    background-position: 0 -169px;
}
.change-comment-cont{
    justify-content: flex-start;
    align-items: center;
    margin-top: 14px;
    font-size: 14px;
    color: #999;
}
.line{
    display: inline-block;
    height:100%;
    width: 30px;
    color: #999;
    /*border-top: 1px solid #C4C4C4;*/
    /*border-radius: 1px;*/
}
.c-t-text{
    margin: 0 6px;
}
.icon-bottom{
    width: 14px;
    height: 14px;
    background-position: 0 -377px;
}

.icon-bottom.active{
    width: 14px;
    height: 14px;
    background-position: 0 -364px;
}
.c-img-cont-sec {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.c-img-cont-sec .c-img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.c-name-sec {
    /*max-width: 100px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
}

.essence-cont2{
    background: #FFF4F7;
}

.icon-comment{
    background-position: 0 -392px;

}

.icon-comment.active{
    background-position: 0 -416px;

}


/*发布评论*/
.message-cont {
    position: relative;
    margin: 10px auto 30px;
    border-radius: 4px;
    font-size: 12px;
    background: #fff;
}
.message-title {
    height: 46px;
    line-height: 46px;
    padding: 0 12px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 4px;
}
.post-input{
    height: 100%;
    line-height: 100%;
    width: 100%;
    outline: none;
    border: none;
}
#message[placeholder] {
    font-family: none;
    color: #999;
}
#message {
    width: 100%;
    height: 130px;
    padding: 12px;
    border: none;
    resize: none;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    text-align: left;
    outline: none;
}
.upload-cont{
    display: none;
    padding: 0 12px;
    margin-bottom: 20px;
}
.upload-cont.active{
    display: block;
}
.upload-list{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.post-img-upload-cont{
    justify-content: flex-start;
    position: relative;
    padding: 16px 12px;

    background: #FFFFFF;
}


.upload-id-item {
    display: none;
    position: relative;
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
    margin-right: 10px;
    background: url(../images/user/add.png) no-repeat center;
    background-size: 100% 100%;
}
.upload-id-item.active{
    display: inline-block;
}
.upload-v-id-item{
    position: relative;
    height: 80px;
    width: 80px;
    margin-right: 0;
    background: url(../images/user/add.png) no-repeat center;
    background-size: 100% 100%;

}
.icon-shanchu {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
    z-index: 100;
    background: url(../images/anchor/del-icon.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.upload-file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.imgShow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}


.preview2{
    width: 100%;
}
#video{
    width: 100%;
}
.icon-del {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../images/anchor/del-icon.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.upload-v-id-item.active{
    width: auto;
    height: auto;
}
.choose-circle-cont{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-top: 1px solid #F1F1F2;
    background: #fff;
}
.choose-circle-cont .to-link{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    font-size: 16px;
}

.post-icon{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    text-align: center;
    background: url(../images/post-spirte.png) no-repeat center 100000%;
    background-size: 48px auto;
}
.icon-text{
    background-position: 0 0;
}
.icon-pic{
    background-position: 0 -48px;
}
.icon-v{
    background-position: 0 -96px;
}
.icon-circle{
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-position: 0 -178px;
}
.icon-add{
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-position: 0 -154px;
}

.icon-rw {
    display: inline-block;
    height: 10px;
    width: 6px;
    margin-left: 10px;
    background: url(../images/user-sprite2.png) no-repeat -6px bottom;
    background-size: 50px auto;
}


.p-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,.5);
}
.p-dialog{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 155px;
    background: #fff;
    border-radius: 12px 12px 0 0;
}

.p-title{
    width: 100%;
    padding:  20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-radius: 12px 12px 0 0;


}
.choose-type-list{

    padding:0 0 20px 0 ;

}
.type-item{
    flex: 1;
    line-height: 2;
    text-align: center;
    font-size: 12px;
    color: #333;
}


.code-circle{
    display: none;
    width: 56px;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    text-align: center;
    font-size: 12px;
    color: #FD6C90;
    background: #FFE8ED;
    border-radius: 11px;
}
.code-circle.active{
    display: inline-block;
}

.tag-circle{
    display: inline-block;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    text-align: center;
    font-size: 12px;
    color: #FD6C90;
    background: #FFE8ED;
    border-radius: 11px;
}
.post-tip{
    margin-top: 55px;
    padding:0 12px;
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.choose-change-icon{
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/choose-sprite.png) no-repeat -20px 0;
    background-size: auto 100%;
}
.choose-change-icon.active{
    background: url(../images/choose-sprite.png) no-repeat 0 0;
    background-size: auto 100%;
}
.choose-tag-cont{
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 12px;
}
.tag-item {
    width: 31%;
    height: 30px;
    line-height: 30px;
    margin: 12px 6px 0;
    font-size: 14px;
    color: #666;
    background: #fff;
    text-align: center;
    border-radius: 30px;
}
.tag2-item{
    width: 31%;
    margin: 12px 1% 0;
}
.tag-item.active{
    color: #FD6C90;
    background: #FFE8ED;
}
.btn-footer-cont{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 44px;
    padding: 0 10%;
}
.btn-footer-cont2{
    bottom: 10px;

}
.all-circle li{
    text-align: center;
}
.all-circle li .imgs{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
}
.all-circle li .c-title{
    color: #333;
    font-size: 12px;
    margin-top:10px;
}

/* 视频播放器样式 */
.play-icon{
    width: 23px;
    height: 26px;
    position: absolute;
    top:50%;
    margin-top:-13px;
    left: 50%;
    margin-left:-11.5px;
    z-index: 200;
}
video{
    position: relative;
    width: 100%;
   height: 240px;
    display: block;
} 
/* video::-webkit-media-controls-play-button{
    display: none;
} */




























@media screen and (max-width: 330px) {

}

@media (max-width: 414px) {

}

@media (max-width: 375px) {

}

@media (max-width: 320px) {

}