

.topButtons {
    width: 100%;
    height: 0.8rem;
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 1.43rem;
    left: 0;
    z-index: 999;
}

.topBar_btn {
    flex: 1;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(228, 228, 228, 0.7);
    font-size: 0.36rem;
    font-weight: 400;
    line-height: 0.54rem;
    border: none;
}

.select_btn {
    color: rgba(235, 121, 38, 1);
    font-weight: 600;
}

.bandAlert {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.content_wapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0.01rem solid #fff;
    border-radius: 0.12rem;
    background-color: #000;
    width: 6.98rem;
    height: 5.84rem;
    padding: 0.4rem;
    box-sizing: border-box;
}

.ex_content_wapper {
    height: 6.22rem;
}

.alert_title {
    font-weight: 600;
    font-size: 0.32rem;
    color: white;
    line-height: 0.44rem;
}

.orangeWord {
    color: #eb7926;
}

.alert_account {
    font-weight: 400;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.66rem;
}

.alert_v_wapper {
    width: 100%;
    height: 0.88rem;
    margin-top: 0.16rem;
    position: relative;
}

.first_a_input {
    margin-top: 0.16rem;
}

.alert_input {
    width: 100%;
    height: 0.88rem;
    background: #212121;
    border: none;
    outline: none;
    color: #DFDFDF;
    font-size: 0.3rem;
    padding-left: 0.32rem;
    border-radius: .12rem;
}

.get_v_btn {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translate(0, -50%);
    color: #EB7926;
    font-size: 0.3rem;
    font-weight: 600;
    background: #212121;
    border: none;
}

.close_alert_btn {
    width: 1.48rem;
    height: 1.48rem;
    padding: 0.4rem;
}

.alert_confrim_btn {
    color: white;
    font-size: 0.32rem;
    font-weight: 600;
    background: #212121;
    width: 100%;
    height: 1rem;
    border-radius: .12rem;
    margin-top: 0.16rem;
    border: none;
    outline: none;
}


.clearfix:before,
.clearfix:after {
    content: " ";

    display: table;

    height: 0;

    visibility: hidden;

    clear: both;

}

.mask {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
}

/* header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 0.88rem; */
    background-color: #000;
    z-index: 999999;
}

.headerContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.88rem;
    margin: 0 0.32rem;
}

.headerContent .title {
    font-weight: 600;
    font-size: 0.34rem;
    color: #E4E4E4;
}

/* logo */
.logo {
    margin-left: 30px;
    width: 1.12rem;
}

.searchBtn {
    width: 30px;
    height: 30px;
}
.mineBtn {
    width: 30px;
    height: 30px;
}
.menuBtn {
    width: 0.52rem;
    height: 0.52rem;
    /* width: 1.16rem;
    height: .52rem; */
}

.search{
    width: 0.3rem;
    height: 0.3rem;
}
.menu {
    z-index: 99999999;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 0;
    height: 100%;
    overflow: hidden;
}

.menuContent {
    width: 75vw;
    height: 100%;
    /* background-color: #121212; */
    background-color: #000;
    position: relative;
    float: left;
    overflow: hidden;
}

.menuContentScroll {
    width: 75vw;
    height: 100%;
    background-color: #121212;
    position: relative;
}

.menuContentScroll::-webkit-scrollbar {
    width: .08rem;
    height: .04rem;
    background-color: #eb7926;
    border: .04rem solid transparent;
    background-clip: content-box;
}

.menuContentScroll::-webkit-scrollbar-thumb,
.menuContentScroll::-webkit-scrollbar-thumb:hover,
.menuContentScroll::-webkit-scrollbar-thumb:active {
    background-color: #eb7926;
    border-radius: .04rem;
    background-clip: content-box;
}


.menuBackground {
    width: 25vw;
    height: 100%;
    float: right;
}

.menuSidebarLineChild {
    width: 100%;
    height: 0.14rem;
    background-color: #000;
}

.mineMenu {
    z-index: 99999999;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 0;
    height: 100%;
    overflow: hidden;
}

.mineMenuBackground {
    width: 25vw;
    height: 100%;
    float: left;
}

