/* app.css */
html, body, #app {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #ffffff;
    line-height: 1;
}

a {
    text-decoration: none;
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
    width: 0;
}

#scrollwrap {
    /*touch-action: auto!important;*/
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

#scroller {
    position: absolute;
    z-index: 1;
    /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*-webkit-text-size-adjust: none;*/
    /*-moz-text-size-adjust: none;*/
    /*-ms-text-size-adjust: none;*/
    /*-o-text-size-adjust: none;*/
    /*text-size-adjust: none;*/
}

#pullUp {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pullUp img {
    width: 4.72rem;
    height: 0.3rem;
}

/* logowrap */
.logowrap {
    width: 100%;
    height: 0.92rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #ccccc8;
}

.logowrap img {
    width: 1.82rem;
    height: 0.58rem;
    margin-left: 0.3rem;
}

/* appdownload */
.appdownloadtip {
    width: 100%;
    height: 2.78rem;
    z-index: 10;
}

.appdownloadtip img {
    width: 100%;
    display: block;
}

/* ariclecont.js */
.articlecont {
    width: 6.9rem;
    margin: 0 auto;
}

.articlecont .left-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 0.21rem;
}

.articlecont .left-top .homelist-item-tag {
    width: 0.84rem;
    height: 0.3rem;
    margin-right: 0.12rem;
}

.articlecont .left-top .homelist-item-num, .articlecont .left-top .homelist-item-duration {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    font-size: 0.24rem;
    color: #666666;
    margin-right: 0.08rem;
}

.articlecont .left-top .homelist-item-num img, .articlecont .left-top .homelist-item-duration img {
    width: 0.24rem;
    margin-right: 0.08rem;
}

.articlecont .left-top .homelist-item-num p, .articlecont .left-top .homelist-item-duration p {
    padding-top: 0.03rem;
}

.articlecont .left-top .homelist-item-duration {
    border-left: 2px solid #999;
    margin-left: 0.1rem;
    padding-left: 0.2rem;
}

