* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

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;
  padding-bottom: 160px;
  position: relative; }
  body:after {
    display: block;
    content: '';
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 0;
    height: 3590px;
    position: absolute;
    top: 800px;
    z-index: -1;
    pointer-events: none;
    background: url(../images/all_bg.jpg) no-repeat center/cover; }
  body ._mob {
    display: none !important; }

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

.banbuybtn {
  overflow: hidden; }
  .banbuybtn > span {
    display: block;
    width: 63px;
    height: 47px;
    position: absolute;
    top: 1px;
    left: -47px;
    background: url(../images/lightShadow.png) no-repeat;
    animation: lightShadow 6s infinite; }

.buybtn {
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  background: transparent linear-gradient(180deg, #FF7D7D 0%, #FF5353 41%, #FF2929 54%, #CF0202 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 19px #FF00006E;
  border: 2px solid #F63629;
  transition: all .3s ease-out; }
  .buybtn:hover {
    background: transparent linear-gradient(0deg, #FF3434 0%, #FF4848 41%, #FF2929 54%, #CF0202 100%) 0% 0% no-repeat padding-box; }

.soldOut .banner .buybtn {
  margin-top: 18px; }
.soldOut .title_sale {
  display: none !important; }
.soldOut .title_sold {
  display: inline-block !important; }

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

.title_sold {
  display: none !important; }

/* banner */
.banner {
  width: 100%;
  min-width: 1200px;
  height: 1000px;
  overflow: hidden;
  background: url(../images/banner_bg.jpg) center top no-repeat;
  background-position-y: -8px;
  padding-top: 30px; }
  .banner .logo {
    position: absolute;
    z-index: 5;
    display: block;
    width: 54px;
    height: 17px;
    left: 46px;
    top: 34px; }
    .banner .logo > svg {
      pointer-events: none; }
  .banner .buybtn {
    width: 100%;
    margin: 10px auto 0px;
    font-size: 16px;
    z-index: 2; }
  .banner .banner_title {
    position: relative; }
    .banner .banner_title h1 {
      position: relative;
      z-index: 1;
      margin: 0 auto;
      height: 193px;
      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;
        display: none; }
        .banner .banner_title h1 > img.on {
          display: block; }
  .banner .time_box {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 274px;
    top: 155px;
    z-index: 10; }
    .banner .time_box img {
      position: absolute;
      left: -36px;
      top: -14px; }
    .banner .time_box .timecount {
      color: #1E0641;
      font-size: 12px;
      font-weight: 600; }
      .banner .time_box .timecount strong {
        color: #F21F1F;
        font-weight: bold;
        font-size: 14px; }
  .banner .desc {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0px;
    color: #0000008A; }
    .banner .desc span {
      padding-right: 4px; }

@keyframes light {
  from {
    opacity: 0; }
  to {
    opacity: 0.5; } }
@keyframes lightShadow {
  0% {
    transform: translateX(-600px); }
  100% {
    transform: translateX(600px); } }
.main {
  overflow: hidden; }

.salecont {
  position: relative;
  height: 520px;
  margin-top: 25px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 35px;
  background: #FFFBF8;
  padding: 30px 0px 0px; }
  .salecont::after, .salecont::before {
    content: "";
    display: block;
    position: absolute; }
  .salecont::before {
    bottom: -50px;
    left: -30px;
    width: 152px;
    height: 80px; }
  .salecont::after {
    bottom: -50px;
    left: 47%;
    width: 286px;
    height: 86px; }
  .salecont .salesepro-price del {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.31); }

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

.saleselbox {
  margin: 0 auto;
  width: 1125px;
  padding: 10px 0 10px; }
  .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; }
    .saleselbox ul li.checked .seloff b {
      display: inline-block;
      position: absolute;
      z-index: 0;
      color: #000;
      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 #FFD500;
        text-shadow: 1px 1px 2px #FFA09E; }
    .saleselbox ul li.selbox6 {
      margin-right: 0px; }
    .saleselbox ul li::after, .saleselbox ul li::before {
      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: -20px;
      width: 34px;
      height: 32px;
      opacity: 0;
      visibility: hidden;
      background: url(../images/check_icon.png) center no-repeat; }
    .saleselbox ul li .img_pcs {
      position: absolute;
      bottom: 20px;
      left: 52px;
      opacity: 0;
      transition: all .3s ease; }
    .saleselbox ul li.checked {
      filter: inherit;
      opacity: 1; }
      .saleselbox ul li.checked::before {
        background: #BF04E0; }
      .saleselbox ul li.checked::after {
        opacity: 1;
        visibility: visible; }
      .saleselbox ul li.checked .img_pcs {
        opacity: 1; }

.salesedes {
  margin: 0 auto;
  padding: 0px 35px 0px 45px;
  display: flex;
  justify-content: space-between; }

.salesepro {
  width: 620px;
  border-bottom: 2px solid #D7D5E8; }
  .salesepro .pcs {
    font-size: 14px;
    font-weight: 600;
    color: #F546AD;
    margin-right: 50px;
    opacity: 0;
    transition: all .3s ease; }
  .salesepro .salesepro-price {
    width: 80px; }
    .salesepro .salesepro-price span {
      opacity: 0; }

.salesepro-head {
  padding: 0px 35px 0px 20px;
  border-bottom: 2px solid #D7D5E8;
  display: flex;
  justify-content: space-between; }
  .salesepro-head h4 {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #D7D5E8; }
  .salesepro-head .salesepro-l {
    padding-left: 10px; }
  .salesepro-head .salesepro-r {
    display: flex;
    gap: 40px; }

.salesepro-cont {
  margin-top: 32px;
  text-align: left;
  padding-left: 20px; }
  .salesepro-cont li {
    position: relative;
    margin-bottom: 10px;
    height: 24px;
    display: flex; }
    .salesepro-cont li p {
      font-size: 14px;
      color: #3f3f3f; }
    .salesepro-cont li.checked p {
      font-weight: 700;
      color: #0d0d0d; }
    .salesepro-cont li.checked .salesepro-price del {
      font-weight: 400;
      color: rgba(0, 0, 0, 0.31);
      text-decoration: line-through; }
    .salesepro-cont li.checked .salesepro-price span {
      font-weight: 300;
      color: #4D4D4D;
      margin-left: 6px;
      opacity: 1; }
    .salesepro-cont li.checked .salesepro-name::after {
      position: absolute;
      content: "";
      width: 20px;
      height: 19px;
      left: 4px;
      top: -2px;
      background: url(../images/box_check.svg) center no-repeat; }
    .salesepro-cont li.checked .pcs {
      opacity: 1; }
  .salesepro-cont .salesepro-name {
    cursor: pointer;
    flex: 1; }
    .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 .salesepro-name p span {
        font-size: 11px;
        font-weight: 300;
        color: #646081; }
        .salesepro-cont .salesepro-name p span b {
          font-weight: 400;
          color: #00AA3E; }

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

.saleseorder {
  width: 451px;
  height: 270px;
  float: right;
  text-align: left;
  background: #FFF2D0;
  border-radius: 10px; }
  .saleseorder .viewbox {
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    text-align: center;
    height: 17px;
    top: 15px; }
    .saleseorder .viewbox p {
      position: absolute;
      top: 12px;
      left: 0px;
      right: 0px;
      margin: 0px auto;
      opacity: 0;
      z-index: 0;
      transition: all .4s ease-out; }
      .saleseorder .viewbox p.on {
        top: 0px;
        opacity: 1;
        z-index: 1; }

.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;
    color: #fff;
    background: transparent linear-gradient(281deg, #f147b4a6 0%, #F147B4 21%, #F23EB2 47%, #F955A1 76%, #FF1A681A 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px; }

.saleseorder-price {
  width: 72px;
  display: inline-block;
  color: #F547AB;
  vertical-align: middle;
  text-align: center; }
  .saleseorder-price .salertotal {
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    color: #000;
    font-weight: bold; }
    .saleseorder-price .salertotal .ct_price {
      display: flex;
      width: inherit;
      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: 12px; }

.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.sold {
  position: relative; }
  .saleseorder-extra.sold:after {
    display: block;
    content: '';
    width: 100%;
    height: 34px;
    background: transparent linear-gradient(90deg, #FFF2D0FA 0%, #5D4170 48%, #FFF2D0F0 100%) 0% 0% no-repeat padding-box;
    opacity: 0.92;
    filter: blur(2px);
    position: absolute;
    left: 0px;
    top: -6px; }
  .saleseorder-extra.sold::before {
    display: block;
    content: '';
    width: 106px;
    height: 42px;
    background: url(../images/sold_icon.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 10; }

.saleseorder-extra {
  padding-right: 24px; }

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

.countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 14px;
  top: -2px;
  line-height: 18px;
  overflow: hidden;
  padding: 0px 5px;
  text-align: center; }
  .countdown .scroll-tick strong,
  .countdown .scroll-tick span {
    font-size: 14px;
    display: block;
    font-weight: 600;
    color: #ff0b0b; }

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

.br-reduce {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0px; }
  .br-reduce.reduce1 .br-num {
    background-position: 0 0; }
  .br-reduce.reduce2 .br-num {
    background-position: 0 -30px; }
  .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); } }
.banner .banner_title h1 {
  height: fit-content;
  position: relative; }
.banner .progress_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 24%;
  bottom: 8px;
  width: 218px;
  height: 18px;
  background: #FFEFE4 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 3px #FE8600;
  /* border: 1px solid #70707033; */
  border-radius: 10px;
  z-index: 1; }
  .banner .progress_bar .progress_barbg {
    position: absolute;
    width: 97%;
    height: 11px;
    background: transparent linear-gradient(90deg, #ff3939 0%, #d40a00 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    right: 3px;
    overflow: hidden;
    transition: all .3s ease-out; }
    .banner .progress_bar .progress_barbg::before {
      content: "";
      width: 22px;
      height: 18px;
      background: url(../images/bar_circle.svg);
      position: absolute;
      left: -4px;
      top: -4px; }
  .banner .progress_bar .pb_titme {
    display: flex;
    align-items: center;
    height: 14px;
    position: relative;
    top: 0;
    color: #3A0101; }
    .banner .progress_bar .pb_titme p {
      font-size: 12px;
      font-weight: 500; }
    .banner .progress_bar .pb_titme .br-numGhost {
      left: 8%;
      top: -15px; }
.banner .saleseorder > p {
  top: 0px; }

.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: -280px auto 0; }
  .section1 h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold; }
    .section1 h2 img {
      width: 820px;
      height: 169px; }
  .section1 .desc {
    color: #1E1C2C;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: -30px 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: -10px;
          bottom: -20px; }
          .section1 .pro_list .text_wrap .btn_box .btnh_icon.on {
            right: -46px;
            bottom: 0px;
            transform: scale(1); }
      .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: 122px;
  background: url(../images/bottom_bg.jpg) bottom 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.on {
    transform: translateZ(0);
    bottom: -3px; }
  .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: 8px;
        display: none; }
        .bottom-buy .wrapper .off img.on {
          display: block; }
  .bottom-buy h3 {
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 16px; }
    .bottom-buy h3 .bottom_tile {
      font-size: 18px;
      font-weight: 500;
      color: #570000;
      position: relative;
      transform: translateY(10px); }
      .bottom-buy h3 .bottom_tile.sold {
        font-size: 22px; }
        .bottom-buy h3 .bottom_tile.sold b {
          font-size: 26px; }
          .bottom-buy h3 .bottom_tile.sold b:after {
            -webkit-text-stroke: 5px #1E0641; }
        .bottom-buy h3 .bottom_tile.sold strong {
          left: 178px;
          top: 1px;
          font-size: 26px;
          background: #FF1A68;
          -webkit-background-clip: text;
          color: transparent; }
      .bottom-buy h3 .bottom_tile b {
        position: relative;
        z-index: 0;
        display: inline-block;
        font-size: 18px;
        font-weight: 800;
        line-height: 1;
        color: transparent; }
        .bottom-buy h3 .bottom_tile b:after {
          content: attr(data-text);
          position: absolute;
          left: 0;
          z-index: -1;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-text-stroke: 3px #1E0641; }
      .bottom-buy h3 .bottom_tile strong {
        position: absolute;
        left: 102px;
        top: 4px;
        z-index: 2;
        display: block;
        font-size: 18px;
        font-weight: 800;
        line-height: 1;
        background: #22FF7D;
        -webkit-background-clip: text;
        color: transparent;
        text-align: center; }
  .bottom-buy .time_box {
    position: relative;
    margin-top: 16px; }
    .bottom-buy .time_box img {
      position: absolute;
      left: -36px;
      top: -10px; }
    .bottom-buy .time_box .timecount {
      color: #1E0641;
      font-size: 16px;
      font-weight: 600; }
      .bottom-buy .time_box .timecount strong {
        color: #F21F1F;
        font-weight: bold; }
  .bottom-buy .pb_titme {
    width: 434px;
    height: 44px;
    margin: 12px auto 0px;
    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;
    transform: translateY(-6px); }
    .bottom-buy .right-message .bot_desc {
      font: normal normal 500 14px/1 League Spartan;
      letter-spacing: 0px;
      color: #33010E87;
      margin-top: 4px;
      display: inline-block; }
    .bottom-buy .right-message .price {
      display: flex;
      align-items: baseline;
      position: relative;
      justify-content: center;
      font-family: Spartan;
      padding-top: 0px; }
      .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;
        font-family: 'League Spartan'; }
    .bottom-buy .right-message .buybtn {
      position: relative;
      display: block;
      width: 246px;
      height: 42px;
      margin-top: -4px;
      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: 613px;
  height: 518px;
  background: url(../images/pop_bg.png) no-repeat center/cover;
  transform-style: preserve-3d; }
  .pop-warp .box_p {
    position: absolute;
    width: fit-content;
    left: 185px;
    top: 218px;
    height: 36px;
    font: normal normal bold 16px/36px Lexend;
    letter-spacing: 0.16px;
    color: #22FF7D; }
    .pop-warp .box_p b {
      position: relative;
      z-index: 0;
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      color: transparent; }
      .pop-warp .box_p b:after {
        content: attr(data-text);
        position: absolute;
        left: 0;
        z-index: -1;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 3px #fff; }
    .pop-warp .box_p strong {
      position: absolute;
      left: 0px;
      top: 10px;
      z-index: 2;
      display: block;
      font-size: 16px;
      font-weight: bold;
      line-height: 1;
      background: #FF1A68;
      -webkit-background-clip: text;
      color: transparent;
      text-align: center; }
    .pop-warp .box_p span {
      font-weight: inherit;
      color: inherit; }
    .pop-warp .box_p .spec.on {
      animation: zoom-scaling1 1s ease-in-out infinite; }
@keyframes zoom-scaling1 {
  0% {
    font: normal normal bold 16px/35px Lexend; }
  50% {
    font: normal normal bold 18px/35px Lexend; }
  100% {
    font: normal normal bold 16px/35px Lexend; } }
  .pop-warp .close {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50px;
    opacity: .9;
    background: url(../images/close.png) no-repeat center/cover; }
    .pop-warp .close b {
      display: block;
      position: absolute;
      width: fit-content;
      padding: 10px;
      text-wrap: nowrap;
      background: #fff;
      border: 1px solid #FFDD9C;
      border-radius: 5px;
      top: 0px;
      opacity: 0;
      transform: scale(0);
      transition: all .3s ease; }
    .pop-warp .close:hover {
      opacity: 1;
      color: rgba(39, 0, 0, 0.8);
      font-weight: 400; }
      .pop-warp .close:hover b {
        top: -45px;
        opacity: 1;
        transform: scale(1); }
  .pop-warp .pop-content {
    width: fit-content;
    height: fit-content;
    margin: 440px auto 0px;
    position: relative;
    transform: translateX(0px); }
  .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 {
    margin: 0px auto;
    width: 274px;
    height: 45px;
    font-size: 18px;
    font-weight: 500;
    width: 360px;
    height: 48px;
    background: transparent linear-gradient(266deg, #FF2C00 0%, #CE00FF 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 10px 20px #FF00AA, 0px 5px 15px #AF60DC;
    outline: 4px solid #FF77002B;
    border-radius: 24px; }
    .pop-warp .buybtn:hover {
      background: transparent linear-gradient(266deg, #FF2C00 0%, #FF2B02 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 5px 15px #AF60DC;
      outline: 4px solid #FF77002B; }
    .pop-warp .buybtn i {
      font-style: normal; }

.pop-buy {
  width: 621px;
  height: 428px;
  background: url(../images/pop_bg.png) center no-repeat; }
  .pop-buy.popb {
    background: url(../images/popb_bg.png) center no-repeat; }
  .pop-buy .close {
    position: absolute;
    top: 55px;
    right: -30px;
    cursor: pointer;
    opacity: 0.4; }
    .pop-buy .close:hover {
      opacity: 1; }
  .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: 310px auto 0px;
    width: 274px;
    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 */
