* {
  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; }
  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;
  background: transparent linear-gradient(180deg, #FF8316 0%, #F80000 100%) 0% 0% no-repeat padding-box;
  border-radius: 200px;
  transition: all .3s ease-out; }
  .buybtn:hover {
    background: transparent linear-gradient(180deg, #FFBA60 0%, #F82200 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: 800px;
  overflow: hidden;
  background: url(../images/banner_bg.jpg) center no-repeat;
  cursor: url(../images/cursor.png), auto !important; }
  .banner .logo {
    position: absolute;
    z-index: 5;
    display: block;
    width: 54px;
    height: 17px;
    left: -14px;
    top: 34px; }
    .banner .logo > svg {
      pointer-events: none; }
  .banner .buybtn {
    width: 100%;
    margin: 15px auto 0px;
    font-size: 18px;
    z-index: 2;
    cursor: url(../images/cursor.png), auto !important; }
  .banner .guarantee {
    font: normal normal normal 12px/8px Lexend;
    letter-spacing: 0px;
    color: #0000008A;
    margin-top: 16px;
    width: 100%;
    text-align: center; }
  .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; }
  .banner .time_box {
    margin-top: 8px;
    display: flex;
    position: absolute;
    top: 150px;
    left: 220px;
    justify-content: center;
    align-items: center;
    z-index: 5; }
    .banner .time_box p {
      margin-left: -8px;
      color: #0A0A0A;
      font-size: 16px;
      font-weight: 500; }
      .banner .time_box p strong {
        color: #FF0D0D; }

.pay {
  width: 100%;
  text-align: center;
  margin-top: 57px; }

@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;
    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: #FF7A50; }
      .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: #FB0B0B;
    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 16px 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: 16px;
  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 {
    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: #fff;
  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(94deg, #FF3D00 0%, #FF3D00 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px; }

.saleseorder-price {
  width: 72px;
  display: inline-block;
  color: #FB0B0B;
  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: 15px; }

.saleseorder-items p {
  font-size: 14px;
  color: #000; }
  .saleseorder-items p .orprice {
    font-weight: bold; }
  .saleseorder-items p b {
    font-size: inherit;
    font-weight: bold; }

.saleseorder-extra,
.saleseorder-items,
.saleseorder-discount,
.saleseorder-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%; }

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

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

.saleseorder-total {
  margin: 6px 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: 21%;
  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: 12px;
        height: 12px;
        position: absolute;
        top: 4px;
        left: 4px;
        margin-right: 10px;
        background: url(../images/check1.png) no-repeat center/cover; }

.section1 {
  position: relative;
  box-sizing: border-box;
  padding-top: 80px;
  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) .sale {
        left: 120px; }
    .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 {
        width: 230px;
        height: 141px;
        position: absolute;
        left: 74px;
        bottom: 7px;
        display: none; }
        .section1 .pro_list .img_wrap .sale.on {
          display: block; }
      .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: 15px;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px 0px; }
        .section1 .pro_list .text_wrap .desc_ul li {
          width: 580px;
          text-wrap: wrap;
          padding-left: 0;
          font: normal normal normal 14px/24px Lexend;
          letter-spacing: 0px;
          color: #616161; }
          .section1 .pro_list .text_wrap .desc_ul li::before {
            display: none; }
      .section1 .pro_list .text_wrap .btn_box {
        margin-top: 64px;
        width: 580px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: fit-content;
        position: relative; }
        .section1 .pro_list .text_wrap .btn_box .s1_check {
          display: flex;
          flex-direction: column;
          gap: 15px; }
          .section1 .pro_list .text_wrap .btn_box .s1_check li {
            position: relative;
            padding-left: 36px;
            display: flex;
            cursor: pointer; }
            .section1 .pro_list .text_wrap .btn_box .s1_check li:after {
              display: block;
              content: '';
              width: 22px;
              height: 22px;
              position: absolute;
              left: 0px;
              top: 0px;
              border-radius: 50%;
              background: #FFFFFF 0% 0% no-repeat padding-box;
              border: 1px solid #FFBF77; }
            .section1 .pro_list .text_wrap .btn_box .s1_check li.on:after {
              width: 24px;
              height: 24px;
              background: #FF5A26 0% 0% no-repeat padding-box;
              border: none; }
            .section1 .pro_list .text_wrap .btn_box .s1_check li.on::before {
              width: 13px;
              height: 10px;
              display: block;
              content: '';
              position: absolute;
              left: 6px;
              top: 7px;
              z-index: 1;
              background: url(../images/s1_check.png) no-repeat center/cover; }
            .section1 .pro_list .text_wrap .btn_box .s1_check li p.p1 {
              width: 100px;
              font: normal normal normal 18px/24px Lexend;
              letter-spacing: 0px;
              color: #000000; }
            .section1 .pro_list .text_wrap .btn_box .s1_check li p.p2 {
              width: 66px;
              font: normal normal bold 18px/24px Lexend;
              letter-spacing: 0px;
              color: #000000; }
              .section1 .pro_list .text_wrap .btn_box .s1_check li p.p2.spec {
                color: #FB0B0B; }
            .section1 .pro_list .text_wrap .btn_box .s1_check li del {
              font: normal normal normal 18px/24px Lexend;
              letter-spacing: 0px;
              color: #A4988A; }
        .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: 0px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 65px;
        z-index: 2; }
        .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;
    flex-wrap: wrap; }
    .section2 .pro_list > li {
      width: 385px;
      height: 353px;
      flex-direction: column;
      align-items: center;
      padding-top: 18px;
      position: relative; }
      .section2 .pro_list > li:nth-of-type(n + 4) {
        margin-top: 60px; }
      .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: 8px auto 3px; }
      .section2 .pro_list > li .device {
        font: normal normal 500 14px/18px Lexend;
        letter-spacing: 0px;
        margin-bottom: 16px;
        color: #D4A57D;
        width: 100%;
        text-align: center; }
      .section2 .pro_list > li .desc_ul {
        flex-direction: column;
        gap: 5px; }
      .section2 .pro_list > li .price {
        margin: 6px 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 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px; }
  .bottom-buy h3 {
    width: 100%;
    height: 102px;
    background: url(../images/bottom_tit.png) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 2px; }
    .bottom-buy h3 p {
      font: normal normal bold 20px/25px Lexend;
      color: #000000;
      position: relative;
      width: fit-content; }
      .bottom-buy h3 p:after {
        content: '';
        display: block;
        width: 232px;
        height: 62px;
        position: absolute;
        top: -72px;
        left: 220px;
        background: url(../images/bottom_icon.png) no-repeat center/cover; }
      .bottom-buy h3 p span {
        font: normal normal bold 20px/25px Lexend;
        color: #FB0B0B; }
  .bottom-buy .cont {
    width: 1200px;
    margin: 27px auto 0;
    height: 260px;
    background: url(../images/bottom_bg.png) no-repeat center/cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 64px 0 56px; }
    .bottom-buy .cont:after {
      content: '';
      display: block;
      position: absolute;
      left: 680px;
      top: 100px;
      width: 68px;
      height: 68px;
      background: url(../images/bottom_arrow.png) no-repeat center/cover; }
    .bottom-buy .cont .right-message {
      width: 330px;
      text-align: center; }
      .bottom-buy .cont .right-message p.p1 {
        font: normal normal 500 26px/33px Lexend;
        letter-spacing: 0px;
        color: #000000; }
      .bottom-buy .cont .right-message p.p2 {
        font: normal normal 500 14px/24px Lexend;
        letter-spacing: 0px;
        color: #427AAB; }
      .bottom-buy .cont .right-message .price {
        margin-top: 18px; }
        .bottom-buy .cont .right-message .price span {
          font: normal normal bold 20px/18px Lexend;
          letter-spacing: 0px;
          color: #000000; }
        .bottom-buy .cont .right-message .price b {
          font-size: 38px; }
        .bottom-buy .cont .right-message .price del {
          font: normal normal 500 16px/18px Lexend;
          color: #1E1C2C;
          opacity: 0.46;
          padding-left: 4px; }
      .bottom-buy .cont .right-message a {
        margin-top: 10px; }
      .bottom-buy .cont .right-message p.p3 {
        font: normal normal 500 12px/24px Lexend;
        letter-spacing: 0px;
        color: #1E1C2C;
        opacity: 0.66;
        margin-top: 6px; }

.service {
  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: 671px;
  height: 418px;
  background: url(../images/pop_wrap.png); }
  .pop-warp .close {
    cursor: pointer;
    color: rgba(39, 0, 0, 0.56);
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-top: 12px;
    position: relative; }
    .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 {
      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: 326px 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 {
    margin: 0px auto;
    width: 274px;
    height: 45px;
    font-size: 16px;
    font-weight: 500; }
    .pop-warp .buybtn i {
      font-style: normal; }

.pop-buy {
  width: 594px;
  height: 466px;
  background: url(../images/pop_bg.png) center no-repeat; }
  .pop-buy.popb {
    background: url(../images/popb_bg.png) center no-repeat; }
  .pop-buy .close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat center/cover;
    position: absolute;
    top: 0px;
    right: 4px;
    cursor: pointer;
    opacity: 0.8; }
    .pop-buy .close:hover {
      opacity: 1; }
  .pop-buy .pop_ext {
    position: absolute;
    top: 155px;
    right: 110px; }
  .pop-buy .pop-message {
    margin: 78px auto 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: normal;
    position: relative; }
    .pop-buy .pop-message p.p1 {
      font: normal normal 500 18px/1 Lexend;
      color: #000000; }
      .pop-buy .pop-message p.p1 span {
        font: normal normal bold 18px/1 Lexend;
        color: #FB0B0B; }
    .pop-buy .pop-message .box_wrap {
      position: relative;
      margin-top: 28px; }
      .pop-buy .pop-message .box_wrap p {
        position: absolute;
        width: fit-content;
        left: 130px;
        top: 40px;
        height: 36px;
        font: normal normal bold 16px/36px Lexend;
        letter-spacing: 0.16px;
        color: #FFFFFF;
        text-shadow: 0px 2px 3px #B10000; }
        .pop-buy .pop-message .box_wrap p span {
          font-weight: inherit;
          color: inherit; }
      .pop-buy .pop-message .box_wrap .spec.on {
        animation: zoom-scaling 1s ease-in-out infinite; }
@keyframes zoom-scaling {
  0% {
    font: normal normal bold 16px/35px Lexend;
    color: #FFFFFF;
    text-shadow: 0px 2px 3px #B10000; }
  50% {
    font: normal normal bold 18px/35px Lexend;
    color: #FFF456;
    text-shadow: 0px 2px 3px #B10000; }
  100% {
    font: normal normal bold 16px/35px Lexend;
    color: #FFFFFF;
    text-shadow: 0px 2px 3px #B10000; } }
    .pop-buy .pop-message .price_box {
      width: 366px;
      margin: 0 auto; }
      .pop-buy .pop-message .price_box .total {
        border-bottom: 1px solid #FFBF77;
        height: 35px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .pop-buy .pop-message .price_box .total span {
          font: normal normal 600 16px/1 Lexend;
          letter-spacing: 0px;
          color: #000; }
          .pop-buy .pop-message .price_box .total span.yellow, .pop-buy .pop-message .price_box .total span.yellow1 {
            color: #C28C0E; }
          .pop-buy .pop-message .price_box .total span strong {
            font-size: 36px;
            font-weight: 600; }
        .pop-buy .pop-message .price_box .total span.s2 {
          width: 80px; }
        .pop-buy .pop-message .price_box .total:last-of-type {
          border-bottom: none; }
        .pop-buy .pop-message .price_box .total .s2.yellow1 {
          position: relative; }
          .pop-buy .pop-message .price_box .total .s2.yellow1::after {
            content: "";
            width: 74px;
            height: 12px;
            background: url(../images/del_bg.png);
            position: absolute;
            top: 3px;
            left: -6px; }
    .pop-buy .pop-message .buybtn {
      margin: 20px auto 0;
      width: 360px;
      height: 48px;
      font-weight: 600;
      font-size: 16px;
      z-index: 2; }
      .pop-buy .pop-message .buybtn b {
        padding-left: 4px;
        font-weight: inherit; }
      .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 */
