html,
body,
h1 {
    margin: 0;
    padding: 0;
    position: relative;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

html,
body {
    scroll-behavior: auto
}

.page {
    background-color: #F3F7FF;
}

.page a {
    text-decoration: none;
    display: block;
}

.page .pc {
    display: block;
}

.page .mobile {
    display: none;
}

.primary-btn {
    width: 128px;
    height: 40px;
    background-color: #3B79E3;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.disabled-btn {
    cursor: not-allowed;
    opacity: 0.5;
}

.sec-banner {
    height: 600px;
    width: 100%;
    position: relative;
}

.sec-banner .scene {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-banner .scene img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sec-banner .text-container {
    width: 1500px;
    margin: 0 auto;
    padding-top: 160px;
    position: relative;
    z-index: 2;
}

.sec-banner .sale_label {
    font-weight: 400;
    font-size: 24px;
    color: #3B79E3;
    line-height: 28px;
    margin-bottom: 4px;
    width: fit-content;
}

.sec-banner .subtitle .sale_first_title {
    font-weight: bold;
    font-size: 64px;
    color: #3B79E3;
    line-height: 64px;
    margin-bottom: 16px;
    width: fit-content;
}

.sec-banner .subtitle .sale_second_title {
    font-weight: bold;
    font-size: 40px;
    color: #3B79E3;
    line-height: 48px;
}

.sec-banner .subtitle .sale_first_desc {
    font-weight: 600;
    font-size: 24px;
    color: #A3CA44;
    line-height: 28px;

}

.sec-banner .subtitle .sale_second_desc {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #A3CA44;
    margin-top: 8px;
}

.sec-banner .subtitle .sale_second_desc span {
    color: #3B79E3;
    font-weight: bold;
}

.sec-banner .subtitle .sale_desc_box {
    margin-top: 24px;
}

.sec-navbar {
    height: 80px;
    width: 100%;
    background: #FAAF3A;
    position: sticky;
    top: 120px;
    z-index: 999;
}

.sec-navbar.active {
    box-shadow: 0px 20px 32px -6px rgba(0, 0, 0, 0.1);
}

.sec-navbar .navbar {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-navbar .navbar .navitem {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 16px;
    line-height: 80px;
    cursor: pointer;
}

.sec-navbar .navbar .navitem.active {
    border-bottom: 2px solid #FFFFFF;
}

.sec-module {
    padding-top: 64px;
}

.sec-module .wrapper-ct {
    width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
}

.if-header {
    text-align: center;
}

.if-header h3 {
    font-weight: 600;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 38px;
}

.if-header p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 19px;
    margin-top: 16px;
}

.if-header label {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 16px;
    margin-bottom: 8px;
    display: inline-block;
}

.if-button {
    width: 254px;
    height: 36px;
    border-radius: 32px;
    background-color: #3B79E3;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 32px;
    cursor: pointer;
}

.if-content {
    margin-top: 32px;
    width: 100%;
    box-sizing: border-box;
}

.sec-products .sec-module {
    padding-top: 96px;
}

.one-product_list {
    margin-bottom: 16px;
}

.one-product_list li.one-product_item {
    display: flex;
    align-items: stretch;
    height: 500px;
    background-color: #FFFFFF;
}

.one-product_list li.one-product_item:not(:last-child) {
    margin-bottom: 16px;
}

.one-product_list li.one-product_item.if-left {
    flex-direction: row;
}

.one-product_list li.one-product_item.if-right {
    flex-direction: row-reverse;
}

.one-product_list .imgbox {
    height: 500px;
    width: 50%;
    position: relative;
}

.one-product_list .imgbox .label-img {
    position: absolute;
    top: 24px;
    height: 28px;
}

.one-product_list .if-left .imgbox .label-img {
    left: 0;
}

.one-product_list .if-right .imgbox .label-img {
    right: 0;
}

.one-product_list .imgbox .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.one-product_list .product-info {
    width: 50%;
    height: 100%;
    padding: 0 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.one-product_list .product-info .top_tips {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 20px;
    margin-bottom: 16px;
}

.one-product_list .product-info h3 {
    font-weight: 600;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 40px;
    text-align: center;
}

.one-product_list .product-info p {
    font-weight: 400;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    margin-top: 24px;
}

.one-product_list .product-info_price {
    margin-top: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.one-product_list .more-price {
    margin-bottom: 24px;
}

.one-product_list .if-price {
    font-weight: 400;
    font-size: 24px;
    color: #3B79E3;
    line-height: 32px;
}

.one-product_list .if-origin {
    font-weight: 400;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 24px;
    text-decoration-line: line-through;
    margin-left: 16px;
}

.time-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.time-list .time-item {
    display: flex;
    align-items: flex-start;
}

.time-list .time-item .num {
    width: 42px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #3B79E3;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-list .time-item .num span {
    font-size: 48px;
    font-weight: bold;
    color: #FAAF3A;
}

.time-list .time-item .time-left {
    text-align: center;
}

.time-list .time-item .time-top {
    display: flex;
    gap: 4px;
}

.time-list .time-item .time-bottom {
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    margin-top: 8px;
}

.time-list .time-item .point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 64px;
    margin-left: 16px;
}

.time-list .time-item .point span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(59, 121, 227, 0.45);
    ;
}

#sec-module_Flash .countdown {
    margin-top: 32px;
}

.Bundling-product_item {
    padding: 40px;
    display: flex;
    gap: 40px;
    background-color: #fff;
}

.Bundling-product_item:nth-child(even) {
    flex-direction: row-reverse;
}

.Bundling-product_item:not(:last-child) {
    margin-bottom: 16px;
}

.product-item_products {
    display: flex;
    gap: 16px;
    width: calc(100% - 40px - 412px);
}

.product-item_products li {
    width: calc((100% - 32px)/3);
    background-color: #F5F6F7;
    position: relative;
}

.product-item_products .product-item_label {
    position: absolute;
    top: 16px;
    left: 0;
}

.product-item_products .product-item_label .label-img {
    height: 28px;
}

.product-item_products .product-item_label span {
    font-size: 16px;
    position: absolute;
    line-height: 28px;
    color: #FFF;
    padding-left: 4px;
}

.product-item_products .product-img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.product-item_products .product-item_info {
    padding: 8px 24px 24px;
    box-sizing: border-box;

}

.product-item_products h4 {
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    height: 48px;
    /* 固定高度 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 设置显示的行数 */
    text-overflow: ellipsis;
}

.product-item_products .product-item_price {
    margin-top: 8px;
}

.product-item_products .if-price {
    font-weight: 600;
    font-size: 20px;
    color: #3B79E3;
    line-height: 28px;
}

.product-item_products .if-origin {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 24px;
    margin-left: 8px;
    text-decoration-line: line-through;
}

.Bundling-product_info {
    width: 412px;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Bundling-product_info h4 {
    font-weight: 600;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.85);
}

.Bundling-product_info p,
.Bundling-product_info h5 {
    font-weight: 400;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 32px;
    margin-top: 16px;
}
.Bundling-product_info h5{
    margin-top: 0;
    margin-bottom: 16px;
}
.Bundling-product_info .cart-btn {
    width: 100%;
    height: 68px;
    line-height: 68px;
    border: 1px solid #3B79E3;
    text-align: center;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.Bundling-product_info .cart-btn span {
    font-weight: 600;
    font-size: 20px;
    color: #3B79E3;
    z-index: 2;
    position: relative
}

.Bundling-product_info .cart-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #3B79E3;
    /* 渐变色 */
    transition: width 0.3s ease;
}

.Bundling-product_info .cart-btn:hover::before {
    width: 100%;
}

.Bundling-product_info .cart-btn:hover span {
    color: #FFF;
}

.Bundling-product_info .buy-btn {
    width: 100%;
    height: 68px;
    line-height: 68px;
    background-color: #3B79E3;
    border: 1px solid #3B79E3;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 8px;
    margin-top: 16px;
}

.new-product_list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.new-product_item {
    width: calc(50% - 8px);
    background-color: #FFFFFF;
}

.new-product_item .new-product_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.new-product_info {
    padding: 32px;
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.new-product_info h4 {
    font-weight: bold;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.85);
}

.new-product_info p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 16px;
}

