.idrstsale {
  font-family: League Spartan;
  font-size: 16px;
  padding-bottom: 140px; }
@keyframes swi {
  0%,
        100% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(10deg); }
  75% {
    transform: rotate(-10deg); } }
@keyframes glass_ani {
  0% {
    transform: rotate(0deg); }
  25%,
        75% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes butt_ani {
  0%,
        100% {
    transform: rotate(0deg) translateY(0px); }
  20% {
    transform: rotate(-5deg) translateY(-5px); }
  40% {
    transform: rotate(3deg) translateY(3px); }
  60% {
    transform: rotate(-3deg) translateY(-3px); }
  80% {
    transform: rotate(5deg) translateY(5px); } }
  .idrstsale .buybtn {
    display: block;
    margin: 0px auto;
    width: 240px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid #FFD37F;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FFB31E;
    position: relative; }
    .idrstsale .buybtn.red {
      color: #fff;
      background: transparent linear-gradient(98deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 5px 15px #FF9A4D;
      border-radius: 5px;
      border: none; }
      .idrstsale .buybtn.red::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: -4px;
        left: -4px;
        border-radius: 5px;
        border: 4px solid #FF77002B; }
      .idrstsale .buybtn.red:hover {
        background: transparent linear-gradient(99deg, #FF6F00 0%, #FF0707 100%) 0% 0% no-repeat padding-box; }
    .idrstsale .buybtn:hover {
      color: #fff;
      border: none;
      background: transparent linear-gradient(90deg, #FF6F00 0%, #FF0707 100%) 0% 0% no-repeat padding-box; }
  .idrstsale .time_cont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin: 0px auto; }
    .idrstsale .time_cont > p {
      font-size: 14px;
      font-family: Lexend;
      font-weight: 500;
      color: #4A1503; }
    .idrstsale .time_cont .countdown {
      position: relative;
      display: flex;
      vertical-align: bottom;
      height: 20px;
      line-height: 20px;
      overflow: hidden;
      text-align: center;
      line-height: 20px;
      margin: 0 3px; }
      .idrstsale .time_cont .countdown .scroll-tick {
        height: 20px; }
        .idrstsale .time_cont .countdown .scroll-tick:last-child {
          margin-right: 0; }
        .idrstsale .time_cont .countdown .scroll-tick strong,
        .idrstsale .time_cont .countdown .scroll-tick span {
          display: block;
          font-weight: bold;
          color: #FF0707; }
  .idrstsale .wrapper {
    width: 1200px !important;
    position: relative; }
  .idrstsale .logo {
    display: block;
    position: absolute;
    top: 30px;
    left: 0px;
    transform: scale(1);
    z-index: 10; }
  .idrstsale .banner {
    position: relative;
    height: 842px;
    text-align: center;
    background: #fff url(../vpn/new/easter_bg.jpg) no-repeat center bottom;
    box-sizing: border-box;
    padding-top: 20px; }
    .idrstsale .banner .title_box {
      text-align: center;
      position: relative;
      z-index: 2; }
      .idrstsale .banner .title_box .title_img {
        margin-right: 0px; }
      .idrstsale .banner .title_box .butt_img {
        position: absolute;
        right: 323px;
        top: 3px;
        animation: butt_ani 3s infinite ease-in-out; }
      .idrstsale .banner .title_box .glass_img {
        position: absolute;
        right: 403px;
        bottom: 12px;
        transform-origin: center bottom;
        animation: glass_ani 3s infinite ease-in-out; }
      .idrstsale .banner .title_box .flower_img {
        width: 50px;
        height: 77px;
        position: absolute;
        left: 300px;
        top: 10px;
        z-index: -1;
        transform-origin: right bottom;
        animation: swi 5s infinite ease-in-out; }
    .idrstsale .banner .title_des {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      width: 637px;
      margin: 16px auto 0px;
      background: url(./white_bg.png) center no-repeat;
      height: 33px;
      position: relative;
      z-index: 1; }
      .idrstsale .banner .title_des h2,
      .idrstsale .banner .title_des .time_box {
        display: flex;
        align-items: center;
        min-width: 250px; }
      .idrstsale .banner .title_des h2 {
        font-size: 19px;
        font-weight: 500; }
        .idrstsale .banner .title_des h2 span {
          color: #FF782A;
          padding: 0 3px;
          font-weight: 600; }
      .idrstsale .banner .title_des .time_box p {
        font-size: 19px;
        font-weight: 500; }
      .idrstsale .banner .title_des .time_box strong,
      .idrstsale .banner .title_des .time_box span {
        color: #F70016;
        font-weight: 600; }
    .idrstsale .banner .offer_content {
      display: flex;
      justify-content: space-between;
      align-items: end;
      margin-top: 80px;
      position: relative; }
      .idrstsale .banner .offer_content.soldout::before {
        display: none; }
      .idrstsale .banner .offer_content .offer_box {
        width: 372px;
        height: 310px;
        background: #FBFBFB 0% 0% no-repeat padding-box;
        border: 1px solid #CCCEE2;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        z-index: 2; }
        .idrstsale .banner .offer_content .offer_box > p {
          color: #8D8D8D;
          font-size: 14px;
          font-weight: 400;
          margin-top: 36px; }
        .idrstsale .banner .offer_content .offer_box .img_box {
          position: absolute;
          top: -48px;
          width: fit-content;
          left: 50%;
          transform: translateX(-50%);
          display: flex;
          align-items: center; }
          .idrstsale .banner .offer_content .offer_box .img_box .img1 {
            width: 80px;
            height: 75px; }
          .idrstsale .banner .offer_content .offer_box .img_box .img2 {
            width: 141px;
            height: 66px; }
          .idrstsale .banner .offer_content .offer_box .img_box .img3 {
            width: 154px;
            height: 78px; }
        .idrstsale .banner .offer_content .offer_box .act_span {
          font-size: 14px;
          color: #2E2E2E;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 145px; }
        .idrstsale .banner .offer_content .offer_box.active {
          width: 395px;
          height: 341px;
          background: #FFFFFF 0% 0% no-repeat padding-box;
          border: 4px solid #FF7700;
          padding-top: 50px;
          transform: translateY(10px);
          box-shadow: 0px 8px 18px #F93A3A54; }
          .idrstsale .banner .offer_content .offer_box.active h4 {
            font-size: 20px; }
            .idrstsale .banner .offer_content .offer_box.active h4 span {
              font-weight: bold;
              color: #148711; }
          .idrstsale .banner .offer_content .offer_box.active .price {
            margin-top: 42px;
            color: #F70016; }
          .idrstsale .banner .offer_content .offer_box.active .buybtn {
            font-weight: bold;
            font-size: 16px; }
        .idrstsale .banner .offer_content .offer_box.soldout {
          filter: grayscale(1);
          height: 310px;
          padding-top: 40px;
          pointer-events: none;
          transform: translateY(0); }
          .idrstsale .banner .offer_content .offer_box.soldout .price {
            margin-top: 30px; }
          .idrstsale .banner .offer_content .offer_box.soldout::before {
            width: 395px;
            height: 326px;
            left: -4px;
            right: 0px;
            top: -25px;
            z-index: 2;
            background: url(./sold_bg.png) center no-repeat; }
          .idrstsale .banner .offer_content .offer_box.soldout::after {
            content: "";
            display: block;
            position: absolute;
            width: 108px;
            height: 103px;
            top: 70px;
            left: 0;
            right: 0;
            margin: 0px auto;
            z-index: 3;
            background: url(../sold_out.png) center no-repeat; }
          .idrstsale .banner .offer_content .offer_box.soldout .save::after {
            background: none; }
        .idrstsale .banner .offer_content .offer_box.change {
          position: absolute;
          left: 402px;
          margin: 0px auto; }
          .idrstsale .banner .offer_content .offer_box.change .save {
            background: url(./pink_small.png) center no-repeat;
            color: #F70016; }
          .idrstsale .banner .offer_content .offer_box.change .buybtn {
            color: #fff;
            background: transparent linear-gradient(90deg, #FF6F00 0%, #FF0707 100%) 0% 0% no-repeat padding-box; }
        .idrstsale .banner .offer_content .offer_box .save {
          position: absolute;
          width: 140px;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #E49841;
          font-size: 20px;
          font-weight: 600;
          background: url(./save_yellow.png) center no-repeat;
          top: -20px;
          left: 0;
          right: 0;
          margin: 0px auto; }
        .idrstsale .banner .offer_content .offer_box h4 {
          font-size: 18px;
          font-weight: 500;
          background: #FEF7DF 0% 0% no-repeat padding-box;
          color: #8D6218;
          padding: 5px 16px; }
        .idrstsale .banner .offer_content .offer_box .price {
          margin-top: 36px;
          font-size: 16px;
          font-weight: 600; }
          .idrstsale .banner .offer_content .offer_box .price span {
            font-size: 24px;
            font-weight: 600; }
          .idrstsale .banner .offer_content .offer_box .price b {
            font-size: 46px;
            font-weight: 600; }
          .idrstsale .banner .offer_content .offer_box .price del {
            display: inline-block;
            margin-left: 5px;
            color: #AAAAAA;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.2; }
        .idrstsale .banner .offer_content .offer_box .buybtn {
          margin: 30px auto 18px; }
        .idrstsale .banner .offer_content .offer_box p span {
          color: #18191E;
          font-size: 16px;
          font-weight: 500;
          margin-right: 5px; }
        .idrstsale .banner .offer_content .offer_box p del {
          color: rgba(24, 25, 30, 0.4);
          font-size: 16px;
          font-weight: 500; }
    .idrstsale .banner .payment {
      display: flex;
      margin-top: 80px;
      justify-content: space-between; }
      .idrstsale .banner .payment li {
        display: flex;
        font: normal normal normal 20px/24px League Spartan;
        align-items: center;
        color: #000; }
        .idrstsale .banner .payment li img {
          margin-right: 10px; }
  .idrstsale .feature h2,
  .idrstsale .table-box h2 {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #1f1e24;
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold; }
  .idrstsale .feature {
    padding-top: 150px; }
    .idrstsale .feature h2::before {
      content: "";
      display: block;
      position: absolute;
      top: -100px;
      left: 0px;
      right: 0px;
      margin: 0px auto;
      width: 94px;
      height: 69px;
      background: url(./title_icon.png) center no-repeat; }
    .idrstsale .feature .message {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      margin-top: 52px; }
      .idrstsale .feature .message .img-box {
        position: relative;
        width: 522px;
        height: 459px;
        left: -60px; }
        .idrstsale .feature .message .img-box img {
          position: absolute; }
          .idrstsale .feature .message .img-box img.ft_img2 {
            bottom: -5px;
            right: -30px; }
          .idrstsale .feature .message .img-box img.screen {
            top: 110px;
            right: 0px; }
      .idrstsale .feature .message .message-box {
        width: 650px; }
        .idrstsale .feature .message .message-box .box-item {
          position: relative;
          margin-bottom: 26px;
          padding: 14px 30px 4px;
          min-height: 150px;
          border: 1px solid rgba(125, 155, 188, 0.2);
          border-radius: 6px; }
          .idrstsale .feature .message .message-box .box-item.separate {
            padding-top: 20px;
            display: flex;
            align-items: stretch;
            justify-content: space-between; }
            .idrstsale .feature .message .message-box .box-item.separate dl {
              max-width: 280px; }
            .idrstsale .feature .message .message-box .box-item.separate dd {
              padding-top: 8px;
              padding-bottom: 24px; }
              .idrstsale .feature .message .message-box .box-item.separate dd > p {
                padding: 0;
                color: #4e4e4e; }
          .idrstsale .feature .message .message-box .box-item dl dt {
            position: relative;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            column-gap: 12px;
            color: #000;
            font-size: 18px;
            line-height: 1.2;
            font-weight: 600; }
            .idrstsale .feature .message .message-box .box-item dl dt::before {
              content: "";
              width: 12px;
              height: 12px;
              margin-right: 0;
              flex-shrink: 0;
              background: url(./checked.svg) center no-repeat;
              background-size: contain; }
          .idrstsale .feature .message .message-box .box-item dl p {
            line-height: 1.2;
            font-weight: 400; }
          .idrstsale .feature .message .message-box .box-item dl dd {
            padding-left: 24px; }
            .idrstsale .feature .message .message-box .box-item dl dd > p {
              padding: 8px 0 10px;
              color: #1c1c34;
              font-size: 16px; }
        .idrstsale .feature .message .message-box .trigger-list {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          column-gap: 30px;
          text-align: center;
          max-width: 190px;
          min-height: 68px;
          overflow: hidden;
          transition: all 0.3s ease; }
          .idrstsale .feature .message .message-box .trigger-list.trigger-auto.trigger-on {
            column-gap: 25px; }
            .idrstsale .feature .message .message-box .trigger-list.trigger-auto.trigger-on li {
              max-width: 50px; }
          .idrstsale .feature .message .message-box .trigger-list.trigger-on {
            max-width: 600px;
            transition: all 0.3s ease; }
          .idrstsale .feature .message .message-box .trigger-list .trigger-pic {
            width: 100%;
            height: 31px;
            display: flex;
            justify-content: center;
            align-items: center; }
          .idrstsale .feature .message .message-box .trigger-list p {
            padding: 4px 0;
            color: #787878;
            font-size: 12px;
            line-height: 1.2;
            font-weight: 400;
            font-family: "Lexend Deca", Arial, "Microsoft Yahei", sans-serif !important; }
        .idrstsale .feature .message .message-box .message-list {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          column-gap: 30px; }
        .idrstsale .feature .message .message-box .trigger-btn {
          position: relative;
          display: block;
          flex-shrink: 0;
          width: 26px;
          height: 26px;
          cursor: pointer;
          border-radius: 50%;
          background: #eff0f4;
          transition: all 0.3s ease;
          margin-top: -16px; }
          .idrstsale .feature .message .message-box .trigger-btn:hover {
            opacity: 0.8; }
          .idrstsale .feature .message .message-box .trigger-btn.trigger-on {
            transform: rotate(-180deg);
            transition: all 0.3s ease;
            margin-right: -40px; }
          .idrstsale .feature .message .message-box .trigger-btn em {
            position: absolute;
            top: 5px;
            left: 10px;
            display: block;
            pointer-events: none;
            width: 7px;
            height: 11px; }
  .idrstsale .table-box {
    padding-top: 114px;
    text-align: center; }
    .idrstsale .table-box h2 {
      gap: 10px;
      font-size: 38px; }
      .idrstsale .table-box h2::before {
        content: "";
        display: block;
        position: absolute;
        top: -70px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        width: 94px;
        height: 69px;
        background: url(./title_icon.png) center no-repeat; }
    .idrstsale .table-box .table_cont {
      padding: 120px 12px 0px;
      display: flex;
      justify-content: space-between;
      align-items: start; }
      .idrstsale .table-box .table_cont .li_title {
        height: 60px;
        font-weight: 600;
        line-height: 60px;
        text-align: center;
        border-radius: 12px 12px 0px 0px;
        color: #fff;
        font-size: 18px; }
      .idrstsale .table-box .table_cont ul {
        border-radius: 0px 0px 12px 12px; }
        .idrstsale .table-box .table_cont ul li {
          display: flex;
          height: 30px;
          align-items: center;
          font-size: 14px;
          font-weight: 500;
          text-align: center;
          justify-content: center;
          border-bottom: 1px solid #FFEAE6; }
          .idrstsale .table-box .table_cont ul li:last-child {
            border: none; }
          .idrstsale .table-box .table_cont ul li span {
            display: block;
            width: 17px;
            height: 17px; }
            .idrstsale .table-box .table_cont ul li span.grey-yes {
              background: url(./b_yes.svg) center no-repeat; }
            .idrstsale .table-box .table_cont ul li span.grey-no {
              background: url(./b_no.svg) center no-repeat; }
            .idrstsale .table-box .table_cont ul li span.red-yes {
              background: url(./b_red_yes.svg) center no-repeat; }
      .idrstsale .table-box .table_cont .table_l {
        width: 430px; }
        .idrstsale .table-box .table_cont .table_l ul li {
          padding-left: 7px;
          justify-content: left;
          font-size: 16px;
          line-height: 1.2;
          font-weight: 600;
          color: #1e1c2c; }
          .idrstsale .table-box .table_cont .table_l ul li img {
            margin-right: 15px; }
          .idrstsale .table-box .table_cont .table_l ul li:last-of-type {
            border-bottom: 1px solid #e8e8e8; }
      .idrstsale .table-box .table_cont .table_c {
        width: 296px;
        box-shadow: 0px 6px 10px #FFE1BF7D;
        border-radius: 12px; }
        .idrstsale .table-box .table_cont .table_c .li_title {
          line-height: 68px;
          color: #1E1C2C;
          background: #FFF3F3;
          border-bottom: 1px solid #fff4f2; }
        .idrstsale .table-box .table_cont .table_c ul {
          background: #fff;
          padding: 0px 12px 10px; }
          .idrstsale .table-box .table_cont .table_c ul li {
            color: #000; }
      .idrstsale .table-box .table_cont .table_r {
        width: 398px;
        border-radius: 12px;
        position: relative;
        top: -30px;
        box-shadow: 0px 10px 20px #C2C2C26B; }
        .idrstsale .table-box .table_cont .table_r::before {
          content: "";
          display: block;
          width: 117px;
          height: 84px;
          background: url(./vip_logo.svg) center no-repeat;
          position: absolute;
          top: -42px;
          left: 0;
          right: 0;
          margin: 0px auto; }
        .idrstsale .table-box .table_cont .table_r .li_title {
          border-radius: 12px 12px 0px 0px;
          font-size: 20px;
          color: #fff;
          font-weight: 600;
          height: 90px;
          line-height: 108px;
          background: transparent linear-gradient(98deg, #FFC367 0%, #FF3E3E 100%) 0% 0% no-repeat padding-box; }
        .idrstsale .table-box .table_cont .table_r ul {
          background: #fff;
          padding-bottom: 20px;
          padding: 0px 13px 17px 13px; }
          .idrstsale .table-box .table_cont .table_r ul li {
            border-color: #fbe5e6;
            color: #dc2a2e; }
  .idrstsale .review {
    margin-top: 100px;
    padding-bottom: 50px; }
    .idrstsale .review h2 {
      margin-bottom: 40px;
      font-size: 32px;
      font-weight: 700;
      color: rgba(0, 0, 0, 0.7);
      line-height: 1.2;
      text-align: center; }
    .idrstsale .review .review_box {
      position: relative; }
    .idrstsale .review .left_btn,
    .idrstsale .review .right_btn {
      width: 36px;
      height: 36px;
      position: absolute;
      z-index: 2;
      left: 50px;
      top: 60%;
      cursor: pointer;
      background: #2AB863;
      border-radius: 50%; }
      .idrstsale .review .left_btn:hover,
      .idrstsale .review .right_btn:hover {
        opacity: 0.8; }
      .idrstsale .review .left_btn.swiper-button-disabled,
      .idrstsale .review .right_btn.swiper-button-disabled {
        pointer-events: none;
        background: #fff;
        border: 1px solid #A5C1AB;
        opacity: 1;
        opacity: 1 !important; }
        .idrstsale .review .left_btn.swiper-button-disabled span svg path,
        .idrstsale .review .right_btn.swiper-button-disabled span svg path {
          fill: #ccc1c1 !important; }
      .idrstsale .review .left_btn span,
      .idrstsale .review .right_btn span {
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        width: 10px;
        height: 15px;
        pointer-events: none; }
      .idrstsale .review .left_btn svg,
      .idrstsale .review .right_btn svg {
        display: block;
        width: inherit;
        height: inherit; }
        .idrstsale .review .left_btn svg path,
        .idrstsale .review .right_btn svg path {
          fill: #fff !important; }
    .idrstsale .review .left_btn span {
      transform: rotateY(-180deg); }
    .idrstsale .review .right_btn {
      left: auto;
      right: 50px;
      top: 60%; }
      .idrstsale .review .right_btn span {
        top: 10px;
        left: 13px; }
    .idrstsale .review .swiper-container {
      max-width: 834px;
      border-radius: 4px;
      margin: 0 auto;
      position: relative; }
    .idrstsale .review .swiper-slide {
      width: 100%;
      height: auto !important;
      display: flex; }
    .idrstsale .review .comment {
      width: 100%; }
    .idrstsale .review .name {
      margin-top: 24px;
      margin-bottom: 32px;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 600;
      color: #000; }
    .idrstsale .review .main {
      margin-bottom: 20px;
      font-size: 16px;
      font-weight: 400;
      color: #1C1C34;
      line-height: 1.5; }
    .idrstsale .review .star-four {
      width: 95px;
      height: 15px;
      background: url(../../buy-data-recovery/sprites_ic.png) no-repeat 0 -47px;
      margin: 0 auto; }
    .idrstsale .review .star-five {
      width: 95px;
      height: 15px;
      background: url(../../buy-data-recovery/sprites_ic.png) no-repeat 0 -78px;
      margin: 0 auto; }
  .idrstsale .bottom-bg {
    background: url(./bottom_bg.png) bottom no-repeat; }
  .idrstsale .bottom {
    position: relative;
    z-index: 9; }
    .idrstsale .bottom .service {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 153px;
      gap: 10px; }
      .idrstsale .bottom .service .service-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 384px;
        height: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 4px; }
        .idrstsale .bottom .service .service-item .name {
          margin-top: 17px;
          margin-bottom: 5px;
          font-size: 16px;
          font-weight: 600;
          color: #05010F;
          line-height: 20px; }
        .idrstsale .bottom .service .service-item .desc {
          font-size: 16px;
          font-weight: 500;
          color: rgba(0, 0, 0, 0.6); }
  .idrstsale .copy-right {
    margin-top: 50px;
    padding: 20px 0px 20px;
    text-align: center;
    background-color: #FED88D; }
    .idrstsale .copy-right p {
      color: #000;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 500; }
  .idrstsale .floatlayer {
    display: flex;
    align-items: flex-end;
    margin-top: 90px;
    position: fixed;
    z-index: 100;
    bottom: -180px;
    height: 140px;
    width: 100%;
    visibility: hidden;
    background: url(./float_bg.png) top center no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .idrstsale .floatlayer.on {
      bottom: 0;
      visibility: visible; }
    .idrstsale .floatlayer .time_box {
      margin-top: 5px;
      position: relative;
      display: flex;
      align-items: center; }
      .idrstsale .floatlayer .time_box p {
        font-size: 20px;
        font-weight: 600;
        position: relative;
        bottom: -3px;
        margin-right: 5px; }
      .idrstsale .floatlayer .time_box .time_count {
        font-size: 20px;
        font-weight: 600;
        width: 234px;
        height: 43px;
        padding: 14px 0px 0px 50px;
        background: url(./clock_bg.png) center no-repeat; }
        .idrstsale .floatlayer .time_box .time_count strong,
        .idrstsale .floatlayer .time_box .time_count span {
          font-weight: 600;
          color: #F70016; }
    .idrstsale .floatlayer .wrapper {
      display: flex;
      align-items: center;
      justify-content: space-around;
      height: 100%; }
      .idrstsale .floatlayer .wrapper .left {
        position: relative;
        width: 200px; }
        .idrstsale .floatlayer .wrapper .left img {
          width: auto;
          position: relative;
          left: -40px; }
      .idrstsale .floatlayer .wrapper .off {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 700px; }
        .idrstsale .floatlayer .wrapper .off .p1 {
          color: #000;
          font-size: 20px;
          font-weight: 600; }
          .idrstsale .floatlayer .wrapper .off .p1 span {
            font-weight: 600;
            color: #00AA0B; }
        .idrstsale .floatlayer .wrapper .off .float_wrap {
          margin: 0 auto 0;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #FFF6BE;
          margin-top: 30px;
          position: relative; }
          .idrstsale .floatlayer .wrapper .off .float_wrap::before {
            content: "";
            display: block;
            width: 141px;
            height: 5px;
            position: absolute;
            top: -20px;
            left: 0;
            right: 0;
            margin: 0px auto;
            background: url(./circle.svg) center no-repeat; }
          .idrstsale .floatlayer .wrapper .off .float_wrap .time_cont {
            position: relative;
            background: none;
            padding-top: 5px; }
            .idrstsale .floatlayer .wrapper .off .float_wrap .time_cont::before {
              content: "";
              display: block;
              width: 375px;
              height: 56px;
              position: absolute;
              top: 0px;
              left: -42px;
              z-index: -1;
              background: url(float_data_bg.png) center no-repeat; }
            .idrstsale .floatlayer .wrapper .off .float_wrap .time_cont > p {
              font-size: 16px; }
            .idrstsale .floatlayer .wrapper .off .float_wrap .time_cont .countdown {
              width: 101px;
              height: 22px;
              margin-left: 3px; }
              .idrstsale .floatlayer .wrapper .off .float_wrap .time_cont .countdown .scroll-tick {
                width: 34px;
                height: 22px;
                line-height: 22px; }
                .idrstsale .floatlayer .wrapper .off .float_wrap .time_cont .countdown .scroll-tick:nth-of-type(2) strong {
                  border-left: 1px solid #8B5800;
                  border-right: 1px solid #8B5800; }
                .idrstsale .floatlayer .wrapper .off .float_wrap .time_cont .countdown .scroll-tick strong {
                  color: #D10016;
                  font-weight: bold;
                  line-height: 22px;
                  position: relative;
                  top: 2px;
                  background: transparent linear-gradient(89deg, #FFDA4400 0%, #FFFFFF 43%, #FFDA4400 100%) 0% 0% no-repeat padding-box; }
        .idrstsale .floatlayer .wrapper .off.sold .float_wrap {
          display: none; }
        .idrstsale .floatlayer .wrapper .off.sold .p1 {
          font-size: 30px; }
      .idrstsale .floatlayer .wrapper .price {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .idrstsale .floatlayer .wrapper .price div strong {
          font-weight: bold;
          font-family: Lexend;
          font-size: 14px; }
          .idrstsale .floatlayer .wrapper .price div strong b {
            font-weight: bold;
            font-size: 40px; }
        .idrstsale .floatlayer .wrapper .price div del {
          margin-left: 10px;
          color: rgba(0, 0, 0, 0.5);
          font: normal normal 500 16px/21px League Spartan;
          position: relative;
          text-decoration: none; }
          .idrstsale .floatlayer .wrapper .price div del::after {
            content: "";
            display: block;
            width: 72px;
            height: 15px;
            position: absolute;
            top: -2px;
            left: -7px;
            background: url(./del_bg.svg) center no-repeat; }
        .idrstsale .floatlayer .wrapper .price .buybtn {
          width: 234px;
          height: 42px;
          margin-top: 8px; }
  .idrstsale .popbg {
    width: 100%;
    height: 100%;
    background: rgba(14, 41, 27, 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; }
    .idrstsale .popbg.on {
      opacity: 1;
      transform: scale(1);
      z-index: 998; }
  .idrstsale .pop_content {
    position: fixed;
    width: fit-content;
    height: fit-content;
    box-sizing: border-box;
    margin: 0px auto;
    z-index: 99999;
    transition: all 0.3s ease;
    background: none;
    top: 20%;
    left: 0;
    right: 0;
    transform: scale(0); }
    .idrstsale .pop_content.on {
      transform: scale(1);
      z-index: 99999; }
    .idrstsale .pop_content .pop_close {
      top: 30px;
      right: 0px;
      position: absolute;
      opacity: 0.7;
      transition: all .3s ease;
      cursor: pointer; }
      .idrstsale .pop_content .pop_close:hover {
        opacity: 1; }
    .idrstsale .pop_content .buybtn {
      width: 240px;
      height: 36px;
      position: absolute;
      right: 0px;
      left: 0px;
      margin: 0px auto;
      bottom: 70px;
      font: normal normal 500 18px/38px League Spartan;
      box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #FFDE39; }
    .idrstsale .pop_content .time_box {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 34px;
      margin: 0px auto;
      width: fit-content;
      display: flex;
      align-items: center;
      justify-content: center;
      font: normal normal 600 18px/22px League Spartan; }
      .idrstsale .pop_content .time_box .time_count {
        margin-left: 5px; }
        .idrstsale .pop_content .time_box .time_count strong {
          color: #FB5000; }
        .idrstsale .pop_content .time_box .time_count strong {
          display: inline-block;
          min-width: 23px; }
          .idrstsale .pop_content .time_box .time_count strong:nth-of-type(3) {
            display: inline-block;
            width: 33px; }

/*# sourceMappingURL=style.css.map */
