.article-content{
    padding:0 15px
}
.is-send-comment{
    position: fixed;
    width:100%;
}
.back-to{
    position: fixed;
    left: 15px;
    top:15px;
    z-index: 9;
}
.back-to img{
    display: block;
    width:40px;
    height: 40px;
}
.related-content{
    padding-bottom: 100px;
}
.article-content{
    padding-top:30px;

}
.article-banner{
    position: relative;
}
.article-banner .show-play-video-icon{
    width:24px;
    display: inline-block;
}
.article-banner img{
    display: block;
    width:100%;
}
.article-detail{
    padding:0 15px 30px;
}
.article-detail p span{
    font-size: 16px!important;
}
.article-desc{
    max-height: 14vw;
}
.article .article-headTit{
    margin-bottom: 15px ;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin:0 15px;
}
.article-audio{
    background: #F5F5F5;
    border-radius: 16px;
    height: 90px;
    margin:15px auto 30px;
    overflow: hidden;
}
.audio-player{
    margin-top:10px;
    height: 15px;
    width:95%;
}
.audio-cover{
    width:60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
}
audio::-webkit-media-controls-play-button {
    display: none;
}
audio::-webkit-media-controls-mute-button {
    display: none;
   
}
audio::-webkit-media-controls-current-time-display,audio::-webkit-media-controls-time-remaining-display {
   color:#999;
}
audio::-webkit-media-controls-timeline {
    color:#18AE66

}    
audio::-webkit-media-controls {
    overflow: hidden !important
}
audio::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}
.article-audio .align-left{
    float: left;
    margin:15px 10px 15px 15px;
    position: relative;
    background: #fff;
    border-radius: 50%;
}
.article-audio .align-left .btn{
    width:60px;
    height: 60px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
   
    z-index: 10;
}
.btn-play{
    background: url('../images/audio_play.png') no-repeat center top;
    background-size: 100%;
}
.btn-pause{
    background: url('../images/audio_pause.png') no-repeat center top;
    background-size: 100%;
    
}
.article-audio .align-right{
    float: right;
    width:75%;
}
.article-audio .align-right h3{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top:15px;
    font-size: 16px;
    font-weight: normal;
    width:95%;
    padding-left: 10px;
}
.article-content .article{
    margin-bottom: 30px;
}
.article-content h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.article-content p{
    line-height: 25px;
}

.article-comment{
    border-radius: 16px;
}
.comment-hd{
    height: 50px;
    line-height: 50px;
    border-bottom:1px solid #E6E6E6;
    padding-left:15px;
    font-size: 16px;
}
.comment-hd .comment-num{
    display: inline-block;
    margin-left:10px;
    color:#999
}

