@charset "utf-8";

* {
  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;
}

.new_tag {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #00ce3e;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.new_tag em {
  display: inline-block;
  font: inherit;
  color: inherit;
  font-style: normal;
  transform: scale(0.8);
  font-weight: 400;
}

.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;
  text-align: center;
  line-height: 48px;
  border-radius: 9999px;
  /* border: 2px solid #F63629;
	box-shadow: 0px 10px 18px 2px rgba(85, 5, 5, 0.3);
	/* background: #C90000; */
  /* background: linear-gradient(180deg, #FF7D7D 0%, #FF5353 41%, #FF2929 54%, #CF0202 100%);
	box-shadow: 0px 8px 19px #FF00006E; */
  background: transparent linear-gradient(101deg, #fd0000 0%, #cc0000 100%) 0%
    0% no-repeat padding-box;
}

.banner .buybtn {
  width: 384px;
  margin-left: -17px;
  margin-top: 6px;
  font-size: 18px;
}

.soldOut .banner .buybtn {
  margin-top: 18px;
}

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

/* banner */
.banner {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  overflow: hidden;
  margin-bottom: 36px;
}

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

/* .banner .banner_title h1::before {
	position: absolute;
	content: "";
	width: 1147px;
	height: 193px;
	top: -8px;
	left: 0;
	right: 0;
	z-index: 0;
	margin: auto;
	opacity: 0;
	animation: light 1s infinite alternate;
} */

@keyframes light {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

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

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

.title_sold {
  display: none !important;
}

.soldOut .title_sale {
  display: none !important;
}

.soldOut .title_sold {
  display: inline-block !important;
}

.banner .banner_title {
  position: relative;
}
.banner a {
  overflow: hidden;
}
.banner a span {
  display: block;
  width: 63px;
  height: 47px;
  position: absolute;
  top: 1px;
  left: -47px;
  background: url(../images/lightShadow.png) no-repeat;
  animation: lightShadow 6s infinite;
}
@keyframes lightShadow {
  0% {
    transform: translateX(-600px);
  }
  100% {
    transform: translateX(600px);
  }
}

.clock_wrap {
  position: absolute;
  top: 14px;
  left: 520px;
  z-index: 2;
  width: 80px;
  height: 72px;
  animation: 3s swing 1.5s ease infinite;
}

@keyframes swing {
  5% {
    transform: rotate(15deg);
  }

  10% {
    transform: rotate(-10deg);
  }

  15% {
    transform: rotate(5deg);
  }

  20% {
    transform: rotate(-5deg);
  }

  25% {
    transform: rotate(0);
  }

  35% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  45% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  55% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

.clock_box {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transform: rotate(5deg);
}

.clock_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: 26px;
  z-index: 101;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #f0533c;
  animation: secocks 12s linear 0s infinite forwards;
}

.sec_line {
  position: absolute;
  /* width: 6px;
	height: 7px; */
  /* top: 12px;
	left: 15px; */
  top: 7px;
  left: 12px;
  z-index: 99;
  width: 12px;
  height: 12px;
  transform-origin: 50% 100%;
  animation: secocks 12s linear 0s infinite forwards;
}

.min_line {
  position: absolute;
  z-index: 98;
  width: 17px;
  height: 11px;
  top: 9px;
  left: 18px;
  z-index: 98;
  background: url(../images/min_line.png);
  transform: scale(0.6);
  transform-origin: 0% 100%;
  animation: mincocks 1s linear 0s infinite forwards;
}

@keyframes secocks {
  5% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes mincocks {
  5% {
    transform: rotate(0deg) scale(0.6);
  }

  100% {
    transform: rotate(360deg) scale(0.6);
  }
}

.brCountdown {
  position: absolute;
  bottom: 7px;
  left: 250px;
  z-index: 9;
  color: #dcdcdc;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.brCountdown b {
  display: inline-block;
  padding: 0 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #df0001;
}

.time_ms {
  width: 25px;
}

.main {
  overflow: hidden;
}

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

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

.anvy__candle {
  position: absolute;
  top: 30px;
  left: 333px;
  z-index: 0;
  transform: rotate(10deg);
}

.anvy__candle::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 4px);
  left: -3px;
  z-index: 1;
  width: 12px;
  height: 20px;
  border-radius: 100%;
  animation: candleFlicker 6s linear infinite, candleShadow 1s linear infinite;
  -webkit-animation-delay: inherit;
  animation-delay: inherit;
  transform-origin: center bottom;
  background-color: #ff8121;
  background-image: radial-gradient(circle at 4px 16px, #ffc748, #ff8121);
  filter: blur(2px) contrast(1.5);
}

.anvy__candle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 4px;
  z-index: 0;
  width: 1px;
  height: 12px;
  border-radius: 10px;
  background-color: #685016;
}

