.popbg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.8)
}

.popbg.on {
  z-index: 9998;
  opacity: 1;
  transform: scale(1)
}

.store-pop {
  position: fixed;
  width: 658px;
  height: 342px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  text-align: center;
  background: url(../images/pop_bg.png) no-repeat
}

.store-pop.on {
  z-index: 9999;
  opacity: 1;
  transform: scale(1)
}

.store-pop.on .raduice.on {
  top: -60px;
  opacity: 1
}



.store-pop h2 {
  padding-top: 85px;
  color: #262626;
  font-size: 18px;
  font-weight: 600
}

.store-pop h2 strong {
  color: #20973D
}

.store-pop .message {
  display: flex;
  margin-top: 157px;
  justify-content: center;
  align-items: end;
  gap: 20px
}

.store-pop .message>img {
  margin-left: -10px
}

.store-pop .message .right-message {
  width: 220px;
  text-align: center;
  padding-bottom: 15px
}

.store-pop .message .right-message h3 {
  position: relative
}

.store-pop .message .right-message h3 strong {
  color: #FFDF00;
  font: normal normal bold 16px/28px Lexend
}

.store-pop .message .right-message h3 strong b {
  font-size: 36px
}

.store-pop .message .right-message h3 del {
  color: rgba(255, 255, 255, .59);
  font-size: 14px;
  font-weight: 400
}

.store-pop .message .right-message h3 del.olddel {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.store-pop .message .right-message h3 del.olddel::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 12px;
  left: -3px;
  top: 3px;
  background: url(../images/pop_del.png);
}

.store-pop .message .right-message h3 span {
  display: flex;
  height: 42px;
  width: 44px;
  left: 53px;
  top: -42px;
  position: absolute;
  opacity: 0;
  transition: all 0.8s;
  background: url(../images/pop_reduce.png) center no-repeat
}

.store-pop .message .right-message .buybtn {
  width: 212px;
  height: 45px;
  margin: 0px auto;
  margin-top: 5px;
  background: transparent linear-gradient(90deg, #FF6363 0%, #E20000 100%) 0% 0% no-repeat padding-box;
  border-radius: 31px;
  font-size: 18px;
  color: #fff
}

.store-pop .message .right-message .buybtn:hover {
  background: transparent linear-gradient(90deg, #FF1C1C 0%, #FF003D 100%) 0% 0% no-repeat padding-box
}

.store-pop .message .right-message p {
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}

.store-pop .message .right-message p:hover {
  text-decoration: underline;
}

.mob_banner .banner_title .candle {
  position: absolute;
  top: 20px;
  left: 295px;
  z-index: 2;
  width: 78px;
  height: 86px
}

.fire-pic {
  filter: blur(.02em);
  -webkit-filter: blur(.02em);
  position: absolute;
  top: -6px;
  left: 2px;
  z-index: 3;
  width: 16px;
  height: 28px;
  transform: scale(0.28, 0.36)
}

.fire-pic.two {
  top: 1px;
  left: 58px;
  transform: scale(0.2, 0.36);
  animation: rise 1s delay ease-in infinite
}


@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(0) scale(1)
  }

  25% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translateY(-6em) scale(0)
  }
}

.banner_title {
  position: relative
}

.banner .date {
  position: absolute;
  width: 334px;
  height: 29px;
  left: 0;
  right: 0;
  margin: auto;
  top: 211px;
  font: normal normal normal 18px/29px Lexend;
  background-color: #FFF5CC;
  border: 4px solid #FFFBF8;
  border-radius: 17px;
  color: #404040;
  text-align: center;
  z-index: 2;
  padding-left: 15px
}


.banner .date::after {
  position: absolute;
  content: "";
  width: 96px;
  height: 96px;
  left: -41px;
  top: -31px;
  background: url(../images/date.png)
}

.banner .date b {
  color: #EB4A37;
  font-weight: bold;
}

.banner .date span {
  font-size: 18px;
  color: #EB4A37;
}

.banner .date b.last {
  display: inline-block;
  width: 35px
}

._mob {
  display: none !important
}

