* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

body {
  font-family: League Spartan;
  font-size: 16px;
  padding-bottom: 156px;
  /* footer */ }
  body a {
    text-decoration: none; }
    body a:hover {
      text-decoration: none; }
  body .wrapper,
  body .common-reviews {
    width: 1200px;
    margin: 0px auto; }
  body strong {
    font-weight: bold; }
  body .logo {
    position: absolute;
    left: -50px;
    top: 30px;
    transform: scale(0.8); }
  body .buybtn {
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 44px;
    border: 1px solid #FAC23F;
    border-radius: 30px;
    font: normal normal 500 16px League Spartan;
    color: #FFB31E;
    transition: all .3s ease; }
    body .buybtn.red {
      color: #fff;
      background: transparent linear-gradient(109deg, #FF9202 0%, #FF0080 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 13px 15px #FFC4C4;
      border: none;
      outline: 4px solid #FF77002B; }
      body .buybtn.red:hover {
        background: transparent linear-gradient(109deg, #FF0080 0%, #FF9202 100%) 0% 0% no-repeat padding-box; }
    body .buybtn:hover {
      background: transparent linear-gradient(99deg, #FFD119 0%, #FF870E 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 6px 12px rgba(241, 128, 0, 0.45);
      border-color: #FBEB04C4;
      color: #fff; }
  body .banner {
    height: 921px;
    background: url(./banner_bg.jpg) no-repeat center top; }
    body .banner .title {
      display: flex;
      justify-content: center;
      margin-left: -50px; }
      body .banner .title .tit_box {
        position: relative;
        top: 32px;
        left: 20px; }
      body .banner .title div p {
        font-size: 20px;
        margin-top: -20px;
        font-weight: 500;
        padding-left: 16px; }
        body .banner .title div p span {
          color: #FF1602;
          font-weight: 600; }
    body .banner .wrapper {
      width: fit-content;
      position: relative; }
    body .banner .message {
      display: flex;
      justify-content: center;
      margin-top: 55px;
      align-items: end;
      gap: 10px; }
      body .banner .message .box {
        width: 300px;
        height: 610px;
        padding: 35px 16px 0px;
        background: #fff;
        border: 1px solid #FEE36A; }
        body .banner .message .box h3 {
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          min-height: 58px; }
          body .banner .message .box h3 p {
            font-size: 18px;
            font-weight: 400; }
            body .banner .message .box h3 p b,
            body .banner .message .box h3 p strong {
              display: inline-block;
              font-size: 22px;
              font-weight: 400; }
            body .banner .message .box h3 p b {
              padding: 6px 5px 2px 10px;
              background: transparent linear-gradient(274deg, #00E636 0%, #A8FF64 100%) 0% 0% no-repeat padding-box; }
            body .banner .message .box h3 p strong {
              padding: 6px 10px 2px 5px;
              background: transparent linear-gradient(274deg, #F5DD00 0%, #FFE564 100%) 0% 0% no-repeat padding-box; }
          body .banner .message .box h3 span {
            width: fit-content;
            padding: 5px 10px 0px;
            height: 24px;
            text-align: center;
            font-size: 18px;
            font-weight: 500;
            margin-top: 17px;
            color: #FF4E00;
            background: #FFD4C4; }
        body .banner .message .box .price {
          margin-top: 36px;
          height: 70px;
          text-align: center; }
          body .banner .message .box .price span {
            font-size: 24px;
            font-weight: bold; }
            body .banner .message .box .price span b {
              font-size: 36px;
              font-weight: bold; }
          body .banner .message .box .price p {
            margin-top: 9px; }
            body .banner .message .box .price p del {
              color: #929292; }
              body .banner .message .box .price p del.ext {
                position: relative;
                text-decoration: none;
                margin-right: 10px; }
                body .banner .message .box .price p del.ext::after {
                  content: "";
                  position: absolute;
                  width: 57px;
                  height: 20px;
                  background: url(./del_bg.png) center no-repeat;
                  background-size: contain;
                  left: -3px;
                  top: -4px; }
        body .banner .message .box .buybtn {
          margin: 0px auto; }
        body .banner .message .box .box-p {
          text-align: center;
          font-size: 14px;
          color: #9A9A9A;
          margin: 12px auto 50px; }
        body .banner .message .box ul {
          font: normal normal normal 16px/24px League Spartan;
          color: #5D5D5D;
          border-top: 1px solid rgba(117, 104, 91, 0.3);
          padding: 20px 0px 0px 0px; }
          body .banner .message .box ul li {
            position: relative;
            list-style: none;
            display: flex;
            gap: 5px;
            align-items: center; }
            body .banner .message .box ul li::before {
              content: "";
              display: block;
              width: 4px;
              height: 4px;
              border-radius: 4px;
              background: #5D5D5D; }
            body .banner .message .box ul li a {
              margin-left: 12px;
              font-size: 14px;
              color: #75685B;
              text-decoration: underline; }
        body .banner .message .box.active-box {
          position: relative;
          width: 352px;
          height: 632px;
          padding: 0px;
          margin: 0px 5px -6px;
          box-shadow: 0px 17px 28px #E5A535;
          border: 6px solid #FF0000;
          border-radius: 3px; }
          body .banner .message .box.active-box .offer_top {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            width: 320px;
            height: 36px;
            background: transparent linear-gradient(104deg, #FF037E 0%, #9408E0 100%) 0% 0% no-repeat padding-box;
            position: absolute;
            border-radius: 30px;
            z-index: 99;
            top: -18px;
            left: 0;
            right: 0;
            margin: 0px auto; }
            body .banner .message .box.active-box .offer_top p {
              color: #fff;
              font-size: 18px;
              font-weight: 600; }
          body .banner .message .box.active-box .time_cont {
            position: absolute;
            width: 100%;
            background: transparent linear-gradient(153deg, #C354FF 0%, #9408E0 100%) 0% 0% no-repeat padding-box;
            z-index: 99;
            height: 32px;
            top: -16px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px; }
            body .banner .message .box.active-box .time_cont p {
              font-weight: 600;
              color: #fff;
              font-size: 14px; }
            body .banner .message .box.active-box .time_cont .date {
              font-weight: 600;
              color: #FFCB00; }
          body .banner .message .box.active-box .box_main {
            padding: 40px 20px 0px;
            position: relative;
            z-index: 3;
            background: #fff;
            width: 100%;
            height: 100%; }
          body .banner .message .box.active-box .box-p {
            margin-bottom: 49px; }
          body .banner .message .box.active-box h3 p {
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 500; }
            body .banner .message .box.active-box h3 p b {
              position: relative;
              top: -2px;
              width: 101px;
              height: 19px;
              font-size: 16px;
              font-weight: 500;
              color: #fff;
              display: flex;
              justify-content: center;
              align-items: center;
              background: url(../2026isrflash/box_flag.png) no-repeat center/cover; }
          body .banner .message .box.active-box h3 span {
            height: 25px;
            font-size: 20px;
            font-weight: bold;
            color: #000;
            background: transparent linear-gradient(274deg, #00E636 0%, #A8FF64 100%) 0% 0% no-repeat padding-box; }
            body .banner .message .box.active-box h3 span.ext {
              background: transparent linear-gradient(66deg, #19FFA9 0%, #67FF3A 33%, #DCFF4B 100%) 0% 0% no-repeat padding-box; }
          body .banner .message .box.active-box .price span {
            color: #FF2E2E;
            font-size: 22px; }
            body .banner .message .box.active-box .price span b {
              font-size: 38px; }
          body .banner .message .box.active-box ul {
            width: 95%;
            margin: 0px auto; }
            body .banner .message .box.active-box ul li {
              gap: 10px; }
              body .banner .message .box.active-box ul li::before {
                width: 12px;
                height: 12px;
                background: url(../2026isrflash/list_icon.svg) center no-repeat;
                margin-top: -2px; }
          body .banner .message .box.active-box .of_tips {
            margin-top: 5px;
            width: 100%;
            height: 28px;
            line-height: 28px;
            background: url(../2026isrflash/li_bg.png) center no-repeat;
            background-size: cover;
            font-size: 14px;
            font-weight: 500;
            padding-left: 8px; }
          body .banner .message .box.active-box .buybtn {
            width: 298px;
            height: 48px;
            font-size: 18px; }
        body .banner .message .box.free {
          width: 218px;
          background: rgba(255, 255, 255, 0.8);
          padding-top: 73px;
          border: none; }
          body .banner .message .box.free h3 {
            min-height: fit-content;
            font-size: 22px;
            font-weight: 400; }
          body .banner .message .box.free h4 {
            margin-top: 125px;
            font-weight: 400;
            text-align: center; }
          body .banner .message .box.free ul {
            width: 95%;
            margin: 0px auto;
            margin-top: 85px; }
            body .banner .message .box.free ul li::before {
              margin-top: -28px; }
  body .feature .title,
  body .screen2 .title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3; }
  body .feature {
    padding-top: 80px; }
    body .feature .message {
      display: flex;
      justify-content: center;
      gap: 60px;
      margin-top: 85px; }
      body .feature .message .img-box {
        position: relative;
        width: 633px;
        margin-left: -120px;
        margin-right: 35px;
        height: 400px; }
      body .feature .message .feature_icon {
        text-align: left;
        width: 45px;
        flex-shrink: 0; }
      body .feature .message .message-box {
        margin-left: -50px;
        width: 615px;
        margin-top: 60px;
        gap: 35px 22px;
        display: grid;
        justify-content: flex-start;
        align-items: flex-start;
        grid-template-columns: repeat(2, 1fr); }
        body .feature .message .message-box li {
          position: relative;
          list-style-type: none;
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          gap: 10px; }
          body .feature .message .message-box li h3 {
            display: flex;
            margin-bottom: 15px;
            align-items: center;
            font: normal normal 600 18px/21px League Spartan; }
          body .feature .message .message-box li p {
            color: #4E4E4E;
            font: normal normal normal 16px/20px League Spartan; }
  body .screen2 {
    margin-top: 80px; }
    body .screen2 .table {
      margin-top: 122px;
      display: flex;
      justify-content: center; }
      body .screen2 .table ul {
        height: fit-content; }
        body .screen2 .table ul li {
          height: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-top: 1px solid #DFDBE8; }
          body .screen2 .table ul li span {
            display: block;
            width: 16px;
            height: 16px; }
        body .screen2 .table ul .li_title {
          height: 54px;
          border: none; }
      body .screen2 .table .table_l {
        width: 430px; }
        body .screen2 .table .table_l li {
          justify-content: left; }
          body .screen2 .table .table_l li:last-of-type {
            border-bottom: 1px solid #DFDBE8; }
          body .screen2 .table .table_l li .new {
            display: block;
            width: 32px;
            height: 14px;
            font-size: 12px;
            font-weight: 600;
            display: flex;
            line-height: 16px;
            justify-content: center;
            background: #17FFA2 0% 0% no-repeat padding-box;
            border-radius: 0px 10px 10px 0px;
            margin-left: 4px; }
        body .screen2 .table .table_l .li_title {
          background: #F2F2F2;
          gap: 8px;
          font-weight: bold;
          padding-left: 8px; }
          body .screen2 .table .table_l .li_title p {
            font-weight: bold; }
      body .screen2 .table .table_c {
        width: 296px;
        box-shadow: 0px 6px 10px #C9C9C97D;
        border-radius: 12px;
        margin: 0px 23px 0px 15px;
        position: relative;
        top: -28px; }
        body .screen2 .table .table_c .ul_title {
          height: 82px;
          border-radius: 12px 12px 0px 0px;
          background: #747474;
          font-size: 20px;
          font-weight: 600;
          color: #fff; }
        body .screen2 .table .table_c .li_title {
          background: #F2F2F2; }
        body .screen2 .table .table_c .check_yes {
          background: url(../2026isrflash/check.svg) center no-repeat; }
        body .screen2 .table .table_c .check_no {
          width: 14px;
          height: 2px;
          background: #9C9A9A; }
      body .screen2 .table .table_r {
        width: 398px;
        box-shadow: 0px 10px 20px #FFC6536B;
        border-radius: 12px;
        position: relative;
        top: -50px; }
        body .screen2 .table .table_r .ul_title {
          height: 104px;
          background: transparent linear-gradient(122deg, #F68E40 0%, #FF7D14 100%) 0% 0% no-repeat padding-box;
          border: 1px solid #FBEB04C4;
          border-radius: 12px 12px 0px 0px;
          font-size: 22px;
          font-weight: 600;
          color: #FFFFFF;
          padding-top: 10px; }
          body .screen2 .table .table_r .ul_title::after {
            content: "";
            display: block;
            width: 117px;
            height: 84px;
            background: url(../2026isrflash/vip-logo.png) center no-repeat;
            position: absolute;
            left: 0px;
            right: 0px;
            top: -40px;
            margin: 0px auto; }
        body .screen2 .table .table_r .li_title {
          background: #FFF3DC; }
        body .screen2 .table .table_r .check_yes {
          background: url(../2026isrflash/vip-check.svg) center no-repeat; }
        body .screen2 .table .table_r .li_buy {
          flex-direction: column;
          justify-content: center;
          height: fit-content;
          padding: 20px 0px; }
          body .screen2 .table .table_r .li_buy span {
            display: inline-block;
            width: fit-content;
            height: fit-content; }
          body .screen2 .table .table_r .li_buy .price {
            display: flex;
            justify-content: center;
            align-items: baseline;
            gap: 5px;
            margin-bottom: 10px; }
            body .screen2 .table .table_r .li_buy .price span {
              font-size: 18px;
              color: #FF2E2E;
              font-weight: bold; }
              body .screen2 .table .table_r .li_buy .price span b {
                font-size: 34px;
                font-weight: bold; }
            body .screen2 .table .table_r .li_buy .price i {
              font-style: normal;
              color: #404040;
              position: relative; }
              body .screen2 .table .table_r .li_buy .price i::after {
                content: "";
                position: absolute;
                width: 57px;
                height: 20px;
                background: url(../2026isrflash/del_bg.png) center no-repeat;
                background-size: contain;
                left: -3px;
                top: -4px; }
            body .screen2 .table .table_r .li_buy .price del {
              font-size: 16px;
              color: #929292; }
          body .screen2 .table .table_r .li_buy .time_cont {
            margin-top: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            font-size: 14px; }
            body .screen2 .table .table_r .li_buy .time_cont p {
              font-weight: 500;
              color: #FF2E2E; }
            body .screen2 .table .table_r .li_buy .time_cont .date {
              font-weight: 500;
              color: #FF2E2E; }
  body.page_sale .isrin-review {
    background: url(../2026isrflash/bottom_bg.jpg) center/cover no-repeat; }
  body .screen3 {
    overflow: hidden;
    background: url(../2026isrflash/bottom_bg.jpg) center no-repeat;
    height: 703px;
    padding-top: 70px; }
    body .screen3 .content {
      width: 1200px;
      margin: 0 auto; }
      body .screen3 .content .swiper-container {
        width: 100%;
        height: 100%; }
        body .screen3 .content .swiper-container .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: transparent;
          overflow: hidden;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          position: relative;
          width: 160px;
          height: 160px;
          border-radius: 50%; }
          body .screen3 .content .swiper-container .swiper-slide img {
            width: 100%;
            height: 100%;
            margin: 5% auto; }
      body .screen3 .content .swiper-button-next,
      body .screen3 .content .swiper-button-prev {
        width: 30px;
        height: 20px; }
      body .screen3 .content .swiper-button-next::after,
      body .screen3 .content .swiper-button-prev::after {
        content: ""; }
      body .screen3 .content .swiper-button-prev {
        background: url(./arrow.png) left 5px no-repeat;
        left: 280px;
        top: 110px; }
      body .screen3 .content .swiper-button-next {
        background: url(./arrow.png) right 5px no-repeat;
        left: 340px;
        top: 110px; }
      body .screen3 .content .swiper-button-next.swiper-button-disabled,
      body .screen3 .content .swiper-button-prev.swiper-button-disabled {
        opacity: 1; }
      body .screen3 .content .swiper-button-prev.swiper-button-disabled {
        background: url(./arrow.png) left -85px no-repeat; }
      body .screen3 .content .swiper-button-next.swiper-button-disabled {
        background: url(./arrow.png) right -85px no-repeat; }
    body .screen3 .review-wrap {
      height: 320px;
      position: relative; }
      body .screen3 .review-wrap .user-head {
        height: 160px;
        width: 160px;
        position: absolute;
        left: 40px;
        top: 65px; }
        body .screen3 .review-wrap .user-head:before {
          content: '';
          width: 185px;
          height: 210px;
          position: absolute;
          left: -36px;
          top: -33px;
          background: url(./red-cm.png) no-repeat; }
      body .screen3 .review-wrap .user-avator {
        font-family: League Spartan;
        font-size: 16px;
        color: #999;
        line-height: 1.7;
        width: 878px;
        font-weight: 400;
        position: relative;
        float: right; }
        body .screen3 .review-wrap .user-avator .screen-title {
          width: 100%;
          color: #60403C;
          line-height: 1.6;
          font-weight: 600;
          text-align: left;
          font-size: 46px; }
          body .screen3 .review-wrap .user-avator .screen-title::after {
            content: '';
            display: inline-block;
            width: 81px;
            height: 57px;
            background: url(./dit-cm.png) no-repeat;
            vertical-align: middle;
            margin-left: 57px; }
        body .screen3 .review-wrap .user-avator ul {
          margin-top: 96px; }
          body .screen3 .review-wrap .user-avator ul li {
            display: none;
            list-style: none;
            width: 100%;
            height: 130px;
            font-size: 14px;
            font-weight: 500;
            line-height: 22px;
            color: #60403C; }
        body .screen3 .review-wrap .user-avator P {
          font-size: 18px;
          width: 152px;
          line-height: 30px;
          position: absolute;
          top: 230px;
          left: -246px;
          text-align: center;
          font-size: 12px;
          color: #fff;
          background: url(./nome-cm.png) no-repeat; }
        body .screen3 .review-wrap .user-avator img {
          position: absolute;
          right: -105px;
          bottom: 65px; }
        body .screen3 .review-wrap .user-avator .common-reviews {
          width: 1200px !important;
          margin: 0px auto; }
    body .screen3 .award {
      clear: both;
      margin-top: 60px; }
      body .screen3 .award .title {
        color: #60403C;
        font-size: 36px;
        font-weight: 600;
        text-align: center; }
      body .screen3 .award div {
        margin-top: 50px;
        text-align: center; }
  body .footer {
    padding-top: 50px;
    padding-bottom: 30px; }
    body .footer .copyright {
      text-align: center;
      color: #604F61;
      font-size: 20px;
      margin-top: 30px; }
  body .service {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body .service dl {
      width: 598px;
      height: 128px; }
      body .service dl.fl {
        display: flex;
        gap: 40px; }
        body .service dl.fl dt {
          padding-top: 16px; }
        body .service dl.fl dd {
          width: 480px; }
    body .service h3 {
      margin: 25px 0 10px;
      color: #604F61;
      font-size: 15px;
      font-weight: 500; }
    body .service p {
      color: #817574;
      font-size: 12px;
      font-weight: 500;
      line-height: 18px; }
  body .popbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) 0% 0% no-repeat padding-box;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center;
    z-index: -998;
    transition: all .3s ease-out; }
    body .popbg.on {
      opacity: 1;
      transform: scale(1);
      z-index: 998; }
  body .pop_wrap {
    position: fixed;
    width: 643px;
    height: 483px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -99998;
    margin: auto;
    transform: scale(0);
    transition: all .3s ease;
    transform-origin: center;
    z-index: -99998;
    background: url(../2026isrflash/pop_bg.png) center no-repeat;
    font-family: League Spartan;
    padding-top: 165px; }
    body .pop_wrap.on {
      transform: scale(1);
      z-index: 9999; }
    body .pop_wrap > img {
      display: block;
      margin: 0px auto;
      position: relative;
      top: -44px; }
    body .pop_wrap .close {
      position: absolute;
      display: block;
      width: fit-content;
      height: fit-content;
      top: 100px;
      right: -30px;
      opacity: 0.5;
      cursor: pointer;
      transition: all .3s ease; }
      body .pop_wrap .close:hover {
        opacity: 1; }
    body .pop_wrap .pop_content {
      text-align: center; }
      body .pop_wrap .pop_content .pop_des {
        font-size: 18px;
        font-weight: 600; }
      body .pop_wrap .pop_content .off {
        margin-top: 18px; }
        body .pop_wrap .pop_content .off h3,
        body .pop_wrap .pop_content .off h4 {
          color: #FF0000; }
        body .pop_wrap .pop_content .off h3 {
          font-size: 54px;
          font-weight: 900;
          width: 355px;
          font-size: 42px;
          color: #fff;
          height: 61px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto 0;
          background: url(../2026isrflash/pop_flag.png) center no-repeat; }
        body .pop_wrap .pop_content .off h4 {
          margin-top: 10px;
          font-size: 18px;
          font-weight: 600; }
        body .pop_wrap .pop_content .off h5 {
          margin: 14px 0px 10px;
          font-size: 18px;
          font-weight: 500;
          color: #B5B598; }
        body .pop_wrap .pop_content .off p {
          height: 42px;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 5px; }
          body .pop_wrap .pop_content .off p span {
            font-size: 20px;
            font-weight: 500;
            color: #A40000;
            position: relative;
            top: 2px; }
      body .pop_wrap .pop_content .buybtn {
        width: 290px;
        height: 50px;
        margin: 20px auto 10px; }
      body .pop_wrap .pop_content .view {
        font-size: 14px;
        color: #95411C; }

.zoom {
  animation: zoom-scaling 2s ease-in-out 1; }

@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0; }
  15% {
    transform: scale(1.5);
    opacity: 1; }
  30% {
    transform: scale(1);
    opacity: 0.5; }
  45% {
    transform: scale(1.5);
    opacity: 1; }
  60% {
    transform: scale(1);
    opacity: 0.5; }
  75% {
    transform: scale(1.5);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
.sale_feature {
  padding: 150px 0 50px; }

.sale_feature .feature_title {
  font: 700 32px/1.5 "League Spartan";
  color: #000;
  text-align: center; }

.sale_feature .message {
  display: flex;
  justify-content: space-between;
  margin-top: 85px; }

.sale_feature .img-box {
  position: relative;
  width: 507px;
  height: 413px; }

.sale_feature .img-box img {
  position: absolute; }

.sale_feature .img-box img.ft_img2 {
  top: 0px;
  left: -120px; }

.sale_feature .img-box img.ft_img1 {
  top: 28px;
  right: 0px; }

.sale_feature .feature_off {
  position: absolute;
  width: 194px;
  height: 194px;
  right: -60px;
  bottom: 20px;
  z-index: 2; }

.sale_feature .message-box {
  display: flex;
  width: 660px;
  padding-left: 30px;
  justify-content: space-between;
  flex-wrap: wrap; }

.sale_feature .message-box li {
  width: 48%;
  margin-bottom: 35px; }

.sale_feature .message-box li:nth-child(2) h3::before {
  background: url(../../../../../assets-isr/images/promotion_common/red/feature_icon4.png) center center no-repeat; }

.sale_feature .message-box li:nth-child(3) h3::before {
  background: url(../../../../../assets-isr/images/promotion_common/red/feature_icon1.png) center center no-repeat; }

.sale_feature .message-box li:nth-child(4) h3::before {
  background: url(../../../../../assets-isr/images/promotion_common/red/feature_icon3.png) center center no-repeat; }

.sale_feature .message-box li h3 {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  font: normal normal 600 18px/1.5 "League Spartan"; }

.sale_feature .message-box li h3::before {
  content: "";
  width: 44px;
  height: 40px;
  margin-right: 10px;
  flex-shrink: 0;
  background: url(../../../../../assets-isr/images/promotion_common/red/feature_icon2.png) center center no-repeat; }

.sale_feature .message-box li p {
  padding-left: 22px;
  color: #4E4E4E;
  font: 400 16px/1.5 "League Spartan"; }

.sale__feature .feature_box {
  padding-top: 45px; }

.sale__feature .feature_pic .pic_panel li::before {
  right: -20px;
  bottom: 20px;
  background: url(./bag.png) center center no-repeat; }

.sale__feature {
  padding: 100px 0 80px;
  text-align: center; }

.su__footer {
  background: #FFF2DB; }

.su__footer .footer_copyright {
  padding: 12px;
  color: #C59783;
  text-align: center;
  font-weight: 500; }

.tag_mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font: italic 700 12px / 1 "League Spartan";
  height: 16px;
  background: transparent linear-gradient(104deg, #BDFE4C 0%, #46DF21 100%) 0% 0% no-repeat padding-box;
  border-radius: 3px; }
  .tag_mark em {
    display: block;
    color: inherit;
    font: inherit;
    transform: scale(0.8);
    transform-origin: center center; }

.sale__feature .feature_box {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px; }

.sale__feature .feature_list {
  width: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px; }

.sale__feature .feature_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  column-gap: 18px;
  background: #F5F5F5;
  box-shadow: 0px 1px 0px #D9D9D9;
  border: 1px solid #F5F5F5;
  border-radius: 16px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  padding: 22px 30px;
  padding-left: 0;
  margin-top: 10px; }

.sale__feature .feature_item.active {
  background: #FFF9F9;
  box-shadow: 0px 8px 11px #E32A2A34;
  border: 1px solid #F5F5F5; }

.sale__feature .feature_item.active dt {
  border: 1px solid rgba(251, 235, 4, 0.77);
  background: linear-gradient(0deg, #FFAB19 0%, #FF1002 100%); }

.sale__feature .feature_item.active dt svg > path {
  fill: #fff !important; }

.sale__feature .feature_item dt {
  position: relative;
  margin-left: -30px;
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 9999px;
  background-color: #fff;
  border: 2px solid #FFDEDE; }

.sale__feature .feature_item dt svg {
  display: block;
  position: absolute;
  top: 25%;
  left: 20%; }

.sale__feature .feature_item dt svg.ai_svg {
  top: 20%;
  left: 28%; }

.sale__feature .feature_item dt svg > path {
  fill: #FF3333 !important; }

.sale__feature .feature_item dd {
  text-align: left; }

.sale__feature .feature_item h4 {
  color: #2A2A2A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px; }

.sale__feature .feature_item p {
  color: #000;
  font-size: 16px;
  line-height: 1.5; }

.sale__feature .feature_pic {
  flex-shrink: 0;
  position: relative;
  width: 655px;
  height: 427px;
  overflow: hidden; }

.sale__feature .feature_pic .pic_panel {
  display: flex;
  position: relative;
  right: 0px;
  transition: all .3s ease; }

.sale__feature .feature_pic .pic_panel li {
  position: relative; }

.sale__feature .feature_pic .pic_panel li img {
  position: relative;
  z-index: 0; }

.page_sale .isrin-review {
  padding: 70px 16px 85px;
  background: #F6F6F6; }

.page_sale .isrin-review-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 60px; }

.page_sale .isrin-review-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 108px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.page_sale .isrin-review-media {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  flex-shrink: 0;
  max-width: 387px; }

.page_sale .isrin-review-media li {
  width: 119px;
  height: 90px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 14px; }

.page_sale .isrin-review-media li img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }

.page_sale .isrin-review-user {
  max-width: 704px;
  flex-shrink: 0; }

.page_sale .isrin-review .isrin-pagination {
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 45px;
  padding-bottom: 22px;
  border-bottom: 1px solid #D9D9D9; }

.page_sale .isrin-review .isrin-pagination .swiper-pagination-bullet {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  width: 124px;
  height: 124px;
  opacity: 1 !important;
  border-radius: 0 !important;
  background: transparent !important; }

.page_sale .isrin-review .isrin-pagination .swiper-pagination-bullet > img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
  opacity: 0.5;
  transform: scale(0.74); }

.page_sale .isrin-review .isrin-pagination .swiper-pagination-bullet::after {
  display: none !important; }

.page_sale .isrin-review .isrin-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 102px;
  height: 5px;
  border-radius: 100px;
  background: #FF005F;
  transform: scale(0);
  transform-origin: center center; }

.page_sale .isrin-review .isrin-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.3s ease; }

.page_sale .isrin-review .isrin-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease; }

.page_sale .isrin-review .isrin-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transform: scale(1);
  transition: all 0.3s ease; }

.page_sale .isrin-review .user-item h3 {
  padding: 24px 0 16px;
  font-weight: 600;
  font-size: 16px; }

.page_sale .isrin-review .user-item p {
  font-size: 14px;
  color: #000;
  opacity: 0.8; }

@media (max-width: 1220px) {
  .page_sale .isrin-review-box {
    gap: 58px;
    flex-wrap: wrap; }

  .page_sale .isrin-review-media {
    flex-shrink: 0; }

  .page_sale .isrin-review-user {
    width: 100%; } }
.progress_bar {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 20px auto 0px;
  position: relative;
  padding-right: 30px;
  width: 460px;
  height: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .progress_bar .progress_barbg {
    position: absolute;
    width: 300px;
    height: 14px;
    border-radius: 10px;
    left: 2px;
    background: transparent linear-gradient(90deg, #FFD7C5 0%, #FF1A1A 100%) 0% 0% no-repeat padding-box; }
  .progress_bar .pb_titme {
    display: flex;
    align-items: center;
    height: 20px;
    position: relative; }
    .progress_bar .pb_titme p {
      font-size: 12px; }
  .progress_bar .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: 24px;
    text-shadow: 0 1px 0 #fff; }
  .progress_bar .br-reduce {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0px;
    left: 18%; }
    .progress_bar .br-reduce.reduce1 .br-num {
      background-position: 0 0; }
    .progress_bar .br-reduce.reduce2 .br-num {
      background-position: 0 -30px; }
    .progress_bar .br-reduce .br-num {
      position: absolute;
      right: 16px;
      top: 0;
      width: 32px;
      height: 30px;
      display: inline-block;
      background: url(./reduce.png) no-repeat;
      z-index: 22; }

.bottom-buy {
  width: 100%;
  position: fixed;
  bottom: -300px;
  height: 213px;
  margin-top: 50px;
  padding-top: 44px;
  z-index: 20;
  transition: all .2s ease;
  background: url(bottom_buy.png) no-repeat center; }
  .bottom-buy.on {
    bottom: 0; }
  .bottom-buy .wrapper {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .bottom-buy .off {
    width: 168px;
    margin-top: 126px;
    margin-left: 157px;
    text-align: center; }
    .bottom-buy .off p {
      font: normal normal 500 16px/33px League Spartan; }
    .bottom-buy .off .discount.off-83 {
      display: block;
      width: 181px;
      height: 110px;
      background: url(../halloween2024/discount_83.png); }
      .bottom-buy .off .discount.off-83.off-86 {
        background: url(../halloween2024/discount_86.png); }
    .bottom-buy .off .off-70 {
      display: none; }
  .bottom-buy .date h3 {
    font: normal normal 600 20px/22px League Spartan; }
    .bottom-buy .date h3 b {
      font-size: 24px; }
  .bottom-buy .date .progress_bar {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 20px auto 0px;
    position: relative;
    width: 457px;
    height: 20px;
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #FF9F105E;
    border-radius: 9px;
    text-align: center; }
    .bottom-buy .date .progress_bar span {
      width: 100%;
      position: relative;
      z-index: 9;
      font: normal normal 500 14px/21px Lexend;
      color: #FF1717; }
    .bottom-buy .date .progress_bar .pb_titme {
      position: absolute;
      right: 20px;
      top: -1px;
      display: flex;
      align-items: center; }
      .bottom-buy .date .progress_bar .pb_titme p {
        font: normal normal 500 12px/21px Lexend;
        color: #000000; }
    .bottom-buy .date .progress_bar .countdown {
      position: relative;
      display: inline-flex;
      vertical-align: bottom;
      height: 22px;
      line-height: 26px;
      overflow: hidden;
      text-align: center;
      flex-shrink: 0;
      top: 2px;
      margin: 0 4px; }
      .bottom-buy .date .progress_bar .countdown .scroll-tick {
        height: 23px;
        margin: 0 2px; }
        .bottom-buy .date .progress_bar .countdown .scroll-tick:last-child {
          margin-right: 0; }
        .bottom-buy .date .progress_bar .countdown .scroll-tick strong,
        .bottom-buy .date .progress_bar .countdown .scroll-tick span {
          height: 22px;
          display: block;
          font: normal normal 600 16px/22px League Spartan;
          color: #FF1717; }
    .bottom-buy .date .progress_bar .progress_barbg {
      position: absolute;
      width: 98%;
      height: 14px;
      top: 2px;
      border-radius: 10px;
      left: 2px;
      background: transparent linear-gradient(90deg, #FFF0E1 0%, #FF3B71 100%) 0% 0% no-repeat padding-box;
      opacity: 1;
      transition: all .3s ease-out; }
  .bottom-buy .right-message {
    width: 250px;
    text-align: center; }
    .bottom-buy .right-message .bot_price {
      display: flex;
      justify-content: center;
      gap: 4px;
      align-items: baseline; }
      .bottom-buy .right-message .bot_price .del1 {
        text-decoration: none;
        position: relative;
        text-decoration: none;
        margin: 0 6px;
        display: none; }
        .bottom-buy .right-message .bot_price .del1.ext {
          display: inline-block; }
        .bottom-buy .right-message .bot_price .del1::after {
          content: "";
          position: absolute;
          width: 57px;
          height: 20px;
          background: url(./del_bg.png) center no-repeat;
          background-size: contain;
          left: -3px;
          top: -4px; }
      .bottom-buy .right-message .bot_price p {
        font-size: 20px;
        font-weight: bold;
        color: #000000; }
      .bottom-buy .right-message .bot_price b {
        font-size: 46px;
        font-weight: bold; }
      .bottom-buy .right-message .bot_price del {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0px;
        color: #A1812C; }
    .bottom-buy .right-message .buybtn {
      margin-top: 8px;
      width: 231px;
      height: 49px;
      background: transparent linear-gradient(128deg, #FF9202 0%, #FF0080 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 13px 15px #FEBB1E;
      outline: 4px solid #FF77002B;
      font-size: 18px;
      letter-spacing: 0px;
      color: #FFFFFF;
      border-radius: 0; }

/*# sourceMappingURL=style.css.map */
