* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
  font-size: 14px;
  line-height: 1.4;
  color: #0d0d0f;
  font-weight: 500;
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
  background: #fff;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #302d3d;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ul li {
  list-style-type: none;
}

img {
  border: none;
}

.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.alc {
  text-align: center;
}

.main {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  zoom: 1;
}

.hide {
  display: none;
}

/* price */
.price {
  color: #212121;
}

.buybtn {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 255px;
  height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  box-shadow: 0px 10px 18px 2px rgba(85, 5, 5, 0.3);
  /* background: #C90000; */
  background: transparent linear-gradient(90deg, #FF0020 0%, #EF001E 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px #FF00006E;
}

.banner .buybtn,
.saleexclu-buy .buybtn,
.pop-warp .buybtn {
  position: relative;
  width: 384px;
  margin-left: -17px;
  margin-top: 6px;
  color: #fff;
  background: transparent linear-gradient(90deg, #FF0020 0%, #EF001E 100%) 0% 0% no-repeat padding-box;
}

// .salekeep-cntstore .buybtn {
//   color: #000;
//   background: transparent linear-gradient(273deg, #81E100 0%, #C1FF57 48%, #99DC03 100%) 0% 0% no-repeat padding-box;
//   box-shadow: 0px 8px 15px #253B062E;
//   border: 2px solid #FFF;
// }

.banner .buybtn:hover,
.saleexclu-buy .buybtn:hover,
.pop-warp .buybtn:hover,
.salekeep-cntstore .buybtn:hover {
  background: #D50100 0% 0% no-repeat padding-box;
}

.buybtn:hover {
  background: transparent linear-gradient(90deg, #FFB163 0%, #FF4E00 100%) 0% 0% no-repeat padding-box;
}

/* banner */
.banner {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  background: url("../images/banner_bg.webp") center top no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 36px;
  position: relative;
}

.banner .banner_title h1 {
  position: relative;
  margin: 0 auto;
  height: fit-content;
  width: fit-content;
  margin-top: 30px;
}

.banner .banner_title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 16px;
}

.banner .banner_title .des {
  display: flex;
  margin: -40px auto 0;
  align-items: center;
  justify-content: center;
}

.banner .banner_title .des .date span {
  padding-right: 4px;
}

.banner .banner_title .des p {
  font: normal normal normal 18px/35px Lexend;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.banner .type_check {
  width: 521px;
  margin-left: auto;
  margin-right: -2px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.banner .type_check li {
  width: 233px;
  height: 56px;
  background: #868686;
  border-radius: 12px 15px 0px 0px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 6px;
  cursor: pointer;
  z-index: 10;
}

.banner .type_check li p.p1 {
  position: relative;
  z-index: 1;
  font: normal normal 800 21px/24px League Spartan;
  color: #2D2C2D;
}

.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 12px / 16px League Spartan;
  color: #444344;
  transform-style: preserve-3d;
}

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

.banner .type_check li.on {
  padding-top: 14px;
  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: 291px;
  height: 64px;
}

.banner .type_check li.on p.p1 {
  font: normal normal 800 26px/23px League Spartan;
  color: #000;
}

.banner .type_check li.on p.p2 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding: 2px 12px 0;
  background: #FFF204;
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  position: relative;
}

/* .banner .type_check li.on p.p2::before {
  content: '';
  display: block;
  position: absolute;
  width: 120%;
  height: 22px;
  background: #FFE2B8;
  border-radius: 11px;
  z-index: 0;
  left: -10%;
  top: 0;
  transform: translateZ(-1px);
} */

.banner .type_check li:nth-of-type(1) {
  border-radius: 15px 12px 0px 0px;
}

// .banner .type_check li:nth-of-type(2).on {
//   box-shadow: -10px -15px 15px rgba(194, 92, 3, 0.56);
// }

.main {
  overflow: hidden;
}

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

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

.banner .cont_wrap {
  margin-top: -1px;
  width: 100%;
  height: 469px;
  background: #FFFBF8;
  border: 1px solid #FFFFFF;
  border-radius: 0px 4px 4px 4px;
}

.salecont {
  position: relative;
  height: 511px;
  margin-top: 0px;
  text-align: center;
  display: none;
}

.salecont.on {
  display: block;
}

.salecont.pc_single .saleseorder {
  padding-top: 0;
}

.salecont.pc_single .saleseorder .saleseorder-head {
  margin-top: 46px;
  height: 34px;
  line-height: 28px;
  text-align: left;
}

.salecont.pc_single .saleseorder .saleseorder-head h4 {
  font-size: 18px;
}

.salecont.pc_single ul li {
  pointer-events: none;
}

.salecont.pc_single .saleseorder-items {
  margin-top: 24px;
}

.salecont.pc_single .saleseorder-discount {
  margin-top: 16px;
  margin-bottom: 24px;
}

.salecont.pc_single .saleseorder-total {
  margin-top: 17px;
}

.salecont.pc_single .buybtn {
  margin-top: 16px;
}

.saleselbox {
  margin: 0 auto;
  width: 668px;
  position: absolute;
  top: -45px;
  left: -4px;
  padding: 0;
}

.saleselbox ul {
  display: flex;
}

.pc_single .saleselbox ul li i {
  background: url(../images/dis_85.png) no-repeat center/cover;
}

.saleselbox ul li {
  position: relative;
  margin-right: 4px;
  width: 108px;
  cursor: pointer;
  filter: grayscale(100%);
}

.saleselbox ul li i {
  display: none;
  width: 67px;
  height: 56px;
  position: absolute;
  bottom: -5px;
  left: 32px;
  background: url(../images/dis_90.png) no-repeat center/cover;
}

.saleselbox ul li i.dis_85 {
  background: url(../images/dis_85.png) no-repeat center/cover;
}

.saleselbox ul li i.dis_80 {
  background: url(../images/dis_80.png) no-repeat center/cover;
}

.saleselbox ul li i.dis_70 {
  background: url(../images/dis_70.png) no-repeat center/cover;
}

.saleselbox ul li i.dis_56 {
  background: url(../images/dis_56.png) no-repeat center/cover;
}

.saleselbox ul li i.dis_55 {
  background: url(../images/dis_55.png) no-repeat center/cover;
}

.saleselbox ul li i.dis_50 {
  background: url(../images/dis_50.png) no-repeat center/cover;
}

.saleselbox ul li .pop_tips {
  opacity: 0;
  position: absolute;
  min-width: 320px;
  padding: 10px;
  top: -71px;
  text-align: left;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  background: #FFFFFF;
  z-index: 0;
}

.saleselbox ul li[data-id="asc"] .pop_tips {
  width: 345px;
}

.saleselbox ul li .pop_tips h3 {
  font: normal normal medium 14px/20px Lexend;
}

.saleselbox ul li .pop_tips p {
  color: #949494;
  font: normal normal normal 12px/20px Lexend;
}

.saleselbox ul li.selbox6 {
  margin-right: 0px;
}

.saleselbox ul li:before,
.saleselbox ul li:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
}

.saleselbox ul li:before {
  top: -6px;
  left: 12px;
  width: 21px;
  height: 25px;
  background: #BAB8CF;
  border-radius: 0px 10px;
}

.saleselbox ul li:after {
  top: -8px;
  left: 14px;
  width: 25px;
  height: 23px;
  background: url(../images/check_icon.png) center/cover no-repeat;
  opacity: 0;
  visibility: hidden;
}

.saleselbox ul li.checked {
  filter: inherit;
  opacity: 1;
}

.saleselbox ul li.checked i {
  display: block;
}

.saleselbox ul li.checked:before {
  background: #DC9E1D;
}

.saleselbox ul li.checked:after {
  opacity: 1;
  visibility: visible;
}

.salesedes {
  padding-top: 120px;
  margin-left: 61px;
  width: 668px;
}

.salesepro {
  width: 606px;
}

.salesepro .salesepro-name {
  float: left;
  width: 460px;
}

.salesepro .checked .pcs {
  opacity: 1;
}

.salesepro .pcs {
  opacity: 0;
  float: left;
  min-width: 93px;
  padding: 0 8px;
  height: 20px;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  color: #FF0000;
  font-weight: 600;
}

.salesepro .salesepro-price {
  float: right;
  width: 120px;
}

.salesepro-head {
  padding: 0px 0 10px;
  border-bottom: 2px solid #CECECE;
}

.salesepro-head h4 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #B9B9B9;
}