._mob .buybtn {
  background: transparent linear-gradient(180deg, #FF7D7D 0%, #FF5353 41%, #FF2929 54%, #CF0202 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 19px #FF00006E;
  border: 2px solid #F63629;
  transition: all .3s ease-out
}

._mob .buybtn::before {
  content: "";
  display: block;
  width: 88%;
  height: 39px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  position: absolute;
  background: url(../images/btn_snow.png) center no-repeat;
  background-size: cover
}

._mob .buybtn:hover {
  background: transparent linear-gradient(0deg, #FF3434 0%, #FF4848 41%, #FF2929 54%, #CF0202 100%) 0% 0% no-repeat padding-box
}

.saleseorder-extra,
.saleseorder-items,
.saleseorder-discount,
.saleseorder-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%
}

.saleseorder-extra {
  position: relative;
  height: 35px;
  color: #00A764;
  font-weight: bold;
  background: url(../images/extra_bg.png);
}
.saleseorder-extra::after {
  transform: scale(0);
  transition: all 0.5s;
}
.saleseorder-extra.extra::after {
  position: absolute;
  content: "";
  width: 345px;
  height: 35px;
  transform: scale(1);
  background: url(../images/extra_sold.png);

}

.saleseorder-extra .saleseorder-price {
  color: #00A764;
}

.saleseorder-extra img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.saleseorder .day {
  margin-top: 5px;
  text-align: center;
  color: #D19364;
  font: normal normal 500 10px/13px Lexend;
}

.saleseorder {
  float: right;
  text-align: left;
  border-radius: 10px
}

.saleseorder>p {
  position: relative;
  top: 30px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-align: center
}

.saleseorder-price {
  width: 72px;
  display: inline-block;
  color: #FF0D0D;
  vertical-align: middle;
  text-align: center
}

.saleseorder-price .salertotal {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #000;
  font-weight: bold
}

.saleseorder-price .salertotal .ct_price {
  display: flex;
  width: 40px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-align: center;
  position: relative;
  gap: 1px;
  top: 2px;
  left: 1px
}

.saleseorder-price .salertotal .ct_price .scroll-tick {
  width: 18px;
  height: 34px;
  line-height: 34px
}

.saleseorder-price .salertotal .ct_price .scroll-tick strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #000000
}

.product_list {
  padding: 100px 0px 60px
}

.product_list .list_title {
  position: relative;
  text-align: center;
  font-family: Montserrat
}

.product_list .list_title img {
  position: absolute;
  top: -50px;
  display: block;
  left: 0px;
  right: 0px;
  margin: 0px auto
}

.product_list .list_title p {
  font-size: 20px;
  font-weight: 500
}

.product_list .list_title h2 {
  margin-top: 7px;
  font-size: 36px;
  position: relative
}

.product_list .list_title h2::after {
  content: "";
  display: block;
  width: 202px;
  height: 183px;
  position: absolute;
  right: 0px;
  bottom: -20px;
  background: url(../images/page_icon.png) center no-repeat
}

.product_list .list_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 60px 0px
}

.product_list .list_wrapper .list_item {
  width: 590px;
  height: 280px;
  background: #FEF9F7 0% 0% no-repeat padding-box;
  border: 1px solid #FFE9E1;
  border-radius: 10px;
  position: relative
}

.product_list .list_wrapper .list_item dl {
  display: flex;
  padding: 40px 10px 0px 25px;
  gap: 70px
}

.product_list .list_wrapper .list_item dl.asc dd p {
  color: #00A1E3
}

.product_list .list_wrapper .list_item dl.db dd p {
  color: #EB2629
}

.product_list .list_wrapper .list_item dl.iu dd p {
  color: #01C137
}

.product_list .list_wrapper .list_item dl.imf dd p {
  color: #19DCD1
}

.product_list .list_wrapper .list_item dl.isu dd p {
  color: #6C46F6
}

.product_list .list_wrapper .list_item dl.sd dd p {
  color: #032CF2
}

.product_list .list_wrapper .list_item dl.ascu dd p {
  color: #0371ED
}

.product_list .list_wrapper .list_item dl.pf dd p {
  color: #0426AC
}

.product_list .list_wrapper .list_item dl.sm dd p {
  color: #97C339
}

.product_list .list_wrapper .list_item dl dt {
  position: relative
}

.product_list .list_wrapper .list_item dl dt::before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  position: absolute;
  left: 13px;
  top: -32px;
  background: url(../images/box_icon.png) center no-repeat
}

.product_list .list_wrapper .list_item dl dt div {
  position: absolute;
  width: 191px;
  height: 107px;
  top: 102px;
  left: 36px;
  background: url(../images/price_bg.png) center no-repeat
}

.product_list .list_wrapper .list_item dl dt div p {
  position: relative;
  top: 30px;
  left: 48px;
  transform: rotate(10deg)
}

.product_list .list_wrapper .list_item dl dt div p span {
  font-size: 18px;
  font-weight: 900
}