.candle_right {
  top: 32px;
  left: 366px;
  /* transform: rotate(15deg); */
  animation: candleFlicker 5s linear infinite, candleShadow 1s linear infinite;
  animation-delay: 0.3s;
}

@keyframes candleFlicker {
  0%,
  100% {
    transform: rotate(18deg) scaleX(1) scaleY(1);
  }

  12.5% {
    transform: rotate(14deg) scaleX(0.5) scaleY(0.8);
  }

  25% {
    transform: rotate(10deg) scaleX(1.1) scaleY(1);
  }

  37.5% {
    transform: rotate(6deg) scaleX(0.5) scaleY(0.8);
  }

  50% {
    transform: rotate(2deg) scaleX(0.9) scaleY(1.05);
  }
}

@keyframes candleFlickerRight {
  0%,
  100% {
    transform: rotate(33deg) scaleX(1) scaleY(1);
  }

  12.5% {
    transform: rotate(29deg) scaleX(0.5) scaleY(0.8);
  }

  25% {
    transform: rotate(25deg) scaleX(1.1) scaleY(1);
  }

  37.5% {
    transform: rotate(21deg) scaleX(0.5) scaleY(0.8);
  }

  50% {
    transform: rotate(17deg) scaleX(0.9) scaleY(1.05);
  }
}

@keyframes candleShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(#ff8121, 0);
  }

  30% {
    box-shadow: 0 -3px 0 2px rgba(#ff8121, 0.6);
  }

  100% {
    box-shadow: 0 -20px 0 -6px rgba(#ff8121, 0.2);
  }
}

.salecont {
  position: relative;
  height: 511px;
  margin-top: 25px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 35px;
  overflow: hidden;
  background: #f1f1f1;
}

.salecont::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: repeating-linear-gradient(
    45deg,
    #d0d0d0,
    #d0d0d0 3px,
    transparent 3px,
    transparent 6px
  );
  opacity: 0.1;
}

.saleselbox,
.salesedes {
  position: relative;
  z-index: 1;
}

.saleselbox {
  margin: 0 auto;
  width: 1125px;
  padding: 10px 0 20px;
}
.saleselbox .alltitle {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: normal normal normal 12px/35px Lexend;
  color: #606060;
  padding: 0 25px;
}
.saleselbox .alltitle .all {
  cursor: pointer;
}
.saleselbox .alltitle .all::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dc9e1d;
  position: absolute;
  right: 2px;
  top: 19px;
}
.saleselbox .alltitle .all.checked::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../images/select.png);
  position: absolute;
  right: 0;
  top: 19px;
}
.saleselbox ul li {
  position: relative;
  float: left;
  margin-right: 44px;
  width: 145px;
  cursor: pointer;
  opacity: 0.8;
  filter: grayscale(100%);
}
.saleselbox ul li .seloff b {
  position: absolute;
  opacity: 0;
}
.salesepro-cont li .salesepro-price del {
  text-decoration: none;
  color: #8e8e8e;
}
.saleselbox ul li.checked .seloff b {
  display: inline-block;
  position: absolute;
  z-index: 0;
  color: #f8b11f;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  margin: -40px 0 0 15px;
  opacity: 1;
}
.saleselbox ul li.checked .seloff b::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #000000;
  text-shadow: none;
}
.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: 9px;
  right: -12px;
  width: 26px;
  height: 31px;
  background: #bab8cf;
  border-radius: 0px 10px;
}

