.section1 .pro_list,
.section2 .pro_list {
  width: 1200px; }
  .section1 .pro_list > li,
  .section2 .pro_list > li {
    background: #F8F9FA 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    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: 0px;
  max-width: 1920px;
  margin: 80px auto 0; }
  .section1 h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold; }
  .section1 .desc {
    color: #1E1C2C;
    font-weight: 500;
    font-size: 16px;
    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: #00A1E3; }
        .section1 .pro_list .text_wrap .pro_desc.cl2 {
          color: #EB2629; }
        .section1 .pro_list .text_wrap .pro_desc.cl3 {
          color: #01C137; }
        .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;
  position: relative; }
  .section2::after {
    z-index: -1;
    width: 100%;
    height: 831px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -210px; }
  .section2 .pro_list {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    gap: 20px; }
    .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: 170px; }
  .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: 124px;
  background: #fff url(../images/bottom_bg.png) top no-repeat;
  position: fixed;
  width: 100%;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  opacity: 1 !important;
  transform: translate3d(0, 200%, 0);
  transition: all 0.8s;
  padding-top: 0px;
  font-family: "League Spartan"; }
  .bottom-buy.on {
    transform: translateZ(0);
    bottom: -3px; }
  .bottom-buy .wrapper {
    width: 1350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    .bottom-buy .wrapper .off {
      position: relative;
      width: 265px;
      height: 100%;
      margin-right: 18px;
      transform: translateX(-80px); }
      .bottom-buy .wrapper .off img {
        position: absolute;
        bottom: 5px;
        left: 8px; }
  .bottom-buy h3 {
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    padding-top: 34px; }
    .bottom-buy h3.sold {
      padding-top: 4px; }
      .bottom-buy h3.sold .bottom_tile {
        font-size: 22px; }
    .bottom-buy h3 > img {
      position: absolute;
      top: -28px; }
    .bottom-buy h3 .bottom_tile {
      font-size: 18px;
      font-weight: 500;
      margin-top: -5px;
      color: #393939; }
      .bottom-buy h3 .bottom_tile > img {
        display: inline;
        vertical-align: text-bottom; }
      .bottom-buy h3 .bottom_tile span {
        color: #FC2C2C;
        font-size: 18px;
        font-weight: bold; }
    .bottom-buy h3 .date {
      display: flex;
      width: 383px;
      height: 80px;
      margin: -20px auto 0;
      box-sizing: border-box;
      padding-top: 14px;
      padding-left: 30px;
      color: #131010;
      justify-content: center;
      align-items: center;
      font: normal normal 500 16px/1 Lexend;
      background: url(../images/bot_clock.png) no-repeat center/cover; }
      .bottom-buy h3 .date b {
        color: #FF1A41;
        font: normal normal 500 16px/1 Lexend; }
        .bottom-buy h3 .date b:last-of-type {
          min-width: 32px; }
  .bottom-buy .pb_titme {
    width: 434px;
    height: 44px;
    margin: 0px auto 0px;
    background: url(../images/time_bg.png) center no-repeat;
    position: relative; }
    .bottom-buy .pb_titme .num_box {
      position: relative;
      left: 18px;
      top: 8px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .bottom-buy .pb_titme p {
      font-size: 14px;
      font-weight: 600;
      color: #E30562; }
    .bottom-buy .pb_titme .countdown {
      font-family: "Montserrat Alternates";
      height: 18px;
      top: 0px;
      position: relative;
      padding: 0px 2px; }
      .bottom-buy .pb_titme .countdown::before, .bottom-buy .pb_titme .countdown::after {
        content: "";
        display: block;
        position: absolute;
        height: 16px;
        width: 1px;
        box-shadow: 1px 0px 0px #FFF700;
        border: 1px solid #C86602;
        box-sizing: border-box;
        top: 1px; }
      .bottom-buy .pb_titme .countdown::before {
        left: 19px; }
      .bottom-buy .pb_titme .countdown::after {
        right: 19px; }
      .bottom-buy .pb_titme .countdown .scroll-tick {
        padding: 0px 3px;
        height: 18px; }
        .bottom-buy .pb_titme .countdown .scroll-tick:nth-of-type(2) {
          padding: 0px 6px; }
        .bottom-buy .pb_titme .countdown .scroll-tick span,
        .bottom-buy .pb_titme .countdown .scroll-tick strong {
          font-size: 14px;
          font-weight: 900;
          color: #570000; }
    .bottom-buy .pb_titme .br-reduce {
      left: 74%; }
      .bottom-buy .pb_titme .br-reduce .br-numGhost {
        left: 6px;
        top: 0px; }
  .bottom-buy .right-message {
    text-align: center;
    position: relative; }
    .bottom-buy .right-message > p {
      font: normal normal 500 12px/1.5 Lexend;
      letter-spacing: 0px;
      color: #7E5A0F; }
    .bottom-buy .right-message .price {
      display: flex;
      align-items: baseline;
      position: relative;
      justify-content: center;
      padding-top: 0px;
      font: normal normal bold 18px/1 Lexend;
      color: #FF2424; }
      .bottom-buy .right-message .price span {
        font-size: 18px;
        font-weight: bold; }
      .bottom-buy .right-message .price b {
        font-size: 30px;
        font-weight: bold; }
      .bottom-buy .right-message .price del {
        color: #7E5A0F;
        font-weight: 500;
        margin-left: 5px;
        font-size: 14px; }
    .bottom-buy .right-message .buybtn {
      position: relative;
      display: block;
      width: 243px;
      height: 42px;
      font: normal normal 500 18px/43px League Spartan;
      z-index: 2;
      background: transparent linear-gradient(180deg, #FF7D7D 0%, #FF5353 41%, #FF2929 54%, #CF0202 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 8px 19px #0000006E;
      outline: 2px solid #F63629;
      border: none;
      border-radius: 24px;
      margin-top: 8px;
      margin-bottom: 4px; }
    .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; }

.buy_pop {
  position: fixed;
  width: 435px;
  height: 429px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  text-align: center;
  font-family: 'League Spartan';
  background: url(../images/buy-pop.png) no-repeat center/cover;
  box-sizing: border-box;
  padding-top: 342px; }
  .buy_pop.on {
    z-index: 9999;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s; }
  .buy_pop .normal_buy {
    background: transparent radial-gradient(closest-side at 50% 0%, #FFFFFF 0%, #FFCC00 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -4px 12px #FF5E00, 0px 6px 10px #48823D73;
    border: 2px solid #F6D52E;
    border-radius: 28px;
    font: normal normal bold 16px/20px Lexend;
    letter-spacing: 0px;
    color: #9E3600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 257px;
    height: 45px;
    margin: 0 auto 0; }
    .buy_pop .normal_buy:hover {
      background: #FFCC00; }
  .buy_pop .close {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 160px;
    right: 10px;
    background: url(../images/pop_close.png) no-repeat center/cover;
    opacity: .8;
    font-size: 0;
    cursor: pointer;
    color: transparent; }
    .buy_pop .close:hover {
      opacity: 1; }

.lot-pop {
  position: fixed;
  width: 417px;
  height: 466px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -99;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  text-align: center;
  font-family: 'League Spartan';
  background: url(../images/lot-pop.png) no-repeat center/cover;
  box-sizing: border-box;
  padding: 116px 36px 0; }
  .lot-pop.on {
    z-index: 9999;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s; }
  .lot-pop .pop_cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .lot-pop .close {
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    right: 92px;
    top: 200px;
    cursor: pointer;
    z-index: 120;
    font-size: 0px;
    color: transparent; }
  .lot-pop .lot_wrap {
    width: 339px;
    height: 339px;
    left: 96%;
    top: -112px;
    transform: translateX(-50%);
    margin-top: 20px;
    position: absolute; }
    .lot-pop .lot_wrap .fix_wrap {
      width: 120px;
      height: 120px;
      position: absolute;
      left: 110px;
      top: 116px;
      z-index: 16;
      cursor: pointer; }
      .lot-pop .lot_wrap .fix_wrap img {
        width: 100%; }
      .lot-pop .lot_wrap .fix_wrap.enable {
        pointer-events: none; }
      .lot-pop .lot_wrap .fix_wrap.before_l {
        animation: heartbeat 1s ease infinite; }
    .lot-pop .lot_wrap .ani_wrap {
      z-index: 15;
      position: relative;
      cursor: pointer; }
      .lot-pop .lot_wrap .ani_wrap.on {
        animation: roate 2s ease-in-out forwards; }
@keyframes roate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1800deg); } }
      .lot-pop .lot_wrap .ani_wrap.before_l {
        animation: ray 30s linear infinite; }
      .lot-pop .lot_wrap .ani_wrap img {
        width: 100%;
        transform: rotate(-13deg); }
  .lot-pop .cont2 {
    position: absolute;
    bottom: 0px;
    right: 188px;
    width: 367px;
    height: 236px;
    box-sizing: border-box;
    padding-top: 80px; }
    .lot-pop .cont2 .device {
      display: block;
      margin: 0 auto 0;
      color: #D69E9E;
      font: normal normal normal 16px/16px League Spartan; }
    .lot-pop .cont2 .pri {
      display: flex;
      align-items: center;
      justify-content: center; }
      .lot-pop .cont2 .pri .s1 {
        font: normal normal bold 44px/50px League Spartan;
        letter-spacing: 0px;
        color: #FFF700; }
      .lot-pop .cont2 .pri .s2 {
        position: relative;
        font: normal normal normal 16px/18px League Spartan;
        color: #FFFFFF;
        padding: 0 5px; }
        .lot-pop .cont2 .pri .s2:after {
          content: '';
          display: block;
          position: absolute;
          left: 5px;
          top: 2px;
          width: 51px;
          height: 12px;
          background: url(../images/yellow_line.png) no-repeat; }
      .lot-pop .cont2 .pri del {
        font: normal normal normal 14px/16px League Spartan;
        color: #FFFFFF; }
    .lot-pop .cont2 .normal_buy {
      margin: -6px auto 0; }

@keyframes heartbeat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes heartbeat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

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