.NiubiContainer {
    width: 100%;
    height: auto;
}

/* body,
html {
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
} */

.NiubiContainerChild {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.52rem;
    justify-content: center;
}

.BigTupian {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #000;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    display: none;
}

.BigTupianImg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
}

.BigTupianImg img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.NiubiContainerChildLeft {
    width: 0.82rem;
    height: 0.82rem;
    background-color: #212121;
    border-radius: 0.08rem;
}

.NiubiContainerChildLeft img {
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
}


.NiubiContainerChildRight {
    width: 5.9rem;
    height: auto;
    padding: 0 17px;
}

.NiubiContainerChildRightName {
    font-size: 0.3rem;
    color: #FFFFFF;
    height: 0.42rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.NiubiContainerChildRightName img {
    width: auto;
    height: 0.32rem;
    margin-right: 3px;
}
.setTop_icon{
    margin-left: 2px;
}
.NiubiContainerChildRightIntroduce {
    font-size: 0.3rem;
    text-align: justify;
    line-height: 0.36rem;
    margin-top: 0.1rem;
}

.NiubiContainerChildRightVideo {
    width: 3.66rem;
    height: 4.9rem;
    background-color: #1F1F1F;
    margin-top: 0.2rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.free_video{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 0.22rem;
    color: rgb(85, 175, 78);
    gap: 2px;
    border: 1px solid rgb(85, 175, 78);
    padding: 0 0.1rem;
    border-radius: 0.08rem;
    margin-left: 0.1rem;
}
.free_video img{
    width: auto;
    height: 0.24rem;
}

/* 金币解锁 */
.gold_lock_cover{
    width: 3.66rem;
    height: 4.9rem;
    margin-top: 0.2rem;
    /* background-color: rgba(31, 31, 31, 1); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;

    /* background: radial-gradient(200% 100% at bottom center, #0070aa, #0b2570, #000035, #000);
    background: radial-gradient(220% 105% at top center, #000 10%, #000035 40%, #0b2570 65%, #0070aa);
    background-attachment: fixed; */
    overflow: hidden;
}

@keyframes rotate {
    0% {
      transform: perspective(40vw) rotateZ(20deg) rotateX(-40deg) rotateY(0);
    }
    100% {
      transform: perspective(40vw) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
    }
  }
.stars {
    transform: perspective(40vw);
    transform-style: preserve-3d;
    position: absolute;
    bottom: 0;
    perspective-origin: 50% 100%;
    left: 50%;
    animation: rotate 90s infinite linear;
}

.star {
    width: 2px;
    height: 2px;
    background: #F7F7B6;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0 -300px;
    transform: translate3d(0, 0, -300px);
    backface-visibility: hidden;
}

.gold_lock_cover span{
    color: white;
    font-size: 0.28rem;
    font-weight: 400;
}
.gold_lock_cover button{
    width: 1.38rem;
    height: 0.56rem;
    background-color: rgb(0, 0, 0);
    border:solid 1px rgba(235, 121, 38, 1);
    border-radius: 0.08rem;
    font-size: 0.28rem;
    font-weight: 600;
    color: rgba(235, 121, 38, 1);
    margin-top: 0.2rem;
}

.NiubiContainerChildRightVideo img {
    width: 0.9rem;
    height: 0.9rem;
}

.NiubiContainerChildRightVideoMoreImg {
    width: 3.66rem;
    height: 4.9rem;
    background-color: #1F1F1F;
    margin-top: 0.2rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    
}
.min_topImg_wapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.NiubiContainerChildRightDown {
    width: 100%;
    height: 0.42rem;
    display: flex;
    margin-top: 0.2rem;
}

.NiubiContainerChildRightDownBofang {
    /* min-width: 1.22rem; */
    height: 0.42rem;
    font-size: 0.26rem;
    color: #DFDFDF;
    display: flex;
    align-items: center;
    margin-right: 0.2rem;
    text-decoration: none;
}

.NiubiContainerChildRightDownBofang img {
    width: auto;
    height: 0.36rem;
    margin-right: 0.06rem;
}

.NiubiContainerChildRightDownBofang a {
    color: #DFDFDF;
    text-decoration: none;
    white-space: nowrap;
}


.NiubiContainerChildRightImageArr {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
}

.NiubiContainerChildRightImageChildMoreImg {
    width: 1.52rem;
    height: 1.52rem;
    background-color: #212121;
    border-radius: 0.08rem;
    margin-right: 0.1rem;
    margin-top: 0.1rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.NiubiContainerChildRightImageChildMoreVideo {
    width: 1.52rem;
    height: 1.52rem;
    background-color: #212121;
    border-radius: 0.08rem;
    margin-right: 0.1rem;
    margin-top: 0.1rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.NiubiContainerChildRightImageChildMoreVideo img {
    width: 0.9rem;
    height: 0.9rem;
}

.showBigImg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 999;
}

.showBigImg .closeBigImg {
    position: absolute;
    right: 0.26rem;
    bottom: 2rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    /* background: #000; */
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.6rem;
    color: #fff;
    z-index: 9999;
    user-select: none;
}

.closeBigImg img {
    width: 0.64rem;
    height: 0.64rem;
}
.chigua_down2{
    position: absolute;
    right: 0.26rem;
    bottom: 0.26rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    /* background: #000; */
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.6rem;
    color: #fff;
    z-index: 9999;
    user-select: none;
}
.closeBigImg1 {
    position: absolute;
    right: 0.26rem;
    bottom: 0.26rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    /* background: #000; */
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.6rem;
    color: #fff;
    z-index: 9999;
    user-select: none;
}

.closeBigImg1 img {
    width: 0.64rem;
    height: 0.64rem;
}

.closeBigImg2 {
    position: absolute;
    right: 0.26rem;
    bottom: 2rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    /* background: #000; */
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.6rem;
    color: #fff;
    z-index: 9999;
    user-select: none;
}

.closeBigImg2 img {
    width: 0.64rem;
    height: 0.64rem;
}

.showBigImg .showBigImgWrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.showBigImg .showBigImgWrap .allImgBox {
    position: relative;
    width: 100%;
    height: 100%;
}

.showBigImg .showBigImgWrap .allImgBox .imgIte {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}

.showBigImg .showBigImgWrap .allImgBox .imgIte span {
    display: inline-block;
    overflow-y: auto;
    vertical-align: middle;
}

.showBigImg .showBigImgWrap .allImgBox .imgIte img {
    width: 100%;
    height: auto;
}

.swiper-slide{
    overflow-y: auto;
    display: flex;
    height: 100%;
}

.small-img img {
    width: 150px;
}

.closeBigImgList {
    width: 100%;
    height: 0.4rem;
    color: #fff;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
    position: relative;
    top: 0.32rem;
}

.ToRight {
    width: 1.28rem;
    height: 1.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -0.64rem;
    z-index: 999999;
}

.ToRight img {
    width: 0.64rem;
    height: 0.64rem;
}

.ToLeft {
    width: 1.28rem;
    height: 1.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -0.64rem;
    z-index: 999999;
}

.ToLeft img {
    width: 0.64rem;
    height: 0.64rem;
}

.ToVideoRight {
    width: 1.28rem;
    height: 1.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -0.64rem;
    z-index: 999999;
    /* display: none; */
}

.ToVideoRight img {
    width: 0.64rem;
    height: 0.64rem;
}

.ToVideoLeft {
    width: 1.28rem;
    height: 1.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -0.64rem;
    z-index: 999999;
    /* display: none; */
}

.ToVideoLeft img {
    width: 0.64rem;
    height: 0.64rem;
}

.BottomDian {
    width: 3.4rem;
    height: 0.44rem;
    background-color: rgba(18, 18, 18, 1);
    border-radius: 0.4rem;
    position: fixed;
    bottom: 0.52rem;
    left: 50%;
    margin-left: -1.7rem;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.BottomDianChild {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background-color: rgba(217, 217, 217, 0.5);
    margin-left: 0.08rem;
    margin-right: 0.08rem;
}

.BottomDianChildAcitve {
    background-color: rgba(217, 217, 217, 1);
}

.VideoUrl {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

input:-webkit-autofill {

    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}



.pageTitle {

    height: .88rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;

}


.videoLook {
    /* margin-top: 1rem; */
    position: relative;
    /* top: 0;
    left: 0; */
    /* height: 12rem; */
    width: 100%;
    overflow: hidden;
}

.quanquan {
    width: 100%;
    /* height: 4rem; */
    /* z-index: 999999999999999; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.headBannerImg {
    width: 100%;
    height: 4.22rem;
    z-index: 9;

    position: absolute;
    top: 0;
    left: 0;
    /* position: fixed;
        top: .88rem;
   z-index: 1; */

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;

}

.toogleImg {
    width: 0;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
  
.player-wrapper {
    position: relative;
}

.setTimeOutNum {
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .34rem;
    font-weight: 900;
    border-radius: .4rem;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: .2rem;
    right: .2rem;
}

.download {
    width: 1rem;
    height: 0.5rem;
    display: inline-block;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    text-decoration: none;
    outline: none;
    position: absolute;
    top: 0.2rem;
    z-index: 99999;
}

.bannerNiubi {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.cannotPlay_backimg{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.cannotPlay_box{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    display: none;
}
.cannotPlay_tips{
    width: 6rem;
    font-size: 13px;
    color: white;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