.mineMenuContent {
    width: 75vw;
    height: 100%;
    background-color: #000;
    position: relative;
    float: right;
    overflow: hidden;
}

.mineMenuContentScroll {
    width: 75vw;
    height: 100%;
    overflow-y: scroll;
}


.mineMenuContentScroll::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.2rem;
}

.mineMenuContentScroll::-webkit-scrollbar-thumb {
    border-radius: 0.1rem;
    background-color: #eb7926;
}


.menuTitle {
    width: 100%;
    margin: 0 .46rem;
    padding: .52rem 0;
}

.menuTitle img {
    /* width: 4.36rem; */
    height: 0.4rem;
}


.menuSidebar {
    width: 95%;
    display: flex;
    justify-content: space-between;
    background-color: #1f1f1f;
    border-radius: 0.08rem;
    margin: auto;
    margin-bottom: 0.12rem;
}

.menuSidebarDrop {
    width: 95%;
    background-color: #1f1f1f;
    margin: auto;
    margin-bottom: 0.12rem;
}

.menuSidebarDropContent {
    margin-left: 0.6rem;
    display: none;
    overflow: hidden;
}

.menuSidebarLeft,
.menuSidebarRight {
    height: 1rem;
    display: flex;
    align-items: center;
}

.menuSidebarLeft {
    margin-left: 0.26rem;
}

.menuSidebarLeftImg {
    width: 0.48rem;
    height: 0.48rem;
}

.leftmenuContent .menuSidebarLeftImg {
    width: 0.44rem;
    height: 0.44rem;
}

.menuSidebarLeftTxt {
    margin-left: 0.14rem;
    font-size: 16px;
}

.menuSidebarVIPImg {
    width: 0.54rem;
    height: 0.31rem;
    margin-left: 0.14rem;
}

.menuSidebarRight {
    margin-right: 0.2rem;
}

.menuSidebarRightImg {
    width: 0.48rem;
    height: 0.48rem;
}


.menuFooter {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
}

.menuSummary {
    color: #eb7926;
    font-size: 14px;
    font-weight: 600;
}

.SignBtn {
    width: 3.84rem;
    height: .8rem;
    line-height: .8rem;
    font-size: 0.36rem;
    font-weight: 900;
    text-align: center;
    background-color: #eb7926;
    border-radius: 0.12rem;
    margin: 0 auto;
}

.menuTip {
    width: 3.44rem;
    text-align: center;
    font-size: .26rem;

    color: #FFF;
    font-weight: 500;
    padding-bottom: 1rem;

}



.homeScreen {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: end;
}

.homeScreenContent {
    position: relative;
    margin-bottom: 1.8rem;
}

.homeScreenImg {
    width: 6.98rem;
    height: 8.89rem;
    position: relative;
}

.swiperContent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
    height: 7.72rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #121212;
    border-radius: 0.24rem;
}

