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

html,
body {
  overflow-x: hidden;
  line-height: 1; }

body {
  min-width: 1000px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-family: "Spartan", Arial, Helvetica, sans-serif;
  font-weight: 400;
  outline: 0;
  vertical-align: baseline; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  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; }

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

.fl {
  float: left; }

.fr {
  float: right; }

.wrapper {
  width: 1100px; }

.red {
  color: #eb2629 !important;
  font-weight: 800 !important; }

.green {
  color: #03bd45 !important;
  font-weight: 800 !important; }

.blue {
  color: #0096e0 !important;
  font-weight: 800 !important; }

.blue2 {
  color: #3dbdd6 !important;
  font-weight: 800 !important; }

.black {
  color: #1e1c2c !important;
  font-weight: 800 !important; }

.banner {
  width: 100%;
  height: 802px;
  background: url(../images/banner_bg.jpg) no-repeat center center;
  font-family: Lexend; }
  .banner .wrap1 {
    background: #FFFBF8;
    border-radius: 0 4px 4px 4px;
    box-sizing: border-box;
    height: 451px;
    position: relative;
    margin: 90px auto 0; }
  .banner .wrapper {
    width: 1200px; }

.banner .logo {
  margin-top: 25px;
  display: inline-block;
  position: absolute;
  left: -60px;
  z-index: 9999; }

.banner .box_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  transform: translateY(-42px);
  padding-left: 20px; }

.banner .box_wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 360px; }

.banner .box_wrap ul li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  filter: grayscale(1); }
  .banner .box_wrap ul li.checked {
    filter: grayscale(0); }
    .banner .box_wrap ul li.checked:after {
      content: '';
      display: block;
      width: 28px;
      height: 27px;
      background: url(../images/ban_check.png) no-repeat center/cover;
      position: absolute;
      top: -11px;
      left: 12px; }
  .banner .box_wrap ul li:before {
    content: '';
    display: block;
    width: 22px;
    height: 26px;
    border-radius: 0 10px 0 10px;
    background-color: #FF1E7D;
    border: 1px solid #FFFBF8;
    position: absolute;
    left: 9px;
    top: -6px; }

.banner .box_wrap ul .asc {
  background: url(../images/asc.png) no-repeat center center; }

.banner .box_wrap ul .db {
  background: url(../images/db.png) no-repeat center center; }

.banner .box_wrap ul .iu {
  background: url(../images/iu.png) no-repeat center center; }

.banner .box_wrap .gift_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-left: 73px; */ }

.banner .box_wrap .gift_wrap .add {
  width: 31px;
  height: 31px;
  background: url(../images/add.png) no-repeat center center;
  margin: 0 26px 0 32px; }

.banner .box_wrap .gift_wrap .gift {
  width: 245px;
  height: 132px;
  background: url(../images/img_box_gift.png) no-repeat center center; }

.banner .box_wrap .gift_wrap .gift_gary {
  filter: grayscale(1);
  position: relative; }

.banner .box_info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 36px;
  position: static;
  transform: translateY(-10px); }

