* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul,
ul li {
  list-style-type: none;
  list-style: none; }

img {
  border: none; }

.wrapper {
  position: relative;
  width: 1100px !important;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1; }

.br-numGhost {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #ff0000;
  font-size: 42px;
  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: 0px;
    top: 0;
    margin-top: -15px;
    width: 22px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    color: #FF3E14;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: bold;
    text-align: center;
    background: transparent linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #40EC8A 45%, #40EC8A 66%, rgba(92, 91, 91, 0) 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: 0px;
  width: 22px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  color: #FF3E14;
  text-shadow: 1px 1px 2px #FFFFFF;
  font-weight: bold;
  text-align: center;
  background: transparent linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #40EC8A 45%, #40EC8A 66%, rgba(92, 91, 91, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: reduce 1.5s ease-out 1;
  animation: reduce 1.5s ease-out 1; }

@keyframes reduce {
  from {
    top: -10px;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    top: -40px;
    opacity: 0;
    filter: alpha(opacity=0); } }
.countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-align: center; }
  .countdown .scroll-tick {
    height: 24px; }
    .countdown .scroll-tick span {
      font-size: 18px;
      display: block;
      font-weight: bold;
      color: #40EC8A; }

.border_text {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-style: normal;
  width: 120px; }
  .border_text b {
    position: relative;
    z-index: 0;
    display: inline-block;
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    color: transparent; }
    .border_text b:after {
      content: attr(data-text);
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: -1;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 4px #fff;
      text-shadow: 0px 5px 12px #FFD57F; }
  .border_text strong {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    background: transparent linear-gradient(128deg, #FFB300 0%, #F87400 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center; }

.banner_list {
  display: flex;
  justify-content: center;
  gap: 130px; }
  .banner_list li {
    display: flex;
    align-items: center;
    gap: 10px; }
    .banner_list li p {
      font-size: 14px;
      font-weight: 500;
      color: #67676A;
      line-height: 1.4;
      width: fit-content;
      text-wrap: nowrap; }

.page_title {
  max-width: 1100px;
  text-align: center;
  margin: 0px auto;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0px 30px; }

.feature {
  height: 1056px;
  background: url(./feature_bg.webp) center no-repeat;
  padding-top: 88px; }
  .feature .wrapper {
    width: 1200px !important; }
  .feature .screen_box {
    position: absolute;
    width: 600px;
    height: 400px;
    left: 22%;
    top: 40%; }
    .feature .screen_box .sc_item {
      position: absolute;
      opacity: 0;
      z-index: -1;
      transform: scale(0.6);
      transition: all .3s ease; }
      .feature .screen_box .sc_item.active {
        opacity: 1;
        transform: scale(1);
        z-index: 2; }
      .feature .screen_box .sc_item .animate_box {
        position: absolute; }
    .feature .screen_box .screen1 {
      left: -45%;
      top: 10%; }
      .feature .screen_box .screen1 .tips {
        position: absolute;
        bottom: 10px;
        left: 40%;
        font-size: 10px;
        color: #3C4781; }
      .feature .screen_box .screen1.active .animate_box {
        opacity: 1;
        width: 452px;
        height: 158px; }
        .feature .screen_box .screen1.active .animate_box p {
          opacity: 1;
          transform: scale(1); }
      .feature .screen_box .screen1 .animate_box {
        left: 30%;
        bottom: 12%;
        overflow: hidden;
        width: 0px;
        opacity: 0;
        transition: all 1s ease .3s; }
        .feature .screen_box .screen1 .animate_box p {
          position: absolute;
          left: 24%;
          bottom: 12%;
          display: flex;
          align-items: center;
          opacity: 0;
          transform: scale(0.5);
          transition: all .3s ease 1.3s; }
          .feature .screen_box .screen1 .animate_box p span {
            font-size: 22px;
            font-weight: bold;
            color: #02FF78; }
          .feature .screen_box .screen1 .animate_box p img {
            margin: 0px 10px 0px 20px; }
    .feature .screen_box .screen2 {
      left: -10px;
      top: -12px; }
      .feature .screen_box .screen2 .tips {
        position: absolute;
        bottom: 0px;
        left: 22%;
        font-size: 10px;
        color: #3C4781; }
      .feature .screen_box .screen2.active .animate_box .mask {
        opacity: 1;
        width: 100%; }
      .feature .screen_box .screen2.active .animate_box p {
        opacity: 1;
        transform: scale(1); }
      .feature .screen_box .screen2 .animate_box {
        width: 218px;
        height: 138px;
        right: 30px;
        bottom: 70px; }
        .feature .screen_box .screen2 .animate_box .mask {
          width: 0px;
          overflow: hidden;
          opacity: 0.5;
          transition: all 1s ease .3s; }
        .feature .screen_box .screen2 .animate_box p {
          position: absolute;
          left: 55%;
          bottom: 25%;
          opacity: 1;
          font-size: 18px;
          font-weight: 600;
          color: #02FF78;
          opacity: 0.5;
          transform: scale(0.5);
          transition: all .3s ease .3s; }
    .feature .screen_box .screen3 {
      top: 5%;
      left: 5%; }
      .feature .screen_box .screen3.active .animate_box .button {
        opacity: 1;
        transform: scale(1); }
        .feature .screen_box .screen3.active .animate_box .button span {
          background: #02FF78; }
          .feature .screen_box .screen3.active .animate_box .button span::before {
            left: 45px; }
      .feature .screen_box .screen3 .animate_box {
        width: 200px;
        left: 150px;
        bottom: 26%; }
        .feature .screen_box .screen3 .animate_box .rocket {
          position: absolute;
          width: fit-content;
          height: fit-content;
          opacity: 0;
          top: -235px;
          left: 58px; }
          .feature .screen_box .screen3 .animate_box .rocket.animate {
            animation: rocket 1s cubic-bezier(0, 0.35, 0.35, 1) infinite;
            animation-iteration-count: 1;
            animation-fill-mode: forwards; }
@keyframes rocket {
  0% {
    opacity: 0;
    transform: translateY(50%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
        .feature .screen_box .screen3 .animate_box .button {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          opacity: 0;
          transform: scale(0);
          transition: all .3s ease .3s; }
          .feature .screen_box .screen3 .animate_box .button span {
            display: block;
            width: 62px;
            height: 20px;
            background: #414242 0% 0% no-repeat padding-box;
            border-radius: 10px;
            position: relative;
            transition: all .3s ease 0.8s; }
            .feature .screen_box .screen3 .animate_box .button span::before {
              content: "";
              display: block;
              width: 14px;
              height: 14px;
              border-radius: 10px;
              background: #fff;
              position: absolute;
              left: 3px;
              top: 3px;
              transition: all .5s ease 0.8s; }
          .feature .screen_box .screen3 .animate_box .button p {
            font-size: 14px;
            font-weight: bold;
            color: #fff; }
    .feature .screen_box .screen4 {
      top: 3%;
      left: 6%; }
      .feature .screen_box .screen4.active .animate_box ul li {
        top: 0px;
        opacity: 1; }
      .feature .screen_box .screen4 .animate_box {
        left: 14%;
        bottom: 32%;
        overflow: hidden;
        width: 256px;
        height: 62px; }
        .feature .screen_box .screen4 .animate_box ul li {
          display: flex;
          align-items: center;
          gap: 6px;
          margin-bottom: 10px;
          position: relative;
          top: 15px;
          opacity: 0; }
          .feature .screen_box .screen4 .animate_box ul li:nth-of-type(1) {
            transition: all .3s ease 0.3s; }
          .feature .screen_box .screen4 .animate_box ul li:nth-of-type(2) {
            transition: all .3s ease 0.6s; }
          .feature .screen_box .screen4 .animate_box ul li p {
            font-size: 12px;
            display: flex;
            width: 100%; }
          .feature .screen_box .screen4 .animate_box ul li span {
            display: block;
            color: #fff;
            width: 68%; }
          .feature .screen_box .screen4 .animate_box ul li b {
            font-weight: 400;
            color: #02FF78; }
  .feature .fea_list {
    width: 100%;
    margin: 60px auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 250px; }
    .feature .fea_list li {
      width: 430px;
      height: fit-content;
      padding: 20px 50px 20px 20px;
      background: transparent linear-gradient(270deg, #FFFFFF00 0%, #FFFFFFB3 100%) 0% 0% no-repeat padding-box;
      position: relative;
      z-index: 3; }
      .feature .fea_list li.active {
        background: transparent linear-gradient(270deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 30px rgba(43, 45, 55, 0.2); }
      .feature .fea_list li::before {
        content: "";
        display: block;
        background: transparent linear-gradient(180deg, #F99090 0%, #FF0000 40%, #fa9d9d 60%, #E7343400 90%) 0% 0% no-repeat padding-box;
        width: 5px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: -5px; }
      .feature .fea_list li h4 {
        margin: 10px 0px;
        font-size: 18px;
        font-weight: bold;
        color: #FF0008; }
      .feature .fea_list li p {
        font-size: 14px;
        color: #0D0D0D;
        line-height: 1.5; }
      .feature .fea_list li .tips {
        font-size: 10px;
        color: #A40005;
        margin-top: 10px; }
      .feature .fea_list li:nth-of-type(3) {
        left: 65%; }
      .feature .fea_list li:nth-of-type(4) {
        left: -65%; }

.table {
  padding-top: 80px;
  height: 1049px;
  background: url(./table_bg.webp) center no-repeat; }
  .table h2 {
    color: #fff; }
  .table table {
    width: 100%;
    margin: 75px auto 0;
    background: #F2F2F2; }
    .table table .text {
      padding-left: 12px;
      width: 960px; }
    .table table thead tr th {
      height: 57px;
      border-bottom: 3px solid #FF0000;
      position: relative;
      vertical-align: middle; }
      .table table thead tr th::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        border-radius: 6px 6px 0px 0px; }
      .table table thead tr th b,
      .table table thead tr th span {
        position: relative;
        top: -6px; }
      .table table thead tr th b {
        display: block;
        color: #FFFFFF;
        padding-bottom: 3px; }
      .table table thead tr th span {
        font-size: 14px;
        font-weight: 600;
        color: #800000;
        margin-top: 4px; }
      .table table thead tr th.text {
        text-align: left;
        font-size: 18px;
        font-weight: 600;
        vertical-align: middle; }
        .table table thead tr th.text::before {
          display: none; }
      .table table thead tr th.itema {
        width: 154px;
        background-color: #5A5858; }
        .table table thead tr th.itema b {
          font-weight: 500;
          color: #fff; }
        .table table thead tr th.itema::before {
          width: 100%;
          height: 13px;
          background-color: #5A5858;
          top: -13px; }
      .table table thead tr th.itemb {
        width: 180px;
        background-color: #FD9D3F; }
        .table table thead tr th.itemb::before {
          width: 100%;
          height: 19px;
          background-color: #FD9D3F;
          top: -19px; }
        .table table thead tr th.itemb b {
          font-size: 22px;
          font-weight: 600; }
      .table table thead tr th.itemc {
        width: 180px;
        background-color: #FF0000; }
        .table table thead tr th.itemc::before {
          width: 100%;
          height: 31px;
          background-color: #FF0000;
          top: -31px; }
        .table table thead tr th.itemc b {
          font-size: 24px;
          font-weight: bold; }
    .table table tbody tr td {
      height: 46px;
      border-bottom: 1px solid #D7D7D7;
      text-align: center; }
      .table table tbody tr td::before {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        margin: 0px auto; }
      .table table tbody tr td.text {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        vertical-align: baseline; }
      .table table tbody tr td.itema {
        width: 154px;
        background: rgba(234, 234, 234, 0.5); }
        .table table tbody tr td.itema span {
          font-size: 14px;
          font-weight: 500; }
        .table table tbody tr td.itema.nobefore::before {
          display: none; }
        .table table tbody tr td.itema.yes::before {
          background: url(./yes_grey.svg) center no-repeat; }
        .table table tbody tr td.itema.no::before {
          background: url(./no_grey.svg) center no-repeat; }
      .table table tbody tr td.itemb {
        width: 180px;
        background: #EAEAEA; }
        .table table tbody tr td.itemb.yes::before {
          background: url(./yes_yellow.svg) center no-repeat; }
        .table table tbody tr td.itemb.no::before {
          background: url(./no_yellow.svg) center no-repeat; }
      .table table tbody tr td.itemc {
        width: 180px;
        background: #FAF1F2; }
        .table table tbody tr td.itemc.yes::before {
          background: url(./yes_red.svg) center no-repeat; }
        .table table tbody tr td.itemc.no::before {
          background: url(./no_red.svg) center no-repeat; }
      .table table tbody tr td .new {
        margin-left: 2px;
        padding: 2px 4px;
        background: #29DF77;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        border-radius: 10px 0px 10px 0px;
        font-style: normal; }
    .table table tfoot tr th {
      height: 140px;
      vertical-align: middle; }
      .table table tfoot tr th.text {
        text-align: left;
        font-size: 42px;
        font-weight: bold;
        color: #FF4447;
        vertical-align: middle; }
      .table table tfoot tr th.itema {
        width: 154px;
        background-color: rgba(234, 234, 234, 0.5); }
      .table table tfoot tr th.itemb {
        width: 180px;
        background-color: #EAEAEA; }
      .table table tfoot tr th.itemc {
        width: 180px;
        background-color: #FAF1F2; }
      .table table tfoot tr th .sale {
        padding-top: 10px; }
        .table table tfoot tr th .sale span {
          font-weight: 500;
          font-size: 18px;
          color: #232323; }
        .table table tfoot tr th .sale del {
          font-size: 12px;
          font-weight: 600;
          color: #515151; }
      .table table tfoot tr th .buybtn {
        width: 154px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        font-weight: 500;
        margin: 5px auto; }
      .table table tfoot tr th .note {
        margin-top: 8px;
        font-size: 12px;
        font-weight: 500;
        color: #857F7F; }

.review {
  height: 626px;
  background: url(./review_bg.webp) center no-repeat; }
  .review .wrapper {
    width: 100% !important;
    height: 100%;
    padding-left: 410px; }
    .review .wrapper .review_cont {
      height: 100%;
      display: flex;
      align-items: center;
      gap: 60px; }
      .review .wrapper .review_cont .left {
        width: 430px;
        text-align: left; }
        .review .wrapper .review_cont .left h3 {
          font-size: 38px;
          font-weight: 600;
          color: #fff; }
        .review .wrapper .review_cont .left p {
          font-weight: 500;
          color: rgba(255, 255, 255, 0.8);
          line-height: 1.5;
          margin-top: 20px; }
      .review .wrapper .review_cont .right {
        flex: 1;
        height: 400px;
        padding-right: 20px; }
        .review .wrapper .review_cont .right .swiper-slide {
          display: block;
          width: 400px;
          height: 100%;
          padding: 50px 25px 0px;
          background: #2B2D37 0% 0% no-repeat padding-box;
          border: 1px solid #FF0000;
          border-radius: 9px;
          text-align: left; }
          .review .wrapper .review_cont .right .swiper-slide p {
            height: 60%;
            font-size: 14px;
            font-weight: 300;
            color: #FFFFFF;
            line-height: 1.5; }
          .review .wrapper .review_cont .right .swiper-slide .user {
            display: flex;
            align-items: center;
            gap: 15px; }
            .review .wrapper .review_cont .right .swiper-slide .user img {
              width: 85px;
              height: 85px; }
            .review .wrapper .review_cont .right .swiper-slide .user p {
              color: #fff;
              text-align: left; }
              .review .wrapper .review_cont .right .swiper-slide .user p b {
                display: block;
                font-weight: bold;
                margin-bottom: 6px; }
              .review .wrapper .review_cont .right .swiper-slide .user p span {
                font-weight: 500; }
      .review .wrapper .review_cont .button {
        display: flex;
        align-items: center;
        gap: 30px;
        height: 60px;
        margin-top: 50px; }
      .review .wrapper .review_cont .swiper-button-next,
      .review .wrapper .review_cont .swiper-button-prev {
        position: relative;
        width: 60px;
        height: 60px;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: 0px;
        border-radius: 60px;
        background: #EDEDED; }
        .review .wrapper .review_cont .swiper-button-next::after,
        .review .wrapper .review_cont .swiper-button-prev::after {
          font-size: 25px;
          color: #E00B12;
          font-weight: bold; }
        .review .wrapper .review_cont .swiper-button-next.swiper-button-disabled,
        .review .wrapper .review_cont .swiper-button-prev.swiper-button-disabled {
          background: rgba(61, 64, 80, 0.4);
          opacity: 1; }
          .review .wrapper .review_cont .swiper-button-next.swiper-button-disabled::after,
          .review .wrapper .review_cont .swiper-button-prev.swiper-button-disabled::after {
            color: rgba(173, 172, 172, 0.7); }

.footer {
  padding: 25px;
  background: #0E1318; }
  .footer p {
    text-align: center;
    color: #B5B5B5; }

@media (max-width: 1500px) {
  .review .wrapper {
    padding-left: 135px; } }

/*# sourceMappingURL=common.css.map */