.product_list .list_wrapper .list_item dl dt div p span b {
  font-size: 28px;
  font-weight: 900
}

.product_list .list_wrapper .list_item dl dt div p del {
  font-size: 12px;
  font-weight: 500
}

.product_list .list_wrapper .list_item dl dd h4 {
  font-size: 18px;
  font-weight: 500;
  text-wrap: nowrap
}

.product_list .list_wrapper .list_item dl dd p {
  font-size: 14px;
  font-weight: 600;
  margin: 6px 0px
}

.product_list .list_wrapper .list_item dl dd span {
  display: block;
  width: 268px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #A3A3A3;
  border-bottom: 1px solid #DBDBDB
}

.product_list .list_wrapper .list_item dl dd ul {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.product_list .list_wrapper .list_item dl dd ul li {
  display: flex;
  align-items: center;
  color: #1A1919;
  font-size: 12px;
  gap: 4px
}

.product_list .list_wrapper .list_item dl dd ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #1A1919;
  margin-right: 2px
}

.product_list .list_wrapper .list_item .buybtn {
  top: 20px;
  box-shadow: 0px 8px 19px #FF8F4E
}

@media screen and (max-width: 768px) {

  body,
  .banner,
  .wrapper {
    min-width: auto
  }

  .wrapper {
    width: 100%;
    min-width: auto
  }

  body {
    padding: 0px;
    color: #000
  }

  body ._pc {
    display: none !important
  }

  body ._mob {
    display: block !important
  }

  body .fl,
  body .fr {
    float: none !important
  }

  .mob_banner {
    width: 100%;
    min-width: 1200px;
    height: 1000px;
    overflow: hidden;
    background: url(../images/mob_bg.png) center top no-repeat;
    background-position-y: -8px;
    padding-top: 30px;
  }

  .mob_banner .logo {
    position: absolute;
    z-index: 5;
    display: block;
    width: 54px;
    height: 17px;
    left: 46px;
    top: 34px;
  }

  .mob_banner .logo>svg {
    pointer-events: none;
  }

  .mob_banner .buybtn {
    width: 100%;
    margin: 10px auto 0px;
    font-size: 16px;
    z-index: 2;
  }

  .mob_banner .banner_title {
    position: relative;
  }

  .mob_banner .banner_title h1 {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .mob_banner .banner_title h1>img {
    position: relative;
    z-index: 1;
    vertical-align: top;
    text-align: center;
    flex-shrink: 0;
    display: none;
  }

  .mob_banner .banner_title h1>img.on {
    display: block;
  }

  .mob_banner .time_box {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 274px;
    top: 155px;
    z-index: 10;
  }

  .mob_banner .time_box img {
    position: absolute;
    left: -36px;
    top: -14px;
  }

  .mob_banner .time_box .timecount {
    color: #1E0641;
    font-size: 12px;
    font-weight: 600;
  }

  .mob_banner .time_box .timecount strong {
    color: #F21F1F;
    font-weight: bold;
    font-size: 14px;
  }

  .mob_banner .desc {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0px;
    color: #0000008A;
  }

  .mob_banner .desc span {
    padding-right: 4px;
  }

  .mob_banner .type_check {
    margin: 0px auto 0;
    padding: 16px 0px 0px;
    width: calc(100% - 24px);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .mob_banner .type_check li {
    width: 40%;
    height: 44px;
    background: #868686;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0px;
    cursor: pointer;
    z-index: 10;
  }

  .mob_banner .type_check li.on {
    padding-top: 4px;
    z-index: 11;
    background: transparent linear-gradient(0deg, #FFFBF8 0%, #D9D9D9 50%, #FFFFFF 69%, #CCCCCC 84%, #919191 100%, #FF2020 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px -15px 15px #2C2C2F;
    position: relative;
    width: 60%;
    height: 51px;
  }

  .mob_banner .type_check li.on p.p1 {
    font: normal normal 800 16px/23px Lexend;
    color: #000;
  }

  .mob_banner .type_check li.on p.p2 {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    padding: 2px 12px 0;
    background: #FFF204;
    margin-top: 0px;
    position: relative;
  }

  .mob_banner .type_check li p.p1 {
    position: relative;
    z-index: 1;
    font: normal normal 800 12px/24px Lexend;
    color: #4D4D4D;
  }

  .mob_banner .type_check li p.p2 {
    position: relative;
    z-index: 1;
    background: #B2B2B2;
    border-radius: 10px;
    width: fit-content;
    padding: 3px 6px 0;
    margin: 0px auto 0;
    font: normal normal 600 10px / 16px Lexend;
    color: #444344;
    transform-style: preserve-3d;
  }

  .mob_banner .type_check li p.p2 span {
    color: inherit;
    font: inherit;
  }

  .soldOut .mob_banner .banner_title .title_list {
    gap: 6px;
  }

  .soldOut .mob_banner .banner_title .title_list li {
    margin-left: 0px;
    height: 52px;
    padding-left: 0;
    padding-right: 20px;
    z-index: 4;
  }

  .soldOut .mob_banner .banner_title .title_list li::before {
    width: 130px;
    height: 52px;
    background-size: 130px 52px;
  }

  .soldOut .mob_banner .banner_title .title_list li.buy_one {
    z-index: 1;
  }

  .soldOut .mob_banner .banner_title .title_list li.buy_six {
    z-index: 5;
    height: 60px;
    min-width: 130px;
    padding-left: 0;
  }

  .soldOut .mob_banner .banner_title .title_list li.buy_six .title_off {
    margin-bottom: 2px;
  }

  .soldOut .mob_banner .banner_title .title_list li.buy_six::before {
    width: 130px;
    height: 60px;
    background-size: 130px 60px;
  }

  .soldOut .mob_banner .banner_title .countdown_mobile {
    display: none !important;
  }

  .soldOut .salecont {
    margin-top: 54px;
  }

  .sale_pc,
  .sale_year,
  .salefea-title,
  .salekeep-price,
  .salekeep-cnttips,
  .review_three,
  .review,
  .saleexclu_bg,
  .salesepro_pc {
    display: none !important;
  }

  .tag_pcs {
    bottom: 10%;
    left: 25%;
    transform: scale(0.8);
  }

  .salesepro_off {
    display: inline-block !important;
  }

  .salesepro_mobile {
    display: inline-block !important;
    font: 500 12px/1.2 Lexend;
    color: #000;
  }
.salesepro_tag {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 20px;
    width: 256px;
    height: 18px;
    margin: 0px auto;
    background: transparent linear-gradient(90deg, #FFFAF9 0%, #FECB9E 51%, #FFFAF9 100%) 0% 0% no-repeat padding-box;
    border-radius: 9999px;
    color: #814A1A;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500; 
  }
  .salesepro_tag.sale_mobile .sale_pcs {
    display: inline-block;
    font: inherit;
    color: inherit;
  }

  .salesepro_tag.sale_mobile .sale_year {
    display: inline-flex !important;
    padding-left: 4px;
    font: 500 12px/1.2 Lexend;
    color: #459B3C;
  }

  .salesepro_tag.sale_mobile .sale_month {
    font: 500 12px/1.2 Lexend;
    color: #D43300;
  }

  .sale_mobile {
    display: flex !important;
  }

  .title_sale {
    display: none !important;
  }

  .title_sale.sale_mobile {
    display: inline-block !important;
    max-width: 305px;
    width: 305px;
    height: auto;
  }

  .mob_banner .buybtn {
    position: relative;
    margin: 5px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    line-height: 1.2;
    padding-bottom: 4px;
    box-shadow: 0px 8px 19px #FF8F4E;
    border: 2px solid #F63629;
    background: transparent linear-gradient(180deg, #FF7D7D 0%, #FF5353 30%, #FF2929 60%, #CF0202 100%) 0% 0% no-repeat padding-box;
  }

  .mob_banner .buybtn span.sale_mobile {
    position: relative;
    z-index: 2;
    display: inline-block !important;
  }

  .mob_banner .buybtn span.sale_mobile.on {
    display: none !important;
  }

  .mob_banner .buybtn span.sale_mobile em {
    font: inherit;
    color: inherit;
    font-style: normal;
  }



  .mob_banner {
    padding: 10px 0 60px;
    min-width: 0;
    height: auto;
    background: url(../images/mob_bg.png) no-repeat center/cover;
  }

  .mob_banner * {
    box-sizing: border-box;
  }

  .mob_banner .logo {
    left: 16px;
    top: 10px;
  }

  .mob_banner .banner_title h1 {
    padding-top: 0px;
    text-align: center;
  }

  .mob_banner .banner_title h1>img {
    width: 100%;
    max-width: 600px;
  }

  .mob_banner .banner_title .tit_h2_txt {
    color: #FFD220;
    text-shadow: 0px 3px 6px #4A0006;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 0;
  }

  .mob_banner .banner_title .countdown_box {
    display: none !important;
  }

  .mob_banner .banner_title .countdown_mobile {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: block !important;
    width: 100%;
  }

  .mob_banner .banner_title .title_list {
    padding-top: 15px;
  }

  .mob_banner .banner_title .title_list li {
    padding: 8px 15px;
    padding-right: 10px;
    min-height: 0;
    height: 44px;
    margin-left: -18px;
  }

  .mob_banner .banner_title .title_list li::before {
    width: 80px;
    height: 44px;
    background: url(../../summer/psright_small_mobile.png) center center no-repeat;
    background-size: 80px 44px;
  }

  .mob_banner .banner_title .title_list li.buy_four .title_off {
    color: #FF6E00;
  }

  .mob_banner .banner_title .title_list li.buy_six {
    min-width: 130px;
    margin-left: -10px;
    margin-top: 0px;
    min-height: 0;
    height: 55px;
  }

  .mob_banner .banner_title .title_list li.buy_six::before {
    width: 130px;
    height: 55px;
    background: url(../../summer/psright_big_mobile.png) center center no-repeat;
    background-size: 130px 55px;
  }

  .mob_banner .banner_title .title_list li.buy_six .title_off {
    margin: -6px auto;
    display: block;
    text-align: center;
  }

  .mob_banner .banner_title .title_list li.buy_six .title_off .off_sale.sale_mobile {
    margin-top: 0px;
    margin-bottom: -8px;
    width: 75px;
    height: auto;
    display: inline-block !important;
  }

  .mob_banner .banner_title .title_list li.buy_six .title_off::after {
    content: '';
    display: block;
    margin-left: 2px;
    margin-bottom: 4px;
    width: 115px;
    height: 16px;
    background: url(../../summer/title_off_free_mobile.png) center center/cover no-repeat;
  }

  .mob_banner .banner_title .title_list li p {
    font-size: 12px;
    color: #A6342A;
  }

  .mob_banner .banner_title .title_list li .title_off {
    font-size: 12px;
    color: #A6342A;
  }
  .salesedes {
    margin: 0;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
  }
  .salesepro_right {
    gap: 0;
    width: 70px;
    text-align: end;
    justify-content: flex-end;
    flex-shrink: 0;
    min-width: 0;
  }
  .saleseorder-price {
    width: 100%;
    margin-left: 0; }
  .salesepro_right del {
    padding-right: 5px !important;
    font-size: 12px;
  }
  .salesepro_right del::after {
    display: none;
  }

  .salesepro_right .salesepro_mobile {
    width: 36px;
    text-align: end;
    font-size: 14px;
    color: #E60000;
  }

  .salesepro .salesepro-name {
    margin-right: -20px;
    flex: none;
  }
  .salesepro-cont li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 6px;
  }
  .salesepro-cont li p {
    font-size: 14px;
  }
  .award img{
    max-width: 100%;
    height: auto;
  }
  body .product_list {
    padding: 0px;
    margin-top: 40px;
  }

  body .product_list .list_title {
    padding: 0px 15px;
    box-sizing: border-box
  }

  body .product_list .list_title p {
    font-size: 26px
  }

  body .product_list .list_title h2 {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  body .product_list .list_title h2 span {
    font-size: 40px;
    width: 72%
  }

  body .product_list .list_title h2::after {
    position: relative;
    left: 0px;
    bottom: 0px
  }

  body .product_list .list_wrapper {
    margin-top: 10px;
    padding: 0px 60px;
    box-sizing: border-box
  }

  body .product_list .list_wrapper .list_item {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #FF3F0094;
    position: relative;
    height: fit-content
  }

  body .product_list .list_wrapper .list_item dl {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    padding: 50px 0px 0px
  }

  body .product_list .list_wrapper .list_item dl dt {
    left: -20px
  }

  body .product_list .list_wrapper .list_item dl dd h4 {
    font-size: 24px;
    text-align: center
  }

  body .product_list .list_wrapper .list_item dl dd p {
    font-size: 20px;
    text-align: center
  }

  body .product_list .list_wrapper .list_item dl dd span {
    position: absolute;
    border: none;
    top: 0px;
    right: 0px;
    color: #D49797;
    background: rgba(255, 89, 89, 0.2);
    font-size: 20px;
    padding: 15px 20px;
    width: fit-content
  }

  body .product_list .list_wrapper .list_item dl dd ul li {
    font-size: 20px
  }

  body .product_list .list_wrapper .list_item dl dd ul li::before {
    width: 6px;
    height: 6px;
    border-radius: 6px
  }

  body .product_list .list_wrapper .list_item .buybtn {
    width: 80%;
    height: 76px;
    font-size: 26px;
    top: 38px
  }

  body .service {
    padding: 60px;
    background: #FEF9F7
  }

  body .service .wrapper {
    width: 100%;
    min-width: auto
  }

  body .service ._mob {
    display: flex !important;
    flex-direction: column;
    gap: 80px;
    align-items: center
  }

  body .service ._mob dl {
    width: 100%;
    background: none;
    border: none;
    height: fit-content;
    float: none;
    text-align: center
  }

  body .service ._mob dl dt {
    margin-bottom: 30px
  }

  body .service ._mob dl dd h4 {
    font-size: 34px;
    margin-bottom: 10px
  }

  body .service ._mob dl dd p {
    color: #606060;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5
  }

  body .service .note {
    margin-top: 60px;
    font-size: 20px
  }

  body .service .note p {
    line-height: 1.5
  }

  body .service .copyright {
    font-size: 24px
  }

  .pop-warp {
    max-width: 658px;
    width: 100%;
    height: fit-content;
    background: none !important
  }

  .pop-warp ._mob {
    width: 100%;
    height: auto
  }

  .pop-warp .pop-message {
    position: absolute;
    z-index: 2;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: -25px;
    transform-origin: bottom
  }

  .pop-warp .pop-message>p {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.5)
  }

  .salecont {
    margin: -1px auto 0;
    padding: 30px 12px 22px;
    width: calc(100% - 24px);
    box-shadow: 0px 17px 25px #131313;
    height: auto;
    border-radius: 0;
    box-sizing: border-box;
    background: #fff;
    display: none;
  }

  .salecont.on {
    display: block;
  }

  .banbuybtn>span {
    animation: none;
    width: auto;
    height: auto;
    position: static;
    background: none;
    left: 0;
  }

  .saleseorder-price .salertotal {
    justify-content: center;
    align-items: flex-end;
    gap: 2px;
  }

  .sale_flag {
    width: 325px;
    height: 63px;
    box-sizing: border-box;
    margin: 8px auto 10px;
    background: url(../images/mob1.png) no-repeat center/cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }

  .sale_flag .left p.p1 {
    color: #00823F;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }

  .sale_flag .left p.p2 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }

  .sale_flag .left p.p2 span {
    color: #FF0000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
  }
  .saleseorder>p {
    top: 2px;
  }

  .sale_flag .right {
    color: #FF0000;
    font-size: 18px;
    font-weight: 500;
    min-width: 60px;
  }
  .salesepro {
    width: 100%;
  }

  .salesepro-cont {
    margin-top: 16px;
    border: none;
    padding-bottom: 0;
    pointer-events: none;
  }

  .salesepro-cont li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
  }

  .salesepro-cont li.checked p {
    color: #000000;
  }

  .salesepro-cont li.checked .salesepro-name:before {
    margin-right: 6px;
    background: #fff;
    border: 1px solid #5E5E5E;
    opacity: 0;
  }

  .salesepro-cont li.checked .salesepro-name::after {
    left: 3px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: url(../images/check_mob.png) center/cover no-repeat;
  }

  .salesepro .pcs {
    display: none !important;
  }

  .salesepro .salesepro-name {
    width: auto;
  }

  .salesepro .salesepro-name p {
    color: #C4C4C4;
  }

  .salesepro .salesepro-name:before {
    width: 16px;
    height: 16px;
    background: #C4C4C4;
    border: 1px solid #646464;
    margin-right: 8px;
  }

  .salesepro .salesepro-price {
    width: auto;
    text-align: right;
    padding-right: 8px;
  }

  .salesepro .salesepro-price p {
    color: #5A5A5A;
  }

  .saleseorder {
    width: 100%;
    height: auto;
    text-align: center;
    background: none;
    border-radius: 0;
    min-width: 0;
  }

  .saleseordercnt {
    width: 100%;
    padding: 0 0 6px;
    background: transparent;
  }

  .saleseorder-total {
    margin-top: 0px;
  }

  .price_save {
    display: block !important;
    padding: 8px 0 0;
    text-align: end;
    border-top: 1px dashed #FFD4C4;
    color: #EA1C1C;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
  }

  .price_save b {
    font: inherit;
    font-size: 16px;
    font-weight: 600;
  }

  .salertotal .sale_mobile {
    display: inline-block !important;
    padding-right: 4px;
    font: normal normal 400 14px/1.2 Lexend;
    color: #A2A2A2;
  }

  .salertotal .sale_mobile em {
    font: normal normal 400 14px/1.2 Lexend;
    color: #A2A2A2;
  }

  .saleseorder-price {
    width: 100%;
    margin-left: 0;
  }

  .saleseorder-total p {
    font-size: 20px;
    font-weight: 700;
  }

  .saleseorder-total p span b {
    font-size: 32px;
  }

  .saleseorder-total p del {
    display: inline-block !important;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }

  .saleseorder-total p del em {
    font: inherit;
    color: inherit;
    font-style: normal;
  }

  .salefea-title {
    padding: 0 16px;
  }

  .salefea-title p {
    font-size: 13px;
  }

  .salefea-title h2 {
    font-size: 22px;
  }

  .saleselbox {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    position: relative;
  }

  .saleselbox:after {
    content: '';
    display: block;
    width: 106%;
    height: 38px;
    background: url(../images/box_flag.png) no-repeat center/cover;
    left: -15px;
    top: 27px;
    position: absolute;
  }

  .saleselbox::before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/box_flag1.png) no-repeat center/cover;
    right: -20px;
    top: 4px;
    z-index: 99;
    position: absolute;
  }

  .saleselbox ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 0px;
    position: relative;
  }

  .saleselbox ul li {
    width: auto;
    margin: 0 -12px;
    padding: 0;
    pointer-events: none;
  }

  .saleselbox ul li::before,
  .saleselbox ul li::after {
    display: none !important;
  }

  .saleselbox ul li>img {
    width: 80px;
    height: auto;
  }
  .store-pop {
    position: fixed;
    width: 360px;
    height: 251px;
    background: url(../images/mob_popbg.png);
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -99;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
    text-align: center;
  }
  .store-pop h3 {
    padding-top: 168px;
  }
  .store-pop h3 strong {
    color: #FFEC1F;
    font: normal normal bold 22px/46px Montserrat;
  }
  .store-pop h3 strong b {
    font-size: 26px;
  }
  .store-pop h3 del {
    font-size: 18px;
    font-weight: normal;
    color: rgba(255, 255, 255, .4);
  }
  .store-pop .close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 5px;
    top: -25px;
    cursor: pointer;
    background: url(../images/mob-close.png);
    background-size: cover;
  }
  .store-pop .close:hover {
    opacity: 0.8;
  }

  .store-pop.on {
    z-index: 9999;
    opacity: 1;
    transform: scale(1)
  }
   .store-pop .buybtn {
    background: transparent linear-gradient(269deg, #FF2222 0%, #9B1AEF 100%) 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 47px;
   }
   .store-pop .buybtn:hover {
    background: #9B1AEF;
   }
}