.salesepro-head .salesepro-name {
  width: 335px;
}

.salesepro-head .salesepro-price {
  padding-left: 0px;
  text-align: left;
}

.salesepro-head .salesepro-discount {
  padding-right: 50px;
  text-align: left;
}

.salesepro-cont {
  margin-top: 20px;
  text-align: left;
  border-bottom: 2px solid #CECECE;
}

.salesepro-cont li {
  position: relative;
  margin-bottom: 14px;
  height: 24px;
}

.salesepro-cont li p {
  font-size: 14px;
  color: #3f3f3f;
}

.salesepro-cont .salesepro-name {
  cursor: pointer;
  padding-left: 36px;
  box-sizing: border-box;
}

.salesepro-cont .salesepro-name:before {
  width: 19px;
  height: 19px;
  background: #E1E1E1 0% 0% no-repeat padding-box;
  border: 1px solid #646464;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  display: none;
  margin: 0px 15px 0 0;
  border-radius: 4px;
}

.salesepro-cont .salesepro-name p {
  display: flex;
  justify-content: space-between;
}

.salesepro-cont .salesepro-name p span {
  font: normal normal 300 12px/1.2 Lexend;
  font-size: 12px;
  color: #646081;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  min-width: 120px;
  line-height: 17px;
  height: 19px;
  text-align: center;
  background: #EAEAEF 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.salesepro-cont .salesepro-name p span i {
  font-style: normal;
  color: #01c137;
}

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

