* {
  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: #ff0d0d;
  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;
  box-shadow: 0px 5px 18px 3px rgba(250, 39, 4, 0.25);
  background: transparent linear-gradient(90deg, #ff6363 0%, #e20000 100%) 0% 0% no-repeat padding-box; }

.banner .buybtn {
  width: 396px;
  height: 48px;
  margin-left: -17px;
  margin-top: 0px;
  font-size: 14px;
  background: transparent linear-gradient(179deg, #FF7109 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
  border-radius: 31px; }
  .banner .buybtn:hover {
    background: transparent linear-gradient(179deg, #FF0000 0%, #FF7109 100%) 0% 0% no-repeat padding-box; }

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

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

/* banner */
.banner {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  overflow: hidden;
  margin-bottom: 36px;
  background: url(../images/banner_bg.jpg) center no-repeat;
  box-sizing: border-box;
  padding-top: 20px; }

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

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

.banner .banner_title h2 {
  display: flex;
  align-items: center;
  justify-content: center; }

.banner .banner_title h2 p {
  font-size: 16px;
  font-weight: bold;
  color: #A17A1B; }

.banner .banner_title h2 img {
  position: relative;
  z-index: 9;
  top: -2px;
  animation: 3s swing 1.5s ease infinite; }

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

.title_sold {
  display: none !important; }

.banner .banner_title {
  position: relative; }
  .banner .banner_title .brCountdown {
    width: 277px;
    height: 36px;
    background: url(../images/ban_clock.png) no-repeat center/cover;
    font: normal normal 600 14px/1.2 League Spartan;
    color: #E30562;
    box-sizing: border-box;
    padding: 11px 0 0 39px;
    margin-left: 6px; }
    .banner .banner_title .brCountdown b {
      color: #9E4400;
      font-size: 14px;
      font-weight: 700; }

.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 {
  display: none;
  position: relative;
  width: 240px;
  height: 24px;
  border-radius: 4px;
  margin-left: -10px;
  text-align: center;
  color: #fffbf8;
  font-size: 16px;
  font-weight: 500;
  background: transparent linear-gradient(90deg, #ff935b 0%, #f65555 100%) 0% 0% no-repeat padding-box; }

.brCountdown.on {
  display: flex; }

.brCountdown b {
  display: inline-block;
  padding: 0 2px;
  font-size: 16px;
  font-weight: 500;
  color: #fbd53c; }

.time_ms {
  width: 25px; }

.main {
  overflow: hidden; }

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

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

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

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

.candle_right {
  top: 32px;
  left: 588px;
  /* 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(255, 129, 33, 0); }
  30% {
    box-shadow: 0 -3px 0 2px rgba(255, 129, 33, 0.6); }
  100% {
    box-shadow: 0 -20px 0 -6px rgba(255, 129, 33, 0.2); } }
.salecont {
  position: relative;
  width: 1199px;
  height: 540px;
  margin-top: 25px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 35px;
  overflow: hidden;
  background: #fffbf8;
  transform-style: preserve-3d; }
  .salecont .check_ul {
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: center;
    padding: 0 0px;
    box-sizing: border-box;
    position: relative; }
    .salecont .check_ul:after {
      content: '';
      display: block;
      width: 100%;
      height: 58px;
      position: absolute;
      left: 0;
      top: 0;
      background: url(../images/li_bg.png) no-repeat center/cover;
      transform: scaleX(1) translateZ(-1px); }
    .salecont .check_ul.on:after {
      background-image: url(../images/li_bg.png);
      transform: scaleX(-1) translateZ(-1px); }
    .salecont .check_ul li {
      width: 50%;
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 1;
      gap: 15px; }
      .salecont .check_ul li p {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 500; }
      .salecont .check_ul li span {
        display: inline-block;
        color: #EFAA00;
        font-size: 18px;
        font-weight: 500;
        width: 104px;
        height: 26px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 13px; }
        .salecont .check_ul li span.spec_span b {
          display: none; }
        .salecont .check_ul li span.spec_span.extra {
          width: 263px; }
          .salecont .check_ul li span.spec_span.extra b {
            color: #EFAA00;
            display: inline-block; }
      .salecont .check_ul li.on {
        gap: 10px; }
        .salecont .check_ul li.on p {
          color: #EB8708; }
        .salecont .check_ul li.on span {
          width: 133px;
          height: 57px;
          background: url(../images/li_on.png) no-repeat center/cover;
          padding: 21px 10px 0 0px;
          box-sizing: border-box;
          color: #fff;
          transform: translateY(-5px); }
          .salecont .check_ul li.on span.spec_span.extra {
            width: 263px;
            background: url(../images/li_on_extra.png) no-repeat center/cover; }
            .salecont .check_ul li.on span.spec_span.extra b {
              color: #6DFFDC;
              display: inline-block; }

/* .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: 500px;
  padding-top: 20px;
  position: relative; }

.not_all .stroke.stroke1 {
  left: 180px;
  font-size: 40px;
  top: 8px; }
  .not_all .stroke.stroke1::before {
    background-image: linear-gradient(108deg, #FFD061 0%, #FB601B 100%); }
.not_all .stroke.stroke2 {
  left: 232px;
  top: 14px;
  font-size: 32px; }
  .not_all .stroke.stroke2::before {
    background-image: linear-gradient(108deg, #FFD061 0%, #FB601B 100%); }
.not_all .stroke.stroke3 {
  left: 266px;
  top: 19px;
  font-size: 26px; }

.extra .stroke.stroke1 {
  left: 100px; }
.extra .stroke.stroke2 {
  left: 212px; }
.extra .stroke.stroke3 {
  left: 210px; }
.extra .stroke.stroke4 {
  display: inline-block;
  font-size: 17px;
  position: absolute;
  top: 26px;
  left: 260px;
  box-shadow: 2px 2px 5px #FF9100CC; }
  .extra .stroke.stroke4::before {
    background-image: linear-gradient(101deg, #02C65D 0%, #00A865 100%); }

.stroke {
  position: relative;
  z-index: 0;
  display: inline-block;
  font: inherit;
  font-weight: 600;
  line-height: 1;
  color: #fff; }
  .stroke::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 10px #FFF;
    text-shadow: none; }
  .stroke::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    font: inherit;
    background-image: linear-gradient(146deg, #FFB300 0%, #FF0000 100%);
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    text-align: center; }
  .stroke.stroke1 {
    position: absolute;
    left: 140px;
    top: -20px;
    font-size: 95px; }
  .stroke.stroke2 {
    position: absolute;
    left: 252px;
    top: -6px;
    font-size: 49px; }
  .stroke.stroke3 {
    position: absolute;
    left: 250px;
    top: 40px;
    font-size: 29px; }
  .stroke.stroke4 {
    display: none; }

.saleselbox .selbox_text {
  width: 475px;
  height: 76px;
  position: absolute;
  left: 0px;
  top: 65px;
  background: url(../images/box_flag.png) no-repeat center/cover; }

.saleselbox .selbox_text dt {
  width: 430px;
  height: 5px;
  background: #eac02b 0% 0% no-repeat padding-box;
  position: relative; }

.saleselbox .selbox_text dd {
  position: relative;
  top: -14px;
  left: 22%;
  font-size: 14px;
  font-weight: bold;
  background: transparent linear-gradient(90deg, #f9d248 0%, #fffa77 43%, #f8d148 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #e98c00;
  border-radius: 11px;
  height: 22px;
  width: 224px;
  line-height: 22px;
  text-align: center; }

.saleselbox ul {
  display: flex; }

.saleselbox ul li {
  position: relative;
  margin-left: -78px;
  width: 145px;
  opacity: 0.4;
  filter: grayscale(100%); }

.saleselbox ul li:nth-of-type(1) {
  margin-left: 0px; }

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

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

.des_wrap .salesedes {
  display: none; }
  .des_wrap .salesedes.on {
    display: flex; }

.salesedes {
  margin: 0 auto;
  padding-top: 24px;
  width: 1200px;
  display: flex;
  padding-left: 77px;
  gap: 40px; }
  .salesedes.pc_one .salesepro-cont {
    pointer-events: none; }
  .salesedes.pc_one .salesepro-cont .salesepro-name:before {
    opacity: 0; }

.salesepro {
  width: 552px; }

.salesepro .salesepro-name {
  float: left;
  width: fit-content; }

.salesepro .pcs {
  float: right;
  min-width: 93px;
  padding: 0 8px;
  height: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  background: #eaeaef;
  border-radius: 10px;
  color: #646081;
  white-space: nowrap;
  margin-right: 20px; }

.salesepro .pcs span {
  display: none;
  color: #00a764; }

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

.salesepro-head {
  font-size: 18px;
  font-weight: 500;
  color: #b0aec7;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 2px solid #d7d5e8; }

.saleseorder .salesepro-head {
  width: 378px;
  margin-left: 52px; }

.salesepro-cont {
  margin-top: 32px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 28px; }

.salesepro-cont li {
  position: relative;
  opacity: 0.5;
  cursor: pointer; }

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

.salesepro-cont li > div {
  height: 20px; }

.salesepro-cont li > p {
  font-size: 12px;
  font-weight: 300;
  color: #646081;
  opacity: 0.4;
  clear: both;
  margin-top: 4px;
  padding-left: 34px; }

.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 8px 0 0;
  border-radius: 2px; }

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

.salesepro-cont li.checked {
  opacity: 1; }

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

.salesepro-cont li.checked > p {
  font-weight: 300;
  color: #646081;
  opacity: 0.8; }

.salesepro-cont li.checked .salesepro-name::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 19px;
  left: 4px;
  top: -2px;
  background: url(../images/free_check_icon.svg) center no-repeat; }

.saleseorder {
  width: 451px;
  height: 263px;
  float: right;
  text-align: left; }

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

.saleseorder-head {
  height: 34px;
  border-bottom: 2px solid #d7d5e8; }

.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, #CB26A4 0%, #FF1A68 100%) 0% 0% no-repeat padding-box;
  border-radius: 2px;
  color: #fff; }

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

.saleseorder-cont {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0px 0px;
  gap: 8px; }

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

.no_extra .saleseorder-extra {
  display: none; }
.no_extra .saleseorder-cont {
  padding: 16px 0 20px;
  border-bottom: 1px dashed #D6C18D;
  margin-bottom: 14px;
  gap: 12px; }
.no_extra .saleseorder-total {
  margin-bottom: 22px; }
.no_extra .saleseorder-extra {
  display: none; }

.pc_one .saleseorder-extra:after {
  content: '';
  display: block;
  width: 394px;
  height: 50px;
  background: url(../images/no_bg.png) no-repeat center/cover;
  position: absolute;
  left: -20px;
  top: -4px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease; }

.saleseorder-extra.not_all:after {
  content: '';
  display: block;
  width: 394px;
  height: 50px;
  background: url(../images/no_bg.png) no-repeat center/cover;
  position: absolute;
  left: -20px;
  top: -4px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease; }

.saleseorder-extra {
  width: 100%;
  margin: 10px auto 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative; }
  .saleseorder-extra .brCountdown {
    display: flex;
    background: none;
    font: normal normal 500 12px/1.2 Lexend;
    color: #000000;
    padding-left: 10px; }
    .saleseorder-extra .brCountdown b {
      color: #FF2803;
      font: inherit; }

.saleseorder-extra::before {
  content: "";
  display: block;
  width: 394px;
  height: 51px;
  position: absolute;
  left: -20px;
  top: -4px;
  background: url(../images/extra_bg.png) center no-repeat; }

.saleseorder-extra p {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%; }

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

.saleseorder-extra p span img {
  margin-right: 5px;
  position: relative;
  top: 2px; }

.saleseorder-extra p span:nth-of-type(2) {
  width: 62px;
  text-align: left; }

.saleseorder-extra::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
  opacity: 0;
  transform: scale(2);
  transition: all 0.3s ease; }

.saleseorder-extra.una::before,
.saleseorder-extra.sold::before {
  background: url(../images/extra_gray.png) center no-repeat;
  z-index: 3; }

.saleseorder-extra.una::after {
  width: 98px;
  height: 55px;
  top: -6px;
  right: 95px;
  opacity: 1;
  transform: scale(1);
  background: url(../images/una.png) center no-repeat; }

.saleseorder-extra.sold p span {
  color: #545454; }

.saleseorder-extra.sold::after {
  width: 61px;
  height: 32px;
  top: 5px;
  right: 105px;
  opacity: 1;
  transform: scale(1);
  background: url(../images/sold.png) center no-repeat; }

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

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

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

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

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

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

.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;
  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: url(../images/center-buy-bg.png) top center no-repeat; }

.saleexclu::after {
  position: absolute;
  content: "";
  width: 303px;
  height: 59px;
  left: 0;
  right: 0;
  margin: auto;
  top: -55px;
  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: 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: url(../images/salecent-boxbg.png) center no-repeat; }

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

.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 .salecent_line {
  top: 148px;
  height: 8px;
  background: #facb2b; }

.soldOut .salecent_soldoff {
  display: block; }

.saleexclu_left {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 60px; }

.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;
  margin-left: 31px; }

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

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

.saleexclu-supcnt > p.salekeep-price {
  font-size: 24px;
  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(30, 28, 44, 0.46); }

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

.saleexclu-cnttips {
  font-size: 12px;
  color: rgba(30, 28, 44, 0.66); }

.award {
  margin-bottom: 20px;
  margin-top: 60px;
  position: relative;
  text-align: center; }

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

.zoom {
  animation: zoom-scaling 1.6s ease-in-out 1; }

@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0; }
  25% {
    transform: scale(1.4);
    opacity: 1; }
  50% {
    transform: scale(0.6);
    opacity: 0.5; }
  75% {
    transform: scale(1.4);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0.5; } }
.saleseorder-buy {
  position: relative; }
  .saleseorder-buy .btnh_icon {
    right: 0px;
    bottom: -26px; }
    .saleseorder-buy .btnh_icon.on {
      right: -48px;
      bottom: -12px; }

.btnh_icon {
  position: absolute;
  transform: scale(0.5);
  opacity: 0.5;
  transition: all .3s ease; }
  .btnh_icon.on {
    transform: scale(1);
    opacity: 1; }

.section1 .pro_list,
.section2 .pro_list {
  width: 1200px; }
  .section1 .pro_list > li,
  .section2 .pro_list > li {
    background: transparent linear-gradient(0deg, #FEFAEE 0%, #FFFBEF 77%, #FFFBF8 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFE1BF;
    border-radius: 15px;
    display: flex; }
  .section1 .pro_list .desc_ul,
  .section2 .pro_list .desc_ul {
    display: flex; }
    .section1 .pro_list .desc_ul li,
    .section2 .pro_list .desc_ul li {
      font-size: 16px;
      font-weight: 400;
      box-sizing: border-box;
      position: relative;
      display: flex;
      align-items: center;
      width: fit-content;
      padding-left: 25px;
      text-wrap: nowrap; }
      .section1 .pro_list .desc_ul li::before,
      .section2 .pro_list .desc_ul li::before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        margin-right: 10px;
        background: url(../images/check.svg) no-repeat center/cover; }

.section1 {
  position: relative;
  box-sizing: border-box;
  padding-top: 65px;
  max-width: 1920px;
  margin: 0 auto 0; }
  .section1 h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold; }
  .section1 .desc {
    color: #1E1C2C;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 11px auto 0; }
  .section1 .pro_list {
    margin: 62px auto 0; }
    .section1 .pro_list > li {
      padding: 0px 40px 0px 60px;
      height: 368px;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 60px; }
      .section1 .pro_list > li:nth-of-type(even) {
        flex-direction: row-reverse;
        padding-left: 62px;
        justify-content: flex-end; }
    .section1 .pro_list li:nth-of-type(1) .text_wrap,
    .section1 .pro_list li:nth-of-type(3) .text_wrap {
      width: 58%; }
    .section1 .pro_list .img_wrap {
      height: fit-content;
      position: relative;
      padding-top: 20px; }
      .section1 .pro_list .img_wrap .sale_box {
        position: absolute;
        width: 114px;
        right: 95px;
        bottom: 14px; }
        .section1 .pro_list .img_wrap .sale_box img {
          width: 100%; }
    .section1 .pro_list .text_wrap {
      width: 55%; }
      .section1 .pro_list .text_wrap .pro_name {
        margin: 0;
        font-size: 20px;
        font-weight: bold; }
        .section1 .pro_list .text_wrap .pro_name span {
          color: #8E8E8E;
          font-size: 16px;
          font-weight: 400; }
      .section1 .pro_list .text_wrap .pro_desc {
        margin: 6px 0 0;
        font-size: 16px;
        font-weight: 500; }
        .section1 .pro_list .text_wrap .pro_desc.cl1 {
          color: #004FF1; }
        .section1 .pro_list .text_wrap .pro_desc.cl2 {
          color: #CB0000; }
        .section1 .pro_list .text_wrap .pro_desc.cl3 {
          color: #39BB34; }
        .section1 .pro_list .text_wrap .pro_desc.cl4 {
          color: #00BBCA; }
      .section1 .pro_list .text_wrap .desc_ul {
        margin-top: 24px;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px 0px; }
        .section1 .pro_list .text_wrap .desc_ul li {
          min-width: 50%; }
      .section1 .pro_list .text_wrap .btn_box {
        width: fit-content;
        height: fit-content;
        position: relative; }
        .section1 .pro_list .text_wrap .btn_box .btnh_icon {
          right: -26px;
          bottom: -10px; }
          .section1 .pro_list .text_wrap .btn_box .btnh_icon.on {
            right: -46px;
            bottom: 0px; }
      .section1 .pro_list .text_wrap .buybtn {
        border-radius: 6px;
        width: 300px;
        height: 55px;
        margin: 37px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 65px;
        z-index: 2; }
        .section1 .pro_list .text_wrap .buybtn:after {
          content: '';
          display: block;
          width: 8px;
          height: 45px;
          position: absolute;
          top: 50%;
          left: 0px;
          right: 0px;
          margin: 0px auto;
          transform: translateY(-50%);
          background: url(../images/btn_line.svg) no-repeat center/cover; }
        .section1 .pro_list .text_wrap .buybtn p {
          display: flex;
          flex-direction: column;
          line-height: normal;
          font-weight: 400;
          text-align: left; }
          .section1 .pro_list .text_wrap .buybtn p i {
            font-style: normal;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7); }
          .section1 .pro_list .text_wrap .buybtn p del {
            position: relative;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none; }
            .section1 .pro_list .text_wrap .buybtn p del::after {
              content: "";
              display: block;
              width: 60px;
              height: 29px;
              position: absolute;
              left: -7px;
              top: -2px;
              background: url(../images/del_bg.svg) center no-repeat; }
            .section1 .pro_list .text_wrap .buybtn p del b {
              font-size: 18px;
              font-weight: 400; }
          .section1 .pro_list .text_wrap .buybtn p span {
            color: #fff;
            font-size: 14px; }
            .section1 .pro_list .text_wrap .buybtn p span b {
              font-size: 28px;
              font-weight: 400; }

.section2 {
  font-family: League Spartan; }
  .section2 .pro_list {
    margin: 0px auto;
    display: flex;
    justify-content: space-between; }
    .section2 .pro_list > li {
      width: 385px;
      height: 353px;
      flex-direction: column;
      align-items: center;
      padding-top: 34px;
      position: relative; }
      .section2 .pro_list > li .discount {
        width: 107px;
        height: 29px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        color: #fff;
        position: absolute;
        top: 15px;
        right: 15px;
        background: url(../images/off_bg.png) center no-repeat; }
      .section2 .pro_list > li h4 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px auto 20px; }
      .section2 .pro_list > li .desc_ul {
        flex-direction: column;
        gap: 5px; }
      .section2 .pro_list > li .price {
        margin: 30px auto 0px;
        font-size: 16px; }
        .section2 .pro_list > li .price span {
          font-weight: bold; }
          .section2 .pro_list > li .price span b {
            font-size: 30px; }
        .section2 .pro_list > li .price del {
          color: #A195AA;
          margin-left: 5px; }
      .section2 .pro_list > li > p {
        margin-top: 10px;
        color: #707070; }

.award {
  text-align: center;
  margin-top: 100px; }
  .award h2 {
    font-size: 30px;
    margin-bottom: 30px; }

.review {
  margin-top: 90px;
  padding-top: 130px;
  border-top: 1px solid #D8D6D5;
  position: relative; }
  .review::before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 29px;
    background: url(../images/circle.svg) no-repeat; }
  .review .content {
    position: relative;
    width: 1104px;
    height: 348px;
    margin: 0 auto;
    background: url(../images/review_bg.png) center center no-repeat; }
    .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 #B0B0B2;
      box-sizing: border-box; }
      .review .content > span::before, .review .content > span::after {
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        height: 3px;
        border-radius: 4px;
        background: #B0B0B2; }
      .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 #FFCC5C;
        transition: all 0.3s ease; }
        .review .content > span:hover::before, .review .content > span:hover::after {
          background: #FFCC5C; }
      .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: #FFCC5C;
          border: 5px solid #FFCC5C; }
          .review .content .message dl dt > img {
            width: 100px;
            height: auto; }
      .review .content .message h3 {
        margin-top: 10px;
        font-size: 26px;
        color: #000; }
      .review .content .message p {
        margin-top: 15px;
        color: #9898A2;
        line-height: 22px; }
      .review .content .message h4 {
        font-size: 14px;
        color: #9898A2;
        margin-top: 13px; }

.bottom-buy {
  height: 178px;
  background: url(../images/bottom_bg.png) top no-repeat;
  position: fixed;
  width: 100%;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  opacity: 1 !important;
  transform: translate3d(0, 200%, 0);
  transition: all 0.8s;
  padding-top: 20px;
  font-family: "League Spartan"; }
  .bottom-buy.none {
    display: none !important; }
  .bottom-buy.on {
    transform: translateZ(0);
    bottom: -22px; }
  .bottom-buy .wrapper {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    .bottom-buy .wrapper .off {
      position: relative;
      width: 265px;
      height: 100%; }
      .bottom-buy .wrapper .off img {
        position: relative;
        bottom: -14px;
        left: 14px; }
  .bottom-buy h3 {
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 5px; }
    .bottom-buy h3 .bottom_tile {
      font-size: 18px;
      font-weight: 500;
      margin-top: 0px;
      color: #570000; }
      .bottom-buy h3 .bottom_tile span {
        color: #06C200;
        font-size: 18px;
        font-weight: bold; }
      .bottom-buy h3 .bottom_tile.sold {
        margin-top: 20px; }
    .bottom-buy h3 .date.bot_date {
      width: 570px;
      height: 55px;
      margin-top: -5px;
      background: url(../images/time_bg_bot.png) no-repeat center/cover;
      box-sizing: border-box;
      padding: 14px 0 0 92px;
      font: normal normal 600 14px/21px League Spartan;
      color: #570000; }
      .bottom-buy h3 .date.bot_date b {
        color: #FF006B;
        font-weight: 600;
        min-width: 12px; }
        .bottom-buy h3 .date.bot_date b:last-of-type {
          min-width: 26px; }
  .bottom-buy .pb_titme {
    width: 434px;
    height: 44px;
    margin: 0px auto 0px;
    background: url(../images/time_bg.png) center no-repeat;
    position: relative; }
    .bottom-buy .pb_titme .num_box {
      position: relative;
      left: 18px;
      top: 8px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .bottom-buy .pb_titme p {
      font-size: 14px;
      font-weight: 600;
      color: #E30562; }
    .bottom-buy .pb_titme .countdown {
      font-family: "Montserrat Alternates";
      height: 18px;
      top: 0px;
      position: relative;
      padding: 0px 2px; }
      .bottom-buy .pb_titme .countdown::before, .bottom-buy .pb_titme .countdown::after {
        content: "";
        display: block;
        position: absolute;
        height: 16px;
        width: 1px;
        box-shadow: 1px 0px 0px #FFF700;
        border: 1px solid #C86602;
        box-sizing: border-box;
        top: 1px; }
      .bottom-buy .pb_titme .countdown::before {
        left: 19px; }
      .bottom-buy .pb_titme .countdown::after {
        right: 19px; }
      .bottom-buy .pb_titme .countdown .scroll-tick {
        padding: 0px 3px;
        height: 18px; }
        .bottom-buy .pb_titme .countdown .scroll-tick:nth-of-type(2) {
          padding: 0px 6px; }
        .bottom-buy .pb_titme .countdown .scroll-tick span,
        .bottom-buy .pb_titme .countdown .scroll-tick strong {
          font-size: 14px;
          font-weight: 900;
          color: #570000; }
    .bottom-buy .pb_titme .br-reduce {
      left: 74%; }
      .bottom-buy .pb_titme .br-reduce .br-numGhost {
        left: 6px;
        top: 0px; }
  .bottom-buy .right-message {
    text-align: center;
    position: relative; }
    .bottom-buy .right-message .price {
      display: flex;
      align-items: baseline;
      position: relative;
      justify-content: center;
      font-family: Spartan;
      padding-top: 5px; }
      .bottom-buy .right-message .price span {
        font-size: 18px;
        font-weight: bold; }
      .bottom-buy .right-message .price b {
        font-size: 32px;
        font-weight: bold; }
      .bottom-buy .right-message .price del {
        color: #8A4E00;
        font-weight: 500;
        margin-left: 5px;
        font-size: 14px; }
    .bottom-buy .right-message .buybtn {
      position: relative;
      display: block;
      width: 246px;
      height: 42px;
      font: normal normal 500 18px/43px League Spartan;
      z-index: 2; }
    .bottom-buy .right-message .btnh_icon {
      right: -12px;
      top: 30px; }
      .bottom-buy .right-message .btnh_icon.on {
        right: -40px;
        top: 20px; }

.service {
  margin-top: 80px;
  padding: 70px 0px 20px; }
  .service .wrapper {
    width: 1120px;
    min-width: 1120px; }
  .service dl {
    width: 553px;
    height: 125px;
    float: left;
    background-color: #FFF9ED; }
    .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: 50px;
  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,
.pop-buy {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  padding: 0;
  font-family: "League Spartan"; }
  .pop-warp.on,
  .pop-buy.on {
    z-index: 9999;
    opacity: 1;
    transform: scale(1); }

.pop-warp {
  width: 594px;
  height: 433px;
  background: url(../images/pop_wrap.png) no-repeat center/cover; }
  .pop-warp .close {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/pop_close.png) no-repeat center/cover;
    position: absolute;
    right: 10px;
    top: 60px; }
    .pop-warp .close:hover {
      transform: scale(1.2); }
  .pop-warp .pop-content {
    width: fit-content;
    height: fit-content;
    margin: 346px auto 0px;
    position: relative; }
  .pop-warp .click_am {
    position: absolute;
    top: 15px;
    right: -20px;
    cursor: pointer;
    -webkit-animation: moveMouse 1s linear infinite;
    animation: moveMouse 1s linear infinite; }
@keyframes moveMouse {
  0% {
    transform: translatey(-8px); }
  50% {
    transform: translatey(0px); }
  100% {
    transform: translatey(-8px); } }
    .pop-warp .click_am span {
      position: absolute;
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 30px;
      border: 3px solid #fff;
      top: 9px;
      left: 13px;
      -webkit-animation: click 1s linear infinite;
      animation: click 1s linear infinite; }
@keyframes click {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
    .pop-warp .click_am img {
      position: relative; }
  .pop-warp .buybtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 274px;
    height: 45px;
    font: normal normal 600 18px/1.2 League Spartan;
    z-index: 2;
    background: transparent linear-gradient(180deg, #FFE57D 0%, #FF5353 41%, #FF2929 54%, #CF0202 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #FE9C5B;
    border: 2px solid #F63629;
    border-radius: 24px; }
    .pop-warp .buybtn i {
      font-style: normal; }
  .pop-warp .btnh_icon {
    right: -12px;
    top: -27px; }
    .pop-warp .btnh_icon.on {
      right: -42px;
      top: -37px; }

.pop-buy {
  width: 602px;
  height: 447px;
  background: url(../images/pop_buy.png) center/cover no-repeat; }
  .pop-buy .close {
    text-align: center;
    margin-top: 8px;
    font: normal normal normal 14px/16px League Spartan;
    color: #847C7C;
    cursor: pointer; }
    .pop-buy .close:hover {
      text-decoration: underline; }
  .pop-buy .pop_text {
    position: absolute;
    width: 300px;
    display: flex;
    gap: 4px;
    left: 188px;
    top: 84px;
    align-items: center; }
    .pop-buy .pop_text .text {
      position: relative;
      z-index: 0;
      display: inline-block;
      font: inherit;
      font-weight: 600;
      line-height: 1;
      color: #fff;
      font-size: 22px; }
      .pop-buy .pop_text .text::after {
        content: attr(data-text);
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 2px #9F0084;
        text-shadow: none; }
      .pop-buy .pop_text .text::before {
        content: attr(data-text);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        display: block;
        font: inherit;
        background-image: linear-gradient(146deg, #fff 0%, #fff 100%);
        -webkit-background-clip: text;
        color: rgba(0, 0, 0, 0);
        text-align: center; }
      .pop-buy .pop_text .text.text2::before {
        background-image: linear-gradient(146deg, #FBFF85 0%, #FBFF85 100%); }
  .pop-buy .pop_desc {
    font: normal normal 500 16px/18px League Spartan;
    color: #570000;
    text-align: center;
    margin: 0 auto 0; }
  .pop-buy .btn_box {
    position: relative;
    width: fit-content;
    margin: 0 auto 0; }
  .pop-buy .buybtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 274px;
    height: 45px;
    font: normal normal 600 18px/1.2 League Spartan;
    z-index: 2;
    background: transparent linear-gradient(180deg, #FFE57D 0%, #FF5353 41%, #FF2929 54%, #CF0202 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #FE9C5B;
    border: 2px solid #F63629;
    border-radius: 24px; }
    .pop-buy .buybtn i {
      font-style: normal; }
  .pop-buy .btnh_icon {
    right: -12px;
    top: -27px; }
    .pop-buy .btnh_icon.on {
      right: -42px;
      top: -37px; }
  .pop-buy .price_box {
    width: 200px;
    text-align: center;
    margin: 156px auto 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px; }
    .pop-buy .price_box span {
      position: relative;
      font-size: 16px;
      font-weight: 400;
      color: #542908; }
      .pop-buy .price_box span:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: 12px;
        background: url(../images/pop_del.png) no-repeat center/cover; }
    .pop-buy .price_box p.p1 {
      font-size: 28px;
      color: #000;
      font-weight: bold; }
      .pop-buy .price_box p.p1 b {
        font-size: 56px; }
  .pop-buy .pop_ext {
    position: absolute;
    top: 155px;
    right: 110px; }
    .pop-buy .pop_ext.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; } }
  .pop-buy .pop-message {
    margin: 136px auto 0px;
    width: 100%;
    line-height: normal;
    position: relative; }
    .pop-buy .pop-message .price_box .total {
      display: flex;
      justify-content: center;
      align-items: baseline; }
      .pop-buy .pop-message .price_box .total i {
        font-style: normal;
        margin-right: 10px;
        font-size: 16px;
        color: #AEA299;
        text-decoration: line-through; }
      .pop-buy .pop-message .price_box .total span {
        font-size: 18px;
        font-weight: bold;
        margin-left: 10px; }
        .pop-buy .pop-message .price_box .total span strong {
          font-size: 44px; }
      .pop-buy .pop-message .price_box .total del {
        font-size: 16px;
        text-decoration: none;
        color: #542908;
        position: relative; }
        .pop-buy .pop-message .price_box .total del::after {
          content: "";
          width: 52px;
          height: 12px;
          background: url(../images/del_bg.png);
          position: absolute;
          top: 0px;
          left: -2px; }
    .pop-buy .pop-message .buybtn {
      margin: 0px auto;
      width: 274px;
      height: 45px;
      font-weight: 600;
      z-index: 2; }
      .pop-buy .pop-message .buybtn i {
        font-style: normal; }
    .pop-buy .pop-message .btnh_icon {
      right: 0px;
      bottom: 0px; }
      .pop-buy .pop-message .btnh_icon.on {
        right: -45px;
        bottom: 15px; }
    .pop-buy .pop-message .time_box {
      margin-top: 10px;
      font-size: 14px;
      color: #270000;
      text-align: center; }
      .pop-buy .pop-message .time_box strong {
        color: #E31212;
        font-weight: 400; }

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