.saleselbox ul li:after {
  top: -5px;
  right: -22px;
  width: 34px;
  height: 52px;
  opacity: 0;
  visibility: hidden;
}

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

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

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

.salesedes {
  margin: 0 auto;
  width: 1090px;
}

.salesepro {
  width: 606px;
}

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

.salesepro .pcs {
  float: left;
  min-width: 93px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 10px;
  color: #8e8e8e;
  white-space: nowrap;
}

.salesepro .salesepro-price {
  float: right;
  width: 82px;
}
.salesepro .salesepro-price span {
  opacity: 0;
}
.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-price {
  padding-left: 0px;
  text-align: left;
}

.salesepro-cont {
  margin-top: 32px;
  text-align: left;
}

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

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

.salesepro-cont .salesepro-name {
  cursor: pointer;
}

.salesepro-cont .salesepro-name:before {
  width: 19px;
  height: 19px;
  background: #c4c4c4;
  border: 1px solid #646464;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0px 15px 0 0;
  border-radius: 2px;
}

.salesepro-cont .salesepro-name p {
  display: inline-block;
}

.salesepro-cont li.checked p {
  font-weight: 700;
  color: #0d0d0d;
}
.salesepro-cont li.checked .salesepro-price del {
  font-weight: 500;
  color: #404040;
  text-decoration: line-through;
}
.salesepro-cont li.checked .salesepro-price span {
  color: #ea1c1c;
  margin-left: 4px;
  opacity: 1;
}
.salesepro-cont li.checked .salesepro-name::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 19px;
  left: 4px;
  top: -2px;
}

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

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

.saleseorder-head {
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #e2e2e2;
}

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

.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(274deg, #ffc464 0%, #fff8d6 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-price .salertotal {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.saleseorder-price .salertotal .ct_price {
  display: flex;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-align: center;
  position: relative;
  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;
}

.saleseorder-cont {
  margin-top: 5px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0;
  gap: 15px;
}

.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-extra,
.saleseorder-items,
.saleseorder-discount,
.saleseorder-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.saleseorder-extra span {
  display: block;
  color: #00b23b;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

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

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

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

.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 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 {
  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(274deg, #ffc464 0%, #fff8d6 100%) 0%
    0% no-repeat padding-box;
  border-radius: 4px;
}

.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: 5px;
}

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

.banbuybtn {
  position: relative;
}

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

.salekeep-cntstore .buybtn:hover,
.saleenjoy-probox .buybtn:hover {
  background-position: 0 -159px;
  box-shadow: 0px 5px 18.27px 2.73px rgba(250, 39, 4, 0.25);
}

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

.saleexclu::after {
  position: absolute;
  content: "";
  width: 303px;
  height: 59px;
  left: 0;
  right: 0;
  margin: auto;
  top: -55px;
}

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

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

.soldOut .saleexclu-title {
  font-size: 22px;
}

.saleexclu-title span {
  color: #da1a00;
}

.saleexclu-cont {
  height: 260px;
  margin-top: 48px;
  position: relative;
  background-color: none;
  background-position: center top;
  background-repeat: no-repeat;
}

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

.saleexclu_left {
  position: relative;
  z-index: 1;
  width: 570px;
  height: 100%;
  margin-left: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.saleexclu_left::before,
.saleexclu_left::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}

.saleexclu_left::before {
  top: 130px;
  left: 15px;
  width: 360px;
  height: 39px;
}

.saleexclu_left::after {
  bottom: 65px;
  right: -60px;
  z-index: 4;
  width: 115px;
  height: 72px;
}

.salecent_line {
  content: "";
  display: block;
  position: absolute;
  top: 142px;
  right: 0px;
  z-index: 1;
  width: 354px;
  height: 6px;
  background: #edd13e;
  opacity: 0.92;
}

.salecent_soldoff {
  display: none;
  position: absolute;
  top: 142px;
  left: 35px;
  z-index: 3;
  width: 173px;
  height: 87px;
}

.soldOut .saleexclu_left::before {
  top: 60px;
  left: 0px;
  width: 250px;
  height: 128px;
}

.soldOut .salecent_line {
  top: 148px;
  height: 8px;
  background: #facb2b;
}

.soldOut .salecent_soldoff {
  display: block;
}

.saleexclu_left > img {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 132px;
  height: auto;
  margin: 0 -20px;
}

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

.salecent_off {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 130px;
  left: 146px;
  z-index: 3;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
  letter-spacing: 0.32px;
  height: 24px;
  padding: 0 20px;
  min-width: 265px;
  background: #f3da4b;
  border-radius: 9999px;
}

.salecent_off b {
  font: inherit;
  color: #ff4234;
}

.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-position: 0 -36px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  display: none;
}

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

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