.salesepro-cont li .salesepro-price p span {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.56);
}

.salesepro-cont li .salesepro-price p b {
  display: none;
  font: normal normal 500 14px/1.2 Lexend;
  color: #F86B00;
  margin-right: 8px;
}

.allcheck .salesepro-cont li .salesepro-price p b {
  display: inline-block;
}

.pc_bundle3 .salesepro-cont .salesepro-name {
  padding-left: 0;
  display: flex;
}

.pc_bundle3 .salesepro-cont .salesepro-name p {
  flex: 1;
}

.pc_bundle3 .salesepro-cont .salesepro-name:before {
  width: 19px;
  height: 19px;
  background: #E1E1E1 0% 0% no-repeat padding-box;
  border: 1px solid #646464;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0px 15px 0 0;
  border-radius: 4px;
}

.salesepro-cont li.checked .salesepro-name::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 19px;
  left: 4px;
  /* background: url(../images/box-check.png); */
  /* background-position: 0px -81px; */
  top: -2px;
}

.saleseorder {
  width: 451px;
  height: 263px;
  float: right;
  text-align: left;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.41) 0%, white 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
}

.saleseordercnt {
  width: 350px;
  margin: 0px auto;
}

.saleseorder-head {
  height: 60px;
  line-height: 34px;
  text-align: center;
  border-bottom: 2px solid #E2E2E2;
}

.saleseorder-head h4 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.note1 {
  font: normal normal normal 14px/1 Lexend;
  letter-spacing: 0px;
  color: #6108087A;
  width: 100%;
  text-align: center;
  margin-top: 14px;
}

.saleseorder-head .saleseorder-price img {
  margin-top: 1px;
  display: block;
}