.closeImgContent {
    position: absolute;
    right: 0rem;
    top: 0rem;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closeImg {
    width: 0.48rem;
    height: 0.48rem;
}

.swiperTitle {
    text-align: center;
    color: #eb7926;
    margin-top: 0.72rem;
    font-size: 0.34rem;
    font-weight: 600;
}

.swiper {
    margin-top: 0.36rem;
    width: 7rem;
    height: 6.5rem;
    overflow: hidden;
}

.swiper ul {
    position: relative;
    display: flex;
    width: 37rem;
}

.swiperImgWrap {
    float: left;
    width: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiperImg {
    width: 5.44rem;
    height: 4.18rem;
}

.swipertip {
    margin-top: 0.4rem;
    font-size: 0.34rem;
}

.swiper ol {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.44rem;
}

.swiperlis {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 3px;
    border-radius: 0.06rem;
    background-color: #bcbcbc;
}

.isSelected {
    background-color: #eb7926;
}

/* footer */
.footer {
    text-align: center;
    padding-bottom: 0.4rem;
    margin: 0 0.26rem;
}

.footerTitle {
    padding-top: 0.3rem;
    margin-bottom: 0.1rem;
    color: #e4e4e4;
    font-size: 0.36rem;
    border-top: 1px solid #1e1e1e;
}

.footerText {
    padding: 0 0.26rem;
    /* margin-top: 0.2rem; */
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.3rem;
}

.footerText2 {
    padding: 0 0.26rem;
    /* margin-top: 0.2rem; */
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.3rem;
    margin-top: 0.26rem;
}



.video {
    /* padding: .3rem 0; */
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dongman_videoPhoto {
    min-height: 4.84rem;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    /* background-size: contain; */
    background-size: cover;
    /* border-top-left-radius: 4px;
    border-top-right-radius: 4px; */
}

.dongman_video {
    width: 48%;
    min-height: 4.84rem;
    border-radius: 5px;
    margin-bottom: 0.3rem;
}

.videoContent,
.haijiaoContent,
.haijiaoContent,
.madouContent,
.tanhuaContent,
.mingxingContent,
.wangbaoContent,
.smContent,
.wanouContent,
.avContent {
    /* background-color: #1C1A1B; */
    width: 100%;
    min-height: 4rem;
    border-radius: 5px;
    margin-bottom: 0.3rem;
}

.loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loadingImg {
    width: 1.6rem;
    height: 1.52rem;
}

.loadingText {
    text-align: center;
    margin-top: 4px;
    color: #8e8d8d;
    font-size: 12px;
}

.videoPhoto,
.bannerImg {
    position: relative;
    width: 100%;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* background-size: contain; */
    background-size: cover;
    /* border-top-left-radius: 4px;
    border-top-right-radius: 4px; */
}

.bannerImg {
    width: 100vw;
    height: 4rem;
    margin: 0.34rem auto 0.64rem;
    display: flex;
    align-items: center;
    background-size: 5.43rem 4rem;
}

.videoTitle {
    color: #dfdfdf;
    font-size: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    margin: 0.2rem 0.3rem 0;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.videoTime {
    position: absolute;
    bottom: 0.1rem;
    right: 0.1rem;
    /* width: 1.6rem; */
    width: auto;
    padding: 0.04rem 0.14rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.08rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
}

.dongman_videoLookAndZan {
    display: flex;
    flex-direction: column;
    margin: 0 0.3rem;
}


.videoLookAndZan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.4rem;
    margin: 0 0.3rem;
}

.videoLookAndZan1 {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    height: 0.4rem;
    margin: 0 0.3rem;
}

.smallCardUploader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.4rem;
    margin: 0.12rem 0.14rem 0;
}

.author {
    display: flex;
    align-items: center;
}

.author1 {
    display: none;
}

.author1Child {
    display: flex;
    align-items: center;
}

.authorName {
    color: #dfdfdf;
    font-size: 0.28rem;
}

.authorName1 {
    color: #dfdfdf;
    font-size: 0.28rem;
}

.authorImg {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 3px;
}

.authorImg1 {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 0.06rem;
    border-radius: 50%;
}

.xxxvideInfo {
    margin: 0.12rem 0.16rem 0;
}

.videoInfo {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
}

.videoLookAndZanImg {
    width: 0.26rem;
    height: 0.26rem;
}

.videoLookAndZanTxt {
    /* color: #7a7a7b; */
    color: #bebebe;
    font-size: 0.28rem;
    margin: 0 0.04rem 0 0.06rem;
}


.addressBox {
    z-index: 999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}

.addressBoxContent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.addressClose {
    width: 1rem;
    height: 1rem;
    text-align: center;
}

.addressClose img {
    margin-top: .52rem;
    width: .48rem;
    height: .48rem;
}

.addressBoxTitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lingDang {
    /* width: 1.12rem; */
    height: 0.52rem;
}

.addressBoxTitleTxt {
    margin-left: 0.12rem;
    color: #EAEAEA;
    font-size: .48rem;
    font-weight: 600;
}

.addressBoxTipBox {
    padding: 0.26rem 0 0;
    font-weight: 600;
}

.addressBoxTip1,
.addressBoxTip2 {
    text-align: center;
    font-size: 0.28rem;

    color: rgba(255, 255, 255, 0.5);
}

.addressBoxTxtContent {
    background-color: #121212;
    border-radius: 0.24rem;
    padding: 0.52rem 0.4rem;
    border: 1px solid #3e3e3e;
}

.addressTxtBox {
    border-radius: 0.06rem;
    padding: 0.26rem 0;
    text-align: center;
    color: #FFF;
    font-size: 0.32rem;
    font-weight: 600;
}

.address {
    height: 0.96rem;
    color: #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.16rem;
    background: #222;
    border: 1px solid #333;
}

.addressSelect {
    border: 1px solid #eb7926;
}

.addressLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0.08rem;
    border-bottom-left-radius: 0.08rem;
    height: 0.96rem;
    width: 1.76rem;
    margin-right: 0.26rem;
    font-weight: 600;
    font-size: 14px;
}

.addressRight {
    flex: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.88rem;
}

.addressSelectTxt {
    /* color: #EB7926; */
}

.addressRight img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.26rem;
}

