body {
    background: #111119;
}

body,
html {
    background-color: #111119;
}

img {
    width: 100%;
}

[v-cloak] {
    display: none
}

.main {
    width: 100vw;
    height: 100vh;
    position: relative;
    margin: 0 auto;
    padding-top: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
}

.headTab {
    width: 9.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0 auto;
    padding-bottom: 0.32rem;
    background: url(../images/line2.png) no-repeat;
    background-size: contain;
    background-position: bottom;
}

.headTab>div {
    float: left;
    width: 1.8rem;
    text-align: center;
    float: left;
    font-size: 0.373rem;
    color: #727272;
    position: relative;
}

.headTab>div.selected {
    color: #fff;
}

.headTab>div.selected::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.12rem;
    background: url(../images/point.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.headTab>div.home_selected {
    color: #02F2F2;
    background: rgba(2, 242, 242, 0.2);
    border-radius: 2.26rem;
}

.homeHeadTab {
    height: 0.6rem;
    line-height: 0.6rem;
}

.homeHeadTab>div {
    font-size: 0.34rem;
}

.mallBox {
    width: 9.04rem;
    height: calc(100vh - 3.7rem);
    margin: 0 auto;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    padding-bottom: 0.6rem;

}

.home_mallBox_height {
    height: calc(100vh - 2.1rem);
}

.add_pad_bottom {
    box-sizing: border-box;
    padding-bottom: 3.19rem;
}

.detailDesc_pad_bottom {
    box-sizing: border-box;
    padding: 4.82rem 0.567rem 3.19rem 0.613rem;
}

.goFamous {
    width: 9.04rem;
    height: 1.08rem;
    line-height: 1.08rem;
    background: #1D1D25;
    border-radius: 0.107rem;
    margin-top: 0.227rem;
    color: #FF9E47;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 0.373rem;
}

.famousText {
    padding-left: 0.32rem;
    display: flex;
    align-items: center;
}

.famousText::after {
    content: '';
    display: inline-block;
    margin-left: -0.16rem;
    margin-top: 0.2rem;
    width: 1rem;
    height: 1rem;
    /* background: url(../images/rich.webp) no-repeat;
    background-size: 100% 100%; */
    background: url(../images/rich.png) no-repeat;
    background-size: 1rem 40rem;
    background-position: 0 0;
    animation: richAni 2s steps(40, end) infinite;
    transform: scale(0.627);
}

@keyframes richAni {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -40rem;
    }
}


.famousNum {
    padding-right: 0.32rem;
}