.articlecont .article-tags {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.articlecont .article-tags .article-item-tag {
    width: 0.84rem;
    height: 0.3rem;
    margin-right: 0.12rem;
}

.articlecont .article-tags .article-item-num {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.articlecont .article-tags .article-item-num img {
    width: 0.27rem;
    margin-right: 0.08rem;
}

.articlecont .article-tags .article-item-num p {
    font-size: 0.3rem;
    color: #5e5e5e;
    margin-right: 0.12rem;
    padding-top: 0.03rem;
}

.articlecont .article-tags .article-item-duration {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 1px solid #5e5e5e;
}

.articlecont .article-tags .article-item-duration img {
    width: 0.27rem;
    margin-right: 0.08rem;
    margin-left: 0.12rem;
}

.articlecont .article-tags .article-item-duration p {
    font-size: 0.3rem;
    color: #5e5e5e;
    margin-right: 0.12rem;
    padding-top: 0.03rem;
}

.articlecont .article-title {
    font-size: 0.44rem;
    color: #333333;
    word-wrap: break-word;
    padding-top: 0.4rem;
    line-height: 0.5rem;
}

.articlecont .article-from {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    margin: 0.1rem 0 0.3rem 0;
}

.articlecont .article-from img {
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 100%;
}

.articlecont .article-from p {
    font-size: 0.24rem;
    color: #666666;
    height: 0.33rem;
    line-height: 0.33rem;
}

.articlecont .article-from .article-from-name {
    margin: 0 0.14rem;
}

.article-from-time {
    flex-grow: 1;
    text-align: right;
}

.articlecont .article-desc {
    font-size: 0.34rem;
    color: #333333;
    word-wrap: break-word;
    margin-bottom: 0.3rem;
    line-height: 0.5rem;
}

/*videotemp.css*/
.videotemp {
    width: 6.9rem;
    margin: 0 auto;
    height: 3.89rem;
    position: relative;
    margin-bottom: .3rem;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.videotemp video {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

/*.videotemp img{ width: 0.84rem; position: absolute; top: 0.25rem; right: 0.3rem; z-index: -1;}*/
.videoInAndriodBrowerPoster {
    display: none;
    width: 100% !important;
    height: 100% !important;

}

.videoBotomBar {
    height: 0.74rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(#1860BC, #81CAFB);
    z-index: 999;
}

.replayVideoBotomBar {
    height: 0.74rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 999;
}

.videoTextTips {
    height: .3rem;
    font-family: PingFangSC-Medium;
    font-size: 0.22rem;
    color: #FFFFFF;
    margin-left: 0.3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    display: inline-block;
    line-height: .3rem;
    letter-spacing: -0.0004rem;
}

.toClientBtn {
    cursor: pointer;
    border: 1px solid #fff;
    display: inline-block;
    width: 1.87rem;
    height: .47rem;
    font-family: PingFangSC-Regular;
    font-size: 0.28rem;
    color: #FFFFFF;
    letter-spacing: -0.0185rem;
    float: right;
    margin-right: 0.25rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    line-height: .47rem;
    border-radius: 0.06rem;
    letter-spacing: -0.0185rem;
}

.videoPlayBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.87rem;
    height: 0.87rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #fff

}

#replay {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0.87rem !important;
    height: 0.87rem !important;
    transform: translate(-50%, -50%) !important;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

.replayTipsLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.7;
    background: #000;
    z-index: 1;
}

.playTipsLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.7;
    background: #000;
    z-index: 1;
}

#play {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0.87rem !important;
    height: 0.87rem !important;
    transform: translate(-50%, -50%) !important;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

.sureBtn {
    cursor: pointer;
    color: #fff;
}

/*// 小视频浮框*/
.iosMiniVideo {
    position: fixed !important;
    bottom: 1.5rem;
    left: 0;
    width: 3rem !important;
    height: 1.62rem !important;
    z-index: 999999;
    cursor: pointer;
}

.miniVideo {
    position: fixed !important;
    bottom: 1rem;
    left: 0;
    width: 3rem !important;
    height: 1.62rem !important;
    z-index: 999999;
}

.video {
    background-color: #000;
}

/* comments.css */
.comments {
    width: 100%;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    /*border-bottom: 1px solid #ccccc8;*/
    padding-bottom: .2rem;
}

.comments .comments-title {
    width: 100%;
    color: #63ADCA;
    font-size: 0.24rem;
    padding: 0.2rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
}

.comments .comments-title:before, .comments .comments-title:after {
    width: 0.26rem;
    height: 0.02rem;
    content: '';
    background: #63ADCA;
    margin: 0 0.12rem;
}

.comments .comments-box {
    width: 100%;
    position: relative;
}

.nocomment-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
}

.nocomment-wrap img {
    width: 3.36rem;
    display: block;
}

/* commentinput.css */
.comments-input {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #aaa;
    background: #fff;
    padding: 0.24rem 0;
    z-index: 10;
}

.comments-input .input-tag {
    width: 0.4rem;
    margin: 0 0.14rem 0 0.3rem;
}

.comments-input .comments-input-tag {
    font-size: 0.26rem;
    color: #aaa;
    line-height: 2;
    flex: 1;
    padding: 0 0.05rem;
    border: none;
}

.comments-input .sendcomment-btn {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem 0 0.1rem;
}

.comments-input .sendcomment-btn img {
    width: 100%;
    display: block;
}

/* downloadapp.css */
.comments-app {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.comments-app img {
    width: 100%;
    display: block;
}

.comments-app .downloadbtn {
    width: 1.5rem;
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
}

/* commentitem.css */
.commentitem {
    display: flex;
    width: 7.2rem;
    margin-left: 0.3rem;
}

.commentitem .left {
    width: 0.6rem;
    height: 0.6rem;
}

.commentitem .left img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.commentitem .right {
    margin-left: 0.14rem;
    padding: 0.3rem 0;
    font-size: 0.26rem;
    flex: 1;
    position: relative;
}

.commentitem .right .comment-name {
    color: #333333;
    font-size: .24rem;
}

.commentitem .right .comment-cont {
    color: #333333;
    font-size: .3rem;
    margin-top: 0.1rem;
    line-height: .5rem;
}

.commentitem .right .comment-time {
    position: absolute;
    top: 0.2rem;
    right: 0.3rem;
    font-size: 0.24rem;
    color: #969dad;
}

/* downloadbtnwrap */
.downloadbtnwrap {
    width: 100%;
    height: 1.78rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-top: 1px solid #ccccc8;*/
}

.downloadbtnwrap img {
    width: 6.68rem;
    height: 0.75rem;
    display: block;
}

/* warnlayer */
.warnLayer {
    position: fixed;
    top: 7rem;
    width: 2.22rem;
    left: 2.64rem;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.04rem;
    z-index: 10;
}

.warnLayer p {
    color: #fff;
    font-size: 0.26rem;
    padding: 0.2rem;
    line-height: 1.15;
}

/*  微信悬浮右上角浏览器打开*/
.wx_show {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #f2f1f0;
    z-index: 100000;
    font-size: .3rem;
    color: #000000;
    display: none;
}

.wx_show .wx_show_inner {
    padding-left: 1.48rem;
}

.wx_show .row1 {
    margin-top: 2rem;
    color: #6b6b6b;
}

.wx_show img {
    top: auto;
    right: auto;
}

.wx_show .row2 {
    margin-top: .3rem;
    position: relative;
}

.wx_show .row2 p {
    /*float: left;*/
    display: inline-block;
}

.row2 .spot {
    /*position: relative;*/
    width: 2.2rem;
    height: 3rem;
    position: absolute;
    bottom: -.2rem;
    right: .2rem;
}

.row2 img.hand {
    width: .88rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.line1 {
    width: 1.18rem;
    height: 2.30rem;
    position: absolute;
    left: 1rem;
    bottom: .5rem;
}

.line1 img.path1 {
    width: 1.16rem;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
}

.line1 img.arrow1 {
    position: absolute;
    width: .3rem;
    top: 0;
    right: 0;
}

.wx_show .row3 {
    position: relative;
    display: inline-block;
}

.wx_show .row3 p {
    display: inline-block;
}

.row3 .safari_box {
    width: .88rem;
    height: .88rem;
    padding: .05rem;
    background: #fff;
    border-radius: .2rem;
    position: absolute;
    bottom: 0;
    right: -.88rem;
}

.safari_box img {
    width: .78rem;
}

.arrow2_box {
    width: .68rem;
    height: 1.5rem;
    position: relative;
    margin: .3rem 0 .3rem 1.3rem;
}

.arrow2_box .path2 {
    width: .66rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.arrow2_box .arrow2 {
    position: absolute;
    top: 0;
    left: .04rem;
    width: .32rem;
}

/*没有版权*/
.cannot_play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #333333;
}

.cannot_play_inner {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cannot_play_inner p {
    color: #ffffff;
    font-size: 0.26rem;
    text-align: center;
    display: block;
    margin-bottom: .1rem;
}

/*x5视频相关*/
.videoMaster{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 999999;
    display: none;
    overflow: hidden;
}
#videoWapper{
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#videoWapper video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain !important;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: .5rem;
}


.video-poster {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.playBtn{
    position:absolute;
    background: url(./../img/play.png) no-repeat;
    background-size: cover;
    bottom: 0.3rem;
    left: 0.3rem;
    width: 1rem;
    height: 1rem;
}

/*.video-container {*/
    /*position: fixed;*/
    /*background: #000;*/
    /*top: 0;*/
    /*left: 0;*/
    /*display: none;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: 99999999999999;*/
/*}*/

/*#videoDom {*/
    /*display: none;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate3d(-50%,-50%,0);*/
    /*object-fit:  contain !important;*/
/*}*/

.emoji{
    width: 1.6rem;
}