#address1 .addressLeft {
    background-color: #eb7926;
    color: #fff;
}

#address2 .addressLeft,
#address3 .addressLeft {
    background-color: #333;
    color: #fff;
}

#address3 {
    margin-top: .2rem;
}

.address p {
    font-size: 0.3rem;
}

.callMe {
    text-align: center;
    margin-top: .26rem;
    color: #dfdfdf;
    font-size: 0.28rem;
}

.downloadTXT {
    color: #FFF;
    text-align: center;
    font-size: .32rem;
    font-weight: 600;
    margin: .2rem 0;
}

.downloadLine {

    height: 0.96rem;
    color: #dfdfdf;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.16rem;
    background: #222;
    border: 1px solid #333;
}

.downloadLineLeft {
    display: flex;
    align-items: center;
    margin-left: .32rem;

}

.downloadLineLeft img {
    width: .48rem;
    height: .48rem;
}

.downloadLineLeft div {
    color: #DFDFDF;
    font-family: PingFang SC;
    font-size: .28rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: .04rem;
}

.downloadLineRight {
    display: inline-flex;
    padding: 3px 13px;
    justify-content: center;
    align-items: center;
    border-radius: .08rem;
    background: #EB7926;
    margin-right: .26rem;

    color: #FFF;
    font-size: .26rem;
    font-weight: 600;
}

.addressTxt {
    color: #FFF;
    text-align: center;
    font-size: .28rem;
    font-weight: 600;
    margin-top: .26rem;
}


.menuCollection,
.menuFeedback {
    display: none;
}

.btn {
    /* width: 100%;
    height: 100%;
    line-height: 100%; */
    text-align: center;
    font-size: 0.34rem;
    font-weight: 900;
    color: #fff;
    border-radius: 0.12rem;
    background-color: #eb7926;
}


.headTitle {
    font-size: 0.34rem;
    font-weight: 600;
}


.box {
    width: 100%;
    height: 80px;
    display: none;
}

.page {
    width: 100%;
}

.box1Child {
    width: 100%;
    height: 1.2rem;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
}

.info {
    width: 200px;
    height: 34px;
    line-height: 34px;
}

.fl {
    float: left;
}


.AlertComon {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000000000000;
    display: none;
}

.AlertBoxChild {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AlertBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000000000000;
    display: none;
}