.saleseorder-name {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.saleseorder-name .saleratio-box {
  display: inline-block;
  height: 18px;
  width: 83px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background: transparent linear-gradient(180deg, #FFF954 0%, #FEFAA2 15%, #FEF100 64%, #FEB702 100%) 0% 0% no-repeat padding-box;
  border-radius: 2px;
}

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

.saleseorder-cont {
  margin-top: 5px;
  border-bottom: 1px solid #eaeaea;
}

.saleseorder-items {
  margin-top: 30px;
}

.saleseorder-discount {
  margin-top: 17px;
  margin-bottom: 25px;
}

.pc_single .saleseorder-time {
  position: relative;
  background: url(../images/order_time_bg.png) no-repeat center/cover;
  filter: grayscale(100%);
}

.pc_single .saleseorder-time>div {
  opacity: 0.2;
}

.pc_single .saleseorder-time:after {
  content: '';
  display: block;
  position: absolute;
  left: 50px;
  top: 10px;
  width: 289px;
  height: 40px;
  background: url(../images/time_text_no.png) no-repeat center/cover;
}

.saleseorder-time {
  width: 394px;
  height: 84px;
  position: relative;
  left: -20px;
  box-sizing: border-box;
  padding: 4px 26px 0 21px;
  background: url(../images/order_time_bg.png) no-repeat center bottom/cover;
}

.saleseorder-time.on {
  animation: zoom-scaling 2s ease-in-out 1;
}

@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  15% {
    transform: scale(2);
    opacity: 1;
  }

  30% {
    transform: scale(1);
    opacity: 0.5;
  }

  45% {
    transform: scale(2);
    opacity: 1;
  }

  60% {
    transform: scale(1);
    opacity: 0.5;
  }

  75% {
    transform: scale(2);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.saleseorder-time>div {
  opacity: 1;
}

.saleseorder-time .saleseorder-name,
.saleseorder-time .saleseorder-price {
  margin-top: 4px;
}

.saleseorder-time.sold {
  background: url(../images/order_time_bg.png) no-repeat center bottom/cover;
  filter: grayscale(100%);
}

.saleseorder-time.sold>div {
  opacity: 1;
}

.saleseorder-time.sold::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 394px;
  height: 84px;
  z-index: 1;
  opacity: .8;
  background: url(../images/order_time_bg_no.png) no-repeat center bottom/cover;
}

.saleseorder-time.sold:after {
  content: '';
  display: block;
  position: absolute;
  left: 124px;
  top: 20px;
  width: 134px;
  height: 42px;
  background: url(../images/time_text_sold.png) no-repeat center/cover;
  z-index: 2;
}

.saleseorder-time.no {
  background: url(../images/order_time_bg.png) no-repeat center/cover;
}

.saleseorder-time.no>div {
  opacity: 0.2;
}

.saleseorder-time.no::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 394px;
  height: 56px;
  z-index: 1;
  opacity: 0;
}

.saleseorder-time.no:after {
  content: '';
  display: block;
  position: absolute;
  left: 50px;
  top: 20px;
  width: 289px;
  height: 40px;
  background: url(../images/time_text_no.png) no-repeat center/cover;
  z-index: 2;
}

.saleseorder-time .saleseorder-name {
  width: 266px;
}

.saleseorder-time .saleseorder-name p {
  display: flex;
  align-items: center;
  color: #00A764;
}

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

.saleseorder-time .gift_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(../images/gift_icon.png) no-repeat center/cover;
}

.saleseorder-time .time_icon1 {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url(../images/gift_time.png) no-repeat center/cover;
}

.saleseorder-time .order_time {
  font: normal normal 500 14px/2.2 Lexend;
  color: #F50018;
  display: flex;
  align-items: center;
}

.saleseorder-time .order_time span {
  padding-right: 4px;
}

.saleseorder-items p {
  font-size: 14px;
  color: #000;
}

.saleseorder-items p .orprice {
  font-weight: bold;
}

.saleseorder-items p b {
  font-size: inherit;
  font-weight: bold;
}

.saleseorder-discount p {
  font-size: 14px;
}

.saleseorder-discount p span {
  font-size: inherit;
  font-weight: inherit;
}

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

.saleseorder-total p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.saleseorder-total p span {
  font-size: inherit;
  font-weight: inherit;
}

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

.salefea-title {
  padding-top: 0px;
  text-align: center;
}

.saleenjoy .salefea-title {
  padding-top: 80px;
}

.salefea-title p {
  font-size: 20px;
  color: #2f2f2f;
  margin-top: 25px;
}

.salefea-title h2 {
  font-size: 36px;
  color: #000000;
  margin-top: 10px;
  font-weight: bold;
}

.salekeep-cont {
  margin-top: 56px;
}

.salekeep-cntbox {
  width: 590px;
  height: 331px;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  background: #F8F9FA;
}

.salekeep-cntmid {
  margin: 35px 30px 0 30px;
}

.salekeep-cntpro {
  position: relative;
}

