    /* @font-face {
    font-family: 'PopBold';
    src: url("../font/Poppins-Bold.otf") format("opentype")
  }
  @font-face {
    font-family: 'AkroBlack';
    src: url("../font/Akrobat-Black.woff") format("woff")
  }
  @font-face {
    font-family: 'PopLight';
    src: url("../font/Poppins-Light.otf") format("opentype")
  }
  @font-face {
    font-family: "AkroLight";
    src: url("https://b2c-static.cqggedm.com/font/Akrobat-Light.woff") format("woff"),
      url("https://b2c-static.cqggedm.com/font/Akrobat-Light.otf") format("truetype");
  }

  @font-face {
    font-family: "AkroBold";
    src: url("https://b2c-static.cqggedm.com/font/Akrobat-Bold.woff") format("woff"),
      url("https://b2c-static.cqggedm.com/font/Akrobat-Bold.otf") format("truetype");
  }

  @font-face {
    font-family: "PopRegular";
    src: url("https://b2c-static.cqggedm.com/font/Poppins-Regular.otf") format("opentype");
  }

  @font-face {
    font-family: "PopSemiBold";
    src: url("https://b2c-static.cqggedm.com/font/Poppins-SemiBold.otf") format("opentype");
  }
 */
@font-face {
    font-family: "PopExtraBold";
    src: url("https://b2c-static.cqggedm.com/font/Poppins-ExtraBold.otf") format("opentype");
}


body {
    background: #000;
}
.sale-box {
    padding-top: 138px;
}
.sale-box .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.sale-box p {
    margin: 0;
}

.sale-box .swiper {
    padding-right: 10px;
    box-sizing: border-box;
}

.sale-box .pro-bottom {
    display: flex;
    box-sizing: border-box;
}

.sale-box .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}

* {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

.sale-box a,
.sale-box a:hover {
    text-decoration: none !important;

    color: #ffb751;
}
    .sale-box .swiper a, .sale-box .swiper a:hover{display:flex;}
/* æ¸…æµ®åŠ¨*/
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #000;
}

.layOut {
    width: 68%;
    margin: 0 auto;
}

.textOver {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#content {
    padding: 0;
    margin-bottom: 0;
}

#information-information {
    width: 100% !important;
}

.sale-box .mySwiper a {
    color: #000;
    position: relative;
}

.sale-box .mySwiper a .pro-img {
    box-sizing: border-box;
    width: 100%;
}

.sale-box .mySwiper a .pro-img img {
    width: 100%;
}

.sale-box .mySwiper a .discount {
    position: absolute;
    left: -1px;
    top: 12px;
    color: #fff;
    background: url("https://webp.cqggedm.com/image/catalog/2023halloween/discount.png") no-repeat;
    width: 111px;
    height: 36px;
    box-sizing: border-box;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding-left: 4px;
    padding-bottom: 4px;
    box-sizing: border-box;
    justify-content: center;
}

.sale-box .mySwiper a .discount span {
    font-size: 22px;
    font-family: "PopRegular", Poppins;
    font-weight: bold;
    color: #ffffff;
    margin-right: 4px;
}

.sale-box .mySwiper a .discount span:last-child {
    font-size: 16px;
    font-family: "PopMedium", Poppins;
    font-weight: 500;
    color: #ffffff;
}
.sale-box .mySwiper a .discount span:last-child b{
    font-family: 'PopBold';
    font-size: 22px;
    font-weight: normal;
}

.sale-box .mySwiper a .desc {
    font-size: 17px;
    font-family: "PopRegular", Poppins;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    display: block;
    height: 72px;
    margin-top: 17px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sale-box .mySwiper a .pro-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px;
}

.sale-box .mySwiper a .pro_price {
    display: flex;
    flex-direction: column;
    justify-content: left;
    width: 42%;
}

.sale-box .mySwiper a .pro_price .now_price {
    font-size: 27px;
    color: #ee7b1a;
    font-weight: 800;
    line-height: 20px;
    font-family: "PopExtraBold", Poppins;
}

.sale-box .mySwiper a .pro_price .old_price {
    font-size: 17px;
    text-decoration: line-through;
    color: #c2ccc9;
    line-height: 36px;
    font-family: "PopRegular", Poppins;
}