@media (min-width: 450px) and (max-width: 620px) {
  body .mob_banner {
    padding-bottom: 120px
  }

  body .mob_banner .banner_title .progress_bar {
    bottom: 7%
  }

  body .mob_banner .salecont .saleselbox ul.allcheck li {
    margin: 0px 0px 0px -38px
  }

  body .mob_banner .salecont .saleselbox ul.allcheck li:nth-of-type(1) {
    margin-left: -5%
  }

  body .mob_banner .salecont .saleselbox ul li {
    width: 102px;
    display: none;
    margin: 0px 0px 0px -20px
  }

  body .mob_banner .salecont .saleselbox ul li.checked {
    display: block
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-head {
    font-size: 20px;
    width: 50%
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont {
    padding: 10px;
    gap: 8px
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name::before,
  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name::after {
    transform: scale(0.8);
    margin-right: 0px
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name p {
    font-size: 16px;
    font-weight: 600
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li .new_tag {
    font-size: 12px
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price {
    float: none;
    width: 85px;
    gap: 5px;
    font-size: 14px
  }

  body .mob_banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal p {
    top: -5px;
    margin-left: 10px;
    font-size: 24px
  }

  body .mob_banner .salecont .salesedes .saleseorder .saleseorder-price>p {
    margin-right: -15px
  }

  body .mob_banner .salecont .salesedes .saleseorder .buybtn {
    height: 60px;
    font-size: 22px
  }

  body .mob_banner .salecont .salesedes .saleseorder>p {
    font-size: 16px
  }

  body .product_list .list_title p {
    font-size: 22px
  }

  body .product_list .list_title h2 span {
    font-size: 32px
  }

  body .product_list .list_title h2::after {
    width: 38%;
    background-size: 100%
  }

  body .product_list .list_wrapper {
    padding: 0px 20px
  }

  body .product_list .list_wrapper .list_item dl dd h4 {
    font-size: 22px
  }

  body .product_list .list_wrapper .list_item dl dd p {
    font-size: 18px
  }

  body .product_list .list_wrapper .list_item dl dd span {
    font-size: 18px
  }

  body .product_list .list_wrapper .list_item dl dd ul li {
    font-size: 16px
  }

  body .product_list .list_wrapper .list_item .buybtn {
    height: 60px;
    font-size: 22px
  }

  body .service {
    padding: 60px 0px
  }

  body .service ._mob dl {
    padding: 0px 40px;
    width: 100%;
    box-sizing: border-box
  }

  body .service ._mob dl dd h4 {
    font-size: 28px
  }

  body .service ._mob dl dd p {
    font-size: 18px
  }

  body .service ._mob>img {
    width: 100%;
    height: auto
  }

  body .service .note {
    padding: 0px 20px;
    font-size: 16px
  }

  body .service .copyright {
    font-size: 20px
  }
}

@media (min-width: 300px) and (max-width: 450px) {
  body .mob_banner {
    padding-bottom: 100px
  }

  body .mob_banner .banner_title .progress_bar {
    bottom: 7%
  }

  body .mob_banner .salecont {
    margin: 0px 8px 0px
  }

  body .mob_banner .salecont .saleselbox ul.allcheck li {
    margin: 0px 0px 0px -38px
  }

  body .mob_banner .salecont .saleselbox ul.allcheck li:nth-of-type(1) {
    margin-left: -5%
  }

  body .mob_banner .salecont .saleselbox ul li {
    width: 90px;
    display: none;
    margin: 0px 0px 0px -20px
  }

  body .mob_banner .salecont .saleselbox ul li.checked {
    display: block
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-head {
    font-size: 12px;
    width: 40%;
    height: 20px;
    line-height: 20px
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont {
    padding: 5px;
    gap: 5px
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name::before,
  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name::after {
    transform: scale(0.7);
    margin-right: 0px
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name p {
    font-size: 14px;
    font-weight: 600
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li .new_tag {
    font-size: 10px;
    display: none
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price {
    float: none;
    width: 78px;
    gap: 0px;
    justify-content: space-between;
    font-size: 12px
  }

  body .mob_banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price span {
    margin: 0px
  }

  body .mob_banner .salecont .salesedes .saleseorder .saleseorder-price {
    padding-top: 8px
  }

  body .mob_banner .salecont .salesedes .saleseorder .saleseorder-price p {
    font-size: 12px;
    margin-right: -15px
  }

  body .mob_banner .salecont .salesedes .saleseorder .saleseorder-price p span {
    font-size: 12px
  }

  body .mob_banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal span {
    font-size: 24px
  }

  body .mob_banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price {
    height: 34px;
    line-height: 34px
  }

  body .mob_banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price .scroll-tick {
    width: 22px;
    height: 34px;
    line-height: 27px
  }



  body .mob_banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal p {
    top: -4px;
    font-size: 12px
  }

  body .mob_banner .salecont .salesedes .saleseorder .buybtn {
    height: 60px;
    font-size: 20px;
    margin-top: 0px
  }

  body .mob_banner .salecont .salesedes .saleseorder>p {
    font-size: 14px
  }

  body .product_list .list_title p {
    font-size: 18px
  }

  body .product_list .list_title h2 span {
    font-size: 24px
  }

  body .product_list .list_title h2::after {
    width: 38%;
    background-size: 100%
  }

  body .product_list .list_wrapper {
    padding: 0px 10px
  }

  body .product_list .list_wrapper .list_item dl dd h4 {
    font-size: 20px
  }

  body .product_list .list_wrapper .list_item dl dd p {
    font-size: 16px
  }

  body .product_list .list_wrapper .list_item dl dd span {
    font-size: 16px;
    padding: 10px 15px
  }

  body .product_list .list_wrapper .list_item dl dd ul li {
    font-size: 13px
  }

  body .product_list .list_wrapper .list_item .buybtn {
    height: 60px;
    font-size: 20px;
    top: 32px
  }

  body .service {
    padding: 40px 0px
  }

  body .service ._mob dl {
    padding: 0px 20px;
    width: 100%;
    box-sizing: border-box
  }

  body .service ._mob dl dd h4 {
    font-size: 24px
  }

  body .service ._mob dl dd p {
    font-size: 16px
  }

  body .service ._mob>img {
    width: 100%;
    height: auto
  }

  body .service .note {
    padding: 0px 20px;
    font-size: 16px
  }

  body .service .copyright {
    font-size: 20px
  }
}

/*# sourceMappingURL=mobile.css.map */