.salekeep-cntpro::before {
  content: '';
  display: block;
  width: 39px;
  height: 38px;
  position: absolute;
  left: -10px;
  top: -16px;
}

.salekeep-cntpro img {
  display: block;
  margin-bottom: 5px;
}

.salekeep-cntpro figcaption {
  display: inline-block;
  vertical-align: middle;
}

.salekeep-cntproasc figure>img {
  margin-left: 54px;
}

.salekeep-cntprodb figure>img {
  margin-left: 100px;
}

.salekeep-cntpro figcaption h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.salekeep-cntpro figcaption p {
  font-size: 14px;
  color: #00A1E3;
  font-weight: 500;
  margin-top: 3px;
}

.salekeep-cntprodb figcaption p {
  color: #eb2629;
}

.salekeep-cntpro figcaption p.imf {
  color: #00bbca;
}

.salekeep-cntpro figcaption p.iu {
  color: #01c137;
}

.salekeep-cntpro figcaption p.isu {
  color: #5535ca;
}

.salekeep-cntpro figcaption p.sd {
  color: #0096e0;
}

.salekeep-cntdes {
  margin-top: 60px;
}

.salekeep-cntwordp {
  width: 315px;
  float: left;
}

.salekeep-cntwordp ul {
  margin-top: 15px;
}

.salekeep-cntwordp ul li {
  font-size: 12px;
  color: #1a1919;
  line-height: 16px;
  margin-top: 9px;
  position: relative;
  padding-left: 8px;
}

.salekeep-cntwordp ul li:before {
  content: ".";
  position: absolute;
  left: 0;
  top: -6px;
  display: block;
  font-size: 20px;
  z-index: 3;
}

.salekeep-cntwordp ul li b {
  font-size: inherit;
  font-weight: bold;
}

.salekeep-cntstore {
  width: 210px;
  height: 265px;
  border-left: 2px solid #E2E2E2;
  float: right;
  text-align: center;
}

