.banner .box h3 {
    background: none !important;
    text-indent: 0 !important;
}

.title_b {
    display: inline-block;
    position: relative;
    z-index: 0;
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    color: #fe7f00;
    text-align: center;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    margin: 0px;
}

.sale_b {
    font-size: 62px;
    color: #fe2a00;
    transform: translateY(10px);
}

.sale_b.small_b {
    font-size: 24px;
}

.small_b {
    font-size: 18px;
}

.title_b::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0px;
    font: inherit;
    z-index: -1;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    -webkit-text-stroke: 8px #fff;
}

.banner {
    margin-bottom: -200px;
    height: 900px;
    background: url(../images/bg.jpg) no-repeat center bottom;
}

.banner h1 {
    height: 130px;
    margin-bottom: 8px;
    /* background: url(../images/title.png) no-repeat center bottom; */
}

.feature .message dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.feature .message dl dt {
    float: none;
    margin-right: 0;
    width: 90px;
    text-align: left;
    flex-shrink: 0;
}

.feature .message dl dt img {
    width: 100%;
    height: auto;
}

.feature .message dl dd {
    float: none;
    margin-right: 0;
    flex: 1 1 0;
    text-align: left;
}

.feature .message dl p {
    text-align: left;
    font-weight: 600;
}

.feature .message dl h3 {
    margin-top: 0;
}

.floatlayer .buy-content strong::after {
    right: -96px;
    top: -51px;
    background: url(../images/float_off.png) center center no-repeat;
}

