/* .bgAll {
     background: url('/image/special/guihua1.png');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     position: fixed;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     z-index: -1;
 } */

/* html::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(255, 255, 255, 0.3);
     z-index: -1;
     pointer-events: none;
 } */
html,
body {
    background-color: #eee !important;
}

.swiper-bg {
    width: 100%;
    height: 100%;
    top: 0;
    padding: 1.2em 0;
}

.all-word {
    color: #000000;
}

.title-word {
    font-size: 18px;
    color: #000000;
}

.iconfont-title {
    color: #000 !important;
}

/* .shouye_car {
    width: 30px;
    height: 30px;
} */

/* 中秋用的右上角购物车 */
.moon_car {
    width: 28px;
    height: 28px;
    background-image: url('/image/shouye_rt.png');
    background-size: 100% 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
    overflow: hidden;
    margin-left: 5px;
}

.moon-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333333;
    border-radius: 50%;
    transform: translateX(100%);
    transition: transform 0.5s;
}

.bg-bottom1 {
    background-image: url('/image/shouye1.png');
    background-position: center;
    background-size: 23px;
    background-repeat: no-repeat
}

.bg-bottom2 {
    background-image: url('/image/shouye2.png');
    background-position: center;
    background-size: 23px;
    background-repeat: no-repeat
}

.bg-bottom3 {
    background-image: url('/image/shouye3.png');
    background-position: center;
    background-size: 23px;
    background-repeat: no-repeat
}

.bg-bottom4 {
    background-image: url('/image/shouye4.png');
    background-position: center;
    background-size: 23px;
    background-repeat: no-repeat
}

.self-middle-top-box-inner {
    background: url('/image/self_bg.png')no-repeat 0 -40px;
    background-size: 100%;
}

.cdSwiper img {
    margin: 2px;
    width: 40px;
    height: 40px;
}

.cdSwiper .swiper-scrollbar-horizontal {
    background-color: rgba(179, 179, 179, 0.7);
}

.bg-bottom1,
.bg-bottom2,
.bg-bottom3,
.bg-bottom4 {
    margin: 2px;
    width: 30px;
    height: 30px;
}

.btn-bottom .p-word {
    color: #000;
    font-size: 12px;
}

.infoBoard {
    border: none !important;
    border-radius: 5px !important;
}

.shop-box {
    box-shadow: 2px 2px 6px 2px #b39278 !important;
    mix-blend-mode: multiply;
    background-color: rgba(179, 146, 120, 0.66);
    padding: 0;
    margin: 5px;
    border-radius: 5px;
}


#shopNews {
    margin-top: 16px;
}

#shopNews .infoBoard {
    box-shadow: none !important;
}



.shop-new-title {
    color: #000;
    letter-spacing: 3px;
    padding-left: 10px;
    font-family: 'specialFont';
    font-size: 20px;
    font-weight: 400;
}

@font-face {
    font-family: 'specialFont';
    src: url("/js/public/font/AlimamaFangYuanTiVF-Thin.woff")format("woff"),
        url("/js/public/font/AlimamaFangYuanTiVF-Thin.woff2")format("woff2")
}

.yuebing {
    transform-origin: center top;
    animation: swing 2s ease-in-out infinite;
}

@keyframes swing {
    0% {
        transform: rotate(-30deg);
    }

    50% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(-30deg);
    }
}

@keyframes navAnimation {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        transform: scale(1.12);
    }

    100% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        transform: scale(1);
    }
}

.moonImg {
    position: relative;
    z-index: 3;
    margin-top: -13px;
}

.moonImg::before {
    background: #ffbe58;
    content: '';
    position: absolute;
    width: 43px;
    height: 43px;
    z-index: -1;
    border-radius: 50%;
    animation: navAnimation 2.2s ease-in-out infinite;
    top: -12px;
}

.moonImg::after {
    background: #ffbe58;
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: -2;
    border-radius: 50%;
    animation: navAnimation 2.2s ease-in-out infinite;
    top: -12px;
}

@font-face {
    font-family: 'MoonFont';
    src: url("/js/public/font/AlimamaDaoLiTi.woff")format("woff"),
        url("/js/public/font/AlimamaDaoLiTi.woff2")format("woff2")
}

.moonWord {
    font-size: 22px;
    top: -6px;
    left: 10px;
    font-family: 'MoonFont';
    color: #ed4747;
}

.top-head {
    background: transparent !important;
}


@keyframes float {
    0% {
        transform: translate(0, 0) scale(0.5);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }


    90% {
        opacity: 1;
    }

    100% {
        transform: translate(100vw, -40vw) scale(1.5);
        opacity: 0;
    }
}

.light {
    position: absolute;
    bottom: -50px;
    width: 20px;
    animation: float 50s linear infinite;
    opacity: 0;
    z-index: -3;
}

.light1 {
    top: 50%;
    animation-duration: 30s;
    animation-delay: 2s;
    left: -10px
}

.light2 {
    top: 45%;
    left: -10px;
    animation-duration: 30s;
    animation-delay: 12s;
}

.light3 {
    top: 51%;
    left: -10px;
    animation-duration: 30s;
    animation-delay: 26s;
}

.light4 {
    top: 55%;
    left: -10px;
    animation-duration: 40s;
    animation-delay: 40s;
}