.salekeep-cntstore h3 {
  position: relative;
  width: 152px;
  height: 32px;
  margin: 0px auto;
  margin-top: 60px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  background: transparent linear-gradient(89deg, #F3DF25 0%, #FEFAA2 37%, #FEF100 71%, #FEB702 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
}

// .salekeep-cntstore h3::after {
//   content: '';
//   display: block;
//   position: absolute;
//   top: -12px;
//   right: -6px;
//   width: 41px;
//   height: 28px;
//   background: url(../images/gost_icon.png) center center no-repeat;
// }

.salekeep-cntprice {
  margin-top: 20px;
}

.salekeep-price {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.salekeep-price big {
  font-size: 30px;
}

.salekeep-price del {
  display: block;
  font-size: 14px;
  color: #727272;
  font-weight: 500;
  margin-left: 8px;
}

.salekeep-cntstore .buybtn {
  margin-top: 9px;
  width: 184px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  border-radius: 20px;
}

.salekeep-cnttips {
  font-size: 12px;
  color: #a3a3a3;
  margin-top: 10px;
}

.saleenjoy-cont {
  margin-top: 60px;
}

.saleenjoy-probox {
  width: 380px;
  height: 574px;
  background: #f8f9fa;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}

.saleenjoy-proboxcnt {
  margin: 35px 20px 0 43px;
}

.saleenjoy-proboxcnt figcaption h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-top: 13px;
}

.saleenjoy-proboxcnt figcaption p {
  font-size: 14px;
  color: #00bbca;
  font-weight: 500;
  margin-top: 3px;
}

.saleenjoy-probox1 .saleenjoy-proboxcnt figcaption p {
  color: #00bbca;
}

.saleenjoy-probox2 .saleenjoy-proboxcnt figcaption p {
  color: #01c137;
}

.saleenjoy-probox3 .saleenjoy-proboxcnt figcaption p {
  color: #5535ca;
}

.saleenjoy-save {
  width: 163px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  color: #d90a01;
  font-weight: bold;
  border: 1px solid #dcdcdc;
  margin-top: 20px;
  background: #f8f9fa;
  margin-bottom: 30px;
}

.saleenjoy-probox .salekeep-price {
  margin-left: 10px;
}

.saleenjoy-probox .buybtn {
  width: 189px;
  height: 45px;
  line-height: 45px;
  background-position: 0 -114px;
  margin: 10px 0 0 0;
}

.saleenjoy-cnttips {
  font-size: 12px;
  color: #a3a3a3;
  margin: 10px 0 0 3px;
}

.saleenjoy-cntwordp {
  margin-top: 25px;
}

.saleenjoy-cntwordp ul li {
  font-size: 12px;
  color: #1a1919;
  line-height: 16px;
  margin-top: 7px;
  padding-left: 8px;
  position: relative;
}

.saleenjoy-cntwordp ul li:before {
  content: ".";
  position: absolute;
  left: 0;
  top: -6px;
  display: block;
  font-size: 20px;
  z-index: 3;
}

.saleenjoy-cntwordp ul li b {
  font-size: inherit;
  font-weight: bold;
}

.saleenjoy-probox2 {
  margin-left: 24px;
}

.snow-bg {
  background: #fff url(../images/center-buy-bg.png) no-repeat center top;
}

.saleexclu::after {
  position: absolute;
  content: "";
  width: 208px;
  height: 44px;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
  background: url(../images/buy_tag.png) center center no-repeat;
}

.saleexclu {
  width: 100%;
  height: 453px;
  position: relative;
  padding-top: 16px;
  margin-top: 105px;
}

.saleexclu-title {
  height: 68px;
  font-size: 22px;
  line-height: 68px;
  color: #3D3D3D;
  text-align: center;
}

.saleexclu-cont {
  height: 260px;
  margin-top: 48px;
  background: #fff url(../images/salecent-boxbg.png) top center no-repeat;
  position: relative;
}

.saleexclu-cont .sale_percent {
  min-width: 175px;
  width: auto;
  padding: 0 10px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  background: transparent linear-gradient(90deg, #FF2833 0%, #E630C8 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: 200px;
  top: 143px;
}

.saleexclu-cont .sale_percent span {
  color: inherit;
  font: inherit;
}

.saleexclu-cont .sale_percent p {
  display: none;
}

.saleexclu-cont .sale_percent p.on {
  display: block;
}

.saleexclu-cont .date {
  width: 433px;
  height: 88px;
  position: absolute;
  left: 160px;
  top: 0px;
  background: url(../images/date_bg2.png) no-repeat center/cover;
  box-sizing: border-box;
  padding-top: 27px;
  padding-left: 72px;
  font: normal normal normal 14px/35px Lexend;
  color: #000000;
}

.saleexclu-cont .date span {
  padding-right: 4px;
  color: #FF2727;
}

.saleexclu-cont .date b {
  font-weight: bold;
  color: #FF2727;
}

.saleexclu-cont.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  max-width: 1200px;
}

.salecent-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0 6px;
}

.pc_num {
  width: 526px;
  height: 22px;
  position: absolute;
  bottom: 58px;
  left: 94px;
}

.pc_num img {
  display: none;
}

.pc_num img.on {
  display: block;
}

.salecent-ul {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 25px;
}

.salecent-ul li {
  font-size: 14px;
  color: #000000;
  margin-top: 13px;
  padding-left: 20px;
  position: relative;
}

.salecent-ul li:before {
  width: 13px;
  height: 13px;
  background: url(../images/tab-icon.png) top center no-repeat;
  background-position: 0 -36px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}

.saleexclu-super {
  width: 534px;
  height: 277px;
  text-align: center;
  position: absolute;
  right: -4px;
  top: -4px;
}

.saleexclu-supcnt {
  margin: 38px 40px 0 90px;
}

.saleexclu-supcnt .type_check {
  width: 310px;
  height: 35px;
  display: flex;
  align-items: flex-end;
  background: #948D8D 0% 0% no-repeat padding-box;
  border: 1px solid #787171;
  border-radius: 19px;
  position: absolute;
  left: 142px;
  top: -12px;
}

.saleexclu-supcnt .type_check li {
  height: 100%;
  font: normal normal bold 14px/37px League Spartan;
  letter-spacing: 0px;
  color: #782A2A;
  width: 120px;
  cursor: pointer;
}

.saleexclu-supcnt .type_check li:last-of-type.on:after {
  left: auto;
  right: 0;
  transform: translateZ(-1px) rotate(180deg);
}

.saleexclu-supcnt .type_check li.on {
  width: 190px;
  height: 37px;
  position: relative;
  transform-style: preserve-3d;
  font: normal normal bold 14px/37px League Spartan;
  color: #000000;
}

.saleexclu-supcnt .type_check li.on:after {
  width: 232px;
  height: 37px;
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  bottom: -1px;
  pointer-events: none;
  transform: translateZ(-1px);
  background: url(../images/salecent_li.png) no-repeat center/cover;
}

.saleexclu-supcnt .cont_wrap1 .item {
  display: none;
}

.saleexclu-supcnt .cont_wrap1 .item.on {
  display: block;
}

.saleexclu-supcnt h4 {
  position: relative;
  font-size: 24px;
  margin-left: 31px;
  font: normal normal 600 26px/33px Lexend;
  letter-spacing: 0.26px;
  color: #fff;
}

.saleexclu-supcnt .salekeep-price {
  color: #FFE752;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.nor {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 12px;
}

.saleexclu-supcnt h4 img {
  position: absolute;
  vertical-align: middle;
  margin: -23px 0 0 26px;
}

.saleexclu-supcnt>p {
  font-size: 14px;
  color: #fff;
  margin: 0px 0 0 32px;
}

.saleexclu-supcnt>p.salekeep-price {
  font-size: 24px;
  color: #310000;
  margin: 15px 0 0 65px;
  font-weight: 500;
}

.saleexclu-supcnt>p.salekeep-price big {
  font-size: 38px;
  font-weight: 500;
}

.saleexclu-supcnt>p.salekeep-price del {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  color: #670a029e;
}

.saleexclu-buy .buybtn {
  margin: 6px auto;
  width: 275px;
  height: 51px;
  line-height: 51px;
  border-radius: 25px;
}

.saleexclu-cnttips {
  font-size: 12px;
  color: rgba(255, 255, 255, .7);
}

.award {
  margin-bottom: 80px;
  margin-top: 60px;
  position: relative;
  height: 240px;
  text-align: center;
  border-bottom: 1px solid #D8D6D5;
}

.award:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 29px;
  top: auto;
  bottom: -12px;
  background: url(../images/circle.svg) no-repeat;
}

