body {
    margin: 0
}

html {
    -webkit-text-size-adjust: 100%;
}

.header {
    /*background: #252525;*/
    /*border-bottom: 2px solid #252525;*/
    /*padding-bottom: 10px;*/
    position: fixed;
    width: 100%;
    z-index: 22
}

#header_mobile_top {
    display: none;
}

.header_mobile {
    background: #252525;
    border-bottom: 2px solid #252525;
    padding-bottom: 10px;
    width: 100%;
}

#pushmyorder_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 22;
    padding: 1rem 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.header-warning {
    background-color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #000
}

.alert-color,
.hurry {
    color: red !important
}

.first-section,
.home .header {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    background-size: auto !important
}

.header .container_box {
    background: #252525;
    border-bottom: 2px solid #252525;
    padding: 15px 0;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.header .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__info {
    /*float: right;*/
    width: calc(100% - 190px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*margin-top: 16px*/
}

.header__logo {
    /*margin-top: -15px;*/
    max-width: 160px
}

.home .header__logo {
    /*position: relative;*/
    /*top: 20px;*/
    /*left: -30px;*/
}

.header__info_side {
    float: left;
    width: calc(100% - 278px);
    text-align: right;
    margin-top: 5px;
    margin-right: 40px
}

/*.header__info_side span {
	display: block;
	font-style: italic;
	font-size: 24px;
	color: #fff
}

.header__info_side p {
	color: #fff;
	margin-top: 5px;
	font-size: 16px
}

.header__info_side p span {
	display: inline-block;
	color: #a2d408;
	font-weight: 400;
	font-size: 16px
}*/
.header__btn {
    background-color: #ffb506;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 27%;
    line-height: 3.8rem;
    text-align: center;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    display: block;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    float: right;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

/*.header__btn:hover {*/
/*	background: #ffbd20!important*/
/*}*/
.first-section {
    position: relative;
    padding-top: 130px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    /* background: url(/static/product/model.png) no-repeat 106% 100%; */
    background-repeat: no-repeat;
    background-position: 106% 100%;
}

.first-section .diagonal-line-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

.first-section .discount .diagonal-line-container {
    display: none;
}

.goods-main-image {
    width: 40%;
}

.goods-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.first-section label {
    font-size: 13px;
    line-height: 18px;
    color: #4d4d4d;
    display: block;
    margin-bottom: 4px;
    font-weight: 400
}

.first-section .form-control {
    width: 100%;
}

.first-section .ipt_box {
    border: 2px solid #04c500 !important;
    color: #04c500 !important;
    -webkit-text-fill-color: #04c500 !important;
    opacity: 1 !important;
    font-weight: 700;
    border-radius: 5px;
    padding: .5rem;
    font-size: 100%;
}

.first-section input:disabled {
    background: none;
}

.discount {
    width: 30%;
    /*margin-left: 5px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.discount-code {
    width: 80%;
    position: relative;
}

.discount-code p {
    margin-top: 6px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    padding: 4px 0;
}

.discount-code .header__btn {
    width: 100%;
    float: none;
    margin-top: 15px;
    margin-bottom: 8px;
}

.discount-code .security_tips {
    max-width: 100%;
}

.discount-image {
    width: 85%;
    height: 100%;
    object-fit: contain;
}

.ingredient {
    position: relative;
    background-color: #a3cc2c;
    background-image: -webkit-linear-gradient(top, #a3cc2c 0, #5fbb49 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
}

/*.ingredient:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    height: 16px;*/
/*    background: url(/static/product/shadow.png) repeat-x;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*.ingredient:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 166px;*/
/*    position: absolute;*/
/*    height: 25px;*/
/*    background: url(/static/product/chinshadow.png) no-repeat;*/
/*    top: 0;*/
/*    background-size: contain;*/
/*    left: 50%;*/
/*    margin-left: -83px;*/
/*}*/

.ingredient-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
}

.ingredient_left {
    width: 20%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ingredient_left img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.ingredient_right {
    width: 30%;
    padding-left: 2%;
    line-height: 1.5rem;
}

.ingredient_right h1,
h2,
h3,
h4,
h5 {
    margin: 1rem 0;
    line-height: 1.8rem;
}

.ingredient_right p {
    margin-bottom: 15px;
}

/*
 * 新闻
 */
.news {
    padding: 2rem 0 1rem;
}

.news .news-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    color: #444;
}

.news .news-content img {
    max-width: 100%;
    border-radius: 2px;
    height: auto;
    /* margin: 1rem 0; */
}

.news .news-content p {
    margin-bottom: .7rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.56;
}

.adapt-to-symptoms {
    margin: 1rem 0;
}

.adapt-to-symptoms_item {
    float: left;
    width: 24%;
    margin-right: 1.3%;
    background: #eee;
    margin-bottom: 25px
}

.adapt-to-symptoms_item:nth-child(4n) {
    margin-right: 0
}

.adapt-to-symptoms_item .adapt_text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-indent: 1px;
    color: #333;
    height: 53px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.adapt-to-symptoms_item img {
    width: 100%;
}

.show_image {
    width: 100%;
}

.how_use {
    padding: 30px 0;
}

.how_use_title {
    text-align: center;
    line-height: 2rem;
    padding: 0 10px;
}

.how_use_content {
    padding: 0 12px;
    line-height: 1.6rem;
}

.how-use_item {
    float: left;
    width: calc(33.33% - 30px);
    padding: 0 15px;
}

.how-use_item p {
    line-height: 1.5rem;
}

.review_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.review_slider_item {
    width: 385px;
    margin-top: 70px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px;
}

.review_slider_head {
    height: 100px;
    background: #1ca00c;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
}

.review_slider_head .review_slide_head_r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 1.3rem;
}

.review_slider_head .review_slider_name {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #000;
}

.review_slider_photo {
    width: 36%;
    margin-top: -40px;
    /*position: relative;*/
    /*top: -61px;*/
}

.review_slider_stars {
    /*position: relative;*/
    /*top: -57px;*/
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_slider_stars img {
    max-width: 100px;
}

.review_slider_content {
    font-family: Poppins, sans-serif;
    background: linear-gradient(222.42deg, #e0e0e0 .65%, #fff 49.6%, #e0e0e0 100%);
    border-bottom: 1px dashed #1ca00c;
    border-left: 1px dashed #1ca00c;
    border-right: 1px dashed #1ca00c;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0 0 12px 12px;
    padding: 20px 15px;
    height: 250px;
}

.review_slider_content .review_slider_cont {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-top: 20px;
    height: 90%;
    overflow-y: auto;
}

.money_back {
    background: linear-gradient(to bottom, #1bb1f8, #1675f5);
    margin-top: 10px;
    margin-bottom: 10px;
}

.money_back_content {
    max-width: 840px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
}

.money_back_left {
    position: relative;
    width: 46%;
    /*float: left;*/
    /*margin-top: 25px;*/
}

.money_back_left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 2px;
}

.money_back_right {
    width: 54%;
    /*float: left;*/
    position: relative;
    margin-left: 130px;
}

.money_back_left::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -91px;
    transform: translateY(-50%);
    background: url(/static/product/guarantee-30day.png) no-repeat center;
    background-size: contain;
    width: 185px;
    height: 165px;
}

.money_back_right p {
    font-size: 19px;
    line-height: 1.5;
    color: #fff;
}

.footer {
    padding-bottom: 50px;
    margin-top: 2.4rem;
    max-width: none !important;
    color: #000 !important;
}

.footer .container p {
    font-size: .75rem;
    text-align: center;
    line-height: 1.4rem;
    /* margin-bottom: 1.25rem; */
}

.website-secure {
    display: block;
    margin: 0 auto 20px;
}

.custom-popover {
    background-color: rgba(127, 132, 142, 0.96);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.fixed-content {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pop-uphead {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}

.pop-box {
    max-width: 1000px;
    width: 100%;
    margin: 4px auto;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 100px;
    opacity: 0;
    transition: opacity .5s, top .5s;
    transition-delay: 250ms;
}

.pop-box img {
    max-width: 100%;
}

#order_checkout {
    display: none;
}

#close-pop-checkout {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

#close-pop-checkout.active {
    visibility: visible;
    opacity: 1;
}

main {
    font-family: montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #0f362f;
    overflow-x: hidden;
}

.bg-dark-green {
    background-color: #0f362f;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.justify-content-between {
    justify-content: space-between !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.d-flex {
    display: flex !important;
}

.logo-wrap {
    max-width: 200px;
}

.image-wrap img {
    max-width: 100%;
}

.text-wrap {
    white-space: normal !important;
}

.color-white {
    color: #fff !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

h4,
.h4 {
    font-size: 32px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.bold-font {
    font-weight: 700;
}

.color-light-green {
    color: #e1f0d0 !important;
}

.fst-italic {
    font-style: italic !important;
}

.large {
    font-size: 18px;
}

.bg-light-green {
    background-color: #e1f0d0;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.order_container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.order_select_package {
    width: 80%;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.position-relative {
    position: relative !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

h5,
.h5 {
    font-size: 26px;
}

.pkg-shipping-info .text-uppercase {
    display: inline-block;
    margin-left: .3rem;
    text-transform: uppercase !important;
}

.w-90 {
    width: 90%;
}

.w-88 {
    width: 88%;
}

.color-red {
    color: #e20000 !important;
}

.badge-30day {
    width: 25%;
    position: absolute;
    right: 10%;
    bottom: -2.5rem;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.product-selection .product {
    margin-bottom: 30px;
}

.semibold-font {
    font-weight: 600;
}

.product .package-item {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.product.active .package-item {
    background-color: #fffae3;
}

.product.active .package-item .package-item-header {
    background-color: #0f362f;
}

.product.active .package-item-content .checked {
    display: block;
}

.product.active .package-item-content .unchecked {
    display: none;
}

.product.active .package-item-content .package-info .package-info-btn {
    background-color: #75cf00;
}

.package-item .package-item-header {
    background-color: #515151;
    display: flex;
    align-items: center;
    padding: 8px 20px;
}

.package-item-header .pkg-title {
    width: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.package-item-header .pkg-shipping-info {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #75cf00;
}

.package-item .package-item-content {
    display: flex;
    padding: .8rem 1rem;
}

.package-item-content .package-item-status {
    width: 3rem;
    padding-right: .5rem;
    position: relative;
    display: flex;
    align-items: center;
}

.package-item-content .checked {
    display: none;
}

.package-item-content .package-images {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.package-item-content .package-images .pkg-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 10rem;
    height: 10rem;
}


.product .package-item-content .package-images .pkg-image .prod-bottle-c {
    width: 100%;
    height: 100%;
    z-index: 9;
}

.package-item-content .package-images .pkg-image img {
    position: relative;
    object-fit: contain;
}

.package-item-content .package-images .chk_plus_box {
    width: 2rem;
    padding: 0 .5rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.package-item-content .package-images .chk-plus {
    /*position: absolute;*/
    /*left: 45%;*/
    /*top: 50%;*/
    /*transform: translate(-45%, -50%);*/
    width: 100%;
    height: auto;
    /*flex-shrink: 0;*/
}

.package-item-content .package-images .package-save {
    width: 6rem;
    height: 6rem;
    padding: 0 .5rem;
    background: url(./package-save.png) center/contain no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
}

.package-item-content .package-images .package-save .pkg-save-title {
    font-weight: 700;
    font-size: 1rem;
}

.package-item-content .package-images .package-save .pkg-save-price {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

.package-item-content .package-info {
    width: 25%;
    position: relative;
    padding-left: 20px;
}

.package-item-content .package-info .pkg-info-title {
    line-height: 1.3;
    font-weight: 600;
    color: #0f362f;
    font-size: 1rem;
}

.package-item-content .package-info .pkg-info-price {
    /*padding: 10px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .8rem 0;
    margin: .3rem auto;
    border-radius: 10px;
    background-color: #0f362f;
    color: #b6d32f;
}

.package-item-content .package-info .pkg-info-price .price {
    margin-bottom: .1rem;
    font-size: 1.5rem;
}

.package-item-content .package-info .package-retail-price {
    font-size: .9rem;
    margin-bottom: .3rem;
}

.package-item-content .package-info .package-info-btn {
    display: block;
    padding: 5px 0;
    font-size: .8rem;
    letter-spacing: 2px;
    background-color: #d3e9bb;
    color: #0f362f;
    box-shadow: none;
    border-radius: 6px;
}

.order_contact_information_size {
    width: 30%;
    height: auto;
}

.center-multiple {
    display: flex;
    justify-content: center;
}

.buy-now-btn {
    background-color: #2bb673;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 10px;
    box-shadow: 0px 6px 20px 0px #00000033;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    align-items: center;
    justify-content: center;
}

.mobile_nav_shipping {
    display: none;
}

.pc_nav_shipping {
    display: block;
}

.order_header_logo {
    max-width: 160px;
}

.countdown {
    display: none;
}

/* 最近购买弹窗 */
.buy_pop {
    transition: 0.5s ease-in-out;
    width: 300px;
    height: 100px;
    position: fixed;
    left: -100%;
    z-index: 9;
    bottom: 70px;
}

.buy_pop_default .buy_pop_wrap {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #c71b4b;
    border-radius: 8px;
    gap: 20px;
    padding-right: 20px;
}

.buy_pop_default .buy_pop_wrap .buy_pop_img_box {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 5px;
}

.buy_pop_default .buy_pop_wrap .buy_pop_img_box .buy_pop_img1 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.buy_pop_default .buy_pop_wrap .byg_pop_content {
    align-self: flex-start;
    overflow: hidden;
    color: white;
}

.buy_pop_default .buy_pop_wrap .byg_pop_content .pop_goods_title {
    font-size: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: .8rem;
}

.buy_pop_default .buy_pop_wrap .byg_pop_content .buy_from {
    font-size: 1rem;
    line-height: 1.2;
}

.buy_pop_default .buy_pop_wrap .byg_pop_content .goods_title {
    font-size: 1rem;
}

.buy_pop_default .pop_close {
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
}

.footer_push_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24rem;
    margin: 1.2rem auto;
}
.footer_push_btn .btn_plus {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    animation: 1s pulse infinite alternate ease-in-out;
}

.footer_push_btn .update_time_box {
    margin-top: .8rem;
    margin-bottom: .3rem;
    font-size: 1rem;
    line-height: 1.5;
    color: black;
}
.footer_push_btn .update_time_box #update_time {
    color: red;
}
.footer_push_btn .logo-f {
    width: 273px;
}


@media (min-width: 1200px) {
    .sb-1-container-1-row-1 .col-lg-8 {
        width: calc(100% - 450px);
    }
}

@media (min-width: 992px) {
    .sb-1-container-1-row-1 .col-lg-8 {
        width: calc(100% - 340px);
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
}

@media (min-width: 1200px) {
    .gap-xl-5 {
        gap: 3rem !important;
    }
}

@media screen and (max-width:300px) {
    .review_slider_content span {
        font-size: 14px;
        margin-top: 10px;
    }

    .review_slider_content p {
        font-size: 12px;
    }

    .website-secure {
        width: 95%;
    }
}

@media screen and (max-width:1000px) {
    .header {
        display: none;
    }

    #header_mobile_top {
        display: block;
        margin-bottom: 0;
    }
    #pushmyorder_mobile .header__btn{
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        animation: 1s pulse infinite alternate ease-in-out;
    }

    .first-section {
        padding-top: 0px;
        padding-bottom: 5px;
        display: block;
        background-image: none !important;
    }

    .first-section .diagonal-line-container {
        display: none;
        /*background: url(/static/product/bg1.jpg) center/cover no-repeat;*/
    }

    .first-section .discount {
        position: relative;
        /*background: url(/static/product/bg1.jpg) center/cover no-repeat;*/
    }

    .first-section .discount .diagonal-line-container {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .first-section .form-control:disabled {
        background: none;
    }

    .order_select_package {
        width: 90%;
    }

    .discount {
        width: 100%;
    }

    .goods-main-image {
        width: 100%;
    }

    .ingredient-content {
        display: block;
        width: 100%;
    }

    .ingredient_left {
        width: 98%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 1rem;
    }

    .ingredient_left img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .ingredient_right {
        width: 98%;
        padding: 0px 3px;
        line-height: 1.5rem;
    }

    .ingredient_right h1,
    h2,
    h3,
    h4,
    h5 {
        margin: 1rem 0;
        line-height: 1.8rem;
    }

    .ingredient_right p {
        margin-bottom: 15px;
    }

    .news .news-content {
        width: 95%;
    }

    .adapt-to-symptoms_item {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 15px
    }

    .adapt-to-symptoms_item .adapt_text {
        height: 68px;
        line-height: 1.2rem;
        padding: 0 8px;
        font-size: 13px;
        margin-bottom: 3px;
    }

    .how-use_item {
        width: 100%;
    }

    .how-use_item_image {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .order_contact_information_size {
        width: 98%;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .package_selected_item {
        padding-left: 0px;
    }

    .package-item-content {
        flex-wrap: wrap;
    }

    .package-item-content .package-images .package-save {
        width: 20%;
        height: 60%;
    }

    .package-item-content .package-images .package-save .pkg-save-title {
        font-size: 2.2vw;
    }

    .package-item-content .package-images .package-save .pkg-save-price {
        font-size: 2.7vw;
    }

    .package-item-content .package-info {
        width: 100%;
        padding-left: 0;
        margin-top: 1rem;
    }

    .package-item-content .package-info .pkg-info-price {
        flex-direction: row;
        align-items: flex-end;
    }

    .package-item-content .package-info .pkg-info-price .price {
        margin-bottom: 0;
        margin-right: .3rem;
    }

    .package-item-content .package-info .pkg-info-price .mb-0:before {
        content: '/';
    }

    /*.package-item-content .package-info .pkg-info-title {*/
    /*    font-size: 2vw;*/
    /*}*/
    /*.package-item-content .package-info .pkg-info-price {*/
    /*    padding: 1px;*/
    /*}*/
    /*.package-item-content .package-info .pkg-info-price .price {*/
    /*    font-size: 3vw;*/
    /*}*/
    /*.package-item-content .package-info .pkg-info-price p {*/
    /*    font-size: 2.5vw;*/
    /*}*/
    /*.package-item-content .package-info .package-retail-price {*/
    /*    font-size: 2.2vw;*/
    /*}*/
    /*.package-item-content .package-info .package-info-btn {*/
    /*    padding: 4% 22%;*/
    /*    font-size: 2.2vw;*/
    /*}*/
    .package-item-content .package-item-status {
        display: none;
    }

    .how_use {
        padding: 25px 0;
    }

    .how_use_title {
        text-align: center;
        line-height: 2rem;
        padding: 0 10px;
    }

    .how_use_content {
        padding: 0 12px;
        line-height: 1.6rem;
    }

    .countdown {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('/static/product/suko_bg.jpg');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
    }

    .countdown .countdown_image {
        flex-shrink: 0;
        width: 55px;
        height: 55px;
        margin-right: 15px;
        border-radius: 50%;
        border: 1px solid rgb(0, 0, 0);
        background-image: url('/static/product/suko_home.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .countdown .countdown_group {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .countdown .countdown_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 45px;
    }

    .countdown .countdown_item .countdown_item_time {
        width: 25px;
        height: 25px;
        border-radius: 6px;
        border: 1px solid black;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: white;
        color: rgb(21, 30, 115);
    }

    .countdown .countdown_item .countdown_item_label {
        font-size: 12px;
        line-height: 1.5rem;
        font-weight: bold;
        color: white;
        text-align: center;
        text-shadow: rgb(0, 0, 0) 1px 1px 3px;
    }

    

    .money_back_content {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 0;
    }

    .money_back_left {
        width: 100%;
    }

    .money_back_left::before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: auto;
        bottom: -60px;
        z-index: 3;
        transform: translateX(-50%);

        background: url(/guarantee-30day.png) no-repeat center;
        background-size: contain;

        width: 120px;
        height: 120px;
    }

    .money_back_right {
        width: 94%;
        /*margin-left: 0;*/
        /*margin-top: 90px;*/
        margin: 90px auto 0;
    }

    .review_box {
        justify-content: center;
    }
    .buy_pop {
        bottom: 40px !important;
        width: calc(100% - 40px) !important;
    }
}

@media screen and (max-width:560px) {
    .logo-wrap {
        max-width: 100%;
    }

    .order_header {
        padding-right: 0px;
        padding-left: 0px;
    }

    .order_header_log_div {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .mobile_nav_head {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .mobile_nav_shipping {
        display: block;
    }

    .pc_nav_shipping {
        display: none;
    }

    .header_text {
        display: none;
    }

    .package-item-header .pkg-title {
        font-size: 4vw;
    }

    .pkg-shipping-text {
        font-size: 3.5vw;
    }

    .package-item-header .pkg-shipping-info img {
        width: 20%;
    }

    .product-selection .product {
        margin-bottom: 1%;
    }

    /*.package-item .package-item-content {*/
    /*    padding: 10px 20px;*/
    /*}*/
    /*.package-item-content .package-info .pkg-info-title {*/
    /*    font-size: 3.5vw;*/
    /*}*/
    /*.package-item-content .package-info .pkg-info-price .price {*/
    /*    font-size: 6vw;*/
    /*}*/
    /*.package-item-content .package-info .pkg-info-price p {*/
    /*    font-size: 4vw;*/
    /*}*/
    /*.package-item-content .package-info .package-retail-price {*/
    /*    font-size: 3.7vw;*/
    /*}*/
    /*.package-item-content .package-images .package-save {*/
    /*    display: none;*/
    /*}*/
    /*.package-item-content .package-info {*/
    /*    width: 40%;*/
    /*    padding-left: 0px;*/
    /*}*/
    /*.package-item-content .package-images {*/
    /*    padding-right: 0px;*/
    /*}*/
    /*.package-item-content .package-info .package-info-btn {*/
    /*    font-size: 3.5vw;*/
    /*}*/
}

@media screen and (max-width:250px) {
    .package-item-header .pkg-shipping-info img {
        display: none;
    }
}