.banner .box_info .box_price .box_price_title {
  padding: 12px 0 12px 20px;
  border-bottom: 2px solid #E2E2E2;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.banner .box_info .box_price .box_price_title h4 {
  font: normal normal 500 14px/14px Lexend;
  letter-spacing: 0px;
  opacity: .5;
  color: #4F4E4D; }

.banner .box_info .box_price .box_price_title :nth-of-type(1) {
  margin-right: 279px; }

.banner .box_info .box_price .box_price_title :nth-of-type(2) {
  margin-right: 72px; }

.banner .box_info .box_price .box_price_title :nth-of-type(3) {
  margin-right: 52px;
  position: relative; }

.banner .box_info .box_price ul {
  margin-top: 18px;
  max-width: 630px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative; }
  .banner .box_info .box_price ul.salesepro-cont {
    box-sizing: border-box;
    border-bottom: 2px solid rgba(255, 147, 40, 0.37); }
    .banner .box_info .box_price ul.salesepro-cont:after {
      width: 515px;
      height: 14px;
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -7px;
      background: #FFFBF8 url(../images/line1.png) no-repeat center/cover; }

.banner .box_info .box_price ul li {
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.banner .box_info .box_price ul li .select {
  font: normal normal 500 14px/18px Lexend;
  letter-spacing: 0px;
  color: #aeacb9;
  min-width: 320px;
  position: relative; }
  .banner .box_info .box_price ul li .select span {
    font-size: 12px;
    font-weight: 300;
    color: #aeacb9;
    padding-left: 6px; }

.banner .box_info .box_price ul li .select::before {
  width: 19px;
  height: 19px;
  border-radius: 4px;
  border: 1px solid #646464;
  background-color: #E1E1E1;
  box-sizing: border-box;
  opacity: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 9px; }

.banner .box_info .box_price ul li .discount {
  font: normal normal normal 12px/18px Lexend;
  letter-spacing: 0px;
  color: #aeacb9;
  font-weight: 600;
  position: relative;
  left: -1px; }

.banner .box_info .box_price ul li .price {
  position: relative;
  left: 28px;
  font: normal normal normal 12px/18px Lexend;
  letter-spacing: 0px;
  color: #aeacb9;
  min-width: 100px; }

.banner .box_info .box_price ul li .price del {
  opacity: .4;
  font-size: 14px; }

.banner .box_info .box_price ul li.selected {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.banner .box_info .box_price ul li.selected .select {
  color: #000000;
  position: relative; }
  .banner .box_info .box_price ul li.selected .select span {
    color: #646081; }

.banner .box_info .box_price ul li.selected .select::after {
  content: '';
  display: block;
  width: 21px;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 2px;
  background: url(../images/list_check.png) no-repeat center/cover; }

.banner .box_info .box_price ul li.selected .discount {
  letter-spacing: 0px;
  color: #fc4140;
  left: 0; }

.banner .box_info .box_price ul li.selected .price {
  color: #000000;
  left: 30px; }

.banner .box_info .box_price ul li.selected .price del {
  color: #000; }

.banner .box_info .box_price .gift_green {
  width: 680px;
  height: 113px;
  display: flex;
  align-items: center;
  position: relative; }

.banner .box_info .box_price .gift_green ul {
  width: 100%;
  max-width: 630px;
  margin-top: 48px; }

.banner .box_info .box_price .gift_green ul li {
  cursor: text;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 16px; }

.banner .box_info .box_price .gift_green ul li .select {
  font: normal normal 500 14px/18px Lexend;
  letter-spacing: 0px;
  color: #000000;
  min-width: 420px;
  position: relative;
  display: flex; }
  .banner .box_info .box_price .gift_green ul li .select span {
    color: #646081; }

.banner .box_info .box_price .gift_green ul li .select::before {
  width: 16px;
  height: 16px;
  opacity: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-right: 9px;
  border: none;
  background: url(../images/gift.png) no-repeat center center; }

.banner .box_info .box_price .gift_green ul li .discount {
  font: normal normal normal 12px/18px Lexend;
  letter-spacing: 0px;
  color: #30de7b;
  font-weight: 600;
  position: relative;
  left: -40px; }

.banner .box_info .box_price .gift_green ul li .price {
  position: relative;
  left: 48px;
  font: normal normal normal 12px/18px Lexend;
  letter-spacing: 0px;
  color: #000000; }

.banner .box_info .box_price .gift_green ul li:nth-of-type(3) .price {
  left: 45px; }

.banner .box_info .box_price .gift_green ul li .price del {
  color: #000; }

.banner .box_info .box_price .gift_green_gary ul li .price del {
  color: #cfced4; }

.banner .box_info .box_price .gift_green_gary ul li .select::before {
  filter: grayscale(1); }

.banner .box_info .box_price .gift_green_gary ul li .select {
  color: #8e8b9d; }
  .banner .box_info .box_price .gift_green_gary ul li .select span {
    color: #8e8b9d; }

.banner .box_info .box_price .gift_green_gary ul li .discount {
  color: #cfced4; }

.banner .box_info .box_price .gift_green_gary ul li .price {
  color: #8e8b9d; }

.banner .box_info .box_price .gift_green_gary::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 72px;
  background: url(../images/img_pop1.png) no-repeat center center;
  z-index: 99; }

.banner .box_info .box_price .gift_green_gary .mask {
  background: #ffffff96 0% 0% no-repeat padding-box;
  border-radius: 14px;
  opacity: 0.71;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.banner .box_btn {
  width: 402px;
  height: 274px;
  background: #ffffff 0% 0% no-repeat padding-box;
  margin-left: 18px;
  position: absolute;
  left: auto;
  top: -40px;
  right: 0px;
  width: 460px;
  height: 514px;
  padding: 50px 47px 0;
  box-sizing: border-box;
  box-shadow: 0px 7px 20px rgba(177, 32, 15, 0.2); }

.banner .box_btn h4 {
  font: normal normal normal 26px/1.5 Lexend;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative; }
  .banner .box_btn h4:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: url(../images/line2.png) repeat center/cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }

.banner .box_btn .box_num {
  margin-top: 42px;
  padding-bottom: 32px;
  position: relative; }
  .banner .box_btn .box_num:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: url(../images/line2.png) repeat center/cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }

.banner .box_btn .box_num p {
  font: normal normal normal 12px/14px Lexend;
  letter-spacing: 0px;
  color: #000000;
  padding: 0px 13px 6px 10px;
  margin-bottom: 30px; }

.banner .box_btn .box_num p strong {
  font-weight: 500;
  font-size: 14px; }

.banner .box_btn .box_num p b {
  font-weight: 500;
  display: block;
  float: right;
  font-size: 14px; }

.banner .box_btn .box_num p:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0; }

.banner .box_btn .box_num p:nth-of-type(2) strong {
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px; }
  .banner .box_btn .box_num p:nth-of-type(2) strong b {
    width: 83px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font: normal normal bold 14px/1.2 Lexend;
    letter-spacing: 0px;
    color: #000;
    background: transparent linear-gradient(94deg, #FFC464 0%, #FFF8D6 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px; }

.banner .box_btn .box_num p:nth-of-type(2) b {
  font-weight: 600; }

.banner .box_btn .box_total p {
  font: normal normal bold 14px/18px Lexend;
  letter-spacing: 0px;
  color: #000000;
  padding: 46px 13px 6px 10px; }

.banner .box_btn .box_total p b {
  font-weight: 800;
  display: block;
  float: right;
  font-size: 20px; }

.banner .box_btn .box_total .button {
  position: relative;
  display: flex;
  width: 100%;
  height: 48px;
  color: #Fff;
  background: transparent linear-gradient(101deg, #FF1ED2 0%, #FF0067 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 15px #DF000075;
  align-items: center;
  justify-content: center;
  border-radius: 31px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  font: normal normal bold 18px/35px normal;
  margin: 50px auto 20px; }
  .banner .box_btn .box_total .button:hover {
    background: #FF0067 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 15px #DF000075;
    padding-left: 30px;
    transition: .2s all linear; }

.banner .box_btn .box_total .day {
  font: normal normal normal 12px/14px Lexend;
  letter-spacing: 0px;
  color: #e1abab;
  text-align: center;
  margin-top: 7px; }

.btn {
  width: 182px;
  height: 42px;
  background: transparent linear-gradient(180deg, #ff7d7d 0%, #ff5353 41%, #ff2929 54%, #dc0000 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 19px #fd6c6c4d;
  border: 2px solid #ff5347;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal normal normal 14px/17px Lexend;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 800;
  position: relative; }

.cart {
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: -20px;
  width: 16px;
  height: 16px;
  background: url(../images/cart.png) no-repeat;
  opacity: 0;
  transition: all 0.3s; }

.btn:hover .cart {
  left: 6px;
  bottom: 13px;
  opacity: 1; }

.btn:hover {
  background: linear-gradient(180.81deg, #fc8268 -172.55%, #ff334d 49.78%) !important; }

.btn_special:hover .cart {
  left: 55px; }

.button:hover {
  background: linear-gradient(180.81deg, #fc8268 -172.55%, #ff334d 49.78%) !important; }

.button:hover .cart {
  left: 104px;
  bottom: 14px;
  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: 57px;
  max-width: 1920px;
  margin: 0 auto 0;
  font-family: Lexend; }
  .section1 > img {
    display: block;
    margin: 0px auto 80px; }
  .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: -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;
    align-items: inherit; }
    .section2 .pro_list > li {
      width: fit-content;
      height: auto;
      flex-direction: column;
      align-items: center;
      padding: 35px 0px 20px;
      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;
        padding: 0px 20px; }
        .section2 .pro_list > li .desc_ul li {
          text-wrap: wrap; }
          .section2 .pro_list > li .desc_ul li::before {
            top: 8px; }
      .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; }

.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: 383px;
        height: 86px;
        position: absolute;
        top: -92px;
        left: 156px;
        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 .left img {
      position: relative;
      top: -40px; }
    .bottom-buy .cont .right-message {
      width: 330px;
      text-align: center; }
      .bottom-buy .cont .right-message p.p1 {
        position: relative;
        bottom: -15px;
        left: 25px; }
      .bottom-buy .cont .right-message p.p2 {
        font: normal normal 500 14px/24px Lexend;
        letter-spacing: 0px;
        color: #200000; }
      .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; }
    .bottom-buy .cont .btn-box::before {
      width: 263px; }

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

.award {
  margin-bottom: 80px;
  margin-top: 100px;
  position: relative;
  height: 200px;
  text-align: center; }

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

.review {
  margin-top: 160px; }

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

.review .content > span {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 110px;
  cursor: pointer;
  background: url(../images/prev.png);
  opacity: 0.3; }

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

.review .content > span.next {
  right: 50px;
  background-position: -54px 0px; }

.review .content > span:hover {
  background-position: 0px -54px; }

.review .content > span.next:hover {
  background-position: -54px -54px; }

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

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

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

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

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

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

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

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

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

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

.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: 66px; }
  .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: #FCF2EB;
  box-shadow: inset 0px 0px 3px #AB85F6;
  /* 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%, #FFB73B 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 10px;
    left: 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;
      right: -4px;
      top: -4px; }
  .banner .progress_bar .pb_titme {
    display: flex;
    align-items: center;
    height: 14px;
    position: relative;
    top: 0;
    right: -22px;
    color: #3A0101; }
    .banner .progress_bar .pb_titme p {
      font-size: 12px;
      font-weight: 400;
      color: #3A0101; }
    .banner .progress_bar .pb_titme .br-numGhost {
      left: 8%;
      top: -15px; }
.banner .saleseorder > p {
  top: 0px; }
.banner .banner_title {
  position: relative; }
  .banner .banner_title h1 {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .banner .banner_title h1 > img {
      display: block;
      position: relative;
      z-index: 1;
      text-align: center;
      flex-shrink: 0; }
      .banner .banner_title h1 > img.title_info {
        margin-top: -10px; }

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