.new-product_price {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.new-product_price .if-price {
    font-weight: 600;
    font-size: 32px;
    color: #3B79E3;
}

.sec-reason {
    padding: 96px 0;
}

.reason-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 1248px;
    margin: 0 auto;
}

.reason-list .reason-item {
    width: calc((100% - 32px*3) / 4);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}

.reason-list .reason-item .imgbox {
    width: 64px;
    height: 64px;
}

.reason-list .reason-item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reason-list .reason-item h3 {
    font-weight: 400;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 23px;
    margin-top: 8px;
}

.reason-list .reason-item p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 19px;
    margin-top: 8px;
}

/* 当对话框打开时应用到 body 上 */
body.no-scroll {
    overflow: hidden;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    width: 90%;
    max-height: 90%;
    overflow-y: auto;
    max-width: 1000px;
}

.dialog .close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.85);
}

.dialog .if-header {
    border-bottom: 1px solid #eee;
}

.dialog .if-header .if-title {
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: #ffffff;
    color: #333;
    height: 55px;
    box-sizing: border-box;
}

.dialog .if-content {
    padding: 30px;
    margin-top: 0;
}

.dialog .if-content p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 8px;
    color: #333;
}

.dialog .if-content p.text-sm {
    color: #7E7F7F;
}

.Bundles-product_imgs {
    width: 418px;
    height: 100%;
    aspect-ratio: 1/1;
    position: sticky;
    top: 0;
}