.AlertBoxChild {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AlertBoxChilds {
    /* width: 3rem; */
    min-height: .6rem;
    color: #fff;
    font-size: 0.26rem;


    padding: .34rem 1.1rem;
    border: 1px solid #3E3E3E;
    background: #121212;
    border-radius: 0.12rem;
    text-align: center;

    /* display: block; */
}


.heiliaoContent {
    width: 100%;
    min-height: 4rem;
    border-radius: 5px;
    margin-bottom: 0.3rem;
}


.haijiaoContent {
    /* min-height: 2.5rem; */
    margin-bottom: 0.3rem;
    width: 100%;
}

.haijiaoContentImgList {
    margin: 0 0.26rem;
    display: grid;

    grid-gap: 0.12rem;

    grid-template-columns: 1fr 1fr 1fr;
}

.heiliaoContentPhoto {
    position: relative;
    width: 100%;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: cover;
}

.haijiaoImg {
    position: relative;
    width: 2.24rem;
    height: 1.42rem;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.fancha,
.linglei,
.tianmei,
.xuebai {
    margin: 0 0 0.32rem;
    display: grid;

    grid-gap: 0.32rem 0.26rem;

    grid-template-columns: 1fr 1fr;
}

.fanchaTitle2 {
    margin-left: 0.14rem;
}

.fanchaContent {
    width: 3.62rem;
    min-height: 5.36rem;
    overflow: hidden;
}

.smallCardImg {
    width: 3.62rem;
    height: 4.84rem;
    /* border-radius: .12rem; */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.rightIcon{
    position: absolute;
    top: 0;
    left: 0;
}
.rightIcon img{
    height: 0.5rem;
    width: auto;
}
.needCoins {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 0.95rem;
    height: 0.42rem;
}

.noNeedCoins {
    position: absolute;
    left: 0.26rem;
    top: 0.26rem;
    padding: 2px 5px;
    font-size: 0.2rem;
    font-weight: 400;
    border-radius: 0.08rem;
    background: #1fbf42;
}

.coinsImg {
    width: 0.18rem;
    height: 0.18rem;
}

.fanchaTitle {
    color: #dfdfdf;
    font-size: 0.3rem;

    overflow: hidden;
    display: -webkit-box;

    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 0.16rem 0.14rem 0;
}

#menuSidebar2,
#menuSidebar3,
#menuSidebar4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    /* margin: auto; */
    margin-bottom: 0;
}

.accountTipPopupsBJ {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999999999;
}

.accountTipPopups {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.12rem;
    border: 1px solid #3e3e3e;
    background: #121212;
    width: 5.34rem;
    display: flex;
    padding: 0.5rem 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.accountTipPopupsLogo {
    width: 1.12rem;
    height: 0.4rem;
    margin-bottom: 0.36rem;
}

.user_info_list {
    display: flex;
    flex-direction: column;
}

.accountTipPopupsTitle {
    color: #fff;
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.08rem;
}

.accountTipPopupsTipContent {
    margin-top: 0.32rem;
}

.accountTipPopupsTip {
    color: #fff;
    text-align: center;
    font-size: 0.26rem;
    font-weight: 400;
}


#menuSidebar6 {
    display: none;
}

#mineMenuSidebar5 {
    display: none;
}

.menuSidebarLine {
    background: #121212;
}

.menuSidebarLine:nth-child(1) {
    height: 2.74rem;
    margin-top: 0;
}

.mineMenuSidebarLineLast {
    height: 100%;
}

.menuSidebarLineHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 .34rem;
    padding: .26rem 0;
}

.menuSidebarLineLeft {
    color: #FFF;
    font-size: .24rem;
    font-weight: 500;
}

.menuSidebarLineRight {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menuSidebarLineRightBtnTxt {
    color: rgba(255, 255, 255, 0.70);
    font-size: .24rem;
    font-weight: 400;
}

.menuSidebarLineRightBtnImg {
    width: 0.3rem;
    height: 0.3rem;
}

.menuSidebarLineMine {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 .52rem;
}

.menuSidebarLineMineBtn {
    width: 1.5rem;
    text-align: center;
    position: relative;
    margin-bottom: 0.1rem;
}

.menuSidebarLineMineBtn .badge {
    position: absolute;
    width: 0.66rem;
    height: 0.26rem;
    line-height: 0.26rem;
    background-color: #EB7926;
    border-radius: 0.04rem;
    font-weight: 400;
    font-size: 0.14rem;
    left: 0.75rem;
    top: 0.01rem;
}

.menuSidebarLineMineBtn.hide {
    display: none;
}

.menuSidebarLineMineBtnImg {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 8px;
}

.menuSidebarLineMineBtnTxt {
    color: #FFF;
    text-align: center;
    font-size: .26rem;
    font-weight: 400;
    margin-top: .2rem;
}

.pdf_download_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
}

