.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: 540px;
  height: 329px;
  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 .close {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  right: 5px;
  top: 5%;
  cursor: pointer;
  z-index: 120;
  background: url(../images/pro-close.png) no-repeat;
  opacity: .6;
  transition: all .3s ease;
}

.store-pop .close:hover {
  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: #000;
  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: #471515A8;
  font-size: 14px;
  font-weight: 400;
}

.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: #A1665A;
  font-size: 12px;
  position: relative;
}

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

.fire-pic {
  filter: blur(0.02em);
  -webkit-filter: blur(0.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;
}

.particle {
  animation: rise 1s ease-in infinite;
  background-image: radial-gradient(#ff7116 20%, rgba(255, 80, 0, 0) 70%);
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 5em;
  height: 5em;
}

.particle:nth-of-type(1) {
  animation-delay: 0.0198074034s;
  left: calc((100% - 5em) * 0);
}

.particle:nth-of-type(2) {
  animation-delay: 0.6870600555s;
  left: calc((100% - 5em) * 0.02);
}

.particle:nth-of-type(3) {
  animation-delay: 0.1428855075s;
  left: calc((100% - 5em) * 0.04);
}

.particle:nth-of-type(4) {
  animation-delay: 0.5465000721s;
  left: calc((100% - 5em) * 0.06);
}

.particle:nth-of-type(5) {
  animation-delay: 0.1949211255s;
  left: calc((100% - 5em) * 0.08);
}

.particle:nth-of-type(6) {
  animation-delay: 0.6146725017s;
  left: calc((100% - 5em) * 0.1);
}

.particle:nth-of-type(7) {
  animation-delay: 0.3986912805s;
  left: calc((100% - 5em) * 0.12);
}

.particle:nth-of-type(8) {
  animation-delay: 0.5690616851s;
  left: calc((100% - 5em) * 0.14);
}

.particle:nth-of-type(9) {
  animation-delay: 0.6742160618s;
  left: calc((100% - 5em) * 0.16);
}

.particle:nth-of-type(10) {
  animation-delay: 0.9490999096s;
  left: calc((100% - 5em) * 0.18);
}

.particle:nth-of-type(11) {
  animation-delay: 0.7727570942s;
  left: calc((100% - 5em) * 0.2);
}

.particle:nth-of-type(12) {
  animation-delay: 0.3541461701s;
  left: calc((100% - 5em) * 0.22);
}

.particle:nth-of-type(13) {
  animation-delay: 0.1396783585s;
  left: calc((100% - 5em) * 0.24);
}

.particle:nth-of-type(14) {
  animation-delay: 0.442705425s;
  left: calc((100% - 5em) * 0.26);
}

.particle:nth-of-type(15) {
  animation-delay: 0.3320563116s;
  left: calc((100% - 5em) * 0.28);
}

.particle:nth-of-type(16) {
  animation-delay: 0.8980121314s;
  left: calc((100% - 5em) * 0.3);
}

.particle:nth-of-type(17) {
  animation-delay: 0.7999174647s;
  left: calc((100% - 5em) * 0.32);
}

.particle:nth-of-type(18) {
  animation-delay: 0.6965715827s;
  left: calc((100% - 5em) * 0.34);
}

.particle:nth-of-type(19) {
  animation-delay: 0.3084690402s;
  left: calc((100% - 5em) * 0.36);
}

.particle:nth-of-type(20) {
  animation-delay: 0.3312953488s;
  left: calc((100% - 5em) * 0.38);
}

.particle:nth-of-type(21) {
  animation-delay: 0.4755925982s;
  left: calc((100% - 5em) * 0.4);
}

.particle:nth-of-type(22) {
  animation-delay: 0.3590499209s;
  left: calc((100% - 5em) * 0.42);
}

.particle:nth-of-type(23) {
  animation-delay: 0.7157432637s;
  left: calc((100% - 5em) * 0.44);
}

.particle:nth-of-type(24) {
  animation-delay: 0.8012982696s;
  left: calc((100% - 5em) * 0.46);
}

.particle:nth-of-type(25) {
  animation-delay: 0.0242337247s;
  left: calc((100% - 5em) * 0.48);
}

.particle:nth-of-type(26) {
  animation-delay: 0.2334182645s;
  left: calc((100% - 5em) * 0.5);
}

.particle:nth-of-type(27) {
  animation-delay: 0.5297882316s;
  left: calc((100% - 5em) * 0.52);
}

.particle:nth-of-type(28) {
  animation-delay: 0.7021425568s;
  left: calc((100% - 5em) * 0.54);
}

.particle:nth-of-type(29) {
  animation-delay: 0.1188217235s;
  left: calc((100% - 5em) * 0.56);
}

.particle:nth-of-type(30) {
  animation-delay: 0.3434800615s;
  left: calc((100% - 5em) * 0.58);
}

.particle:nth-of-type(31) {
  animation-delay: 0.3208675626s;
  left: calc((100% - 5em) * 0.6);
}

.particle:nth-of-type(32) {
  animation-delay: 0.8393245573s;
  left: calc((100% - 5em) * 0.62);
}

.particle:nth-of-type(33) {
  animation-delay: 0.3035233622s;
  left: calc((100% - 5em) * 0.64);
}

.particle:nth-of-type(34) {
  animation-delay: 0.3858248043s;
  left: calc((100% - 5em) * 0.66);
}

.particle:nth-of-type(35) {
  animation-delay: 0.1623927142s;
  left: calc((100% - 5em) * 0.68);
}

.particle:nth-of-type(36) {
  animation-delay: 0.9631937325s;
  left: calc((100% - 5em) * 0.7);
}

.particle:nth-of-type(37) {
  animation-delay: 0.6842582017s;
  left: calc((100% - 5em) * 0.72);
}

.particle:nth-of-type(38) {
  animation-delay: 0.5962185406s;
  left: calc((100% - 5em) * 0.74);
}

.particle:nth-of-type(39) {
  animation-delay: 0.9931824547s;
  left: calc((100% - 5em) * 0.76);
}

.particle:nth-of-type(40) {
  animation-delay: 0.0752167591s;
  left: calc((100% - 5em) * 0.78);
}

.particle:nth-of-type(41) {
  animation-delay: 0.846632394s;
  left: calc((100% - 5em) * 0.8);
}

.particle:nth-of-type(42) {
  animation-delay: 0.4137707126s;
  left: calc((100% - 5em) * 0.82);
}

.particle:nth-of-type(43) {
  animation-delay: 0.4179682138s;
  left: calc((100% - 5em) * 0.84);
}

.particle:nth-of-type(44) {
  animation-delay: 0.5773104538s;
  left: calc((100% - 5em) * 0.86);
}

.particle:nth-of-type(45) {
  animation-delay: 0.9887551051s;
  left: calc((100% - 5em) * 0.88);
}

.particle:nth-of-type(46) {
  animation-delay: 0.8088906809s;
  left: calc((100% - 5em) * 0.9);
}

.particle:nth-of-type(47) {
  animation-delay: 0.4445005885s;
  left: calc((100% - 5em) * 0.92);
}

.particle:nth-of-type(48) {
  animation-delay: 0.2320072765s;
  left: calc((100% - 5em) * 0.94);
}

.particle:nth-of-type(49) {
  animation-delay: 0.0693724375s;
  left: calc((100% - 5em) * 0.96);
}

.particle:nth-of-type(50) {
  animation-delay: 0.3532187489s;
  left: calc((100% - 5em) * 0.98);
}

@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_title .date {
  width: 440px;
  height: 88px;
  font: 400 18px/35px Lexend;
  color: #FFF;
  text-align: left;
  z-index: 2;
  box-sizing: border-box;
  padding-left: 62px;
  padding-top: 25px;
  background: url(../images/date_bg.png) no-repeat center/cover;
  margin-left: -16px;
  margin-top: -4px;
}

.banner_title .date b {
  color: #FFF204;
  font-weight: 600;
}

.banner_title .date b:last-child {
  display: inline-block;
  width: 22px;
}

.banner_title .date span {
  color: #FFF204;
  font-weight: 400;
}

._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 {
  float: right;
  position: absolute;
  top: 0;
  right: 0px;
  width: 520px;
  height: 489px;
  text-align: left;
  background: #fff;
  box-shadow: -5px 0px 15px #868686;
  border-radius: 0;
  box-sizing: border-box;
  padding: 52px 65px 0;
}

.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;
  min-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**/
.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;
  }

  body .banner {
    height: fit-content;
    background: url(../images/mob_bg.jpg) bottom no-repeat;
    padding-bottom: 185px;
    background-size: cover;
  }

  body .banner .logo {
    display: none;
    left: 10px;
    top: 10px;
    transform: scale(0.8);
  }

  body .banner .banner_title {
    position: relative;
  }

  body .banner .banner_title .date {
    left: 27px;
    bottom: -15px;
  }

  body .banner .banner_title h1 {
    height: fit-content;
  }

  body .banner .banner_title h1 ._mob {
    width: 100%;
    height: auto;
  }

  body .banner .banner_title .progress_bar {
    width: 30%;
    position: absolute;
    margin: 0px;
    left: 10px;
    bottom: 10%;
  }

  body .banner .salecont {
    margin: 10px 15px 0px;
    border-radius: 14px;
    height: fit-content;
  }

  body .banner .salecont::before,
  body .banner .salecont::after {
    display: none !important;
  }

  body .banner .salecont .saleselbox {
    width: 100%;
    padding: 20px 0px 0px;
    box-sizing: border-box;
  }

  body .banner .salecont .saleselbox ul {
    width: fit-content;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    float: none;
  }

  body .banner .salecont .saleselbox ul.allcheck li {
    margin: 0px 0px 0px -40px;
  }

  body .banner .salecont .saleselbox ul li {
    float: none;
    width: fit-content;
    margin: 0px 0px 0px -20px;
    display: none;
    opacity: 1;
  }

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

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

  body .banner .salecont .saleselbox ul li::before,
  body .banner .salecont .saleselbox ul li::after,
  body .banner .salecont .saleselbox ul li .seloff {
    display: none !important;
  }

  body .banner .salecont .saleselbox ul li img {
    width: 100%;
    height: auto;
  }

  body .banner .salecont .salesedes {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  body .banner .salecont .salesedes .salesepro {
    width: 100%;
    border-bottom: 1px dashed #FFD4C4;
  }

  body .banner .salecont .salesedes .salesepro .pcs {
    display: none;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-head {
    padding: 0px;
    border: none;
    width: 220px;
    height: 40px;
    font-size: 24px;
    font-weight: 500;
    color: #C48484;
    background: rgba(255, 89, 89, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    border-radius: 20px;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont {
    padding: 20px;
    box-sizing: border-box;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li {
    height: 32px;
    margin: 0px;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name {
    position: relative;
    width: fit-content;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-name::before {
    width: 32px;
    height: 32px;
    background: #C4C4C4 0% 0% no-repeat padding-box;
    border: 1px solid #646464;
    border-radius: 4px;
    box-sizing: border-box;
    margin-right: 8px;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li p {
    font-size: 20px;
    color: #C4C4C4;
    vertical-align: middle;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li .new_tag {
    font-size: 16px;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price {
    width: 140px;
    font-size: 20px;
    gap: 20px;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price._mob {
    display: flex !important;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price del {
    color: #C4C4C4;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price span {
    opacity: 0;
    color: #EA1C1C;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li .salesepro-price span i {
    font-style: normal;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li.checked .salesepro-name::before {
    background: #FFEAE7 0% 0% no-repeat padding-box;
    border: 1px solid #FE9E90;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li.checked .salesepro-name::after {
    width: 34px;
    height: 32px;
    background: url(../images/checked.svg) center no-repeat;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li.checked .salesepro-price del {
    color: #545454;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li.checked .salesepro-price span {
    opacity: 1;
  }

  body .banner .salecont .salesedes .salesepro .salesepro-cont li.checked p {
    color: #545454;
  }

  body .banner .salecont .salesedes .saleseorder {
    width: 100%;
    height: fit-content;
    padding-bottom: 40px;
  }

  body .banner .salecont .salesedes .saleseorder .saleseorder-price {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
  }

  body .banner .salecont .salesedes .saleseorder .saleseorder-price p {
    text-align: right;
    font-size: 24px;
  }

  body .banner .salecont .salesedes .saleseorder .saleseorder-price p span {
    font-size: 30px;
  }

  body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal {
    width: fit-content;
    margin: 0px auto !important;
    align-items: flex-end;
  }

  body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal span {
    font-size: 40px;
  }

  body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price {
    width: fit-content;
    height: 60px;
    line-height: 60px;
    top: -5px;
    left: 0px;
  }

  body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price .scroll-tick {
    width: 38px;
    height: 60px;
    line-height: 60px;
  }

  body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price .scroll-tick strong {
    font-size: 62px;
  }

  body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal p {
    text-decoration: line-through;
    position: relative;
    top: -2px;
    margin-left: 16px;
    font-size: 30px;
    color: #545454;
    font-weight: 500;
  }

  body .banner .salecont .salesedes .saleseorder .buybtn {
    margin: 10px auto;
    width: 90%;
    height: 76px;
    box-shadow: 0px 8px 19px #FF8F4E;
    font-size: 26px;
  }

  body .banner .salecont .salesedes .saleseorder .buybtn i {
    font-style: normal;
    margin-left: 5px;
  }

  body .banner .salecont .salesedes .saleseorder .buybtn span {
    height: 60px;
    background-size: cover;
  }

  body .banner .salecont .salesedes .saleseorder>p {
    top: 0px;
    font-size: 18px;
  }

  body .product_list {
    padding: 0px;
  }

  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);
  }
}

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

  body .banner .banner_title .progress_bar {
    bottom: 7%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body .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 .banner {
    padding-bottom: 100px;
  }

  body .banner .banner_title .progress_bar {
    bottom: 7%;
  }

  body .banner .salecont {
    margin: 0px 8px 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body .banner .salecont .salesedes .saleseorder .saleseorder-price .salertotal .ct_price .scroll-tick strong {
    font-size: 40px;
  }

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

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

  body .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;
  }
}