.Bundles-product_imgs img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}

.Bundles-product_imgs #gallery {
    width: 100%;
}

.Bundles-product_imgs #thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.Bundles-product_imgs #thumbs img {
    border-radius: 9px;
}

.Bundles-product_imgs .swiper-slide-thumb-active img {
    border: 1px solid #E60012;
}

.Bundles-product_imgs .swiper-button-next,
.Bundles-product_imgs .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-size: cover;
    -moz-background-size: cover;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
}

.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev {
    display: block;
}

.Bundles-product_imgs .swiper-button-next:after,
.Bundles-product_imgs .swiper-rtl .swiper-button-prev:after {
    content: none;
}

.Bundles-product_imgs .swiper-button-prev:after,
.Bundles-product_imgs .swiper-rtl .swiper-button-next:after {
    content: none;
}

.Bundles-product_imgs .swiper-button-next {
    background-image: url(https://iflight.oss-cn-hongkong.aliyuncs.com/iflight/information/drone_filming/video/icon_Switch_right.png);

}

.Bundles-product_imgs .swiper-button-prev {
    background-image: url(https://iflight.oss-cn-hongkong.aliyuncs.com/iflight/information/drone_filming/video/icon_Switch_left.png);

}

.Bundles-product {
    display: flex;
    gap: 16px;
}

.Bundles-product_info {
    /* width: calc(100% - 418px); */
}

.Bundles-product_info h1 {
    font-weight: 600;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.85);
}

.Bundles-product_stock {
    margin-top: 8px;
}

.Bundles-product_stock span {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
}

.Bundles-product_stock span.status {
    color: #2BA471;
}

.Bundles-product_price {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.Bundles-product_price .if-price {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #E60012;
}

.Bundles-product_price .if-origin {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
    text-decoration: line-through;
}

.Bundles-product_option {
    margin-top: 24px;
}

.Bundles-product_form-item:not(:last-child) {
    margin-bottom: 24px;
}

.form-item_label {
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.85);
    display: inline-block;
    margin-bottom: 16px;
}

.form-item_label.required::before {
    content: "*";
    color: #E60012;
}

.Bundles-product_form .radio-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
}

.Bundles-product_form .radio-button {
    position: relative;
    display: inline-block;
    outline: none;
    width: 100%;
}

.Bundles-product_form .radio-button_original-radio {
    opacity: 0;
    outline: none;
    position: absolute;
    z-index: -1;
}

.Bundles-product_form .radio-button_inner {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border-radius: 9px;
    background-color: #F5F6F7;
    padding: 14px 32px;
}

.Bundles-product_form .radio-button.is-active .radio-button_inner {
    border: 1px solid #E60012;
    background-color: #fff;
}

.Bundles-product_form .input-number {
    position: relative;
    display: flex;
    width: fit-content;
    border: 1px solid #DCDCDC;
}