.banner .box_content {
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.banner .box {
    position: relative;
    z-index: 0;
    margin-top: 0px;
    margin-left: 0;
    width: 330px;
    height: 430px;
    /* box-shadow: 0px 4px 38px 0px rgba(245, 219, 218, 0.94) !important; */
    background: linear-gradient(0deg, #febeb7 0%, #fff 100%);
    border-radius: 0px;
    box-shadow: none;
}

.banner .box.off42 img {
    margin-top: 18px;
    margin-bottom: 8px;
}

.banner .box.off58 {
    margin-left: 0px;
    margin-top: 0px;
    width: 380px;
    height: 480px;
    border-radius: 4px;
    background: linear-gradient(0deg, #fa8377 0%, #fff 100%);
}

.banner .box.off58::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: inherit;
}

.banner .box.off58 img {
    margin-top: 26px;
    margin-bottom: 20px;
}

.banner .box.off58 p {
    margin-top: 20px;
}

.banner .box.box.off58 span {
    background-color: #ffd9dc;
    color: #cc4300;
}

.banner .box.off58 p.last {
    margin-top: 10px;
    color: #8c8b8a;
}

.banner .box.off78 {
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 4px;
    width: 430px;
    height: 492px;
    box-shadow: none;
    background: linear-gradient(0deg, #fa8377 0%, #fff 100%);
}

.banner .box.off78 p {
    margin-top: 20px;
}

.banner .box.off78 p.last {
    margin-top: 10px;
}

.banner .box.off58 .buybtn,
.banner .box.off78 .buybtn {
    width: 70%;
}

.banner .box.off78::before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-radius: inherit;
}

.banner .box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #fff;
    border-radius: inherit;
}

.banner .box h3,
.banner .box img,
.banner .box span,
.banner .box a,
.banner .box p {
    position: relative;
    z-index: 2;
}

.banner .box h3 {
    position: relative;
    margin-top: 0;
    /* padding-bottom: 14px; */
    background: #fff !important;
}

.title_b {
    transform: translateY(-16px);
}

.banner .box::after,
.banner .box h3::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner .box::after,
.banner .box.off78::after {
    top: -44px;
    z-index: 1;
    width: 346px;
    height: 137px;
    background: url(../images/box_shadow.png) center center no-repeat;
}

.banner .box.off78::after {
    top: -44px;
    width: 455px;
    background: url(../images/box_on_shadow.png) center center no-repeat;
}

.banner .box h3::after {
    top: auto;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

.banner .box.soldout {
    position: relative;
    filter: gray;
    -webkit-filter: grayscale(1);
}

.box.soldout .title_b {
    transform: translate(0) !important;
}

.sold_word {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #525151;
    opacity: 0.6;
    text-indent: -9999px;
}

.sold_word::before {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 226px;
    height: 117px;
    z-index: 2;
    background: url(../images/sold_word.png) center center no-repeat;
    transform: scale(3);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s 0.8s ease;
}

.banner .box.soldout .sold_word::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s 0.8s ease;
}

.banner .box.off78 .sold_word {
    top: -24px;
    bottom: auto;
    margin: 0 auto;
    height: calc(100% + 24px);
}

.floatlayer.soldout .buy-content .buybtn {
    /* filter: gray;
    -webkit-filter: grayscale(1); */
    text-shadow: none;
    color: #cbc9c9;
    background: #8d8c8c;
    box-shadow: 0px 10px 13px 0px rgba(125, 0, 0, 0.5), inset 2.007px 2.229px 0px 0px rgba(93, 93, 89, 0.71);
    pointer-events: none;
}

.br-numGhost {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    color: #ff0000;
    font-size: 24px;
    text-shadow: 0 1px 0 #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease;
}

.br-reduce {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0%;
    right: 0;
    margin: 0 auto;
    /* transform: translateX(-50%); */
    margin: 0 auto;
    text-align: center;
}

.floatlayer .br-reduce {
    top: -10px;
    left: -6px;
    right: auto;
}

.floatlayer .message p span {
    display: inline-block;
    position: relative;
}

.float_arrow {
    display: block !important;
    width: 80px !important;
    height: 45px !important;
    top: -40px !important;
    left: 50% !important;
    pointer-events: none !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
    cursor: pointer;
}

.floatlayer_down,
.floatlayer_up {
    position: relative;
    display: block;
    width: 12px;
    height: 6px;
    opacity: 0;
    z-index: -9;
    visibility: hidden;
    transition: all 0.3s ease;
    /* transform: rotate(180deg); */
}

.floatlayer_up {
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

.floatlayer {
    visibility: visible;
    bottom: -118px;
    transition: bottom 0.8s ease-out;
}

.floatlayer .img-box,
.floatlayer .buy-content strong::after {
    visibility: hidden;
}

.floatlayer.on .img-box,
.floatlayer.on .buy-content strong::after {
    visibility: visible;
}

.floatlayer.on .floatlayer_down {
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

.floatlayer.on .floatlayer_up {
    opacity: 0;
    z-index: -9;
    visibility: hidden;
}

.zoom-top-animation {
    animation: zoomTop 0.8s forwards;
    animation-timing-function: ease-in;
    transform-origin: center center;
}

.zoom-out-animation {
    animation: zoomOut 0.8s 0.3s forwards;
    animation-timing-function: ease-in;
    transform-origin: center center;
}


@keyframes zoomOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(3);
    }
}


@keyframes zoomTop {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}

.floatlayer .img-box>img {
    width: 238px;
    height: auto;
}

.floatlayer .message p {
    color: #f89ea2;
}

.floatlayer .message p span {
    color: #fff196;
}

/* .floatlayer .buy-content strong::after {
    right: -96px;
    top: -51px;
    width: 92px;
    height: 60px;
} */

.feature h2 {
    padding-top: 100px;
    /* font-size: 36px;
    line-height: 1.5;
    font-weight: 700; */
}

/* .feature p {
    color: #3e3434;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
} */

.feature_gift {
    position: relative;
    margin-top: 192px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0 0 42px 12px;
    gap: 100px;
    height: 374px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    background: #fafafa;
}

.feature_content {
    padding-top: 28px;
}

.feature_subtitle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    color: #000;
    font: 700 16px/1.5 Montserrat;
}

.feature_subtitle b {
    color: inherit;
    font: inherit;
}

.feature_subtitle::before,
.feature_subtitle::after {
    content: '';
    display: block;
    flex-shrink: 0;
}

.feature_subtitle::before {
    width: 40px;
    height: 40px;
    background: url(../../../../tpl/images/common_sale/icon_iu.png) center center / cover no-repeat;
}

.feature_subtitle::after {
    width: 90px;
    height: 60px;
    background: url(../images/gift.png) center center no-repeat;
}

.feature_list {
    padding-top: 30px;
    padding-left: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
    max-width: 90%;
}

.feature_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #444;
    font: 400 14px/1.5 Montserrat;
}

.feature_item::before {
    content: '';
    display: block;
    width: 5px;
    height: 60px;
    flex-shrink: 0;
    background: #21cb79;
}

.feature_pic {
    width: 560px;
    text-align: center;
    transform: translate(0px, -42px);
}