.sale-box .mySwiper a .more-box {
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    font-size: 18px;
    font-family: "PopSemiBold", Poppins;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 0 10px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.sale-box .mySwiper a .more-box:hover {
    background: #EE7B1A;
    border: 1px solid #EE7B1A;
}

.sale-box .product:not(.product:nth-of-type(1)) .category-box {
    padding-top: 124px;
    box-sizing: border-box;
}

.swiper-button-next {
    right: 10%;
}

.swiper-button-prev {
    left: 10%;
}

.sale-box .swiper-box {
    position: relative;
}

.sale-box main {
    position: relative;
    box-sizing: border-box;
    margin-top: -4px;
    padding-bottom: 100px;
}

.sale-box .swiper-button-next {
    width: 63px;
    height: 63px;
    background: url("https://webp.cqggedm.com/image/catalog/valentine-sale-2024/r_arr1.png") 100% 100% no-repeat;
}

.sale-box .swiper-button-next:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 63px;
    height: 63px;
    background: url("https://webp.cqggedm.com/image/catalog/valentine-sale-2024/r_arr1.png") 100% 100% no-repeat;
    background-size: contain;
}

.sale-box .swiper-button-prev:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 63px;
    height: 63px;
    background: url("https://webp.cqggedm.com/image/catalog/valentine-sale-2024/l_arr1.png") 100% 100% no-repeat;
    background-size: contain;
}

.sale-box .swiper-button-prev {
    /* position:relative; */
    width: 63px;
    height: 63px;
    background: url("https://webp.cqggedm.com/image/catalog/valentine-sale-2024/l_arr1.png") 100% 100% no-repeat;
    background-size: contain;
}

.sale-box .swiper-button-next {
    /* position:relative; */
    width: 63px;
    height: 63px;
}

.sale-box .swiper-button-next:hover:after {
    background-image: url("https://webp.cqggedm.com/image/catalog/valentine-sale-2024/r_arr2.png");
}

.sale-box .swiper-button-prev:hover:after {
    background-image: url("https://webp.cqggedm.com/image/catalog/valentine-sale-2024/l_arr2.png");
}

.sale-box .category-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.sale-box .category-box .left {
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale-box .product .category-box .left {
    margin-right: 70px;
}

.sale-box .category-box .left img {
    max-width: 100%;
}

.sale-box .product:nth-of-type(1) .category-box .left {
    margin-top: -40px;
}

.sale-box .product:nth-of-type(1) .product .category-box .left {
    margin-right: 77px;
}

.sale-box .product:nth-of-type(1) .category-box .right {
    margin-top: 30px;
}

.sale-box .category-box .right h5 {
    font-size: 76px;
    font-family: "AkroBlack", Akrobat;
    font-weight: 900;
    color: #ffffff;
    line-height: 91px;
    text-transform: uppercase;
}

.sale-box .category-box .right span {
    font-size: 56px;
    font-family: "AkroLight", Akrobat;
    font-weight: 300;
    color: #ffffff;
    line-height: 54px;
}

.sale-box .category-box .right p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 46px;
    display: block;
}

/*  */
.sale-box .more {
    display: block;
    width: 16%;
    min-width: 200px;
    height: 60px;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    margin: 70px auto 0 auto;
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
    cursor: pointer;
    font-family: "PopSemiBold", Poppins;
    background: #fff;
    /* text-transform: uppercase; */
}

.sale-box .more:hover {
    background: RGBA(238, 123, 26, 1);
    color: #fff;
}

.sale-box .more1 {
    margin: 50px auto 0 auto;
}

.sale-box .back {
    width: 21%;
    min-width: 330px;
    font-size: 42px;
    font-weight: bold;
    height: 72px;
    line-height: 72px;
    color: #000;
    background: #fff;
    box-sizing: border-box;
    margin: 90px auto 0 auto;
    cursor: pointer;
    text-align: center;
    font-family: "PopBold", Poppins;
}

.sale-box .back:hover {
    background: RGBA(238, 123, 26, 1);
}

.sale-box .banner-box {
    width: 100%;
    height: 670px;
    position: relative;
}