.saleexclu-supcnt h4 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-left: 31px;
}

.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: #ffdf00;
  margin: 15px 0 0 65px;
}

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

.saleexclu-supcnt > p.salekeep-price del {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.45);
}

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

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

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

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

.review {
  margin-top: 160px;
}

.review .content {
  position: relative;
  width: 1104px;
  height: 348px;
  margin: 0 auto;
}

.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;
  color: #fff;
}

.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;
  border: 5px solid #2d2d30;
}

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

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

.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: #e6e6e6;
}

.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: #7b7b7e;
}

.progress_bar {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: -24px 0px 0 241px;
  position: relative;
  width: 218px;
  height: 18px;
  background: #181818 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 6px #e9e9e987;
  border: 1px solid #70707033;
  border-radius: 10px;
  z-index: 1;
}
.progress_bar .progress_barbg {
  position: absolute;
  width: 63px;
  height: 11px;
  background: transparent linear-gradient(90deg, #ff3939 0%, #d40a00 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 10px;
  right: 3px;
  overflow: hidden;
}
.progress_bar .progress_barbg::before {
  content: "";
  width: 20px;
  height: 14px;
  background: url(../images/red.png);
  position: absolute;
  left: -3px;
  top: -3px;
}
.progress_bar .pb_titme {
  display: flex;
  /* align-items: center; */
  height: 14px;
  position: relative;
  top: 0;
  right: 75px;
  color: #c9c9c9;
}
.progress_bar .pb_titme p {
  font-size: 12px;
  font-weight: 500;
}
.progress_bar .pb_titme .countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 14px;
  line-height: 18px;
  overflow: hidden;
  padding: 0px 5px;
  text-align: center;
}
.progress_bar .pb_titme .countdown .scroll-tick strong,
.progress_bar .pb_titme .countdown .scroll-tick span {
  font-size: 14px;
  display: block;
  font-weight: 600;
  color: #ff0b0b;
}
.progress_bar .br-numGhost {
  position: absolute;
  top: -6px;
  left: 0px;
  z-index: 4;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  color: #ff0000;
  font-size: 32px;
  text-shadow: 0 1px 0 #fff;
}
.progress_bar .br-reduce {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0px;
}
.progress_bar .br-reduce.reduce1 .br-num {
  background-position: 0 0;
}
.progress_bar .br-reduce.reduce2 .br-num {
  background-position: 0 -30px;
}
.progress_bar .br-reduce .br-num {
  z-index: 22;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 0;
  margin-top: -15px;
  width: 22px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  color: #ffcf41;
  font-weight: 500;
  text-align: center;
  background: transparent
    linear-gradient(180deg, #ffcf4100 0%, #ff002c 46%, #ffcf4100 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: reduce 1s ease-out 1;
  animation: reduce 1s ease-out 1;
}
.reduce {
  display: block;
  position: absolute;
  top: 0px;
  right: 120px;
  margin-top: -15px;
  width: 22px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  color: #ffcf41;
  font-weight: 500;
  text-align: center;
  background: transparent
    linear-gradient(180deg, #ffcf4100 0%, #ff002c 46%, #ffcf4100 100%) 0% 0%
    no-repeat padding-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: reduce 1s ease-out 1;
  animation: reduce 1s ease-out 1;
}

@keyframes reduce {
  from {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    top: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.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;
  width: 658px;
  height: 346px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  background: url(../images/pop_bg.png);
  box-sizing: border-box;
  padding: 0;
  font-family: "League Spartan";
}

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

.pop-warp .pop_cont {
  position: relative;
  margin-top: 70px;
  /* padding-top: 80px; */
  /* width: 660px;
	margin-left: 114px; */
}

.pop-warp .close {
  position: absolute;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* width: 31px;
  height: 88px;
  border-radius: 50%; */
  right: 244px;
  top: 246px;
  cursor: pointer;
  z-index: 120;
}
.pop-warp .close:hover {
  color: #fff;
}
/* .pop-warp .close img {
  display: block;
  width: 100%;
  height: 100%;
} */

/* .pop-warp .close:hover {
	background: #aca8a7;
  } */

.pop-warp .title {
  text-align: center;
}

.pop-warp .title p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.pop-warp .title p span {
  /* color: #ffff00; */
  font-size: 23px;
  font-weight: 600;
  padding: 0 15px;
}
.pop-warp .title p span::after {
  content: "";
  width: 140px;
  height: 32px;
  background: url(../images/red_k.png);
  position: absolute;
  left: 319px;
  top: 0px;
  z-index: -1;
}
.pop-warp .pro_box {
  margin-top: 22px;
  display: flex;
  justify-content: left;
  /* gap: 12px;
  padding-left: 10px; */
  align-items: center;
  flex-direction: column;
}
/* .pop-warp .pro_box img {
  margin: 5px 0 0 0;
} */
.pop-warp .right-message {
  width: 265px;
}
.pop-warp .right-message > span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  width: 50px;
  height: 43px;
  line-height: 40px;
  margin-left: 67px;
  color: #ffff00;
  text-align: center;
  background: transparent
    linear-gradient(180deg, #ff545400 0%, #ff754a 50%, #ff445800 100%) 0% 0%
    no-repeat padding-box;
}
.pop-warp .right-message > span b {
  font-size: 16px;
}
/* .pop-warp .right-message .price_box p,
  .pop-warp .right-message .price_box ul, */
/* .pop-warp .right-message .price_box div {
  padding: 0px 10px;
} */

.pop-warp .right-message .price_box .total {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #ffffff;
  margin-top: -15px;
}

.pop-warp .right-message .price_box .total span {
  font-size: 20px;
  font-weight: 600;
  color: #ffe75a;
  margin-left: 9px;
}
.pop-warp .right-message .price_box .total span strong {
  font-size: 50px;
}
.pop-warp .right-message .price_box .total del {
  font-size: 16px;
  font-weight: 300;
  margin-left: 3px;
  text-decoration: none;
  /* color: #ff7485; */
}
.pop-warp .right-message .price_box .total del::after {
  content: "";
  width: 49px;
  height: 9px;
  background: url(../images/y_del.png);
  position: absolute;
  left: 250px;
  bottom: 46px;
}
.pop-warp .right-message > p {
  font-size: 14px;
  color: #d8d8d8;
  text-align: center;
  font-weight: 300;
}

.pop-warp .buybtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 274px;
  height: 45px;
  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;
  border-radius: 27px;
  color: #000000;
  font: normal normal bold 18px/24px League Spartan;
  margin: -12px auto;
  text-decoration: none;
}
.pop-warp .buybtn:hover {
  background: transparent linear-gradient(274deg, #fff894 0%, #ffaa00 100%) 0%
    0% no-repeat padding-box;
}