.CGX_download_i,
.PDF_download_i {
    width: 3.75rem;
    height: 2.00rem;
    border-radius: 0.10rem;
}

.meun_foot_box {
    position: absolute;
    bottom: 0.3rem;
    width: 100%;
}

.leftmenuFooter {
    width: 100%;
    padding: .26rem 0 0;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 0.26rem;
    font-weight: 400;
    background: #121212;
    color: #fff;
}

.leftmenuFooter2,
.leftmenuFooter3,
.leftmenuFooter4 {
    padding: .1rem 0 .52rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 0.26rem;
    font-weight: 400;
    background: #121212;
    color: #fff;
}

.userLineContent {
    display: none;
}

.userLine {
    display: flex;
    align-items: center;
    margin-left: .52rem;
}

.bigmineBtn {
    width: .8rem;
    height: 0.8rem;
}

.userLineRight {
    margin-left: .2rem;
}

.username {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    height: .4rem;
    line-height: .4rem;
}

.saveAccount {
    width: 1.08rem;
    text-align: center;
    border-radius: 0.08rem;
    border: 1px solid #dfdfdf;
    color: #dfdfdf;
    font-size: 0.22rem;
    font-weight: 400;
    margin-top: .1rem;
}

#collectionBtn,
#logOutBtn {
    display: none;
}
.labeltip4,
.labeltip {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.labeltip1 {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.labeltip2 {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.labeltip3 {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.labeltip4 {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.freetipimg {
    width: auto;
    height: 0.42rem;
}

.viptipimg {
    width: 0.91rem;
    height: 0.42rem;
    display: none;
}

.goldtipimg {
    width: auto;
    height: .42rem;
}

.labeltipimg {
    width: auto;
    height: .42rem;
}

.seseBJ {

    z-index: 999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
}

.sesecontent {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seseimg1 {
    width: 4.98rem;
    height: 6.96rem;
}

.guansese {
    margin-top: 0.26rem;
    width: 1rem;
    height: 1rem;
    text-align: center;
}

.guansese img {

    width: .48rem;
    height: .48rem;
}

.seseBJb,
.seseBJc {

    z-index: 999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
}

.seseimg3 {
    width: 6.66rem;
    object-fit: contain;
}


.loadingImgs {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 9999;
    display: none;
}

.loadingImgs img {
    width: 100%;
    height: 100%;
}

#image-slider {
    width: 100%;
    height: 88px;
    position: relative;
    overflow: hidden;
}

#slider-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transform: rotateX(0deg);
    transition: transform 1s ease;
}


.slider-image {
    width: 100%;
    height: 88px;
    object-fit: cover;
    border-radius: 0.2rem;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
}

.index_bteImg_box,
.top_bteImg_box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    margin-top: 0.1rem;
}

.top_bet_img {
    width: 100%;
    height: 88px;
    object-fit: cover;
    border-radius: 0.2rem;
    
    
}
.group_box{
    display: flex;
    position: relative;
}
.videoIcon{
    position: absolute;
    width: auto;
    height: 0.48rem;
    display: none;
}
.home_banner_write {
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    bottom: 1.4rem;
    width: 86%;
    margin-left: 7%;
    height: 0.6rem;
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    visibility: hidden;
}
.banner_text_box{
    display: flex;
    flex: 1;
    overflow: hidden;
}
.banner_text {
    color: #fff;
    font-size: 0.3rem;
    display: inline-block;
    white-space: nowrap;
    animation: marquee 18s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(95vw);
    }

    100% {
        transform: translateX(-100%);
    }
}

.close_banner_btn {
    border-radius: 0.25rem;
    width: 0.8rem;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 0.36rem;
    z-index: 1;
}
.post_card{
    border-radius: 0.25rem;
    width: 1rem;
    text-align: center;
    color: #eb7926;
    font-weight: 400;
    font-size: 0.3rem;
    z-index: 1;
}
.foot_tabbar{
    width: 100%;
    z-index: 1;
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 1.10rem;
    background-color: #121212;
}
.foot_bar img{
    width: auto;
    height: 1.24rem;
}

/* 搜素 */
.searchView{
    position: fixed;
    width: 100%;
    height: 100vh;
    padding-bottom: 1rem;
    background-color: #000000;
    display: flex;
    gap: 0.4rem;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0.88rem;
    z-index: 9999999;
    overflow-y: scroll;
}
.search_option{
    width: 100%;
    padding:0 .26rem;
}
.search_closeBtn{
    width: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: start;
}
.search_closeBtn img{
    width: 0.5rem;
    height: 0.5rem;
}
.search_box{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 0.88rem;
    background-color: #1F1F1F;
    border-radius: 0.08rem;
    margin-top: 0.3rem;
}
.search_input{
    display: flex;
    flex: 1;
    color: white;
    background-color: #1F1F1F;
    border: none;
    outline: none;
    text-indent: 0.12rem;
    font-weight: 700;
    font-size: 16px;
}
.clearBtn{
    width: 0.8rem;
    height: 100%;
    display: flex;
    margin-right: 0.3rem;
    align-items: center;
    justify-content: end;
    visibility: hidden;
}
.clearBtn img{
    width: 0.3rem;
    height: 0.3rem;
}
.start_search_box{
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.start_search{
    color: #fff;
    width: 1.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-left: 1px solid white;
    font-weight: 700;
    font-size: 16px;
    padding:0 0.26rem;
}
input[type="search"]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}

.search_title{
    margin: 0.2rem 0;
    width: 100%;
    text-align: start;
    font-size: 0.34rem;
    font-weight: 700;
    color: white;
    
    text-indent: 0.14rem;
}
.hot_search{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    color: white;
    font-weight: 0.26rem;
    gap: 0.2rem;
    overflow: hidden;
    word-spacing: normal;
    text-indent: 0.14rem;
}
.hot_search span{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search_top_text{
    width: 100%;
    font-size: 0.30rem;
    font-weight: 400;
    line-height: 0.62rem;
    height: 0.62rem;
    color: #EB7926;
    text-align: center;
    background-color: #212121;
}

.small_video_item{
    width: 50%;
    overflow: hidden;
}
.small_video_cover{
    width: 100%;
    height: 4.48rem;
    position: relative;
    background-image: url('./../img/loading.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}
.video_content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000;
}
.video_cover{
    width: 100%;
    height: 4rem;
    position: relative;
    background-image: url('./../img/loading.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}
.video_img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.comicLeftImg2,
.video_type{
    width: auto;
    height: 0.42rem;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.video_time{
    position: absolute;
    bottom: 0.1rem;
    right: 0.1rem;
    width: auto;
    padding: 0.04rem 0.14rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.08rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
}
.video_title{
    color: #dfdfdf;
    font-size: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    margin: 0.2rem 0.3rem 0;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.video_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.4rem;
    margin: 0 0.3rem;
}

.novelLine {
    height: .94rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.novelImg {
    width: .36rem;
    height: .36rem;
    margin-left: .26rem;
    vertical-align: middle;
}

.novelTxt {
    flex: 1;
    overflow: hidden;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-right: .26rem;
    margin-left: .06rem;
}

.novelLine {
    height: .94rem;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.novelImg {
    width: .36rem;
    height: .36rem;
    margin-left: .26rem;
}

.novelTxt {
    flex: 1;
    overflow: hidden;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-right: .26rem;
    margin-left: .06rem;
}

.time {
    width: .9rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    padding: auto .5rem;
}

.s-small_videoLookAndZan{
    margin: 0 0.3rem;
}
.smallInfo{
    margin: 0.1rem 0;
}
.openVip-ad{
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 4rem;
    left: 0;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    padding: 8px 14px;
    padding-top: 4px;
    font-family: monospace;
    border-top: 5px solid #EB7926;
    text-align: center;
}
.detail-openVip-ad {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.32rem;
    font-weight: 900;
    font-family: monospace;
    margin-top: 0.2rem;
}
.lock-btn{
    font-size: 12px;
    border: 1px solid #eb7926;
}
.openVip-down-time {
    color: #EB7926;
    margin-top: 2px;
}

.downTime-wrap {
    display: flex;
    align-items: center;
}