.Bundles-product_form .input-number_decrease,
.Bundles-product_form .input-number_increase {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.Bundles-product_form .input-number svg {
    width: 16px;
    height: 16px;
}

.Bundles-product_form .input-number .input_inner {
    width: 48px;
    height: 100%;
    text-align: center;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    box-sizing: border-box;
}

.Bundles-product_form input[type="number"]::-webkit-outer-spin-button,
.Bundles-product_form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 火狐浏览器兼容写法 */
.Bundles-product_form input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox 兼容 */
    appearance: textfield;
    /* 标准属性，支持 Chrome、Edge、Safari 等 */
}

.Bundles-product_btn {
    margin-top: 24px;
}

.Bundles-product_btn button {
    width: 300px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #E60012;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    outline: none;
    border: none;
    border-radius: 9px;
}

@media (max-width: 768px) {
    body {
        position: relative;
        min-height: 100%;
    }

    .content {
        overflow-y: unset;
        overflow-x: unset;
    }

    #wrapper {
        overflow: unset;
    }

    .if-header h3 {
        font-size: 20px;
        line-height: 23px;
    }

    .if-header p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 8px;
    }

    .if-header label {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .if-content {
        margin-top: 16px;
    }

    .if-button {
        width: 156px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        margin-top: 24px;
    }

    .primary-btn {
        width: 90px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }

    .sec-banner {
        height: auto;
    }

    .sec-banner .text-container {
        width: 100%;
        padding-top: 40px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sec-banner .sale_label {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 8px;
    }

    .sec-banner .subtitle {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sec-banner .subtitle .sale_first_title {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
    }

    .sec-banner .subtitle .sale_second_title {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
    }

    .sec-banner .subtitle .sale_first_desc {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .sec-banner .subtitle .sale_second_desc {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .sec-navbar {
        height: 46px;
        top: 104px;
    }

    .sec-navbar.active {
        box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.1);
    }

    .sec-navbar .navbar {
        overflow-x: auto;
        /* justify-content: flex-start; */
    }

    .sec-navbar .navbar::-webkit-scrollbar {
        display: none;
    }

    .sec-navbar .navbar .navitem {
        line-height: 40px;
        font-size: 12px;
        white-space: nowrap;
    }

    .sec-module,
    .sec-products .sec-module {
        padding-top: 48px;
    }

    .sec-module .wrapper-ct {
        width: 100%;
        padding: 0 16px;
        overflow: hidden;
    }

    .one-product_list li.one-product_item.if-left,
    .one-product_list li.one-product_item.if-right {
        flex-direction: column;
    }

    .one-product_list li.one-product_item {
        height: auto;
    }

    .one-product_list .imgbox {
        width: 100%;
        height: auto;
    }

    .one-product_list .imgbox .label-img {
        width: auto;
        height: 18px;
        top: 16px;
    }

    .one-product_list .if-left .imgbox .label-img,
    .one-product_list .if-right .imgbox .label-img {
        left: 0;
    }

    .one-product_list .product-info {
        width: 100%;
        padding: 16px;
        align-items: flex-start;
    }

    .one-product_list .product-info .top_tips {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 4px;
    }

    .one-product_list .product-info h3 {
        text-align: left;
        font-size: 16px;
        line-height: 16px;
    }

    .one-product_list .product-info p {
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        margin-top: 8px;
    }

    .one-product_list .product-info_price {
        margin-top: 8px;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .one-product_list .more-price {
        margin-bottom: 0;
    }

    .one-product_list .if-price {
        font-size: 16px;
        line-height: 22px;
    }

    .one-product_list .if-origin {
        font-size: 14px;
        line-height: 18px;
        margin-left: 8px;
    }

    .Bundling-product_item,
    .Bundling-product_item:nth-child(even) {
        flex-direction: column;
        gap: 8px;
        padding: 12px;
    }

    .product-item_products {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .product-item_products li {
        width: 100%;
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .product-item_products .product-item_label {
        top: 8px;
    }

    .product-item_products .product-item_label .label-img {
        height: 18px;
        width: auto;
    }

    .product-item_products .product-item_label span {
        font-size: 12px;
        line-height: 18px;
    }

    .product-item_products .product-img {
        width: 96px;
    }

    .product-item_products .product-item_info {
        padding: 0;
    }

    .product-item_products h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .product-item_products .if-price {
        font-size: 18px;
        line-height: 24px;
    }

    .product-item_products .if-origin {
        font-size: 14px;
        line-height: 18px;
    }

    .Bundling-product_info {
        width: 100%;
        padding: 0;
    }

    .Bundling-product_info h4 {
        font-size: 20px;
    }

    .Bundling-product_info p,
    .Bundling-product_info h5 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 4px;
    }
    .Bundling-product_info h5{
        margin-bottom: 4px;
    }

    .Bundling-product_btn {
        display: flex;
        gap: 8px;
        margin-top: 16px;
    }

    .Bundling-product_info .cart-btn,
    .Bundling-product_info .buy-btn {
        width: calc(50% - 4px);
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        margin-top: 0;
    }

    .new-product_item {
        width: 100%;
    }

    .new-product_item .new-product_img {
        height: auto;
    }

    .new-product_info {
        padding: 16px;
        gap: 8px;
        flex-direction: column;
    }

    .new-product_info h4 {
        font-size: 16px;
    }

    .new-product_info p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 8px;
    }

    .new-product_price {
        flex-direction: row;
    }

    .new-product_price .if-price {
        font-size: 16px;
    }

    .reason-list {
        gap: 16px;
        width: 100%;
    }

    .reason-list .reason-item {
        width: calc(50% - 8px);
        padding: 12px 0;
    }

    .reason-list .reason-item h3 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 12px;
    }

    .reason-list .reason-item p {
        font-size: 12px;
        line-height: 14px;
        margin-top: 4px;
    }

    .sec-reason {
        padding: 48px 0;
    }

    .dialog .if-header .if-title {
        height: 42px;
    }

    .dialog .if-content {
        padding: 16px;
        max-height: 80vh;
        overflow-y: auto;
    }

    .dialog .close {
        position: absolute;
        top: 9px;
        right: 10px;
        cursor: pointer;
        font-size: 24px;
        /* color: rgba(0, 0, 0, 0.85); */
    }

    .time-list {
        gap: 5px;
    }

    .time-list .time-item .num {
        width: 14px;
        height: 20px;
        line-height: 20px;
        border-radius: 2px;
    }

    .time-list .time-item .num span {
        font-size: 12px;
    }

    .time-list .time-item .time-top {
        gap: 2px;
    }

    .time-list .time-item .time-bottom {
        font-size: 8px;
        line-height: 8px;
        margin-top: 2px;
    }

    .time-list .time-item .point {
        gap: 2px;
        height: 20px;
        margin-left: 5px;
    }

    .time-list .time-item .point span {
        width: 2px;
        height: 2px;
    }

    #sec-module_Flash .countdown {
        margin-top: 16px;
    }

    .Bundles-product {
        flex-direction: column;
    }

    .Bundles-product_imgs {
        width: 100%;
        position: relative;
    }

    .Bundles-product_info {
        width: 100%;
    }

    .Bundles-product_info h1 {
        font-size: 24px;
    }

    .Bundles-product_stock {
        margin-top: 4px;
        display: none;
    }

    .Bundles-product_price {
        margin-top: 4px;
    }

    .Bundles-product_price .if-price {
        font-size: 26px;
    }

    .Bundles-product_option {
        margin-top: 8px;
    }

    .form-item_label {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .Bundles-product_form .radio-group {
        gap: 8px;
    }

    .Bundles-product_form .radio-button_inner {
        font-size: 12px;
        padding: 10px 16px;
    }

    .Bundles-product_form-item:not(:last-child) {
        margin-bottom: 8px;
    }

    .Bundles-product_btn button {
        width: 100%;
    }

    .Bundles-product_form .input-number_decrease,
    .Bundles-product_form .input-number_increase {
        width: 36px;
        height: 36px;
    }

    .Bundles-product_form .input-number .input_inner {
        width: 36px;
    }

    .Bundles-product_imgs .swiper-button-next,
    .Bundles-product_imgs .swiper-button-prev {
        display: none;
    }

    .Bundles-product_imgs .swiper-wrapper {
        flex-direction: row;
    }
}