@charset "UTF-8";
@media (prefers-color-scheme: dark){
    .video {
        background-color: #FFFFFF !important;
    }
    .autoplay-next,.v-header1,.allScreenBox,.user-photo,.iosTop, .v-header2 ,.v-bottom3,.controls-bg, .video video, .profile-photo, .bg-img, .creator-pic{
        filter: invert(1)  hue-rotate(.5turn);
    }
    .v-operation .left .profile-photo {
        filter: invert(0);
    }
    .autoplay-next .video-cover {
        filter: invert(1)  hue-rotate(.5turn);
    }
    .pre-video,.rePlay,.next-video {
        filter: invert(1)  hue-rotate(.5turn);
    }
}
.controls-bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
}
* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    height: 100vh;
    overflow: hidden;
}

.opacity {
    opacity: 0;
}

.transition-opacity {
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.overflowhidden {
    overflow: hidden !important;
}

.hide {
    display: none;
}

.ban-scrool {
    display: none;
}

.stepping-stone {
    height: 4.16rem;
}

.full-screen-thwartwise {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    left: 100%;
}

.video-hang {
    position: fixed;
}

.fixed {
    position: fixed !important;
}

.video {
    width: 100%;
    height: 4.16rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
}

.autoplay-next {
    padding-top: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    z-index: 999999991;
}

.autoplay-next .an-header {
    display: flex;
    align-items: center;
    padding: 0 .6rem 0 .8rem;
}

.autoplay-next .an-header .an-seconds {
    width: 100%;
    font-size: 12px;
    color: #999999;
}

.autoplay-next .an-header .an-seconds > span {
    color: #FFFFFF;
    margin: 0 .1rem;
}

.autoplay-next .an-header .an-close-box {
    width: .62rem;
    height: .62rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.autoplay-next .an-header .an-close-box .an-close {
    width: .26rem;
    height: .26rem;
    display: inline-block;
    background: url(../../images/icon/dan-close.png) center no-repeat;
    background-size: 100%;
}

.autoplay-next .an-content {
    padding: 0 .8rem;
    display: flex;
    margin-top: .16rem;
}

.autoplay-next .an-content .an-content-left {
    position: relative;
}

.autoplay-next .an-content .an-content-left .an-content-bg {
    width: 3.2rem;
    height: 1.8rem;
    display: inline-block;
    border-radius: 4px;
    background: url(../../images/photo/listZhiVideo2.png) center no-repeat;
    background-size: cover;
}

.autoplay-next .an-content .an-content-left .an-content-time {
    background: rgba(0, 0, 0, 50%);
    padding: 0 .12rem;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    right: .16rem;
    bottom: .16rem;
    border-radius: .2rem;
}

.autoplay-next .an-content .an-content-right {
    margin-left: .3rem;
}

.autoplay-next .an-content .an-content-right > h2 {
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

.autoplay-next .an-content .an-content-right > span {
    font-size: 14px;
    color: #999999;
}

.autoplay-next .an-btn-group {
    margin-top: .4rem;
    padding: 0 .8rem;
    display: flex;
    justify-content: space-between;
}

.autoplay-next .an-btn-group .autoplay-cancel {
    margin-right: .15rem;
    width: 50%;
    height: .6rem;
    border: 1px solid #4c4c4c;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 30px;
    font-size: 13px;
    color: #FFFFFF;
}

.autoplay-next .an-btn-group .autoplay-confirm {
    margin-left: .15rem;
    width: 50%;
    height: .6rem;
    border: 1px solid #4c4c4c;
    background-color: rgb(76, 76, 76);
    border-radius: 30px;
    font-size: 13px;
    color: #FFFFFF;
}
.autoplay-next>header{
  margin-top: 0.3rem;
  text-align: right;
}
.autoplay-next>header .close{
  width: 0.62rem;
  height: 0.62rem;
  display: inline-block;
  text-align: right;
  background: url(../../images/icon/close1.png) center no-repeat;
  background-size: 100% 100%;
}
.autoplay-next>main .v-operation{
  display: flex;
  justify-content: space-between;
}
.autoplay-next>main .v-operation .left{
  display: flex;
}
.autoplay-next>main .v-operation .left .profile-photo{
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: .4rem;
  border-radius: 50%;
}
.autoplay-next>main .v-operation .left .author-id .nickname .titleName{
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.autoplay-next>main .v-operation .left .author-id .nickname .follow{
  height: .42rem;
  margin-left: .14rem;
  padding: 0 .2rem;
  border: none;
  font-size: 12px;
  color: #fff;
  background-color: #0099ff;
  border-radius: 1rem;
  vertical-align: middle;
}
.autoplay-next>main .v-operation .left .author-id .nickname .follow::before{
  content: '';
  display: inline-block;
  width: .2rem;
  height: .2rem;
  background: url(../../images/icon/addi.png) center no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.autoplay-next>main .v-operation .left .author-id .nickname .follow.grey{
  background-color: #999;
}
.autoplay-next>main .v-operation .left .author-id .nickname .follow.grey::before{
  background: none;
}
.autoplay-next>main .v-operation .left .author-id .fans-count{
  font-size: 12px;
  color: #999;
}
.autoplay-next>main .v-operation .right{
  display: flex;
}
.autoplay-next>main .v-operation .right .op-group{
  margin-left: 1.4rem;
  display: flex;
}
.autoplay-next>main .v-operation .right .icon-comm{
  margin: 0 .3rem;
  font-size: 11px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.autoplay-next>main .v-operation .right .icon-comm>i{
  width: .56rem;
  height: .56rem;
  display: inline-block;
  background: var(--icon) center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.1rem;
}
.autoplay-next>main .v-operation .right .icon-comm.replay{
  --icon: url(../../images/icon/fs-replay.png);
}
.autoplay-next>main .v-operation .right .icon-comm.prise{
  --icon: url(../../images/icon/fs-prise.png);
}
.autoplay-next>main .v-operation .right .icon-comm.prise.act{
  --icon: url(../../images/icon/fs-prise-act.png);
}
.autoplay-next>main .v-operation .right .icon-comm.collect{
  --icon: url(../../images/icon/fs-collect.png);
}
.autoplay-next>main .v-operation .right .icon-comm.collect.act{
  --icon: url(../../images/icon/fs-collect-act.png);
}
.autoplay-next>main .v-operation .right .icon-comm.share{
  --icon: url(../../images/icon/fs-share.png);
}
.autoplay-next>main .an-seconds{
  margin-top: 0.78rem;
  font-size: 15px;
  color: #999;
}
.autoplay-next>main .an-seconds>span{
  color: #fff;
  margin: 0 2px;
}
.autoplay-next>main .an-seconds>button{
  height: 0.52rem;
  margin-left: 0.3rem;
  line-height: .52rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 100px;
  font-size: 13px;
  color: #fff;
  padding: 0 0.28rem;
}
.autoplay-next .recomend-ls{
  margin-top: 0.6rem;
  display: flex;
  overflow-x: scroll;
}
.autoplay-next .recomend-ls>li{
  width: 3.26rem;
  margin-right: 0.4rem;
  flex-shrink: 0;
}
.autoplay-next .recomend-ls>li .video-cover{
  width: 100%;
  height: 1.72rem;
  position: relative;
}
.autoplay-next .recomend-ls>li .video-cover>img{
  width: 100%;
  height: 100%;
  border-radius: .1rem;
  object-fit: cover;
  object-position: center;
}
.autoplay-next .recomend-ls>li .video-cover .duration{
  padding: 0 .12rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: .14rem;
  bottom: .14rem;
}
.autoplay-next .recomend-ls>li>h3{
  margin-top: 0.3rem;
  font-size: 10px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
	overflow: hidden;			
	text-overflow: ellipsis;	
	display: -webkit-box;		
	-webkit-line-clamp: 2;		
	line-clamp: 2;					
	-webkit-box-orient: vertical;	
}

.video video {
    display: block;
    width: 100%;
    height: 4.16rem;
    position: absolute;
    bottom: 0;
    z-index: 5;
}

.video .Cover3 {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 150%;*/
    width: 100%;
    height: 4.16rem;
    object-fit: cover;
    -webkit-object-fit: cover;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 2;
}

.video .blur {
    position: absolute;
    top: 0;
    left: 0;
    /*-webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);*/
    width: 100%;
    height: 100%;
    z-index: 4;
}

.video .v-header {
    width: 100%;
    min-height: 0.88rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    padding: 0 .16rem 0;
    position: absolute;
    top: 0;
    z-index: 10000;
}

.video .v-header .return {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    background: url(../../images/icon/dReturn.png) center no-repeat;
    background-size: 100%;
    z-index: 10000;
}

.video .v-header .menu {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    background: url(../../images/icon/dMenu.png) center no-repeat;
    background-size: 100%;
    z-index: 10000;
}

.video .full-menu-cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
}

.video .full-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.28rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(50px);
    position: absolute;
    top: 0;
    right: 0;
}

.video .full-menu ul {
    display: flex;
    flex-direction: column;
}

.video .full-menu ul li {
    width: 5.28rem;
    height: 1rem;
    font-size: 15px;
    font-family: PingFangSC;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    line-height: 1rem;
}

.video .full-menu ul .on {
    color: #0099FF;
    background: rgba(13, 13, 13, 0.2);
    opacity: .6;
}

.video .v-bottom {
    width: 100%;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    position: absolute;
    bottom: 0;
    padding: 0 .16rem;
    z-index: 10000;
}

.video .v-bottom .play {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    background: url(../../images/icon/dPlayMini.png) center no-repeat;
    background-size: 100%;
    z-index: 1000;
}

.video .v-bottom .pause {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    background: url(../../images/icon/dPause.png) center no-repeat;
    background-size: 100%;
    z-index: 10000;
}

.video .v-bottom .progress {
    width: 100%;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
}

.video .v-bottom .progress .time {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
}

.video .v-bottom .progress .progress-bar-box {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .3rem;
}

.video .v-bottom .progress .progress-bar {
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    position: relative;
}

.video .v-bottom .progress .progress-bar .buffer {
    z-index: 1;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.video .v-bottom .progress .progress-bar .current {
    transform: scaleX(0);
    z-index: 2;
    width: 100%;
    height: 2px;
    background: #0099ff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.video .v-bottom .progress .progress-bar .cursor {
    z-index: 3;
    width: .3rem;
    height: .3rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -4%;
    top: -.15rem;
}

.video .v-bottom .full-screen {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    background: url(../../images/icon/dFullScreen.png) center no-repeat;
    background-size: 100%;
}

.full-screen-on {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    background: url(../../images/icon/dQuitFullscreen.png) center no-repeat;
    background-size: 100%;
}

/*.video {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  overflow: hidden;*/
/*  z-index: 9;*/
/*}*/

.video .circle {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.24);
    -webkit-transition: .7s;
    transition: .7s;
}

.video .lucency {
    opacity: 0;
    z-index: 0;
}

.video .backward {
    z-index: 9;
    height: 100%;
    width: 40%;
}

.video .bg-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .backward .left {
    position: absolute;
    left: -50%;
    border-radius: 10% / 50%;
}

.video .backward .backward-txt {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.5rem;
    margin: auto 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video .backward .backward-txt .backward-icon {
    display: inline-block;
    width: .6rem;
    height: .24rem;
    background: url(../../images/icon/dBackward.png) no-repeat center;
    background-size: 100%;
    margin-left: .1rem;
}

.video .forward {
    height: 100%;
    width: 40%;
    z-index: 9;
}

.video .forward .right {
    position: absolute;
    right: -50%;
    border-radius: 10% / 50%;
}

.video .forward .forward-txt {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    margin: auto 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video .forward .forward-txt .forward-icon {
    display: inline-block;
    width: .6rem;
    height: .24rem;
    background: url(../../images/icon/dForward.png) no-repeat center;
    background-size: 100%;
    margin-right: .1rem;
}

/*.vertial {*/
/*    height: 50%;*/

/*}*/

.video-infomation {
    height: 50vh;
    overflow: hidden;
    position: relative;
}
.video-info-wrapper {
    height: 100%;
    overflow: auto;
}
.video-collection-list {
    width: 100%;
    height: 0.92rem;
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px #0000000F;
    padding: 0 15px;
    transition: height 100ms ease-out; 
    overflow: hidden;
}

.video-collection-list.show-list {
    height: 100%;
}

.video-collection-list .video-collection-header {
    height: .92rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-collection-list .video-collection-content {
    height: calc(100% - .92rem);
    overflow: auto;
}

.video-collection-list .video-collection-content .video-collection-item{
    display: flex;
    align-items: center;
    padding: .2rem 0;
}

.video-collection-list .video-collection-content .video-collection-item .video-collection-cover {
    width: 2.46rem;
    height: 1.36rem;
    flex-shrink: 0;
    margin-right: .2rem;
    border-radius: 4px;
    position: relative;
}

.video-collection-list .video-collection-content .video-collection-item .video-collection-cover>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.video-collection-list .video-collection-content .video-collection-item .video-collection-cover .duration {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 .1rem;
    border-radius: 4px;
    font-size: 9px;
    color: #fff;
    position: absolute;
    right: .1rem;
    bottom: .1rem;
}

.video-collection-list .video-collection-content .video-collection-item .video-collection-title {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-collection-list .video-collection-content .video-collection-item .video-collection-info {
  font-size: 12px;
  color: #999999;
}

.video-collection-list .info{
  display: inline-flex;
  align-items: center;
}

.video-collection-list .info>i{
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
  background: url(../../images/icon/video-collection.png) center no-repeat;
  background-size: 100% 100%;
}

.video-collection-list .show-more-collection{
  width: 16px;
  height: 16px;
  display: inline-flex;
  background: url(../../images/icon/show-collection.png) center no-repeat;
  background-size: 100% 100%;
}

.video-collection-list .close-collection {
  width: .32rem;
  height: .32rem;
  display: inline-flex;
  background: url(../../images/icon/close-collection.png) center no-repeat;
  background-size: 100% 100%;
}

.author {
    width: 100%;
    padding: 24px 15px 14px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author .author-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author .author-left .profile-photo {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../../images/photo/1.png) center no-repeat;
    background-size: 100%;
}

.author .author-left .author-id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px;
}

.author .author-left .author-id .nickname {
    display: flex;
    align-items: center ;
    width: 80vw;
}

.author .author-left .author-id .nickname .titleName {
    max-width: calc(4.76rem - 57px);
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 19.5px;
    float: left;
    line-height: 19.5px;
    margin-right: .18rem;
}

.author .author-left .author-id .nickname .guanzhu1 {
    width: 41px;
    height: 16px;
    float: left;
    margin-left: 7px;
    margin-top: 1.75px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 13px;
    border: .5px solid #ccc;

}

.author .author-left .author-id .nickname .guanzhu1 .title {
    width: 100%;
    height: 16px;
    line-height: 16px;
    color: #999;
    font-size: 12px;
    text-align: center;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    transform-origin: center;

}

.author .author-left .author-id .nickname .guanzhu {
    width: 41px;
    height: 16px;
    float: left;
    margin-left: 7px;
    margin-top: 1.75px;
    padding: 0 3px 0 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border: .5px solid #5FBFFF;
    border-radius: 13px;
}

.author .author-left .author-id .nickname .guanzhu .icon {
    width: 6px;
    height: 6px;
    background: url("../../images/icon/addGz,png.png") no-repeat center;
    background-size: 6px;

}

.author .author-left .author-id .nickname .guanzhu .title {
    font-size: 12px;
    line-height: 16px;
    color: #0099FF;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    transform-origin: center;
}


.author .author-left .author-id .fans-count {
    font-size: 13px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #999999;
}

.author .author-right .already {
    background-color: #CCCCCC;
}

.author .author-right button {
    background-color: #0099FF;
    border-radius: .26rem;
    border: 0;
    padding: .1rem .2rem;
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.author .author-right button .follow {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    margin-right: .06rem;
    background: url(../../images/icon/dFollow.png) center no-repeat;
    background-size: 100%;
}

.video-info {
    padding: 0 .3rem;
    position: relative;
}

.video-info h1 {
    width: 85vw;
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    word-break: break-word;
}

.video-info p {
    margin-top: 5px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #999999;
    word-break: break-all;
}

.video-info .hide-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../images/icon/dArrow.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 3px;
    right: 15px;
}

.video-info .reverse {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.operation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: .1rem;
    padding: 0 0.5rem 0.1rem  0.5rem;
}

.operation .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.operation .wrap.toBlue {
    color: #0099FF;
}

.operation .like {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../images/icon/dLike.png) center no-repeat;
    background-size: 100%;
    margin-bottom: 8px;
}

.operation .likeOn {
    background: url(../../images/icon/dLikeOn.png) center no-repeat;
    background-size: 100%;
}

.operation .collect {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../images/icon/dCollect.png) center no-repeat;
    background-size: 100%;
    margin-bottom: 8px;
}

.operation .collectOn {
    background: url(../../images/icon/collected.png) center no-repeat;
    background-size: 100%;
}

.operation .transpond {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../images/icon/dTranspond.png) center no-repeat;
    background-size: 100%;
    margin-bottom: 8px;
}

.line {
    width: 100%;
    height: 2px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background-color: #ebebeb;
}

.comment {
    padding-bottom: 8px;
    background: #f5f6f8;
}

.comment .comment-content {
    padding: .1rem .3rem;
    background: #FFFFFF;
}

.comment .comment-content .comment-info {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    position: relative;
}

.comment .comment-content .comment-info .comment-count {
    color: #999999;
    font-size: 14px;
}

.comment .comment-content .comment-info .comment-right {
    position: absolute;
    top: 0;
    right: -10px;
    text-align: right;
}

.comment .comment-content .comment-info .comment-arrow {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url(../../images/icon/dArrow.png) center no-repeat;
    background-size: 100%;
}

.comment .comment-content .comment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.comment .comment-content .comment-box .user-photo {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../../images/photo/1.png) center no-repeat;
    background-size: 100%;
}

.comment .comment-content .comment-box .write {
    width: 90%;
    height: 40px;
    margin-left: 15px;
    padding: 10px 14px;
    border-radius: 4px;
    background-color: #F4F4F4;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #999999;
}

/* 评论 */
.video-comment {
    padding-bottom: calc(constant(safe-area-inset-bottom));
    padding-bottom: calc(env(safe-area-inset-bottom));
    /* padding-bottom: .9 rem;*/
    height: calc(100vh - 4.16rem);
    box-sizing: border-box;
}

.video-comment .comment-head {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px 5px 15px;
    height: 40px;
}

.video-comment .comment-head .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-comment .comment-head .leftArrow {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    background: url(../../images/icon/dArrow.png) center no-repeat;
    background-size: 100%;
    margin-right: .1rem;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.video-comment .comment-head span {
    margin-left: 5px;
    color: #999999;
}

.video-comment .comment-head .close {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url(../../images/icon/comment-close.png) center no-repeat;
    background-size: 100%;
    position: relative;
}

.video-comment .cut-line {
    width: 100%;
    height: 8px;
    background: #f5f6f8;
}

.video-comment .level-one, .video-comment .level-two {
    height: 100%;
    /*07/23*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video-comment .commentMain {
    height: calc(100%  - 80px);
    overflow: auto;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: border-box;
}

.video-comment .commentMain.ios {
    height: calc(100%  - 200px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: border-box;
}



.video-comment .comment-body {
    padding: 13px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.video-comment .comment-body::after {
    content: '';
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    background: #EBEBEB;
    position: absolute;
    left: 0;
    bottom: 0;
}

.video-comment .comment-body .user-photo {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: .2rem;
    background: url(../../images/photo/1.png) center no-repeat;
    background-size: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.video-comment .comment-body .user-content {
    width: 100%;
}

.video-comment .comment-body .user-content h1 {
    font-size: 13px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #333333;
}

.video-comment .comment-body .user-content .commentName {
    font-weight: 500;
    font-size: 14px;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-comment .comment-body .user-content .content {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    margin-top: 6px;
}

.video-comment .comment-body .user-content .post-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #999999;
    margin-top: 6px;
}

.video-comment .comment-body .user-content .post-time .comment-like {
    padding: 0 .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-comment .comment-body .user-content .post-time .comment-like .like {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../images/icon/dCLike.png) center no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.video-comment .comment-body .user-content .post-time .comment-like .likeOn {
    width: 20px;
    height: 20px;
    background: url(../../images/icon/dLikeOn.png) center no-repeat;
    background-size: 100%;
}

.video-comment .comment-body .user-content .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-top: 8px;
}

.video-comment .comment-body .user-content .img-box .img-wrap {
    overflow: hidden;
    width: 1.82rem;
    height: 1.82rem;
    border-radius: .08rem;

}

.video-comment .comment-body .user-content .img-box .img-wrap .img {
    width: 100%;
    height: 100%;
    background: url(../../images/photo/2.jpg) center no-repeat;
    background-size: cover;
}

.video-comment .comment-body .user-content .img-box .img-warp-G {
    width: 1.94rem;
    height: 1.94rem;
}

.video-comment .comment-body .user-content .sec-comment {
    width: 100%;
    padding: 12px 15px;
    background: #F7F7F7;
    border-radius: .08rem;
    color: #333333;
    margin-top: 10px;
}

.video-comment .comment-body .user-content .sec-comment span {
    font-size: 13px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #0099FF;
}

.video-comment .comment-body .user-content .sec-comment .show-more {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #0099FF;
    margin-top: 8px;
}

.video-comment .comment-body .user-content .sec-comment .show-more .rightArrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../../images/icon/dRightArrow.png) center no-repeat;
    background-size: 100%;
    margin-left: 2px;
}

.video-comment .level-one .no-comment {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #B3B3B3;
    margin: 30% 0;
}

.video-comment .level-two .sec-comment-box .reply-count {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #333333;
    margin-top: .3rem;
    padding: 0 .3rem;
}

.video-comment .input-comment-box {
    background: #f7f7f7;
    position: fixed;
    bottom: calc(constant(safe-area-inset-bottom));
    bottom: calc(env(safe-area-inset-bottom));
    left: 0;
    right: 0;
    z-index: 300;
}

.video-comment .input-comment-box.erji {
    background: #f7f7f7;
    position: fixed;
    bottom: calc(constant(safe-area-inset-bottom));
    bottom: calc(env(safe-area-inset-bottom));
    left: 0;
    right: 0;
    height: .98rem;
    z-index: 100;
}

.video-comment .input-comment {
    width: 100%;
    padding: 4px 10px;
    border: #CCCCCC;
    border-radius: .1rem;
    background: #F7F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 49px;
    /*    position: fixed;
        bottom: 0;*/
}

.video-comment .input-comment .comment-menu {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../../images/icon/dAdd.png) center no-repeat;
    background-size: 100%;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.video-comment .input-comment .input-con {
    width: 100%;
    /*padding: .16rem 0 .16rem .12rem;*/
    padding-left: 0.12rem;
    background: transparent;
    font-size: 15px;
    font-family: PingFangSC;
    font-weight: 300;
    position: relative;
    color: #CCCCCC;
    height: 41px;
    line-height: 41px;
    z-index: 1;
}

.video-comment .input-comment .input-con:before {
    position: absolute;
    z-index: -1;
    background: #FFF;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border: 1px #CCCCCC solid;
    content: "";
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

/* //评论 */
.checkPageRoot {
    padding: .3rem;
}

.checkPageRoot > h1 {
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    word-break: break-word;
}

.checkPageRoot > label {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FF9500;
    white-space: nowrap;
    margin: .1rem 0;
}

.checkPageRoot > label .checking {
    width: .26rem;
    height: .26rem;
    display: inline-block;
    background: url(../../images/icon/dChecking.png) center no-repeat;
    background-size: 100%;
}

.checkPageRoot .intro {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #999999;
    word-break: break-word;
}

.after-list {
    width: 100%;
}

.after-list li .bg-img-box {
    width: 100%;
    height: 4.16rem;
    overflow: hidden;
}

.after-list li .bg-img-box .bg-img {
    width: 100%;
    height: 4.16rem;
    background: url(../../images/photo/2.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

.after-list li .bg-img-box .bg-img .play {
    display: inline-block;
    width: .82rem;
    height: .82rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../../images/icon/listPlay.png) center no-repeat;
    background-size: 100%;
}

.after-list li .bg-img-box .bg-img .duration {
    padding: .04rem .18rem;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: .2rem;
    white-space: nowrap;
    position: absolute;
    right: .16rem;
    bottom: .16rem;
}

.after-list li .list-video-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 15px 15px 20px 15px;
}

.after-list li .list-video-txt .creator-pic {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url(../../images/photo/1.png) center no-repeat;
    background-size: 100%;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.after-list li .list-video-txt .list-name {
    margin-left: .2rem;
    width: 5.36rem;
}

.after-list li .list-video-txt .list-name h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
}

.after-list li .list-video-txt .list-name span {
    font-size: 13px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #999999;
}

.after-list li .list-video-txt .menu {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../images/icon/listMore.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 15px;
}

/* 长按菜单*/
.menuPos {
    position: relative;
    width: 100%;
}

.menuPos .menuBtnGroup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #000000;
    overflow: hidden;
    border-radius: 8px;
    width: max-content;
}

.menuPos .menuBtnGroup button {
    padding: .1rem .16rem;
    white-space: nowrap;
    background: #000000;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}

.menuPos .menuBtnGroup button:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #6A6A6E;
    transform: scaleX(.5);
    position: absolute;
    top: 0;
    right: 0;
}

.menuPos .triArrow {
    border-left: .16rem solid rgba(0, 0, 0, 0);
    border-right: .16rem solid #000000;
    border-top: .16rem solid rgba(0, 0, 0, 0);
    border-bottom: .16rem solid #000000;
    position: absolute;
    bottom: -.03rem;
    left: 50%;
    transform: rotateZ(
            45deg
    ) translate(-50%, 0);
    z-index: -1;
}

/*//长按菜单*/
.ban-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.iosXWrap .topHeader {
    padding-top: .96rem !important;
}

/*.iosXWrap .video-comment {
  padding-bottom: 1.62rem;
}
.iosXWrap .video-comment .input-comment{
	padding-bottom: 0.78rem;
}*/
.iosWrap .topHeader {
    padding-top: 0.56rem !important;
}

.iosPlusWrap .topHeader {
    padding-top: 0.76rem !important;
}

.iosMinWrap .topHeader {
    padding-top: 0.56rem !important;
}

.opacity {
    opacity: 0;
}

.iosTop {
    height: .8rem;
    width: 100%;
    background-color: #000000
}

/*页面中间弹窗*/
.centerMask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.centerModal {
    position: absolute;
    width: 6rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 0.2rem;
    padding: 0.5rem;
}

.centerModal .centerHead {
    line-height: 0.58rem;
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.52rem;
}

/*.centerModal .close { position: absolute; right: 0; top: 0; width: 0.84rem; height: 0.84rem; background: url(../images/close.png) center center/0.24rem 0.24rem no-repeat; }*/
.centerModal .inputDiv {
    position: relative;
    border: 1px solid #e6e6e6;
    margin-bottom: 0.5rem;
    border-radius: 0.08rem;
    padding: 0.14rem 0 0.14rem 0.3rem;
}

.centerModal .inputDiv textarea {
    width: 100%;
    display: block;
    height: 0.6rem;
    padding: 0.08rem 0;
    line-height: 0.44rem;
    border-radius: 0.1rem;
    font-size: 0.32rem;
    resize: none;
    box-sizing: border-box;
}

/*.centerModal .inputDiv .history { position: absolute; right: 0; bottom: 0; width: 0.9rem; height: 0.9rem; background: url(../images/loc.png) center center/0.32rem 0.32rem no-repeat; }*/
.centerModal .btn {
    height: 0.84rem;
    line-height: 0.84rem;
    background: #0099ff;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.3rem;
}

.centerModal .btn.disable {
    opacity: 0.25;
}

.centerModal .link {
    display: block;
    margin: 0 auto;
    font-size: 0.3rem;
    color: #0099FF;
    line-height: 0.5rem;
    text-align: center;
}

.centerModal .link img {
    position: relative;
    top: -0.02rem;
    height: 0.22rem;
    margin-left: 0.12rem;
    vertical-align: middle;
}

.centerModal .cancleConnect {
    display: block;
    margin: 0 auto;
    font-size: 0.3rem;
    color: #0099FF;
    line-height: 0.5rem;
    text-align: center;
}

/*固定底部按钮*/
.bottomBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background-color: #FFFFFF;
}

.bottomBtn .btn {
    margin: 0.2rem 0.3rem;
    height: 0.8rem;
}

.btnGroup {
    margin: 0.6rem 0 0 0.3rem;
    overflow: hidden;
}

.btnGroup .btn {
    float: left;
    width: calc(50% - 0.3rem);
    margin-right: 0.3rem;
}

.btnGroup .btn:last-child {
    margin-right: 0;
}

.btnGroup_change .btn {
    width: calc(33.33% - 0.3rem);
}

.centerConfirmModal {
    position: absolute;
    width: 5.4rem;
    height: 2.48rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 0.26rem;
}

.centerConfirmModal .centerHead {
    height: 1.6rem;
    text-align: center;
    padding: 0.34rem 0.6rem;
    font-size: 0.32rem;
    line-height: 0.45rem;
    color: #333333;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.centerConfirmModal .btns {
    height: 0.88rem;
}

.centerConfirmModal .btns .modalbtn {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.45rem;
    color: #0099FF;
    line-height: 0.88rem;
}

/*# sourceMappingURL=videoDetail.css.map */


/*lcq 08/03*/
/*非竖屏全屏*/
.video .v-header1 {
    width: 100%;
    height: 1.52rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    z-index: 10000;
    padding: 0 0.32rem 0 0.08rem;
}

.v-header1 .return-box {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v-header1 .return1 {
    width: .48rem;
    height: .48rem;
    background: url(../../images/icon/dReturn.png) center no-repeat;
    background-size: 100%;
    z-index: 10000;
}

.v-header1 .title {
    height: 0.42rem;
    width: calc(100% - 2.72rem);
    margin-left: 0.16rem;
    opacity: 1;
    font-size: 0.3rem;
    font-family: PingFangSC, PingFangSC-Regular;
    text-align: left;
    color: #ffffff;
    line-height: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-wrap: break-word;

}

.v-header1 .report-box {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.11rem;
}

.v-header1 .report {
    width: 0.43rem;
    height: 0.39rem;
    background-image: url("../../images/icon/detail-GTH.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.v-header1 .share-box {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.2rem;
}

.v-header1 .share {
    width: .48rem;
    height: .48rem;
    background: url('../../images/icon/detail-share.png') center no-repeat;
    background-size: 100%;
    z-index: 10000;
}

/*非全屏且非竖瓶*/
.video .v-header2 {
    width: 100%;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    z-index: 10000;
}

.v-header2 .return-box2 {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v-header2 .return2 {
    width: 32px;
    height: 32px;
    background: url(../../images/icon/dReturn.png) center no-repeat;
    background-size: 100%;
    z-index: 10000;
}

.v-header2 .menu2-box {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.v-header2 .menu2 {
    width: 36px;
    height: 36px;
    background: url(../../images/icon/dMenu.png) center no-repeat;
    background-size: 100%;
    z-index: 10000;
}

.v-header2 .report-box2 {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.2rem;
    margin-left: calc(100% - 2.72rem);
}

.v-header2 .report2 {
    width: 28px;
    height: 28px;
    background-image: url("../../images/icon/detail-GTH.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.v-header2 .share-box2 {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.12rem;
}

.v-header2 .share2 {
    width: 28px;
    height: 28px;
    background: url('../../images/icon/detail-share.png') center no-repeat;
    background-size: 100%;
    z-index: 10000;
}

/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    */
/*全屏横屏进度条*/
.progress-bar-box1 {
    width: 100%;
    height: 0.44rem;
    padding: 0 1.2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 49px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}


.progress-bar1 {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    position: relative;
}

.buffer1 {
    z-index: 1;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    top: 0;
    left: 0;
}

.current1 {
    transform: scaleX(0);
    z-index: 2;
    width: 100%;
    height: 4px;
    background: #0099ff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.cursor1 {
    z-index: 3;
    width: .3rem;
    height: .3rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -3.3%;
    top: calc(-.15rem + 2px);
}

/*底部的按钮*/
.video .v-bottom1 {
    width: 100%;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    position: absolute;
    bottom: 0;
    padding: 0 20px 0;
    z-index: 10000;
}

.v-bottom1 .play-box {
    width: 0.24rem;
    height: 0.96rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

/*.v-bottom1 .pause {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    background: url(../images/icon/dPause.png) center no-repeat;
    background-size: 100%;
    z-index: 10000;
}

.v-bottom1 .play {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    background: url(../images/icon/dPlayMini.png) center no-repeat;
    background-size: 100%;
    z-index: 1000;
}*/

.v-bottom1 .fullScreen-box {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.v-bottom1 .full-screen {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../images/icon/dFullScreen.png) center no-repeat;
    background-size: 100%;
    z-index: 1000;
}

.v-bottom1 .time {
    width: 100%;
    height: 0.96rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    opacity: 1;
    font-size: 0.24rem;
    text-align: left;
    color: #ffffff;
    line-height: 0.33rem;
}

.v-bottom1 .speed {
    width: 1.32rem;
    height: 49px;
    opacity: 1;
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 49px;
}

/*修改底部布局*/
.v-bottom3 {
    width: 100%;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    position: absolute;
    bottom: 0;
    z-index: 10000;
}

.v-bottom3 .box-play {
    width: 0.28rem;
    height: 0.96rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.v-bottom3 .play {
    display: inline-block;
    width: .40rem;
    height: .40rem;
    background: url(../images/icon/dPlayMini.png) center no-repeat;
    background-size: 100%;
    z-index: 1000;
}

.video .v-bottom3 .pause {
    display: inline-block;
    width: .40rem;
    height: .40rem;
    background: url(../images/icon/dPause.png) center no-repeat;
    background-size: 100%;
    z-index: 10000;
}*/

.video .v-bottom3 .progress {
    width: calc(100% - 95px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
}

.video .v-bottom3 .progress .time {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
}

.video .v-bottom3 .progress .progress-bar-box {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .3rem;
}

.video .v-bottom3 .progress .progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    position: relative;
}

.video .v-bottom3 .progress .progress-bar .buffer {
    z-index: 1;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.video .v-bottom3 .progress .progress-bar .current {
    transform: scaleX(0);
    z-index: 2;
    width: 100%;
    height: 4px;
    background: #0099ff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.video .v-bottom3 .progress .progress-bar .cursor {
    z-index: 3;
    width: .3rem;
    height: .3rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: -4%;
    top: -.15rem;
}

.box-fullScreen {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video .v-bottom3 .full-screen {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../../images/icon/dFullScreen.png) center no-repeat;
    background-size: 100%;
    margin-right: 15px;
}

/*无网下的样式*/
.netWorkStatus {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    /* height: 375px; */
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    z-index: 9999;

}

.netWorkStatus .title {
    margin-top: 2.51rem;
    width: 100%;
    height: 0.45rem;
    opacity: 1;
    font-size: 0.32rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 0.45rem;
}

.netWorkStatus .play-button {
    margin-top: 0.7rem;
    margin-left: calc(50% - 1.36rem);
    width: 2.72rem;
    height: 0.84rem;
    opacity: 1;
    background: #0099ff;
    border-radius: 0.43rem;

    font-size: 0.32rem;
    text-align: center;
    color: #ffffff;
    line-height: 0.84rem;
    z-index: 99999999 !important;
}


/*无网非全屏下的样式*/
.netWorkStatus2 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    /* height: 375px; */
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 9999;
}

.netWorkStatus2 .title {

    width: 100%;
    height: 0.45rem;
    opacity: 1;
    font-size: 0.28rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 0.45rem;

}

.netWorkStatus2 .play-button {
    width: 2.4rem;
    height: 0.6rem;
    opacity: 1;
    background: #0099ff;
    border-radius: 0.43rem;

    margin-top: 0.4rem;
    margin-left: calc(50% - 1.2rem);
    opacity: 1;

    font-size: 0.26rem;
    text-align: center;
    color: #ffffff;
    line-height: 0.6rem;
    z-index: 999999999 !important;
}

.pre-video {
    width: 32px;
    height: 32px;
    background-image: url("../../images/icon/dNextVideo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 3.54rem;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999999 !important;
}

.video-play {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(../../images/icon/listPlay.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
}

.video-pause {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(../../images/icon/listPause.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
}

.rePlay {
    width: 36px;
    height: 36px;
    background-image: url("../../images/icon/detail-RePlay.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999 !important;
}

.next-video {
    width: 32px;
    height: 32px;
    background-image: url("../../images/icon/dNextVideo.png");
    transform: rotateZ(180deg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 3.54rem;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999999 !important;
}

.loading {
    width: 0.72rem;
    height: 0.72rem;
    background: url(../../images/icon/list-loading.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000010;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

.is-bottom {
    width: 100%;
    font-size: 14px;
    color: #b3b3b3;
    text-align: center;
}


.collectionList {
    width: 100%;
}

.collectionList img {
    display: block;
    width: 100%;
    height: 4.17rem;
    object-fit: cover;
    object-position: 50% 50%;
}

.collectionList .bottom-title {
    width: 100%;
    height: 1.37rem;
    padding: .2rem .3rem .33rem .3rem;
    box-sizing: border-box;
}


.bottom-title .top1 {
    height: .42rem;
}

.top1 .top1-icon {
    width: .34rem;
    height: .34rem;
    background: url("../../images/icon/heji1.png") no-repeat center;
    background-size: 100%;
    margin-top: .04rem;
    margin-right: .16rem;
}

.top1 .top1-title {
    height: .42rem;
    line-height: .42rem;
    font-size: .3rem;
    color: #333333;
    max-width: calc(100% - 1rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom-title .title2 {
    margin-top: .08rem;
    height: .34rem;
    line-height: .34rem;
    font-size: 0.24rem;
    /* identical to box height */
    color: #999999;
}

.collect-information {
    height: calc(100vh - 4.16rem);
    overflow: auto;
}


.collection-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: white;
    overflow-y: auto;

}

.collection-list .collection-name {
    height: .99rem;
    padding: 0 .36rem 0 .3rem;
    box-sizing: border-box;
}

.collection-name .name1 {
    height: .99rem;
    max-width: calc(100% - 1.1rem);
    line-height: .99rem;
    color: #333333;
    font-size: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.collection-name .right-close {
    width: .3rem;
    height: .3rem;
    background: url("../../images/icon/collection-close.png") no-repeat center;
    background-size: 100%;
    margin-top: .36rem;
}

#app #mescrolla {
    height: calc(100% - .99rem);
    /*如设置bottom:50px,则需height:auto才能生效*/
}

#app #mescrolla .mescroll-upwarp {
    height: 0.6rem;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 0.2rem;
}

#app #mescrolla .mescroll-upwarp .upwarp-nodata {
    height: 0.4rem;
    opacity: 1;
    font-size: 0.28rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #b3b3b3;
    line-height: 0.4rem;
}

#app #mescrolla .data-list .no-video {
    position: fixed;
    width: 100%;
    height: .45rem;
    text-align: center;
    color: #B3B3B3;
    font-weight: 300;
    font-size: 0.32rem;
    line-height: 0.45rem;
    top: 50vh;
    left: 0;
    transform: translateY(-50%);
}

#app #mescrolla .data-list .collectionAll {
    margin-top: .09rem;
}

#app #mescrolla .data-list .collectionAll .video-item {
    width: 100%;
    height: 1.76rem;
    opacity: 1;
    background: #ffffff;
    position: relative;
    padding: 0.23rem 0.3rem 0.22rem 2.88rem;
    box-sizing: border-box;
    position: relative;
}

#app #mescrolla .data-list .collectionAll .video-item .top-title {
    max-width: 100%;
    max-height: 0.84rem;
    opacity: 1;
    font-size: 0.3rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
}

#app #mescrolla .data-list .collectionAll .video-item .botTitle {
    margin-top: 0.14rem;
    height: 0.33rem;
    opacity: 1;
    font-size: 0.24rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 0.33rem;
}

#app #mescrolla .data-list .collectionAll .video-item .botTitle span {
    display: inline-block;
}

#app #mescrolla .data-list .collectionAll .video-item .botTitle .dian {
    margin: 0 0.1rem 0;
}

#app #mescrolla .data-list .collectionAll .video-item .video-img {
    width: 2.46rem;
    height: 1.36rem;
    opacity: 1;
    border-radius: 0.08rem;
    position: absolute;
    top: 0.2rem;
    left: 0.22rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#app #mescrolla .data-list .collectionAll .video-item .video-img .video-time {
    height: 0.3rem;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.08rem;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.02rem 0.11rem 0.03rem 0.1rem;
}

#app #mescrolla .data-list .collectionAll .video-item .video-img .video-time .time-num {
    height: 0.25rem;
    opacity: 1;
    font-size: 0.18rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: right;
    color: #ffffff;
    line-height: 0.25rem;
}

#app #mescrolla .data-list .collectionAll .video-item .video-more {
    width: 0.4rem;
    height: 0.4rem;
    background: url("../../images/icon/myVideo-list-more.png") no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0.3rem;
    bottom: 0.18rem;
}

/*
.sec-comment-box.ios {
    padding-bottom: .96rem
}
*/

.current {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(constant(safe-area-inset-bottom));
    height: calc(env(safe-area-inset-bottom));
    background-color: white;
    z-index: 100000;
}

.safeBottom {
    height: calc(constant(safe-area-inset-bottom));
    height: calc(env(safe-area-inset-bottom));
}

/* 登录弹框 */
.login-toast-cover {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #000;
    background: rgba(0,0,0,.5);
}

.login-toast-main {
    background-color: #fff;
    width: 5.4rem;
    height: 2.64rem;
    margin: 5rem auto;
    border-radius: 0.26rem;
}

.login-toast-main-top {
    height: 1.75rem;
    padding: .32rem .6rem;
}

.login-toast-text1{
    line-height: .5rem;
    text-align: center;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 550;
    font-size: .36rem;
}

.login-toast-text2{
    line-height: .448rem;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: .32rem;
    text-align: center;
    margin-top: .16rem;
}

.login-toast-main-bottom {
    position: relative;
    width: 100%;
    height: .9rem;
    font-size: .32rem;
    color: #0099FF;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.login-toast-main-bottom::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    left: 0;
    top: 0;
    transform: scaleY(.5);
    transform-origin: top;
}

.login-toast-main-btn-line{
    height: 100%;
    width: 1px;
    transform: scaleX(.5);
    background-color: #EBEBEB;
}
.emoji{
  word-break: break-all;
}

.subscript_icon{
    height: 21px;
    background-size: 100%;
    margin-left: 14px;
}

.placeHolder{
    height: 50px;
}