.award h2 {
  margin-bottom: 40px;
  font-size: 30px;
}

.review {
  margin-top: 160px;
}

.review .content {
  position: relative;
  width: 1104px;
  height: 348px;
  margin: 0 auto;
  background: url(../images/review_bg.png);
}

.review .content>span {
  display: block;
  position: absolute;
  top: 152px;
  z-index: 9;
  width: 54px;
  height: 54px;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(98, 95, 95, 0.17);
  border: 3px solid #616168;
  box-sizing: border-box;
}

.review .content>span::before,
.review .content>span::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 4px;
  background: #616168;
}

.review .content>span::before {
  top: 26px;
  left: 50%;
  margin-left: -7px;
  transform: rotate(45deg);
}

.review .content>span::after {
  top: 20px;
  left: 50%;
  margin-left: -7px;
  transform: rotate(-45deg);
}

.review .content>span:hover {
  background: rgba(214, 18, 18, 0.04);
  border: 3px solid #D51212;
  transition: all 0.3s ease;
}

.review .content>span:hover::before,
.review .content>span:hover::after {
  background: #D51212;
}

.review .content>span.prev {
  left: 50px;
}

.review .content>span.next {
  right: 50px;
}

.review .content>span.next::before {
  top: 20px;
}

.review .content>span.next::after {
  top: 26px;
}

.review .content .message {
  width: 820px;
  float: left;
  margin-left: 153px;
  margin-top: -50px;
  text-align: center;
  overflow: hidden;
}

.review .content .message .roll {
  width: 5740px;
}

.review .content .message dl {
  float: left;
  width: 820px;
}

.review .content .message dl dt {
  width: 100px;
  height: 100px;
  margin: 0px auto;
  border-radius: 50%;
  overflow: hidden;
  background: #2D2D30;
}

.review .content .message dl dt>img {
  width: 100px;
  height: auto;
}

.review .content .message h3 {
  margin-top: 10px;
  font-size: 26px;
}

