html {
    font-size: 13.33333vw;
}

@media screen and (max-width:320px) {
    html {
        font-size: 42.667PX;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width:321px) and (max-width:360px) {
    html {
        font-size: 48PX;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width:361px) and (max-width:375px) {
    html {
        font-size: 50PX;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width:376px) and (max-width:393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width:394px) and (max-width:412px) {
    html {
        font-size: 54.93PX;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width:413px) and (max-width:414px) {
    html {
        font-size: 55.2PX;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width:415px) and (max-width:480px) {
    html {
        font-size: 64PX;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width:481px) and (max-width:540px) {
    html {
        font-size: 72PX;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width:541px) and (max-width:640px) {
    html {
        font-size: 85.33PX;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width:641px) and (max-width:720px) {
    html {
        font-size: 96PX;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width:721px) and (max-width:768px) {
    html {
        font-size: 102.4PX;
    }
}

@media screen and (min-width:769px) {
    html {
        font-size: 102.4PX;
    }
}

@media screen and (min-width:769px) {
    html {
        font-size: 102.4PX;
    }
}

body,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
ol,
p,
pre,
tbody,
td,
textarea,
tfoot,
th,
thead,
ul {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    line-height: 1.5;
    font-size: 16px;
    color: #333;
}

body,
button,
input,
select,
textarea {
    font-family: 'Roboto-Bold', 'Roboto';
}

em,
i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: top;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input {
        line-height: normal !important;
    }
}
body .g-header-art {margin-bottom: 0;}
.g-doc {
    color: #2D313E;
    width: 7.5rem;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    font-family: PingFangSC-Regular;
}
.g-doc.appBtm {padding-bottom: .5rem;}
.channel-name {
    padding-left: .16rem;
    display: block;
    width: 3.27rem;
    height: .48rem;
    line-height: .48rem;
    font-size: .36rem;
    color: #0F89FF;
    position: absolute;
    top: 0.2rem;
    left: 2.5rem;
}
.channel-name::before {
    content: '';
    display: block;
    width: 0.02rem;
    height: .33rem;
    background-color: #D8D8D8;
    position: absolute;
    left: 0;
    top: 0.09rem;
}
.m-player .loading {
    line-height: 4.22rem;
    text-align: center;
}
.videoCon {margin: 0 auto;}
.m-player .mejs__fullscreen-button>button {
    background: url(../image/full.png) no-repeat center center;
    background-size: .48rem .48rem;
}
.m-player .mejs__unfullscreen>button {
    background: transparent url(../image/mejs-controls.png);
    background-position: -100px 0;
}
.m-player .mejs__unfullscreen>button:hover {
    background-position: -100px -130px;
}
.wakeUp {
    margin: .32rem .32rem 0;
    display: block;
    height: .8rem;
    line-height: .8rem;
    font-size: .28rem;
    color: #FFFFFF;
    text-align: center;
    background: #0F89FF;
}
.art_cont {
    padding: .24rem .32rem .4rem;
}
.art_cont .tit {
    font-weight: bold;
    font-size: .36rem;
    letter-spacing: 1px;
    line-height: .56rem;
    margin-bottom: .24rem;
}
.art_info {
    position: relative;
    display: flex;
    align-items: center;
}
.art_info span {
    margin-right: .24rem;
    font-size: .24rem;
    color: #898C97;
}
.art_info .original {
    padding: 0 .08rem;
    height: 0.32rem;
    /* background: linear-gradient(90deg, #E9F1FF 0%, #E9F6FF 50%, #E3FFFD 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
}
/* .art_info .original i {
    display: inline-block;
    width: .72rem;
    height: .23rem;
    background: url(../image/tip.png);
    background-size: 100% 100%;
} */
.art_info .arrow {
    width: 0.48rem;
    height: 0.48rem;
    background: url(../image/arrow.png) no-repeat center center;
    background-size: .12rem .07rem;
    position: absolute;
    right: 0;
    top: -0.06rem;
}
.art_info .arrow.rote {
    transform: rotate(180deg);
}
.art_desc {color: #898c97;display: none;}
.art_desc .desc {
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .24rem;
}
.art_desc .desc span,
.art_desc .record span {font-weight: bold;}
.art_desc .tags {
    margin-top: .32rem;
    display: flex;
    flex-wrap: wrap;
}
.art_desc .tags i {
    line-height: .48rem;
    font-weight: bold;
    font-size: .24rem;
    flex-shrink: 0;
    margin-bottom: .2rem;
}
.art_desc .tags span {
    padding: 0 .16rem;
    height: .48rem;
    font-size: .22rem;
    flex-shrink: 0;
    border: 1px solid #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 .2rem .2rem 0;
}
.art_desc .record {
    margin-top: .12rem;
    font-size: .24rem;
}
.channel_box {
    margin-top: .4rem;
    padding: .32rem;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.channel_box .btn {
    width: 1.12rem;
    height: .56rem;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.channel_box .focus {
    background: #0F89FF;
    color: #fff;
}
.channel_box .focus::before {
    display: inline-block;
    margin-right: .1rem;
    width: .15rem;
    height: .15rem;
    content: '';
    background: url(../image/add.png);
    background-size: 100% 100%;
}
.channel_box .focused {
    background: #EDEFF3;
    color: #AFB2BE;
}
.channel_box a {
    padding-left: .96rem;
    width: 3.9rem;
    height: .8rem;
    position: relative;
}
.channel_box img {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    object-fit: cover;
}
.channel_box .pic-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;

}
.channel_box .pic-wrap::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.2rem;
    height: 0.2rem;
    background: url('../image/v-guanfang.webp') no-repeat;
    background-size: 0.2rem;
}
.channel_box .c_tit {
    margin-bottom: .07rem;
    font-weight: bold;
    font-size: .28rem;
    color: #2D313E;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0.5px;
}
.channel_box .c_num {
    color: #848792;
    font-size: .24rem;
    line-height: .33rem;
    letter-spacing: 0.5px;
}
.m-box {
    padding: .24rem .32rem 0;
    border-top: .1rem solid #F5F6F8;
}
.m-box .m-mark {
    position: relative;
    padding-left: .23rem;
    line-height: 0.5rem;
    font-size: .36rem;
}
.m-box .m-mark::before,
.m-box .m-mark::after {
    display: block;
    content: '';
    width: .1rem;
    height: .18rem;
    position: absolute;
    left: 0;
}
.m-box .m-mark::before {
    top: .06rem;
    background: #0F89FF;
}
.m-box .m-mark::after {
    top: .24rem;
    background: #2D313E;
}
.art-list .art-pt {
    padding: .32rem 0;
    height: 1.44rem;
    border-top: 1px solid #EAEDF0;
    display: flex;
    justify-content: space-between;
}
.art-list .mod-bd .art-pt:first-child {
    border: none;
    padding-top: .24rem;
}
.pic-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.art-list .art-pt .pic-box {
    width: 2.56rem;
    height: 1.44rem;
    position: relative;
}
.art-list .pic-box .duration {
    display: inline-block;
    padding: .02rem .07rem;
    line-height: .28rem;
    font-size: .2rem;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: .08rem;
    bottom: .08rem;
}
.art-list .art-pt .txt {
    width: 3.98rem;
}
.art-list .art-pt .tit {
    height: 0.96rem;
    line-height: .48rem;
    font-size: .32rem;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.art-list .art-pt .tags {
    margin-top: .19rem;
    display: flex;
    align-items: center;
    font-size: .22rem;
    color: #848792;
}
.art-list .art-pt .tags .tag {
    margin-left: .2rem;
    display: flex;
    align-items: center;
    height: .32rem;
    box-sizing: border-box;
}
.art-list .art-pt .tags .tag-yc {
    padding: 0 .08rem;
    border: 1px solid #E6E6E6;
    margin-left: 0;
}
.art-list .art-pt .tags .tag:first-child {margin-left: 0;}
/* 评论 */
.comment {padding-bottom: 1.15rem;}
.comment #Jcmt {padding: 0;}
.comment .m-cmt-section,
.comment .m-cmt-post {
    display: none;
}
.comment .m-cmt-list {margin: .25rem 0 0;}
body .m-cmt-list-item .m-cmt-list-item-th .m-cmt-list-item-floor {
    margin-right: .1rem;
}
.comment .m-cmt-list-item {
    border-bottom: 1px solid #EAEDF0;
}
.comment .m-cmt-list .m-cmt-list-item:last-child {margin-bottom: 0;}
body .m-cmt-more {
    width: 6.86rem;
    height: 0.88rem;
    background: #F5F6F8;
    border: none;
    border-radius: .04rem;
    font-size: 0.28rem;
    line-height: 0.88rem;
    color: #848792;
    text-align: center;
    position: relative;
}
body .m-cmt-more::after {
    content: '';
    display: block;
    width: 0.08rem;
    height: 0.16rem;
    background: url(../image/nextIcon2.png) no-repeat;
    background-size: .08rem;
    position: absolute;
    top: 50%;
    right: 2.2rem;
    margin-top: -0.06rem;
}
body .m-cmt-list-item .m-cmt-list-item-th .m-cmt-list-item-floor,body .m-cmt-list-item .m-cmt-list-item-th .m-cmt-list-item-date,
body .m-cmt-list-item .m-cmt-list-item-repeat .m-cmt-list-item-th .m-cmt-list-item-name,
body .m-cmt-list-item .m-cmt-list-item-repeat .m-cmt-list-item-th .m-cmt-list-item-floor {
    color: #848792;
}
body .m-cmt-list-item .m-cmt-list-item-th .m-cmt-list-item-name,
body .m-cmt-list-item .m-cmt-list-item-tb .m-cmt-list-item-body,
body .m-cmt-list-item-ding {color: #2D313E;}
body .m-cmt-list-item .m-cmt-list-item-repeat {
    margin-bottom: .14rem;
    background: #F5F6F8;
    border: 1px solid #EAEDF0;
}
body .m-cmt-list-item-ding:after {
    width: .36rem;
    height: .36rem;
    background: url(../image/likeIcon.png) no-repeat;
    background-size: .36rem;
    background-position: 0;
}
body .m-cmt-list-item-repost {
    width: .36rem;
    height: .36rem;
    background: url(../image/replyIcon.png) no-repeat;
    background-size: .36rem;
    background-position: 0;
    vertical-align: text-bottom;
}
body .m-cmt-list-item-ding {
    font: 0.24rem/0.36rem "";
    padding-right: .44rem;
    vertical-align: text-bottom;
}
body .m-cmt-list-item-ding:active::after {
    background: url(../image/likeCur.png) no-repeat;
    background-size: .36rem;
}
body .m-cmt-list-item .m-cmt-list-item-tb,
body .m-cmt-list-item .m-cmt-list-item-th {
    width: 6.06rem;
}
body .comment .m-cmt-post {
    height: 3.3rem;
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;
}
.comment #JcmtPost, .comment #JcmtPostPop {
    width: 6.7rem;
    background-color: #fff;
    z-index: 110;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.4rem;
    display: none;
}
.comment #Jcmt:after {
    content: '';
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    z-index: 390;
}
.hideTxt #Jcmt:after {
    content: '';
    width: 0;
    height: 0;
}
body .comment #JcmtPostPop {
    z-index: 399;
    display: block;
}
body .comment #JcmtPost {
    z-index: 400;
}
body .cmtHide {
    width: 0.56rem;
    height: 0.56rem;
    background: url(../image/closeIcon.png) no-repeat;
    background-size: .56rem;
    text-indent: -9999px;
    position: absolute;
    top: .2rem;
    right: .24rem;
}
.comment .m-cmt-post-btn {
    margin-left: 0.2rem;
}
body .comment .m-cmt-tit {
    display: block;
    height: .5rem;
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #2D313E;
    margin-bottom: .25rem;
    text-align: center;
}
body .comment .m-cmt-post-textarea {
    height: 1.3rem;
    background: #F1F3F8;
    border-radius: .04rem;
    padding: .15rem .25rem;
    overflow: hidden;
}
body .m-cmt-list-item .m-cmt-post-textarea textarea {
    height: 1.5rem;
}
.comment .nocmt {
	margin: 0.7rem 0 0.3rem 0;
}

.comment .nocmt img {
	display: block;
	width:3rem;
	margin:0 auto;
	background: none;
	margin-bottom:.3rem;

}

.comment .nocmt span {
	display: block;
	display: block;
	width: 3.9rem;
	height: 0.8rem;
	font: 0.32rem/0.8rem "";
	color: #848792;
	text-align: center;
	margin: 0 auto;
}

.m-footer-fixed {
    width: 6.86rem;
    height: 0.72rem;
    padding: .19rem .32rem;
    background: #fff;
    /* border-top: 0.01rem solid #EAEDF0; */
    box-shadow: 0 -0.04rem 0.16rem 0 rgba(0,0,0,0.04);
    position: fixed;
    left: 50%;
    bottom: 0;
    margin-left: -3.75rem;
    display: flex;
    justify-content: space-between;
    z-index: 300;
}
.m-footer-fixed.wx {padding-bottom: .42rem;}
.m-footer-fixed.static {
    position: static;
    margin-left: 0;
    padding-bottom: .19rem;
    margin-top: -1.1rem;
}
  
.m-footer-fixed .cmt-box {
    width: 4.1rem;
    height: 0.4rem;
    background: #F1F3F8;
    border-radius: .04rem;
    padding: .16rem 0;
    position: relative;
}
  
.m-footer-fixed .cmt-box .txt {
    font-size: 0.28rem;
    line-height: 0.34rem;
    color: #AFB2BE;
    padding-left: .8rem;
    vertical-align: text-top;
}
  
.m-footer-fixed .cmt-box::before {
    content: '';
    display: block;
    width: 0.32rem;
    height: 0.33rem;
    background: url(../image/writeIcon.png) no-repeat;
    background-size: .32rem;
    position: absolute;
    left: .32rem;
    top: .16rem;
}
  
.m-footer-fixed .art-tool-box {
    width: 2.44rem;
    height: 0.72rem;
    display: flex;
    justify-content: space-between;
}
  
.m-footer-fixed .art-tool-box em, .m-footer-fixed .art-tool-box a {
    display: block;
    width: 0.5rem;
    height: 0.24rem;
    padding-top: .52rem;
    position: relative;
}
  
.m-footer-fixed .art-tool-box em .txt, .m-footer-fixed .art-tool-box a .txt {
    display: block;
    font-size: 0.2rem;
    line-height: 0.16rem;
    color: #2D313E;
    text-align: center;
    vertical-align: text-top;
}
  
.m-footer-fixed .art-tool-box em::before, .m-footer-fixed .art-tool-box a::before {
    content: '';
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: -.04rem;
    left: 50%;
    margin-left: -.24rem;
}
  
.m-footer-fixed .art-tool-box .agree b {
    font-weight: normal;
}
  
.m-footer-fixed .art-tool-box .agree::before {
    background: url(../image/likeIcon.png) no-repeat;
    background-size: .48rem;
}
  
.m-footer-fixed .art-tool-box .agree.cur .at-rate {
    animation: changeOpa 1s ease 0s both;
    -webkit-animation: changeOpa 1s ease 0s both;
}
  
.m-footer-fixed .art-tool-box .agree.touched b, .m-footer-fixed .art-tool-box .agree.cur b {
    color: #0F89FF;
}
  
.m-footer-fixed .art-tool-box .agree.touched .txt, .m-footer-fixed .art-tool-box .agree.cur .txt {
    color: #0F89FF;
}
  
.m-footer-fixed .art-tool-box .agree.touched::before, .m-footer-fixed .art-tool-box .agree.cur::before {
    background: url(../image/likeCur.png) no-repeat;
    background-size: .48rem;
}
.m-footer-fixed .art-tool-box .agree .at-rate {
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #0F89FF;
    position: absolute;
    top: -.1rem;
    left: 50%;
    margin-left: .1rem;
    opacity: 0;
}
  
.m-footer-fixed .art-tool-box .cmt-btn::before {
    background: url(../image/replyIcon.png) no-repeat;
    background-size: .48rem;
}
  
.m-footer-fixed .art-tool-box .share-btn::before {
    background: url(../image/shareIcon.png) no-repeat;
    background-size: .48rem;
}
@-webkit-keyframes changeOpa {
    0% {
      top: -0.1rem;
      opacity: 1;
    }
    100% {
      top: -0.4rem;
      opacity: 0;
    }
}
  
@keyframes changeOpa {
    0% {
      top: -0.1rem;
      opacity: 1;
    }
    100% {
      top: -0.4rem;
      opacity: 0;
    }
}
  
.changeOpa {
    -webkit-animation-name: changeOpa;
    animation-name: changeOpa;
}

::-webkit-scrollbar {
    display: none;
    opacity: 0;
}
.tool-box{
  width:1.2rem;
  position: fixed; 
  right:0;
  bottom:1.4rem;
  z-index: 309;
}
.toTopBtn{width:1.2rem;height:1.2rem;background: url(../image/toTop.png) no-repeat;background-size: 1.2rem; display: none; }
.goHome{width:1.2rem;height:1.2rem;background: url(../image/goHome.png) no-repeat;background-size: 1.2rem; display: block;}

/* 分享弹窗 */
.dialog {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 430;
}
.dialog .dia-box {
    padding: .25rem .32rem;
    background: #fff;
    border-top-right-radius: .16rem;
    border-top-left-radius: .16rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .pros-more {
    display: none;
  }
  
  .pros-more .dia-box {
    max-height: 8.8rem;
    padding-bottom: .8rem;
  }
  
  .pros-more .dia-box .title {
    display: block;
    height: .5rem;
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #2D313E;
    text-align: center;
    margin-bottom: .25rem;
  }
  
  .pros-more .dia-box .close-btn {
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    background: url(../image/closeIcon.png) no-repeat;
    background-size: .56rem;
    position: absolute;
    right: .24rem;
    top: .22rem;
  }
  
  .pros-more .dia-box .pros-bd {
    max-height: 7.8rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .share-dia {
    display: none;
  }
  
  .share-dia .dia-box {
    width: 6.86rem;
    height: 2.8rem;
    padding: .5rem .32rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -3.75rem;
  }
  
  .share-dia .dia-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background: #F5F6F8;
    position: absolute;
    top: 2.4rem;
    left: 0;
  }
  
  .share-dia .share-box {
    height: 1.5rem;
    display: flex;
    justify-content: center;
    padding-bottom: .5rem;
  }
  
  .share-dia .share-box em {
    display: block;
    width: 1.2rem;
    height: 0.5rem;
    position: relative;
    padding-top: 1rem;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #2D313E;
    margin: 0 .75rem;
  }
  
  .share-dia .share-box em::before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.5rem;
  }
  
  .share-dia .share-box .weixin::before {
    background: url(../image/shareIcon1.png) no-repeat;
    background-size: 1rem;
  }
  
  .share-dia .share-box .weibo::before {
    background: url(../image/shareIcon3.png) no-repeat;
    background-size: 1rem;
  }
  
  .share-dia .share-box .friend::before {
    background: url(../image/shareIcon2.png) no-repeat;
    background-size: 1rem;
  }
  
  .share-dia .close-btn {
    display: block;
    height: .88rem;
    font-size: 0.32rem;
    line-height: 0.88rem;
    color: #2D313E;
  }
  .toast {
    padding: 0 .3rem;
    line-height: .6rem;
    font-size: .28rem;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #000000;
    border-radius: .1rem;
}
.scrollFixed {position: fixed;left: 0;top: 0;width: 100%;z-index: 10;}