.ied_sale {
  --family: "League Spartan", Arial, "Microsoft Yahei", sans-serif; }
  .ied_sale p,
  .ied_sale h1,
  .ied_sale h2,
  .ied_sale h3,
  .ied_sale h4,
  .ied_sale h5,
  .ied_sale h6,
  .ied_sale strong,
  .ied_sale span,
  .ied_sale em,
  .ied_sale div,
  .ied_sale table,
  .ied_sale ul,
  .ied_sale li,
  .ied_sale a {
    font: 400 14px/1.2 var(--family);
    color: #000; }
  .ied_sale .itop_logo {
    display: block;
    position: absolute;
    background: none;
    text-indent: 0px;
    z-index: 9;
    top: 38px;
    left: -40px;
    width: 76px;
    height: 40px;
    cursor: pointer; }
  .ied_sale .ied_wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding-top: 36px; }
  .ied_sale .sale_btn {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #272727;
    font: 500 18px/1.5 var(--family);
    max-width: 90%;
    min-width: 250px;
    padding-top: 0px;
    height: 50px;
    background: #fff;
    border: 2px solid #272727;
    border-radius: 4px;
    text-decoration: none !important;
    transition: all 0.3s ease; }
    .ied_sale .sale_btn span {
      display: inline-block;
      position: relative;
      z-index: 1;
      font: inherit;
      color: inherit; }
    .ied_sale .sale_btn.btn_current {
      color: #fff;
      border: none;
      background: #FF0000 0% 0% no-repeat padding-box; }
      .ied_sale .sale_btn.btn_current:hover {
        color: #000;
        border: none;
        background: transparent linear-gradient(270deg, #FFD500 0%, #FF9100 100%) 0% 0% no-repeat padding-box;
        transition: none; }
    .ied_sale .sale_btn:hover {
      color: #000;
      border: none;
      background: transparent linear-gradient(270deg, #FFD500 0%, #FF9100 100%) 0% 0% no-repeat padding-box;
      transition: none; }
  .ied_sale .br-numGhost {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    color: #EE0019;
    font-size: 24px;
    text-shadow: 0 1px 0 #fff;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease; }
  .ied_sale .br-reduce {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0px;
    left: 76%;
    transform: translateX(-50%);
    margin: 0 auto;
    text-align: center; }
  .ied_sale .br-reduce.reduce1 .br-num {
    background-position: 0 0; }
  .ied_sale .br-reduce.reduce2 .br-num {
    background-position: 0 -30px; }
  .ied_sale .br-reduce .br-num {
    position: absolute;
    right: 16px;
    top: 0;
    width: 32px;
    height: 30px;
    display: inline-block;
    z-index: 22;
    transform: translateY(0px); }
  .ied_sale .zoom-top-animation {
    animation: zoomTop 0.8s forwards;
    animation-timing-function: ease-in;
    transform-origin: center center; }
  .ied_sale .zoom-out-animation {
    animation: zoomOut 0.8s 0.3s forwards;
    animation-timing-function: ease-in;
    transform-origin: center center; }
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(3); } }
@keyframes zoomTop {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-50px); } }
  .ied_sale .sale_reduce {
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    color: #000;
    font: 500 18px/1.2 var(--family);
    height: 20px; }
    .ied_sale .sale_reduce p {
      font: inherit;
      color: inherit;
      white-space: nowrap; }
    .ied_sale .sale_reduce .reduceNum {
      --w: auto;
      --h: 20px;
      position: relative;
      display: flex;
      vertical-align: bottom;
      height: var(--h);
      text-align: center;
      column-gap: 0; }
    .ied_sale .sale_reduce .scroll_tick {
      display: inline-block;
      position: relative;
      width: var(--w);
      height: var(--h);
      line-height: var(--h);
      overflow: hidden;
      text-align: center; }
      .ied_sale .sale_reduce .scroll_tick .numlist {
        display: block;
        width: inherit;
        height: inherit;
        color: #FF4E00;
        font: 700 22px/20px var(--family);
        line-height: var(--h); }
        .ied_sale .sale_reduce .scroll_tick .numlist strong,
        .ied_sale .sale_reduce .scroll_tick .numlist b,
        .ied_sale .sale_reduce .scroll_tick .numlist span,
        .ied_sale .sale_reduce .scroll_tick .numlist em {
          font: inherit;
          color: inherit;
          font-style: normal; }
        .ied_sale .sale_reduce .scroll_tick .numlist span {
          display: block; }
    .ied_sale .sale_reduce .numGhost {
      position: absolute;
      left: 7%;
      right: 0;
      margin: 0 auto;
      z-index: 4;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #C20D00;
      font: 700 20px/1.2 var(--family);
      width: 40px;
      height: 20px;
      background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F2BA00 39%, #FFC400 57%, rgba(128, 128, 128, 0) 100%) 0% 0% no-repeat padding-box;
      opacity: 0;
      transition: all 0.3s ease;
      transform: translateY(0px); }
  .ied_sale .ied_title {
    color: #000;
    text-align: center;
    font: 600 32px/1.2 var(--family); }
  .ied_sale .ied_desc {
    text-align: center;
    font: 400 24px/1.2 var(--family); }
  .ied_sale .comm-popup {
    width: 570px;
    height: 360px;
    text-align: center;
    background: url(./pop_bg.png) center center no-repeat;
    --family: "League Spartan", Arial, "Microsoft Yahei", sans-serif; }
    .ied_sale .comm-popup .comm-close {
      display: block;
      top: -16px;
      right: 12px;
      width: 12px;
      height: 12px;
      background: none !important;
      box-shadow: none !important;
      border-radius: 0%;
      opacity: 1;
      transform: scale(0.9);
      transform-origin: center center;
      text-indent: -9999px; }
      .ied_sale .comm-popup .comm-close::before, .ied_sale .comm-popup .comm-close::after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #F5F5F5;
        transform: rotate(45deg); }
      .ied_sale .comm-popup .comm-close::after {
        transform: rotate(-45deg); }
      .ied_sale .comm-popup .comm-close:hover {
        opacity: 1;
        background: none !important;
        transform: scale(1); }
        .ied_sale .comm-popup .comm-close:hover::before, .ied_sale .comm-popup .comm-close:hover::after {
          background: #FFF; }
    .ied_sale .comm-popup .pop_title {
      position: relative; }
      .ied_sale .comm-popup .pop_title > img {
        display: inline-block;
        vertical-align: top;
        width: auto;
        max-width: none; }
    .ied_sale .comm-popup .pop_desc {
      padding-top: 8px;
      color: #000;
      font: 600 18px/1.2 var(--family);
      text-align: center; }
      .ied_sale .comm-popup .pop_desc b {
        font: inherit;
        color: #FF4E00; }
    .ied_sale .comm-popup .pop_offer {
      margin: 18px auto;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: translateX(22px); }
    .ied_sale .comm-popup .pop_item {
      position: relative;
      min-width: 154px;
      padding: 16px;
      padding-right: 34px;
      background: #FFFEF1 0% 0% no-repeat padding-box;
      border: 1px solid #D4D4D4;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center; }
    .ied_sale .comm-popup .pop_current {
      min-width: 165px;
      transform: translateX(-22px);
      padding: 0px 0 28px;
      background: transparent linear-gradient(180deg, #FFFBB7 0%, #FFFFFF 33%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
      border: 2px solid #F4BA4A;
      border-radius: 14px; }
      .ied_sale .comm-popup .pop_current .pop_top {
        margin: 10px auto 0;
        width: calc(100% - 36px); }
      .ied_sale .comm-popup .pop_current::after {
        content: '';
        display: block;
        position: absolute;
        top: 46%;
        left: -42px;
        width: 63px;
        height: 44px;
        background: url(../pop_up_icon.svg) center center no-repeat; }
      .ied_sale .comm-popup .pop_current .pop_name,
      .ied_sale .comm-popup .pop_current .pop_device {
        display: block;
        font-size: 16px; }
      .ied_sale .comm-popup .pop_current .pop_sale {
        padding: 14px 0 4px;
        color: #FF3400;
        font-size: 20px; }
        .ied_sale .comm-popup .pop_current .pop_sale strong {
          font-size: 30px; }
    .ied_sale .comm-popup .pop_discount {
      margin-top: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding-right: 12px;
      width: calc(100% - 4px);
      height: 18px;
      background: #FF781E;
      border-radius: 9999px;
      gap: 4px; }
      .ied_sale .comm-popup .pop_discount b {
        padding-top: 2px;
        white-space: nowrap;
        color: #FFFEFD;
        font: 700 16px/1.2 var(--family); }
      .ied_sale .comm-popup .pop_discount .pop_vip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex: 1 1 0;
        color: #000;
        height: 100%;
        background: #FFF200;
        border-radius: 9999px;
        padding: 2px 10px 0; }
    .ied_sale .comm-popup .pop_top {
      width: 100%;
      padding-bottom: 10px;
      border-bottom: 1px solid #C4C4C4; }
    .ied_sale .comm-popup .pop_name,
    .ied_sale .comm-popup .pop_device {
      display: block;
      font: 500 14px/1.2 var(--family); }
    .ied_sale .comm-popup .pop_device {
      color: #7A7A7A; }
    .ied_sale .comm-popup .pop_sale {
      padding: 20px 0 4px;
      color: #4D4D4D;
      font: 700 16px/1.2 var(--family); }
      .ied_sale .comm-popup .pop_sale strong {
        color: inherit;
        font: inherit;
        font-size: 24px; }
    .ied_sale .comm-popup .pop_original {
      color: #9B9B9B;
      font: 500 14px/1.2 var(--family); }
      .ied_sale .comm-popup .pop_original del {
        font: inherit;
        color: inherit; }
    .ied_sale .comm-popup .comm-popup-btn.pop_btn {
      box-shadow: none;
      outline: none;
      width: auto;
      min-width: 250px;
      cursor: pointer; }
      .ied_sale .comm-popup .comm-popup-btn.pop_btn span,
      .ied_sale .comm-popup .comm-popup-btn.pop_btn em {
        font: inherit; }
      .ied_sale .comm-popup .comm-popup-btn.pop_btn:hover {
        box-shadow: none;
        outline: none; }
  .ied_sale .current_sale .sale_btn.btn_current::after {
    content: attr(data-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -16px;
    right: 8px;
    height: 16px;
    padding: 0px 12px 0;
    background: transparent linear-gradient(88deg, #4AF49D 0%, #10F147 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px 2px 0px 0px;
    text-align: center;
    color: #000;
    font: 600 14px/1.2 var(--family);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    transition: all 0.3s ease; }
  .ied_sale.add_off .current_sale .sale_btn.btn_current::after {
    opacity: 1;
    visibility: visible; }
  .ied_sale .add_on {
    animation: zoom-scaling 2s ease-in-out 1; }
@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0; }
  15% {
    transform: scale(2);
    opacity: 1; }
  30% {
    transform: scale(1);
    opacity: 0.5; }
  45% {
    transform: scale(2);
    opacity: 1; }
  60% {
    transform: scale(1);
    opacity: 0.5; }
  75% {
    transform: scale(2);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
.ied__sale_banner {
  position: relative;
  width: 100%;
  height: 730px;
  background: url(./banner_bg.jpg) no-repeat center center;
  background-size: cover; }
  .ied__sale_banner .banner_title {
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    background: none;
    text-indent: 0;
    display: flex;
    justify-content: center;
    align-items: baseline; }
    .ied__sale_banner .banner_title b {
      margin: 0;
      position: relative;
      display: block;
      position: relative;
      z-index: 0;
      font-size: 40px;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-align: center;
      letter-spacing: 2.4px;
      font-family: "Titillium Web", Arial, Helvetica, sans-serif; }
      .ied__sale_banner .banner_title b:after {
        content: attr(data-text);
        position: absolute;
        left: 0;
        z-index: -1;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        text-shadow: none;
        -webkit-text-stroke: 4px #fff; }
      .ied__sale_banner .banner_title b.title_sale {
        width: 184px;
        margin-left: 6px;
        color: rgba(0, 0, 0, 0);
        font-size: 42px;
        z-index: 0;
        filter: drop-shadow(0px 0px 6px rgba(219, 37, 0, 0.3215686275)) drop-shadow(0px 0px 0px rgba(219, 37, 0, 0.3215686275)) drop-shadow(0px 0px 0px rgba(219, 37, 0, 0.3215686275)) drop-shadow(0px 0px 0px rgba(219, 37, 0, 0.3215686275)) drop-shadow(0px 0px 0px rgba(219, 37, 0, 0.3215686275)); }
        .ied__sale_banner .banner_title b.title_sale:after {
          -webkit-text-stroke: 6px #fff; }
        .ied__sale_banner .banner_title b.title_sale::before {
          content: attr(data-text);
          position: absolute;
          left: 0;
          top: 0;
          z-index: 2;
          display: block;
          font: inherit;
          background-image: linear-gradient(180deg, #FFB102 0%, #FF6200 100%);
          -webkit-background-clip: text;
          color: rgba(0, 0, 0, 0);
          text-align: center; }
  .ied__sale_banner .banner_desc {
    padding-top: 6px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff; }
.ied__sale_offer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  margin: 82px auto 20px; }
  .ied__sale_offer .sale_reduce {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 36px 0;
    height: 32px;
    background: #ffc2c2;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    justify-content: center; }
  .ied__sale_offer .offer_item {
    position: relative;
    z-index: 1;
    max-width: 32%;
    min-width: 360px;
    text-align: center;
    border: 1px solid #B3C8EB;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column; }
    .ied__sale_offer .offer_item::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -7px;
      z-index: -1;
      width: 90%;
      width: 338px;
      height: 14px;
      background: #808EA4 0% 0% no-repeat padding-box;
      opacity: 0.58;
      filter: blur(8px); }
  .ied__sale_offer .offer_head {
    width: 100%;
    height: 38px;
    background: #eceef7;
    display: flex;
    align-items: center;
    justify-content: center; }
  .ied__sale_offer .offer_body {
    padding: 0px 55px 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    flex-direction: column;
    background: #fff; }
  .ied__sale_offer .current_sale {
    min-width: 374px;
    background: #fff;
    border: 2px solid #ff4141; }
    .ied__sale_offer .current_sale .offer_discount {
      margin-top: 18px;
      margin-bottom: 36px;
      color: #FF4E00;
      background: #FFF2C5;
      border: 1px solid #FFC31E;
      padding-left: 36px; }
      .ied__sale_offer .current_sale .offer_discount::before {
        content: '';
        display: block;
        position: absolute;
        top: -2px;
        left: -4px;
        width: 29px;
        height: 28px;
        background: url(./percent_icon.svg) no-repeat center center; }
    .ied__sale_offer .current_sale .offer_head {
      height: 44px; }
    .ied__sale_offer .current_sale .offer_body {
      padding-bottom: 56px; }
    .ied__sale_offer .current_sale .offer_price {
      padding-bottom: 22px; }
      .ied__sale_offer .current_sale .offer_price strong {
        color: #EE0019; }
  .ied__sale_offer .offer_name {
    color: #526A92;
    font: 600 20px/1.2 var(--family); }
  .ied__sale_offer .offer_discount {
    position: relative;
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 700 20px/1.2 var(--family);
    min-width: 114px;
    padding: 3px 12px 0;
    text-align: center;
    height: 26px;
    background: #FDF6DB;
    border-radius: 9999px;
    margin-bottom: 32px; }
  .ied__sale_offer .offer_price {
    padding-bottom: 22px; }
    .ied__sale_offer .offer_price strong {
      color: #170202;
      font: 700 20px/1.2 var(--family); }
      .ied__sale_offer .offer_price strong big {
        color: inherit;
        font: 700 40px/1.2 var(--family); }
    .ied__sale_offer .offer_price del {
      display: block;
      color: #606060;
      opacity: 0.7;
      font: 500 16px/1.2 var(--family); }
  .ied__sale_offer .offer_desc {
    color: #606060;
    font: 500 14px/1.2 var(--family); }
  .ied__sale_offer .sale_btn {
    margin: 8px auto 26px; }
  .ied__sale_offer .one_time {
    color: #606060;
    font: 500 14px/1.2 var(--family); }
    .ied__sale_offer .one_time span {
      font: inherit;
      color: inherit; }
.ied__sale_feature {
  padding: 82px 0 60px;
  text-align: center;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F8F9FD 100%) 0% 0% no-repeat padding-box; }
  .ied__sale_feature .feature_desc {
    padding-top: 20px; }
  .ied__sale_feature .feature_pic {
    padding: 50px 0 74px; }
    .ied__sale_feature .feature_pic > img {
      width: auto;
      max-width: none;
      height: auto; }
  .ied__sale_feature .feature_list {
    display: grid;
    place-content: center;
    grid-template-columns: repeat(3, minmax(30ch, 1fr));
    gap: 10px 26px; }
  .ied__sale_feature .feature_item {
    display: grid;
    gap: 10px;
    grid-row: span 3;
    grid-template-rows: subgrid;
    padding: 24px;
    padding-right: 15px;
    padding-top: 0px;
    text-align: left;
    background: #f5f5f5;
    border-radius: 6px;
    margin-bottom: 52px; }
  .ied__sale_feature .item_pic {
    transform: translateY(-28px);
    margin-bottom: -38px; }
    .ied__sale_feature .item_pic > img {
      width: auto;
      max-width: none;
      height: auto; }
  .ied__sale_feature .item_subtitle {
    font: 600 18px/1.2 var(--family); }
  .ied__sale_feature .item_desc {
    font: 400 16px/1.4 var(--family); }
.ied__sale_table {
  padding: 70px 0 90px;
  text-align: center; }
  .ied__sale_table .table_title {
    padding-bottom: 60px; }
  .ied__sale_table .table_icon {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px; }
    .ied__sale_table .table_icon.tab_check {
      width: 18px;
      height: 14px;
      fill: #FF9104 !important; }
    .ied__sale_table .table_icon.tab_close {
      fill: #6A6A6A !important; }
  .ied__sale_table table {
    position: relative;
    border-collapse: collapse;
    border-spacing: 0; }
    .ied__sale_table table th,
    .ied__sale_table table td {
      position: relative;
      z-index: 1;
      padding: 12px 15px;
      vertical-align: middle;
      border-bottom: 1px solid #F3F5F8;
      border-right: 3px solid #F3F5F8;
      color: #1E1C2C;
      text-align: center;
      font: 400 18px/1.2 var(--family);
      width: 258px; }
      .ied__sale_table table th b,
      .ied__sale_table table th p,
      .ied__sale_table table th span,
      .ied__sale_table table td b,
      .ied__sale_table table td p,
      .ied__sale_table table td span {
        font: inherit;
        color: inherit; }
      .ied__sale_table table th.tb_text,
      .ied__sale_table table td.tb_text {
        text-align: left;
        width: auto;
        border-left: 3px solid #F3F5F8; }
      .ied__sale_table table th.table_year, .ied__sale_table table th.table_pro,
      .ied__sale_table table td.table_year,
      .ied__sale_table table td.table_pro {
        font: 600 18px/1.2 var(--family); }
      .ied__sale_table table th .sale_btn,
      .ied__sale_table table td .sale_btn {
        min-width: 166px;
        color: red;
        border: 2px solid red; }
      .ied__sale_table table th.table_pro .sale_btn,
      .ied__sale_table table td.table_pro .sale_btn {
        min-width: 100%; }
    .ied__sale_table table tr.last_tr td {
      padding: 5px 15px;
      color: #FB4D00;
      font: 600 20px/1.2 var(--family);
      background: #ffe8e8;
      border-bottom: none; }
      .ied__sale_table table tr.last_tr td.tb_text {
        color: #000; }
    .ied__sale_table table .table_version {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background: #f0f0f0;
      border-radius: 6px;
      color: #000;
      font: 600 20px/1.2 var(--family); }
    .ied__sale_table table th {
      padding-top: 0;
      padding-bottom: 0;
      font-style: normal;
      height: 88px; }
      .ied__sale_table table th.tb_text {
        text-align: left; }
        .ied__sale_table table th.tb_text .table_version {
          justify-content: flex-start;
          background: transparent; }
      .ied__sale_table table th.table_year .table_version {
        background: #FFF;
        box-shadow: 0px 0px 61px rgba(255, 187, 187, 0.5490196078);
        border: 1px solid #F29E0257; }
      .ied__sale_table table th.table_pro .table_version {
        position: relative;
        z-index: 1;
        background: #FFF;
        box-shadow: 0px 31px 61px rgba(255, 187, 187, 0.5490196078);
        border-color: red; }
      .ied__sale_table table th.table_pro::before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 0;
        width: calc(100% - 30px);
        height: 224px;
        background: rgba(0, 0, 0, 0) linear-gradient(180deg, #FFDBDB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        opacity: 0.28; }
    .ied__sale_table table tfoot th {
      border-bottom: none; }
      .ied__sale_table table tfoot th.table_pro::before {
        display: none; }
.ied__sale_bottom {
  padding: 102px 0 66px;
  background: #F8F9FD url(./bottom_bg.jpg) no-repeat center top; }
  .ied__sale_bottom .review_desc {
    padding: 10px 0 0px;
    font: 600 20px/1.2 var(--family); }
.ied__sale_review {
  position: relative;
  margin: 48px auto 0;
  width: 100%;
  min-height: 280px;
  max-width: 920px;
  padding: 56px 84px 96px;
  background: #FFF;
  box-shadow: 0px 20px 50px #F3F4F7;
  border: 1px solid #CCEBFF;
  border-radius: 64px; }
  .ied__sale_review::after {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    right: -20px;
    z-index: 1;
    width: 89px;
    height: 64px;
    background: url(../double_quotes_icon.svg) center center no-repeat; }
  .ied__sale_review .review_point {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    perspective: 1000px; }
    .ied__sale_review .review_point .content_item {
      position: absolute;
      top: 0;
      margin: auto;
      transition: transform 1s ease-in-out;
      display: inline-flex;
      padding: 6px;
      padding-right: 30px;
      background: #FFF;
      box-shadow: 0px 10px 30px #DBF9FF78;
      border: 1px solid #B9F8FF;
      border-radius: 9999px;
      transform-style: preserve-3d;
      transform: translateX(0px) translateZ(100px); }
      .ied__sale_review .review_point .content_item.current_point {
        transform: translateX(360px) translateY(176px) translateZ(0);
        border-radius: 0;
        border: none;
        background: transparent;
        box-shadow: none; }
        .ied__sale_review .review_point .content_item.current_point .review_pic {
          width: 58px;
          height: 58px; }
        .ied__sale_review .review_point .content_item.current_point .review_job,
        .ied__sale_review .review_point .content_item.current_point .review_name {
          line-height: 1.5; }
      .ied__sale_review .review_point .content_item.point2.point_right {
        transform: translateX(-204px) translateY(66px) translateZ(0); }
      .ied__sale_review .review_point .content_item.point1.point_right {
        transform: translateX(-280px) translateY(150px) translateZ(0);
        box-shadow: 0px 10px 30px #FFDBDB78;
        border: 1px solid #FFB9BA; }
      .ied__sale_review .review_point .content_item.point2.point_left {
        transform: translateX(970px) translateY(64px) translateZ(0);
        box-shadow: 0px 10px 30px #FFDBDB78;
        border: 1px solid #FFB9BA; }
      .ied__sale_review .review_point .content_item.point1.point_left {
        transform: translateX(1020px) translateY(184px) translateZ(0); }
      .ied__sale_review .review_point .content_item .review_text {
        flex: 1 1 0; }
      .ied__sale_review .review_point .content_item .review_pic {
        width: 48px;
        height: 48px; }
      .ied__sale_review .review_point .content_item .review_job,
      .ied__sale_review .review_point .content_item .review_name {
        line-height: 1.2; }
  .ied__sale_review .review_content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    background: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
  .ied__sale_review .review_item {
    display: none !important;
    width: 100%; }
    .ied__sale_review .review_item.item_current {
      display: block !important;
      opacity: 0;
      visibility: hidden;
      animation: zoom-opacity 1s 0.3s ease-in-out forwards; }
@keyframes zoom-opacity {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }
  .ied__sale_review .review_desc {
    padding: 0 0 48px;
    color: #1C1C34;
    font: 400 16px/1.5 var(--family); }
  .ied__sale_review .content_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px; }
  .ied__sale_review .review_pic {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 3px solid #D8E1FF; }
    .ied__sale_review .review_pic > img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .ied__sale_review .review_name {
    text-align: left;
    color: #000;
    font: 600 18px/1.5 var(--family); }
  .ied__sale_review .review_job {
    text-align: left;
    color: #878787;
    font: 400 16px/1.5 var(--family); }
  .ied__sale_review .review_box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -46px;
    margin: 0 auto;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 62px; }
    .ied__sale_review .review_box .review_btn {
      position: relative;
      display: block;
      cursor: pointer;
      width: 30px;
      height: 18px; }
      .ied__sale_review .review_box .review_btn svg {
        display: block;
        width: 29px;
        height: 18px;
        pointer-events: none; }
        .ied__sale_review .review_box .review_btn svg path {
          stroke: #A5DCFF !important; }
      .ied__sale_review .review_box .review_btn:hover svg path {
        stroke: #F89290 !important; }
    .ied__sale_review .review_box .review_right {
      transform: rotate(180deg); }
.ied__sale_service {
  padding-top: 114px;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(4, minmax(25ch, 1fr));
  gap: 16px; }
  .ied__sale_service .service_item {
    display: grid;
    gap: 16px;
    grid-row: span 4;
    grid-template-rows: subgrid;
    padding: 20px;
    text-align: center;
    background: #FFF;
    border-radius: 4px; }
  .ied__sale_service .service_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: transparent linear-gradient(52deg, #0054FF 0%, #ACC8FF 100%) 0% 0% no-repeat padding-box; }
  .ied__sale_service .service_svg {
    display: block;
    fill: #fff !important; }
  .ied__sale_service .payment_svg {
    width: 20px;
    height: 21px; }
  .ied__sale_service .money_svg {
    width: 25px;
    height: 25px; }
  .ied__sale_service .device_svg {
    width: 25px;
    height: 21px; }
  .ied__sale_service .support_svg {
    width: 26px;
    height: 24px; }
  .ied__sale_service .service_desc {
    color: #05010F;
    font: 600 16px/1.2 var(--family); }
.ied__sale_copyright {
  padding: 16px 16px 10px;
  color: #F5F5F5;
  text-align: center;
  font: 500 16px/1.2 var(--family);
  background: #000; }

.ied_plan .ied__sale_banner .banner_title {
  background: url(./title_free.png) no-repeat center bottom; }
.ied_plan .ied__sale_offer .offer_price {
  padding-bottom: 40px; }
.ied_plan .ied__sale_offer .sale_btn {
  margin-top: 24px; }
.ied_plan .ied__sale_offer .offer_discount {
  margin-top: 5px;
  margin-bottom: 28px; }
.ied_plan .ied__sale_offer .current_sale .offer_discount {
  box-shadow: inset 0px 0px 6px #FFD34A;
  margin-top: 5px;
  margin-bottom: 22px; }
  .ied_plan .ied__sale_offer .current_sale .offer_discount::before {
    top: -4px;
    left: -4px;
    width: 32px;
    height: 29px;
    background: url(./gift_icon.png) center center no-repeat; }
.ied_plan .ied__sale_table table th,
.ied_plan .ied__sale_table table td {
  width: 324px; }
.ied_plan .ied__sale_table table th.tb_text,
.ied_plan .ied__sale_table table td.tb_text {
  width: auto; }
.ied_plan .last_tr {
  height: 40px; }
.ied_plan .table_discount {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 600 18px/1.2 var(--family);
  min-width: 154px;
  padding: 3px 15px 0;
  padding-left: 20px;
  text-align: center;
  height: 22px;
  background: #FFF2C5;
  box-shadow: inset 0px 0px 6px #FFD34A;
  border: 1px solid #FFC31E;
  border-radius: 9999px;
  margin-left: 8px; }
  .ied_plan .table_discount::before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -8px;
    width: 24px;
    height: 23px;
    background: url(./gift_icon.png) no-repeat center center/cover; }
.ied_plan .comm-popup {
  width: 549px;
  height: 302px;
  background: url(./pop_bg_free.png) center center no-repeat; }
  .ied_plan .comm-popup .pop_title {
    position: relative;
    margin-top: -35px; }
    .ied_plan .comm-popup .pop_title > img {
      width: auto;
      max-width: none;
      height: auto; }
  .ied_plan .comm-popup .pop_desc {
    padding-top: 0px;
    font-size: 20px; }
  .ied_plan .comm-popup .pop_extra {
    margin: 25px auto 35px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3px 38px 0;
    height: 46px;
    background: transparent linear-gradient(90deg, #FC8D11 0%, #FEAB1B 45%, #FF4100 100%) 0% 0% no-repeat padding-box;
    font: 600 26px/1.2 var(--family);
    border-radius: 9999px; }
    .ied_plan .comm-popup .pop_extra::before, .ied_plan .comm-popup .pop_extra::after {
      content: '';
      display: block;
      position: absolute;
      z-index: 0;
      top: 3px;
      left: 3px;
      width: calc(100% - 6px);
      height: 40px;
      border-radius: inherit;
      background: #fff; }
    .ied_plan .comm-popup .pop_extra::after {
      z-index: 1;
      background: transparent linear-gradient(270deg, #FFF6AB00 0%, #FAFFD6 49%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
      opacity: 0.5; }
    .ied_plan .comm-popup .pop_extra b {
      position: relative;
      z-index: 2;
      display: block;
      font: inherit; }
    .ied_plan .comm-popup .pop_extra font {
      color: #FF4100;
      font: 600 26px/1.2 var(--family); }
  .ied_plan .comm-popup .pop_note {
    padding-bottom: 5px;
    color: #000;
    font: 400 18px/1.2 var(--family); }

@media (max-width: 768px) {
  .ied_sale .itop_logo {
    top: -28px;
    left: 0px; }
  .ied_sale .ied_wrapper {
    width: calc(100% - 32px);
    max-width: none; }
  .ied_sale .sale_btn {
    font-size: 14px;
    height: 40px; }
  .ied_sale .ied_title {
    font-size: 24px; }
  .ied_sale .ied_desc {
    font-size: 12px; }
  .ied_sale .comm-popup {
    width: 300px;
    height: 240px;
    background-size: cover; }
    .ied_sale .comm-popup .pop_title {
      margin-top: -12px; }
      .ied_sale .comm-popup .pop_title > img {
        width: auto;
        max-width: none;
        height: auto;
        transform: scale(0.8); }
    .ied_sale .comm-popup .pop_desc {
      font-size: 14px; }
    .ied_sale .comm-popup .pop_offer {
      margin: 10px auto;
      transform: translateX(12px); }
    .ied_sale .comm-popup .pop_item {
      min-width: 0; }
    .ied_sale .comm-popup .pop_current {
      min-width: 0; }
      .ied_sale .comm-popup .pop_current .pop_top {
        width: calc(100% - 20px); }
      .ied_sale .comm-popup .pop_current::after {
        transform: scale(0.8); }
      .ied_sale .comm-popup .pop_current .pop_name,
      .ied_sale .comm-popup .pop_current .pop_device {
        font-size: 14px; }
      .ied_sale .comm-popup .pop_current .pop_sale {
        font-size: 18px; }
        .ied_sale .comm-popup .pop_current .pop_sale strong {
          font-size: 22px; }
    .ied_sale .comm-popup .pop_discount b {
      font-size: 12px; }

  .ied__sale_banner {
    height: auto;
    padding: 40px 0;
    background-color: #ECEFF4;
    background-size: cover; }
    .ied__sale_banner .banner_title {
      height: 60px;
      background-size: contain; }
    .ied__sale_banner .banner_desc {
      margin-top: 8px;
      font-size: 14px; }
  .ied__sale_offer {
    flex-direction: column;
    gap: 25px;
    margin-top: 52px; }
    .ied__sale_offer .offer_item {
      max-width: 100%;
      min-width: 100%; }
      .ied__sale_offer .offer_item:nth-child(1) {
        order: 2; }
      .ied__sale_offer .offer_item:nth-child(2) {
        order: 3; }
      .ied__sale_offer .offer_item:nth-child(3) {
        order: 1; }
    .ied__sale_offer .offer_body {
      padding: 0px 30px 30px; }
    .ied__sale_offer .current_sale {
      min-width: 100%; }
      .ied__sale_offer .current_sale .offer_body {
        padding: 0px 30px 30px; }
    .ied__sale_offer .offer_name {
      font-size: 14px; }
  .ied__sale_feature {
    padding: 42px 0; }
    .ied__sale_feature .feature_pic {
      padding: 30px 0; }
      .ied__sale_feature .feature_pic img {
        width: 100%;
        max-width: 100%;
        height: auto; }
    .ied__sale_feature .feature_list {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 16px; }
    .ied__sale_feature .feature_item {
      padding: 16px;
      margin-bottom: 32px; }
    .ied__sale_feature .item_subtitle {
      font-size: 14px; }
    .ied__sale_feature .item_desc {
      font-size: 12px; }
  .ied__sale_table {
    padding: 40px 0; }
    .ied__sale_table .table_title {
      padding-bottom: 30px; }
    .ied__sale_table table th,
    .ied__sale_table table td {
      padding: 8px;
      font-size: 12px;
      width: 25%; }
      .ied__sale_table table th.tb_text,
      .ied__sale_table table td.tb_text {
        width: auto; }
      .ied__sale_table table th.table_year, .ied__sale_table table th.table_pro,
      .ied__sale_table table td.table_year,
      .ied__sale_table table td.table_pro {
        font-size: 14px; }
      .ied__sale_table table th .sale_btn,
      .ied__sale_table table td .sale_btn {
        min-width: 90%; }
      .ied__sale_table table th.table_pro .sale_btn,
      .ied__sale_table table td.table_pro .sale_btn {
        min-width: 90%; }
    .ied__sale_table table tr.last_tr td {
      padding: 5px 8px;
      font-size: 16px; }
    .ied__sale_table table .table_version {
      font-size: 14px; }
    .ied__sale_table table th {
      height: 100px; }
  .ied__sale_bottom {
    padding: 62px 0;
    background-size: contain; }
    .ied__sale_bottom .review_desc {
      font-size: 16px; }
  .ied__sale_review {
    margin: 30px auto 0;
    width: 100%;
    min-height: 0;
    max-width: 100%;
    padding: 40px;
    padding-bottom: 80px; }
    .ied__sale_review::after {
      transform: scale(0.5); }
    .ied__sale_review .review_point {
      position: relative; }
      .ied__sale_review .review_point .content_item {
        right: 0;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0;
        transform: none;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-1000px) translateY(0px) translateZ(0) !important;
        transition: all 1s ease-in-out; }
        .ied__sale_review .review_point .content_item.current_point {
          opacity: 1;
          visibility: visible;
          transform: translateX(0px) translateY(0) translateZ(0) !important;
          border-radius: 0;
          border: none;
          background: transparent;
          box-shadow: none; }
    .ied__sale_review .review_desc {
      padding: 0 0 20px; }
  .ied__sale_service {
    grid-template-columns: repeat(1, 1fr); }

  .ied_plan .ied__sale_banner .banner_title {
    background: url(./title_free.png) no-repeat center bottom;
    background-size: contain; }
  .ied_plan .ied__sale_offer .offer_price {
    padding-bottom: 40px; }
  .ied_plan .ied__sale_offer .sale_btn {
    margin-top: 24px; }
  .ied_plan .ied__sale_offer .offer_discount {
    margin-top: 5px;
    margin-bottom: 28px; }
  .ied_plan .ied__sale_table table th,
  .ied_plan .ied__sale_table table td {
    width: 25%; }
  .ied_plan .table_discount {
    min-width: 0;
    font-size: 10px;
    white-space: nowrap; }
    .ied_plan .table_discount::before {
      content: '';
      display: block;
      position: absolute;
      top: -2px;
      left: -8px;
      width: 24px;
      height: 23px;
      background: url(./gift_icon.png) no-repeat center center/cover; }
  .ied_plan .comm-popup {
    width: 310px;
    height: 202px;
    background-size: contain; }
    .ied_plan .comm-popup .pop_desc {
      margin-top: -18px;
      font-size: 16px; }
    .ied_plan .comm-popup .pop_extra {
      margin: 14px auto;
      padding: 3px 38px 0;
      height: 30px;
      font-size: 16px; }
      .ied_plan .comm-popup .pop_extra::before, .ied_plan .comm-popup .pop_extra::after {
        height: 24px; }
      .ied_plan .comm-popup .pop_extra font {
        font-size: 18px; }
    .ied_plan .comm-popup .pop_note {
      font-size: 12px; } }
.ied_sale .comm-popup {
  padding-top: 32px;
  width: 671px;
  height: 415px;
  background: url(./pop_bg.png) no-repeat center center; }

.ied_sale .comm-popup .pop_offer {
  margin: 35px 0px 25px; }

.ied_sale .comm-popup .pop_title b {
  position: relative;
  display: inline-block;
  font: 700 30px/1.5 League Spartan;
  color: #fff; }

.ied_sale .comm-popup .pop_title b::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: calc(100% + 20px);
  height: 8px;
  transform: translateX(-10px);
  background: url(./pop_title_line.svg) no-repeat center center/cover; }

.ied_sale .comm-popup .pop_item {
  background: #212121;
  border: 1px dashed #5e5e5e; }

.ied_sale .comm-popup .pop_current {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #FF2E2E 0%, #FF9191 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.6117647059);
  border: 2px dashed #1b1c21;
  padding: 5px 5px 28px; }

.ied_sale .comm-popup .pop_current::before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  right: -42px;
  width: 50px;
  height: 100px;
  background: url(./pop_ballon.png) no-repeat center center; }

.ied_sale .comm-popup .pop_current .pop_top {
  border-bottom-color: #fff; }

.ied_sale .comm-popup .pop_current .pop_device {
  color: #ffe6e6; }

.ied_sale .comm-popup .pop_current .pop_sale {
  color: #fff200; }

.ied_sale .comm-popup .pop_current .pop_original {
  color: #ffe6e6; }

.ied_sale .comm-popup .pop_top {
  border-bottom: 1px dashed #5e5e5e; }

.ied_sale .comm-popup .pop_name {
  color: #fff; }

.ied_sale .comm-popup .pop_device {
  color: #a2a2a2; }

.ied_sale .comm-popup .pop_sale {
  color: #fc0; }

.ied_sale .comm-popup .comm-popup-btn.pop_btn {
  box-shadow: 0px 15px 20px #af0101; }

.ied_sale .comm-popup .comm-popup-btn.pop_btn:hover {
  background: #ff4747;
  box-shadow: 0px 15px 20px #af0101;
  color: #fff; }

.ied_sale .comm-popup .pop_discount {
  background: #980000; }

.ied_sale .comm-popup .pop_discount .pop_vip {
  padding-top: 6px; }

.ied__sale_service .service_pic {
  background: rgba(0, 0, 0, 0) linear-gradient(52deg, #292929 0%, #595959 100%) 0% 0% no-repeat padding-box; }

#checkmark path {
  fill: red !important;
  stroke: red !important; }

/*# sourceMappingURL=style.css.map */