.famousNum::after {
    content: '';
    display: inline-block;
    width: 0.147rem;
    height: 0.267rem;
    background: url(../images/go.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 0.12rem;
}

.famousNum.new::before {
    content: '';
    display: inline-block;
    width: 0.64rem;
    height: 0.467rem;
    background: url(../images/new.webp) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 0.12rem;
}

.mallCon {
    width: 9.06rem;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.shoppingEach {
    width: 4.44rem;
    height: 5.227rem;
    margin-top: 0.16rem;
    /* background: #23232A;
    border-radius: 0.133rem; */
    background: url(../images/shoppingEach.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.mallLoading {
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/loading.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.mallCon>.shoppingEach:nth-child(2n) {
    margin-left: 0.16rem;
}


.subScript {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.287rem;
    width: 0.907rem;
    height: 0.547rem;
}

.effectCon {
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 2rem;
    padding-left: 0.24rem;
    height: 0.4rem;
}

.effectCon div:nth-child(n+2) {
    margin-left: 0.2rem;
}

.voiceEffect {
    width: 0.24rem;
    height: 0.24rem;
    float: left;
    background: url(../images/sounds.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.moveEffect {
    width: 0.307rem;
    height: 0.253rem;
    float: left;
    background: url(../images/move.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.typeScript {
    position: absolute;
    top: 0.147rem;
    right: 0.147rem;
    border-radius: 0.253rem;
    /* width: 1.133rem;
    height: 0.493rem; */
    width: 0.76rem;
    height: 0.347rem;
    line-height: 0.493rem;
    font-size: 0.271rem;
}



.goodsPersonalLimitNum {
    position: absolute;
    top: 0.88rem;
    right: 0.147rem;
    font-size: 0.32rem;
    color: #fff;
}

.goodsPersonalLimitNum span:nth-child(1) {
    color: #00F7FF;
}




.goodsPhoto {
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    top: 0.72rem;
    left: 50%;
    transform: translateX(-50%);
}

.goodsLimitEndTime {
    position: absolute;
    top: 2.533rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 0.52rem;
    line-height: 0.52rem;
    border-radius: 0.267rem;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
}

.goodsLimitEndTime span {
    color: #00F7FF;
    font-size: 0.32rem;
}

.goodsName {
    position: absolute;
    top: 3.52rem;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
}


.divLine {
    position: absolute;
    top: 4rem;
    left: 5%;
    width: 90%;
    height: 0.093rem;
    background: url(../images/line.png) no-repeat;
    background-size: contain;
    background-position: bottom;
}

.goodsTotalLimited {
    position: absolute;
    top: 3.88rem;
    left: 0.28rem;
    font-size: 0.267rem;
    white-space: nowrap;
    color: #fff;
}

.goodsTotalLimited2 {
    position: absolute;
    top: 4.493rem;
    left: 0.28rem;
    color: #fff;
    font-size: 0.32rem;
}

.goodsTotalLimited2 span {
    color: #00F7FF;
}

.limitBar {
    width: 2.507rem;
    height: 0.093rem;
    background: #323239;
    border-radius: 0.053rem;
    margin-right: 0.24rem;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.limitBarInner {
    height: 100%;
    background: #00F7FF;
    border-radius: 0.053rem;
}

.goodsLimitTime {
    position: absolute;
    top: 4.493rem;
    left: 0.28rem;
    color: #fff;
    font-size: 0.28rem;
}

.goodsPrice {
    position: absolute;
    top: 4.36rem;
    left: 2.827rem;
    min-width: 1.4rem;
    height: 0.573rem;
    line-height: 0.573rem;
    color: #00F7FF;
    font-size: 0.327rem;
    box-sizing: border-box;
    border: 0.027rem solid #00F7FF;
    border-radius: 0.28rem;
    text-align: center;
}

.goodsPrice span,
.uDew,
.descPrice span {
    padding-left: 0.48rem;
    white-space: nowrap;
    position: relative;
}

.goodsPrice span {
    margin-left: -0.12rem;
}

.goodsPrice span::before,
.uDew::before {
    content: '';
    display: inline-block;
    width: 0.627rem;
    height: 0.76rem;
    line-height: 0.573rem;
    background: url(../images/dew.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0.4);
}


.uDew::before {
    width: 0.627rem;
    height: 0.76rem;
    background-size: 100% 100%;
}


.descPrice span::before {
    content: '';
    display: inline-block;
    width: 0.627rem;
    height: 0.76rem;
    background: url(../images/dew.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    left: -0.1rem;
    transform: translateY(-50%) scale(0.5);
}

.mBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10rem;
    height: 1.553rem;
    background: #1A1A22;
}


.mBlue {
    color: #00F7FF;
}

.uDew {
    position: absolute;
    top: 0.327rem;
    left: 0.6rem;
    line-height: 0.453rem;
    color: #00F7FF;
    font-size: 0.427rem;
}

.bottomText {
    position: absolute;
    top: 0.82rem;
    left: 0.6rem;
    color: #727272;
    font-size: 0.293rem;
}

.goCharge {
    position: absolute;
    top: 0rem;
    right: 0.6rem;
    color: #00F7FF;
    font-size: 0.427rem;
    line-height: 1.553rem;
}

.buyDetailsPop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.goodsInfosBtn {
    width: 0.467rem;
    height: 0.467rem;
    background: url(../images/info_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.2rem;
    right: 0.347rem;
    z-index: 20;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.detailCon {
    width: 10rem;
    height: 11.533rem;
    background: url(../images/popBg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}

.infoPopMask {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.infoPop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.infoPopTop {
    width: 7.16rem;
    height: 1.093rem;
    background: url(../images/popTop.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: 0.48rem;
    box-sizing: border-box;
    padding-top: 0.653rem;
}

.infoPopCenter {
    width: 7.16rem;
    background: url(../images/popCenter.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.347rem;
    color: #fff;
    box-sizing: border-box;
    padding: 0.4rem 0.827rem;
}

.infoPopCenter p:nth-child(n+2) {
    margin-top: 0.2rem;
}

.infoPopBottom {
    width: 7.16rem;
    height: 1.013rem;
    background: url(../images/popBottom.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -0.1rem;
}

.confirmBtn {
    background: #00F7FF;
    width: 5.067rem;
    height: 1.067rem;
    line-height: 1.067rem;
    border-radius: 0.533rem;
    text-align: center;
    font-size: 0.453rem;
    color: #22222B;
    margin: 0 auto;
    margin-top: 0.4rem;
}

.detailPhotos {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 0.64rem;
    left: 3rem;
    /* background: #25252D; */
    /* border-radius: 0.133rem; */
    background: url(../images/shoppingEach.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.detailPhotos img {
    transform: scale(0.65);
}

.detailGoodsName {
    width: 100%;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.427rem;
    color: #fff;
}

.goodsDescForCar {
    width: 100%;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    opacity: 0.3;
}

.detailDesc {
    padding: 4.82rem 0.567rem 0 0.613rem;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.32rem;

    height: 11.533rem;
    position: relative;
}

.descInfo {
    text-align: center;
    margin-bottom: 0.2rem;
    opacity: 0.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 0.6rem;
}

.descNum,
.descLimited,
.descValidTime {
    line-height: 0.6rem;
}

.descLimit {
    margin-bottom: 0.2rem;
    white-space: nowrap;

    position: absolute;
    bottom: 2.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.barLimitNum {
    position: absolute;
    top: -0.28rem;
    right: 0rem;
    font-size: 0.24rem;
}


.extraGoodsList {
    position: absolute;
    left: 0.613rem;
    bottom: 4rem;
    text-align: left;
    height: 1.333rem;
    display: flex;
    align-items: flex-end;
}

.extraGiftName {
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.6);
    font-size: 0.24rem;
    color: #fff;
    opacity: 0.4;
}


.extraEach {
    width: 1.333rem;
    height: 1.333rem;
    background: #2C2C33;
    border-radius: 0.08rem;
    margin: 0 0.16rem;
    position: relative;
}



.extraEach img {
    transform: scale(0.7);
}

.descLimitBar {
    width: 7.2rem;
    height: 0.093rem;
    background: #323239;
    border-radius: 0.053rem;
    margin-left: 0.293rem;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}


.limitBarInner {
    height: 100%;
    background: #00F7FF;
}

.descPrice {
    text-align: center;
    font-size: 0.427rem;
    color: #00F7FF;

    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2.4rem;
}



.descBuyBtn {
    width: 6.093rem;
    height: 1.067rem;
    line-height: 1.067rem;
    background: #00F7FF;
    border-radius: 0.533rem;
    overflow: hidden;
    margin: 0 auto;
    color: #22222B;
    font-size: 0.4rem;
    text-align: center;
    margin-top: 0.36rem;
    margin-bottom: 0.1rem;


    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);

}

.descBuyBtn.noGoods {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.goodsPrice.noGoods {
    border: 0.027rem solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
}

.goodsPrice>div {
    width: 100%;
    height: 100%;
}

.descText {
    width: 100%;
    font-size: 0.32rem;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;

    position: absolute;
    left: 0;
    bottom: 0.4rem;
}


.layui-flow-more {
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    margin: 0;
}


.motoring1 {
    background: url(../images/motoring1.png) no-repeat;
    background-size: 100% 100%;
}

.motoring2 {
    background: url(../images/motoring2.png) no-repeat;
    background-size: 100% 100%;
}

.motoring3 {
    background: url(../images/motoring3.png) no-repeat;
    background-size: 100% 100%;
}

.motoring4 {
    background: url(../images/motoring4.png) no-repeat;
    background-size: 100% 100%;
}

.motoring5 {
    background: url(../images/motoring5.png) no-repeat;
    background-size: 100% 100%;
}


.monCon {
    /* width: 2.267rem;
    height: 0.84rem; */
    width: 3.3867rem;
    height: .9867rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
    transform-origin: 0 0;
    transform: scale(0.84);
    -webkit-transform-style: preserve-3d;
}

.monCon1 {
    background: url(../images/level_1.png) no-repeat;
    background-size: 100% 100%;
}

.monCon2 {
    background: url(../images/level_2.png) no-repeat;
    background-size: 100% 100%;
    /* left: -0.05rem; */
}

.monCon3 {
    background: url(../images/level_3.webp) no-repeat;
    background-size: 100% 100%;
    /* background-size: 2.699rem 75rem;
    background-position: 0 0; */
    /* animation: mc3 2.5s steps(75, end) infinite;
    -webkit-animation: mc3 3s steps(75, end) infinite; */
}

.monCon4 {
    background: url(../images/level_4.webp) no-repeat;
    background-size: 100% 100%;
    /* background-position: 0 0; */
    /* animation: mc3 2.5s steps(75, end) infinite;
    -webkit-animation: mc3 3s steps(75, end) infinite; */
}

.monCon5 {
    background: url(../images/level_5.webp) no-repeat;
    background-size: 100% 100%;
    /* background-position: 0 0; */
    /* animation: mc3 2.5s steps(75, end) infinite;
    -webkit-animation: mc3 3s steps(75, end) infinite; */
}


@keyframes mc3 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -75rem;
    }
}


@-webkit-keyframes mc3 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -75rem;
    }
}

.noData {
    width: 1.707rem;
    height: calc(100vh - 3.853rem);
    background: url(../images/noData.png) no-repeat;
    background-size: contain;
    background-position: 0 6.4rem;
    margin: 0 auto;
    position: relative;
}

.noDataText {
    color: #c6c6c6;
    font-size: 0.32rem;
    text-align: center;
    position: absolute;
    top: 8.5rem;
    width: 100%;
}

.conRail {
    position: absolute;
    top: 0.2rem;
    left: 4.226rem;
    width: 1.493rem;
    height: 0.12rem;
    border-radius: 0.067rem;
    background: rgba(255, 255, 255, 0.1)
}

.animate__animated {
    animation-duration: 0.35s;
}