.comment-list{
    margin-top:15px;
}
.comment-list li{
    padding:15px 0;
    overflow: hidden;

} 
.comment-list li .line{
    height: 1px;
    width: 84%;
    float: right;
    background: #E6E6E6;
}
.comment-list .comment{
    float: right;
    width:84%;
    margin-left:10px;
    padding-right:15px;
    position: relative;


}
.comment-list li:last-child .comment{
    border-bottom:none
}
.comment-list li:last-child .line{
    display: none;
}
.user-profile{
    float: left;
    width:30px;
    height: 30px;
    border-radius: 50%;
    margin-left:15px;
}
.user-name{
    font-size: 14px;
    margin-bottom: 10px;
}
.comment-cotent{
    font-size: 16px;
    line-height: 20px;
    margin-bottom:10px;
    word-break: break-all;
}
.comment-cotent a{
    word-wrap: break-word;
}
.comment-panel{
    font-size: 12px;
    overflow: hidden;
    padding-bottom:10px;
}
.comment-panel .comment-date{
    float: left;
}
.comment-panel .comment-num{
    float: right;
}
.comment-panel .icon{
    display: inline-block;
    width:24px;
    height: 24px;
}
.comment-panel .icon-like{
    background: url('../images/like_normal.png') no-repeat center top;
    background-size: cover;
}
.comment-panel .icon-like-active{
    background: url('../images/like_active.png') no-repeat center top;
    background-size: cover;
}
.bottom-nav{
    z-index: 100;
}
.comment-wrap{
    margin-top: 11px;
    position: relative;
}
.comment-edit{
    position: absolute;
    left:0;
    right:0;
    bottom:-15vw;
    background: #fff;
    height: 45vw;
    z-index: 1000;
}
.comment-send{
    width:56vw;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background: #FAFAFA;
    padding-left:8px;
    float: left;
    margin:3px 0 0 15px;
    font-size: 16px;
    color:#999;
}
.textarea-send{
    background: #FAFAFA;
    padding:8px;
    float: left;
    margin:3px 0 0 15px;
    font-size: 16px;
    width:93%;
    overflow: auto;
    outline: none;
}
.coment-btn-group{
    overflow: hidden;
    font-size: 16px;
    padding:10px;
}
.comment-mask{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,.5);
    z-index: 999;
    
}
.coment-btn-group span{
    display: block;
}
.coment-btn-group .btn-cancel{
    width: 4.3725rem;
    height: 1.86rem;
    line-height: 1.86rem;
    border-radius: 18px;
    text-align: center;
    float: left;
    color:#9e9e9e
}
.coment-btn-group .btn-send{
    float: right;
}
.comment-send-active{
    width:75vw
}
.comment-func{
    float: left;
    margin-bottom:6px
}
.comment-func li{
    margin-left: 20px;
    text-align: center;
}
.comment-func .icon{
    display: block;
    width:30px;
    height: 30px;
}
.comment-func .icon-like{
    background: url('../images/pl_like.png') no-repeat center top;
    background-size: cover;
}
.comment-func .icon-like-active{
    background: url('../images/p_like_active.png') no-repeat center top;
    background-size: cover;
}
.comment-func .icon-collect{
    background: url('../images/icon_collect.png') no-repeat center top;
    background-size: cover;
}
.comment-func .icon-collect-active{
    background: url('../images/icon_collect_active.png') no-repeat center top;
    background-size: cover;
}
.comment-func .icon-share{
    background: url('../images/icon_share.png') no-repeat center top;
    background-size: cover;
}
.comment-func li{
    display: inline-block;
}
.comment-func li span{
    display: block;
}
.comment-reply{
    clear:both;
    width:75%;
    margin:0 auto 15px;
    padding-top:5px
}
.reply-head .user-profile{
    display: inline-block;
    width:6.4vw;
    height: 6.4vw;
    margin-right:2vw
}
.reply-head .reply-user{
    display: inline-block;
    font-size: 14px;
    color:#999
}
.reply-content{
    margin-top:2vw
}
.reply-content a{
    word-wrap: break-word;
    color:#527acc
}
.reply-content p{
    font-size: 16px;
    color:#000;
    margin-left:12vw;
    line-height: 20px;
}
.btn-send{
    display: block;
    width: 4.3725rem;
    height: 1.86rem;
    line-height: 1.86rem;
    border-radius: 18px;
    text-align: center;
    background: #18AE66;
    color:#fff;
    border-radius: 18px;
    float: left;
    margin: 5px 0 0 10px;
    font-size: 16px;
    
}
.swiper-pagination-fraction{
    width:45px;
    left:85%;
    bottom:15px;
    border-radius: 15px;
    background: rgba(0,0,0,.25);
    color:#fff;
    font-size: 12px;
}
/* .banner-swiper{
    height: 350px;

} */
.banner-swiper .swiper-slide img{
    max-width: 100%;
    width:100%;
    height:100%;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0); */

}
.float-buy{
    position: fixed;
    right:2.66vw;
    bottom:28vw;
    z-index: 99;
    width:24vw;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.float-buy .goods-info{
    width:100%;
    height: 24vw;
}
.float-buy .goods-info img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border: 2px solid #FE7473;
    border-bottom:none

}
.float-buy .float-buy-btn{
    background: linear-gradient(90deg, #FF933B, #FF5446);
    border-radius: 0px 0px 16px 16px;
    display: block;
    color:#fff;
    text-align: center;
    font-size: 16px;
    border:2px solid #FE7473;
    width:100%;
}
.mcg{
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.5);
    z-index: 100;
}
.mc-qrcode{
    position: absolute;
    left:0;
    top:0;
    text-align: center;
}
#drawCanvas {
    width: 100%;
    display: block;
    opacity: 0;
}
.mc-qrcode .qrcode-pic{
    display: block;
    margin: 40% auto 0;
}
.mc-qrcode .mc-inner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.mc-qrcode .btn-save{
    width:75%;
    height:10vw ;
    line-height: 10vw;
    text-align: center;
    background: #18AE66;
    color:#fff;
    margin:30px auto;
    border-radius: 22px;
}
.mc-qrcode .mc-inner .logo-icon{
    width: 24px;
    height:24px;
    position: absolute;
    left:50%;
    top:35%;
    transform: translate(-50%,-50%);
}
.show-play-video {
    width: 95px;
    height: 32px;
    line-height: 32px;
    border-radius: 15px;
    border: 1px solid #ccc;
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -47px;
    z-index: 101;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    overflow: hidden;
    font-size: 14px;
}

.show-play-video-icon {
    width: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 7px 3px 3px;
}
.close-icon{
    display: block;
    width:32px;
    height: 32px;
    margin:15px auto;
}
.show-ml5 {
    margin-left: 2px;
}

.show-tc {
    text-align: center;
}

.show-video-source {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: #000;
}
.share-tips{
    width:100%;
    background: url('../images/share_tips.png') no-repeat center top;
    background-size: 100%;
    position: fixed;
    left:0;
    top:0;
    right:0;
    height: 17rem;
    z-index: 101;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
audio::-webkit-media-controls-play-button{
    display: none;

}
audio::-webkit-media-controls-timeline{
    color:#18AE66
}
input:focus{
    outline: none;
}


@media screen and (max-width: 320px) {
    .comment-send{
        width:46vw
    }
    
}
@media screen and (max-width: 375px) {
    .comment-send{
        width:50vw
    }
    .comment-send-active{
        width: 75vw;
    }
    
}