/* .sale-box .banner-box .code {
font-size: 27px;
position: absolute;
left: 19.3%;
bottom: 25%;
color: #ffffff;
font-weight: 500;
text-transform: uppercase;
line-height: 40px;
} */
.sale-box .banner-box img,.sale-box .banner-box .picture {
    width: 100%;
    vertical-align: middle;
}

.sale-box .banner-box .fontWeight {
    font-weight: 700;
}

.sale-box .swiper-wrapper{height:auto;}
.sale-box .text-box {
    position: absolute;
    top: 176px;
    left: 50%;
    width: 1200px;
    transform: translate3d(-50%, 0, 0);
    text-align: left;
    font-size: 26px;
    font-weight: 300;
    color: #FFF;
    /* font-family: AkroLight; */
    /* line-height: 60px; */
}

.sale-box .text-box h5 {
    font-family: "AkroBlack", Akrobat;
    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    /* letter-spacing: -2px; */
}

.sale-box .text-box h6 {
    font-weight: 200;
    font-size: 28px;
    margin: 8px 0 10px;
    font-family: "PopLight", Poppins;
    line-height: 1.2;
}

.sale-box .text-box .h5 span {
    font-size: 44px;
    font-weight: 400;
    color: #ffffff;
    line-height: 60px;
    margin-bottom: 30px;
    display: block;
}

.sale-box .text-box p {
    font-family: "PopRegular", Poppins;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
}

.sale-box .text-box p span {
    font-family: "PopExtraBold", Poppins;
    color: #FF8815;
    font-weight: bold;
    font-size: 44px;
    margin: 0 10px;
}

.sale-box .otherBox {
    display: flex;
    align-items: center;
}

.sale-box .otherBox a {
    width: 23%;
    margin-right: 20px;
}

.sale-box .otherBox a:last-child {
    margin-right: 0;
}

.sale-box .otherBox {
    display: flex;
    align-items: center;
}

.sale-box .otherBox a {
    width: 23%;
    margin-right: 20px;
}

.sale-box .otherBox a:last-child {
    margin-right: 0;
}

.sale-box .otherBox a {
    width: 23%;
    margin-right: 20px;
}