.review .content .message p {
  margin-top: 15px;
  color: #9898A2;
  line-height: 22px;
}

.review .content .message h4 {
  font-size: 14px;
  color: #9898A2;
  margin-top: 13px;
}

/* service */
.service {
  margin-top: 80px;
  padding: 70px 0px 20px;
  background-color: #fff;
}

.service .wrapper {
  width: 1120px;
  min-width: 1120px;
}

.service dl {
  width: 553px;
  height: 125px;
  float: left;
  background-color: #efeff0;
  border: 1px solid #efeff0;
}

.service dl h3 {
  margin-bottom: 20px;
  color: #28282c;
  font-weight: 600;
  font-size: 14px;
}

.service dl.first dt {
  float: left;
  margin-top: 25px;
  margin-right: 20px;
  margin-left: 20px;
}

.service dl.first dd {
  padding-top: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #7c7c7f;
}

.service dl.last {
  float: right;
}

.service dl.last dt {
  margin-top: 20px;
}

.service dl.last dt,
.service dl.last dd {
  padding-left: 25px;
}

.note {
  margin-top: 30px;
  font-size: 12px;
  color: #7b7b7e;
}

.copyright {
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  color: #B8B8B8;
}

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

.pop-warp {
  position: fixed;
  left: 0;
  right: 0;
  top: -10%;
  bottom: 0;
  margin: auto;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  padding: 0;
}

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

.pop-warp .close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: -50px;
  background: url(../images/close.png)no-repeat center/cover;
  top: -10px;
  cursor: pointer;
  opacity: .8;
}

.pop-warp .close:hover {
  opacity: 1;
}

.pop-warp .close svg {
  display: block;
  pointer-events: none;
  width: 17px;
  height: 17px;
}

.pop-warp .close:hover svg path {
  stroke: #FFE1AE !important
}

.pop-warp .buybtn {
  display: block;
  width: 342px;
  height: 50px;
  margin: 0px auto;
  text-align: center;
  font: bold 18px/24px League Spartan;
  color: #000;
  line-height: 50px;
  box-shadow: 0px 8px 15px #253B062E;
  border-radius: 9999px;
  background: transparent linear-gradient(278deg, #FFBB00 0%, #FFE854 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset -2px -3px 3px #D46300, 0px 6px 11px #000000;
}

.pop-warp .buybtn:hover {
  background: transparent linear-gradient(278deg, #FFE600 0%, #FBFF75 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset -2px -3px 3px #D4A300;
}

.pop-warp.threepc {
  width: 624px;
  height: 476px;
  background: url(../images/pop_threepc.png) no-repeat;
}

.pop-warp .date {
  margin-top: 0px;
  text-align: center;
  font: normal normal 500 14px/35px Lexend;
  letter-spacing: -0.3px;
  color: #ACACAC;
  padding-left: 0px;
}

.pop-warp.threepc .date {
  margin-top: 4px;
  color: #ACACAC;
  /* width: 370px;
  margin-left: 100px; */
}

.pop-warp.threepc .date b:last-of-type {
  width: 30px;
}

.pop-warp .date span,
.pop-warp .date b {
  display: inline-block;
  color: #E50720;
  font: normal normal 500 15px/35px Lexend;
}

.pop-warp .date b:last-of-type {
  min-width: auto;
}

.pop-warp .date span {
  padding-right: 4px;
}

.pop-warp .buybtn {
  margin-top: 380px;
}

.pop-warp.onepc .buybtn {
  margin-top: 380px;
  margin-left: 150px;
  width: 342px;
  height: 50px;
  line-height: 50px;
  background: transparent linear-gradient(278deg, #FFBB00 0%, #FFE854 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset -2px -3px 3px #D46300, 0px 6px 11px #000000;
}

.pop-warp.onepc .buybtn:hover {
  background: transparent linear-gradient(278deg, #FFE600 0%, #FBFF75 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset -2px -3px 3px #D4A300;
}

.pop-warp.onepc {
  width: 624px;
  height: 479px;
  background: url(../images/pop_onepc.png?t=5555) center center no-repeat;
}

/* .pop-warp.onepc .buybtn {
  margin-top: 306px;
} */