@media (max-width: 1680px) and (min-width: 1600px) {
    .sale-box .mySwiper a .pro_price .now_price {
        font-size: 24px;
    }

    .sale-box .mySwiper a .pro_price .old_price {
        font-size: 18px;
        line-height: 27px;
    }

    .sale-box .mySwiper a .more-box {
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
}

@media (max-width: 1440px) {
    .sale-box .mySwiper a .pro_price .now_price {
        font-size: 20px;
    }

    .sale-box .mySwiper a .pro_price .old_price {
        font-size: 15px;
        line-height: 20px;
    }

    .sale-box .mySwiper a .more-box {
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
}


    .hot-sale-box{
        margin-bottom: 197px;
    }
    .hot-sale-box .title{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 168px;
        margin: 87px 0 68px;
    }
    .hot-sale-box .title2{
        position: absolute;
    }
    .hot-sale-box .mySwiper a .discount{
        position: absolute;
        left: -10px;
        top: 0px;
        color: #fff;
        background: url("../image/hot_icon.png") no-repeat;
        width: 236px;
        height: 69px;
        box-sizing: border-box;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        padding-bottom: 4px;
        box-sizing: border-box;
        justify-content: flex-start;
        padding-left: 14px;
    }
    .hot-sale-box .mySwiper a .discount img{
        width: 119px;
        height: auto;

    }
    .hot-sale-box .mySwiper{
        padding-left: 10px;
    }


    .hot-sale-box.new-box .mySwiper a .discount{
        position: absolute;
        left: 12px;
        top: 12px;
        color: #fff;
        background: url("../image/new_icon.png") no-repeat;
        width: 116px;
        height: 30px;
        box-sizing: border-box;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        padding-bottom: 4px;
        box-sizing: border-box;
        justify-content: flex-start;
        padding-left: 14px;
    }

    .acsave-box-out.codeDone {
        opacity: 0.5;
    }

    .sale-box .acsave-box-out {
        /* width: 100%; */
        height: 300px;
        margin: 5% auto 24px;
        background-image: url("../image/sava_bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: flex;
    }

    .acsave-box-in {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ee7b1a;
        /* border: 1px solid red; */
    }

    .acsavebox-l {
        flex: 3.8;
        font-family: "PopExtraBold", Poppins;
        font-size: 237px;
    }

    .acsavebox-m {
        flex: 4;
        color: #fff;
    }

    .acsavebox-r {
        flex: 2.1;
    }

    .acsavebox-m p {
        margin: 0;
        font-size: 63px;
        text-transform: uppercase;
        font-family: "PopRegular";
        line-height: 1;
    }

    .acsavebox-m b {
        font-family: "PopExtraBold";
        font-size: 124px;
        text-transform: uppercase;
        line-height: 1;
    }

    .acsave-btn {
        display: flex;
        width: 91%;
        height: auto;
        background: #fff;
        text-align: center;
        color: #ee7b1a;
        font-family: "PopRegular";
        text-transform: uppercase;
        font-size: 80px;
        align-items: center;
        justify-content: center;
        padding: 0px 0;
        line-height: 1;
        cursor: pointer;
    }

    .acsave-btn.acsave-btn_fr {
        font-size: 54px;
    }

    .sale-box .ac-product-top {
        position: relative;
        margin-bottom: 37px;
    }

    .ac-product-top img {
        width: 100%;
    }

    .ac-product-top-info {
        position: absolute;
        left: 5.4%;
        top: 30%;
        color: #fff;
    }

    .ac-product-top-info h6 {
        font-family: "AkroBlack", Akrobat;
        font-size: 113px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
    }

    .ac-product-top-info p {
        font-family: "PopRegular", Poppins;
        font-size: 37px;
        line-height: 48px;
        margin-top: 16px;
    }

    .ac-product-top-info span {
        font-family: "PopExtraBold", Poppins;
        color: #ff8815;
        font-weight: bold;
        font-size: 46px;
        margin: 0 10px;
    }

    .hot-sale-box .mySwiper a .discount span {
        font-family: "PopBold" !important;
        font-size: 24px !important;
        text-transform: uppercase;
    }
    .sale-box .swiper {
        padding-right: 0;
    }
    .sale-box .mySwiper a .pro-img {
        background: #fff;
        box-sizing: border-box;
        width: 100%;
    }
    .sale-box .mySwiper a .pro-img-hot {
        width: 100%;
        background: #fff;
        padding: 55px 10px 10px 10px;
        box-sizing: border-box;
        /* height: 310px; */
    }
    .sale-box .mySwiper a .pro-img-hot .picture{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sale-box .mySwiper a .pro-img-hot img {
        width: 95%;
    }
    .sale-box .mySwiper a .pro-img img {
        width: 100%;
    }

    .new-box .mySwiper a .discount span {
        margin-left: 28px;
        margin-top: 4px;
        font-size: 22px !important;
        font-style: italic;
    }
    @media (max-width: 1800px) {
        .acsavebox-l {
            font-size: 150px;
        }

        .acsavebox-m p {
            font-size: 38px;
        }

        .acsavebox-m b {
            font-size: 90px;
            line-height: 1;
        }

        .acsave-btn {
            font-size: 60px;
        }

        .acsave-btn.acsave-btn_fr {
            font-size: 24px;
        }
    }
    @media (max-width: 1440px) {
        .sale-box .text-box {
            top: 130px;
            width: 86%;
            max-width: 1200px;
        }
        .sale-box .text-box h5 {
            font-size: 60px;
        }
        .sale-box .text-box h6 {
            font-size: 20px;
        }
        .sale-box .text-box p {
            font-size: 24px;
            line-height: 40px;
        }
        .sale-box .text-box p span {
            font-size: 40px;
            margin: 0 5px;
        }
    }
    .swiper-button-next {
        right: 10% !important;
    }

    .swiper-button-prev {
        left: 10% !important;
    }
    .sale-box .swiper-button-next {
        /* position:relative; */
        width: 63px;
        height: 63px;
        top:33% !important;
    }
    .sale-box .swiper-button-prev {
        /* position:relative; */
        width: 63px;
        height: 63px;
        background: url("https://webp.cqggedm.com/image/catalog/valentine-sale-2024/l_arr1.png") 100% 100% no-repeat;
        background-size: contain;
        top:33% !important;
    }