.isrxmas-review {
  padding: 60px 16px 98px;
  background: #F5F5F5; }
  .isrxmas-review-title {
    text-align: center;
    font-size: 34px !important;
    padding-bottom: 60px;
    color: #1F1E24;
    font-weight: 700 !important; }
  .isrxmas-review-box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
  .isrxmas-review-media {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    flex-shrink: 0;
    max-width: 550px; }
    .isrxmas-review-media li {
      width: 170px;
      height: 128px;
      text-align: center;
      background-color: #fff;
      border: 1px solid #E4E4E4;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 14px; }
      .isrxmas-review-media li img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%; }
  .isrxmas-review-user {
    max-width: 620px;
    flex-shrink: 0; }
  .isrxmas-review .isrxmas-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; }
    .isrxmas-review .isrxmas-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; }
      .isrxmas-review .isrxmas-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); }
      .isrxmas-review .isrxmas-pagination .swiper-pagination-bullet::after {
        display: none !important; }
      .isrxmas-review .isrxmas-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        transition: all 0.3s ease; }
        .isrxmas-review .isrxmas-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img {
          opacity: 1;
          transform: scale(1);
          transition: all 0.3s ease; }
  .isrxmas-review .swiper-wrapper {
    align-items: stretch !important; }
  .isrxmas-review .swiper-slide {
    padding-top: 30px;
    height: auto !important; }
    .isrxmas-review .swiper-slide::before {
      content: '';
      display: block;
      position: absolute;
      top: -5px;
      left: 50px;
      z-index: 2;
      width: 44px;
      height: 39px;
      background: url(./isrxmas_review_arrow.png) center center no-repeat;
      transition: all 0.3s ease; }
    .isrxmas-review .swiper-slide:nth-child(2)::before {
      left: 34%; }
    .isrxmas-review .swiper-slide:nth-child(3)::before {
      left: 61%; }
    .isrxmas-review .swiper-slide:nth-child(4)::before {
      left: 86%; }
  .isrxmas-review .user-item {
    position: relative;
    text-align: left;
    padding: 28px 30px 44px;
    background: #fff;
    border: 4px solid #D00B03;
    border-radius: 20px; }
    .isrxmas-review .user-item::after {
      content: '';
      display: block;
      position: absolute;
      top: 12px;
      left: 10px;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: #D00B03;
      border-radius: inherit; }
    .isrxmas-review .user-item h3 {
      padding: 0px 0 18px;
      font-size: 18px !important;
      font-weight: 700 !important;
      color: #1F1E24; }
    .isrxmas-review .user-item p {
      font-size: 14px !important;
      line-height: 1.4 !important;
      font-weight: 500 !important;
      color: #1F1E24; }

@media (max-width: 1220px) {
  .isrxmas-review-box {
    gap: 58px;
    flex-wrap: wrap; }
  .isrxmas-review-media {
    flex-shrink: 0; }
  .isrxmas-review-user {
    width: 100%; } }
.isrxmas {
  color: #000;
  font-weight: 500;
  font-family: "Inter", Arial, "Microsoft Yahei", sans-serif !important; }
  .isrxmas * {
    font: inherit; }
  .isrxmas img {
    width: auto;
    max-width: none;
    height: auto; }
  .isrxmas .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px; }

.isrxmas-main {
  overflow: hidden; }
.isrxmas-logo {
  display: block;
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 7; }
  .isrxmas-logo > img {
    width: 200px;
    height: 30px; }
.isrxmas-btn {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 90%;
  padding: 0 12px;
  height: 58px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border: none;
  font-family: "Inter", Arial, "Microsoft Yahei", sans-serif !important;
  flex-shrink: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background: #F59424;
  box-shadow: 0px 6px 8px rgba(145, 42, 28, 0.4);
  border-radius: 9px;
  transition: all 0.3s ease; }
  .isrxmas-btn.tag-btn {
    font-size: 20px;
    height: 62px;
    max-width: 85%; }
    .isrxmas-btn.tag-btn span {
      display: block;
      position: absolute;
      right: -4px;
      top: -4px;
      z-index: 0;
      width: 83px;
      height: 58px;
      background: url(./tag_bg.svg) center center no-repeat; }
      .isrxmas-btn.tag-btn span b {
        display: block;
        position: absolute;
        top: 15px;
        left: 10px;
        font-size: 12px;
        line-height: 1.2;
        color: #FAFAFA;
        font-weight: 400;
        transform: rotate(40deg) scale(0.8); }
        .isrxmas-btn.tag-btn span b big {
          color: inherit;
          line-height: 1.2;
          font-size: 16px;
          font-weight: 700;
          font-style: normal; }
  .isrxmas-btn.pop-btn {
    z-index: auto;
    color: #fff;
    font-size: 16px;
    border-radius: 16px;
    box-shadow: none;
    height: 50px;
    text-transform: none;
    background: linear-gradient(0deg, #FF3800 0%, #FF9548 100%);
    transition: none; }
    .isrxmas-btn.pop-btn::before {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      top: 14px;
      left: 0px;
      right: 0;
      width: 100%;
      height: 42px;
      background: #D73608;
      border-radius: inherit; }
    .isrxmas-btn.pop-btn:hover {
      background: linear-gradient(-180deg, #FF3800 0%, #FF9548 100%); }
  .isrxmas-btn:hover {
    background: #F87400; }
.isrxmas-banner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 952px;
  background-color: #92271d;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(./isrxmas_banner_bg.jpg);
  text-align: center; }
.isrxmas-top {
  padding-top: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 45px; }
.isrxmas-off {
  position: relative;
  z-index: 1;
  width: 213px;
  height: 234px;
  flex-shrink: 0;
  background: url(./off_bg.png) center center no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .isrxmas-off > div {
    width: 100%; }
  .isrxmas-off span,
  .isrxmas-off strong,
  .isrxmas-off b {
    display: block;
    padding-left: 52px;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    text-align: left;
    width: 100%; }
  .isrxmas-off strong,
  .isrxmas-off b {
    padding-left: 34px;
    color: #D11700;
    font-size: 68px;
    font-weight: 700; }
  .isrxmas-off b {
    padding-left: 0;
    padding-bottom: 66px;
    padding-right: 54px;
    text-align: end;
    font-size: 24px; }
.isrxmas-title {
  position: relative;
  z-index: 1;
  padding-bottom: 22px; }
  .isrxmas-title h1 {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    z-index: 0;
    font-size: 82px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: 6.2px; }
    .isrxmas-title h1:after {
      content: attr(data-text);
      position: absolute;
      left: 0;
      z-index: -1;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 10px #F1A54E;
      text-shadow: none; }
  .isrxmas-title p {
    margin-bottom: -10px;
    font-family: "Italianno", Arial, "Microsoft Yahei", sans-serif !important;
    font-weight: 400;
    font-size: 80px;
    color: #FFC439; }
  .isrxmas-title::before, .isrxmas-title::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2; }
  .isrxmas-title::before {
    left: -6px;
    bottom: 24px;
    width: 49px;
    height: 60px;
    background: url(./sugar.png) center center no-repeat; }
  .isrxmas-title::after {
    right: 16px;
    bottom: 68px;
    width: 94px;
    height: 41px;
    background: url(./cap.png) center center no-repeat; }
.isrxmas-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px; }
.isrxmas .pro-tag {
  margin-left: 4px;
  height: 16px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 4px;
  background-color: #CB121D;
  vertical-align: middle; }
.isrxmas .offer-list, .isrxmas .offer-box {
  flex: 1 1 0;
  max-width: 49%; }
.isrxmas .offer-list {
  position: relative;
  z-index: 1;
  max-width: 474px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px; }
  .isrxmas .offer-list.small-list {
    max-width: 382px;
    gap: 18px; }
    .isrxmas .offer-list.small-list .offer-item {
      padding: 0px 18px;
      padding-left: 24px;
      min-height: 44px;
      border: 2px solid #FFC439;
      background-color: transparent;
      border-radius: 9999px;
      gap: 6px;
      max-width: none;
      width: 94%; }
      .isrxmas .offer-list.small-list .offer-item .offer-name {
        font-size: 14px;
        color: #fff; }
      .isrxmas .offer-list.small-list .offer-item .offer-icon {
        background-color: #7F2221;
        width: 16px;
        height: 16px;
        border: 2px solid #F59424; }
      .isrxmas .offer-list.small-list .offer-item .offer-price {
        min-width: 120px;
        color: #fff; }
        .isrxmas .offer-list.small-list .offer-item .offer-price span {
          display: none; }
        .isrxmas .offer-list.small-list .offer-item .offer-price strong {
          font-size: 16px; }
      .isrxmas .offer-list.small-list .offer-item .offer-dis {
        color: #FFC439;
        font-size: 12px;
        line-height: 1.2;
        text-align: center; }
        .isrxmas .offer-list.small-list .offer-item .offer-dis b {
          font-size: 16px; }
      .isrxmas .offer-list.small-list .offer-item.xmas-on {
        width: 100%; }
        .isrxmas .offer-list.small-list .offer-item.xmas-on::after {
          display: none; }
        .isrxmas .offer-list.small-list .offer-item.xmas-on .offer-name {
          font-size: 16px;
          color: #000; }
        .isrxmas .offer-list.small-list .offer-item.xmas-on .offer-icon {
          background-color: #F28200;
          width: 22px;
          height: 22px;
          border-color: #F28200; }
        .isrxmas .offer-list.small-list .offer-item.xmas-on .offer-price {
          color: #000; }
          .isrxmas .offer-list.small-list .offer-item.xmas-on .offer-price strong {
            font-size: 18px; }
        .isrxmas .offer-list.small-list .offer-item.xmas-on .offer-dis {
          color: #D81700;
          font-size: 14px; }
          .isrxmas .offer-list.small-list .offer-item.xmas-on .offer-dis b {
            font-size: 28px; }
.isrxmas .offer-item {
  position: relative;
  z-index: 1;
  padding: 22px;
  width: 100%;
  min-height: 110px;
  background-color: #F8EDEB;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  transition: all 0.3s ease; }
  .isrxmas .offer-item .offer-line {
    top: -5px;
    left: -5px;
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: linear-gradient(45deg, #92281B 25%, #EAA14A 0, #EAA14A 50%, #92281B 0, #92281B 75%, #EAA14A 0);
    background-size: 20px 20px;
    border-radius: inherit;
    opacity: 0;
    visibility: hidden; }
  .isrxmas .offer-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    opacity: 0;
    visibility: hidden; }
  .isrxmas .offer-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -60px;
    z-index: -9;
    width: 46px;
    height: 50px;
    background: url(./triangle.svg) no-repeat;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden; }
  .isrxmas .offer-item.xmas-on {
    background-color: #F0D9BE;
    box-shadow: 0 15px 10px #8B1000;
    cursor: default; }
    .isrxmas .offer-item.xmas-on::before, .isrxmas .offer-item.xmas-on::after,
    .isrxmas .offer-item.xmas-on .offer-line {
      z-index: -1;
      opacity: 1;
      visibility: visible; }
    .isrxmas .offer-item.xmas-on::before {
      z-index: 0;
      background-color: #F0D9BE; }
    .isrxmas .offer-item.xmas-on .offer-icon {
      background: #C6210D; }
      .isrxmas .offer-item.xmas-on .offer-icon::before {
        transform: translate(-50%, -50%) scale(1); }
    .isrxmas .offer-item.xmas-on .offer-dis {
      color: #C6210D; }
  .isrxmas .offer-item .offer-icon {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 3px solid #C6210D; }
    .isrxmas .offer-item .offer-icon::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 11px;
      height: 14px;
      background: url(./offer_icon.svg) center center no-repeat;
      transform: translate(-50%, -50%) scale(0.1);
      transition: all 0.3s ease; }
  .isrxmas .offer-item .offer-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5; }
  .isrxmas .offer-item .offer-cneter {
    position: relative;
    z-index: 2;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .isrxmas .offer-item .offer-dis {
    position: relative;
    z-index: 2;
    color: #242424;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center; }
    .isrxmas .offer-item .offer-dis b {
      display: block;
      font: inherit;
      font-size: 30px;
      color: inherit; }
  .isrxmas .offer-item .offer-price {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    min-width: 140px;
    text-align: end; }
    .isrxmas .offer-item .offer-price strong {
      font: inherit;
      color: inherit;
      font-size: 18px; }
.isrxmas .offer-box {
  position: relative;
  z-index: 1;
  padding: 56px 62px;
  background: #FAFAFA;
  box-shadow: 0px 8px 16px #691206;
  border-radius: 12px; }
  .isrxmas .offer-box .offer-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 139px; }
  .isrxmas .offer-box::before, .isrxmas .offer-box::after,
  .isrxmas .offer-box .offer-bg::before,
  .isrxmas .offer-box .offer-bg::after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 8px;
    width: 139px;
    height: 139px;
    background: url(./offer_bg.jpg) center center no-repeat; }
  .isrxmas .offer-box .offer-bg::before,
  .isrxmas .offer-box .offer-bg::after {
    top: auto;
    bottom: 8px;
    transform: rotateX(-180deg); }
  .isrxmas .offer-box::before,
  .isrxmas .offer-box .offer-bg::before {
    left: 8px; }
  .isrxmas .offer-box::after,
  .isrxmas .offer-box .offer-bg::after {
    right: 8px;
    transform: rotateY(-180deg); }
  .isrxmas .offer-box .offer-bg::after {
    transform: rotate(-180deg); }
.isrxmas .offer-info {
  position: relative;
  margin: 0 auto;
  padding: 42px;
  padding-bottom: 28px;
  background: #F8EDEB;
  border-radius: 14px; }
  .isrxmas .offer-info::before, .isrxmas .offer-info::after {
    content: '';
    display: block;
    position: absolute; }
  .isrxmas .offer-info::before {
    z-index: 0;
    top: -24px;
    left: 50%;
    width: 70px;
    height: 62px;
    transform: translateX(-50%);
    background: url(./butterfly.png) center center no-repeat; }
  .isrxmas .offer-info::after {
    top: -5px;
    left: -5px;
    margin: auto;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(45deg, #C6210D 25%, #fff 0, #fff 50%, #C6210D 0, #C6210D 75%, #fff 0);
    background-size: 20px 20px;
    width: calc(100% + 10px);
    height: calc(100% + 10px); }
  .isrxmas .offer-info .pro-name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 10px; }
    .isrxmas .offer-info .pro-name > img {
      flex-shrink: 0; }
    .isrxmas .offer-info .pro-name b {
      font-size: 24px;
      line-height: 1.5;
      font-weight: 700; }
  .isrxmas .offer-info .info-list {
    padding: 8px 10px; }
    .isrxmas .offer-info .info-list li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding: 8px 0; }
      .isrxmas .offer-info .info-list li span,
      .isrxmas .offer-info .info-list li strong {
        display: block;
        font-size: 16px;
        font-weight: 500; }
      .isrxmas .offer-info .info-list li .reduce-price {
        font-size: 18px; }
      .isrxmas .offer-info .info-list li .original-price {
        color: #484848;
        font-size: 18px; }
      .isrxmas .offer-info .info-list li .sale-price {
        font-size: 24px;
        font-weight: 700;
        color: #E72109; }
        .isrxmas .offer-info .info-list li .sale-price > small {
          font: inherit;
          font-style: normal; }
      .isrxmas .offer-info .info-list li .info-time {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 152px;
        padding: 5px;
        background: #F0D9BE;
        border-radius: 5px;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 700;
        color: #C6210D; }
  .isrxmas .offer-info .isrxmas-btn {
    max-width: 100%; }
.isrxmas .offer-explain {
  text-align: left;
  padding: 30px 30px 0; }
  .isrxmas .offer-explain li {
    position: relative;
    z-index: 1;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2; }
    .isrxmas .offer-explain li::before,
    .isrxmas .offer-explain li em {
      content: '';
      display: inline-block;
      margin-right: 6px;
      margin-top: 2px;
      width: 8px;
      height: 10px;
      vertical-align: top;
      background: url(./right_icon.svg) no-repeat; }
.isrxmas-feature {
  padding: 98px 16px 124px;
  background: #F5F5F5; }
  .isrxmas-feature-title {
    margin: 0 auto;
    max-width: 826px;
    text-align: center;
    font-size: 34px;
    line-height: 1.5;
    font-weight: 700;
    color: #1F1E24;
    padding-bottom: 40px; }
  .isrxmas-feature-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .isrxmas-feature-list, .isrxmas-feature-pic {
    flex: 1 1 0; }
  .isrxmas-feature-pic {
    max-width: 597px; }
  .isrxmas-feature-list {
    margin-top: 70px;
    display: grid;
    gap: 22px 34px;
    grid-template-columns: repeat(2, 1fr); }
    .isrxmas-feature-list dt {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: flex-start;
      gap: 8px;
      justify-content: flex-start;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      white-space: nowrap; }
      .isrxmas-feature-list dt::before {
        content: '';
        display: block;
        margin-top: 6px;
        width: 12px;
        height: 12px;
        flex-shrink: 0;
        background: url(./feature_icon.svg) center center no-repeat; }
    .isrxmas-feature-list dd {
      padding-left: 20px;
      max-width: 262px;
      padding-top: 16px;
      color: #4E4E4E;
      font-size: 16px;
      line-height: 1.2; }
.isrxmas-table {
  position: relative;
  z-index: 1;
  padding: 0px 16px 112px;
  text-align: center; }
  .isrxmas-table::before {
    content: '';
    display: block;
    position: absolute;
    width: 23px;
    height: 34px;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    background: url(./next_icon.svg) no-repeat; }
  .isrxmas-table-title {
    padding: 82px 0 95px;
    text-align: center; }
    .isrxmas-table-title h2 {
      font-size: 34px;
      line-height: 1.5;
      font-weight: 700;
      color: #1F1E24; }
    .isrxmas-table-title p {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 22px;
      line-height: 1.5;
      font-weight: 500;
      color: #1F1E24; }
      .isrxmas-table-title p::before, .isrxmas-table-title p::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 68px;
        height: 117px;
        z-index: -1;
        background: url(./big_sugar.png) center center no-repeat; }
      .isrxmas-table-title p::before {
        left: -82px; }
      .isrxmas-table-title p::after {
        right: -82px;
        transform: rotateY(-180deg); }
  .isrxmas-table .table-icon {
    display: block;
    margin: 0 auto;
    width: 19px;
    height: 24px; }
    .isrxmas-table .table-icon.gray-icon path {
      fill: #737373 !important; }
    .isrxmas-table .table-icon.red-icon path {
      fill: #D00B03 !important; }
    .isrxmas-table .table-icon.wrong-icon {
      width: 15px;
      height: 15px; }
  .isrxmas-table table {
    position: relative;
    z-index: 1;
    border-collapse: collapse;
    border-spacing: 0; }
    .isrxmas-table table::after {
      content: '';
      display: block;
      position: absolute;
      top: 2%;
      right: -2px;
      z-index: 0;
      width: 353px;
      height: 100%;
      background: #FFFBFB;
      box-shadow: 0px 5px 18px #41030073;
      border: 3px solid #D00B03;
      border-radius: 0px 0px 8px 8px; }
    .isrxmas-table table th,
    .isrxmas-table table td {
      position: relative;
      z-index: 1;
      padding: 12px 10px;
      vertical-align: middle;
      border-bottom: 1px solid #DFDCDC; }
      .isrxmas-table table th.table-space,
      .isrxmas-table table td.table-space {
        width: 25px;
        border-color: transparent; }
        .isrxmas-table table th.table-space:nth-child(4),
        .isrxmas-table table td.table-space:nth-child(4) {
          width: 36px; }
      .isrxmas-table table th:nth-child(1),
      .isrxmas-table table td:nth-child(1) {
        width: 278px; }
      .isrxmas-table table th:nth-child(3),
      .isrxmas-table table td:nth-child(3) {
        width: 488px; }
      .isrxmas-table table th:nth-child(5),
      .isrxmas-table table td:nth-child(5) {
        padding: 0 10px;
        width: 350px;
        border-bottom: transparent; }
        .isrxmas-table table th:nth-child(5) h3,
        .isrxmas-table table td:nth-child(5) h3 {
          font-size: 24px;
          color: #fff; }
    .isrxmas-table table th {
      padding: 22px 10px; }
      .isrxmas-table table th h3,
      .isrxmas-table table th p {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        color: #1F1E24; }
      .isrxmas-table table th p {
        font-size: 14px;
        font-weight: 400; }
    .isrxmas-table table td {
      padding-top: 8px;
      padding-bottom: 8px;
      text-align: center;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      color: #1F1E24; }
      .isrxmas-table table td:nth-child(1) {
        border-left: 1px solid #DFDCDC;
        border-right: 1px solid #DFDCDC; }
      .isrxmas-table table td:nth-child(5) {
        position: relative; }
        .isrxmas-table table td:nth-child(5)::before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          margin: 0 auto;
          width: 94%;
          height: 1px;
          background: #DFDCDC; }
      .isrxmas-table table td p,
      .isrxmas-table table td b {
        color: inherit;
        font: inherit;
        text-align: center; }
      .isrxmas-table table td b {
        color: #F59424;
        font-weight: 700; }
    .isrxmas-table table thead th:nth-child(1), .isrxmas-table table thead th:nth-child(5) {
      min-height: 99px; }
      .isrxmas-table table thead th:nth-child(1)::before, .isrxmas-table table thead th:nth-child(5)::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: calc(100% - 2px);
        height: calc(100% - 1px);
        border: 1px solid #DFDCDC;
        border-radius: 12px 12px 0px 0px;
        background-color: #F4F4F4; }
    .isrxmas-table table thead th:nth-child(5) {
      vertical-align: top;
      padding-top: 12px; }
      .isrxmas-table table thead th:nth-child(5)::before {
        top: -50%;
        width: 100%;
        right: -10px;
        height: 150%;
        border: 1px solid #D00B03;
        background-color: #D00B03; }
    .isrxmas-table table tbody,
    .isrxmas-table table tr {
      position: relative;
      z-index: 1; }
    .isrxmas-table table tr:last-child td {
      position: relative;
      z-index: 1; }
      .isrxmas-table table tr:last-child td:nth-child(1) {
        border: none; }
        .isrxmas-table table tr:last-child td:nth-child(1)::before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 0;
          width: calc(100% - 1px);
          height: 98%;
          box-shadow: none;
          border-radius: 0px 0px 8px 8px;
          border: 1px solid #DFDCDC;
          border-top: none; }
    .isrxmas-table table tfoot th {
      border: 0; }
    .isrxmas-table table tfoot .upisr-btn {
      margin-top: 0; }
.isrxmas .xmas-comm-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 10px 20px; }
  .isrxmas .xmas-comm-choice li {
    cursor: pointer;
    text-align: center;
    color: #737373;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease; }
    .isrxmas .xmas-comm-choice li.xmas-on {
      color: #D00B03; }
      .isrxmas .xmas-comm-choice li.xmas-on .choice-icon {
        position: relative;
        z-index: 1;
        outline: 3px solid #C6210D; }
        .isrxmas .xmas-comm-choice li.xmas-on .choice-icon::before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #C6210D; }
  .isrxmas .xmas-comm-choice .choice-icon {
    display: block;
    flex-shrink: 0;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    background: #F8EDEB;
    outline: 2px solid #636060;
    border-radius: 50%; }
  .isrxmas .xmas-comm-choice b {
    font: inherit;
    font-weight: 700;
    color: inherit; }
.isrxmas .choice-price {
  padding-bottom: 8px;
  text-align: center;
  color: #2F2E2E;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400; }
  .isrxmas .choice-price del {
    display: inline-block;
    padding-right: 4px;
    font: inherit;
    color: #737373; }
  .isrxmas .choice-price strong {
    color: #D00B03;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700; }
.isrxmas-bottom {
  padding: 42px 16px;
  height: 365px;
  background: url(./bottom_bg.jpg) center top no-repeat; }
  .isrxmas-bottom-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    height: 50px;
    text-align: center;
    background: url(./bottom_title_bg.svg) center top no-repeat; }
  .isrxmas-bottom-box {
    padding-top: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }
  .isrxmas-bottom-pic {
    flex-shrink: 0;
    width: 174px;
    text-align: left; }
  .isrxmas-bottom-info {
    padding: 0 24px;
    padding-left: 48px;
    text-align: center; }
    .isrxmas-bottom-info .isrxmas-btn {
      min-width: 286px;
      height: 62px;
      font-size: 20px; }
  .isrxmas-bottom-price {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #F5F5F5; }
    .isrxmas-bottom-price del {
      display: inline-block;
      padding-left: 4px;
      font: inherit;
      color: inherit; }
    .isrxmas-bottom-price strong {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.5;
      color: #FFC439; }
      .isrxmas-bottom-price strong > small {
        font: inherit;
        color: inherit; }
.isrxmas-service {
  padding: 66px 16px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 78px; }
  .isrxmas-service .service-list {
    min-height: 148px;
    min-width: 540px;
    background: #fff;
    border: 1px solid #70707085;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 18px 24px; }
    .isrxmas-service .service-list dt {
      width: 72px;
      height: 72px;
      text-align: center; }
      .isrxmas-service .service-list dt > img {
        vertical-align: top;
        width: 100%;
        max-width: 100%;
        height: auto; }
    .isrxmas-service .service-list dd p {
      max-width: 370px; }
    .isrxmas-service .service-list h3 {
      color: #1F1E24;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 700; }
    .isrxmas-service .service-list p {
      padding-top: 8px;
      color: #1F1E24;
      font-size: 12px;
      line-height: 1.5;
      font-weight: 500; }
  .isrxmas-service .service-pic {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 74px;
    text-align: center; }
  .isrxmas-service ul.service-list {
    padding: 16px 14px;
    text-align: center; }
.isrxmas-footer {
  padding: 24px 16px;
  background-color: #F5F5F5; }
  .isrxmas-footer-note, .isrxmas-footer-copy {
    color: #707070;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500; }
  .isrxmas-footer-copy {
    color: #1F1E24;
    padding-top: 38px;
    text-align: center; }
.isrxmas .isr-popup-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: -99999;
  display: block !important; }
  .isrxmas .isr-popup-bg.xmas-on {
    opacity: 1;
    z-index: 99999; }
.isrxmas .isr-popup {
  width: 756px;
  height: 441px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100000;
  margin: auto;
  background: url(./pop_bg.png) center center no-repeat;
  transition: all ease 0.3s;
  opacity: 0;
  transform: scale(0.1);
  display: block !important; }
  .isrxmas .isr-popup.xmas-on {
    z-index: 100000;
    opacity: 1;
    transform: scale(1); }
  .isrxmas .isr-popup .isr-close {
    position: absolute;
    top: 30px;
    right: 42px;
    z-index: 9;
    width: 21px;
    height: 21px;
    cursor: pointer;
    transform: scale(0.8);
    transform-origin: center center;
    transition: all 0.3s ease; }
    .isrxmas .isr-popup .isr-close > svg {
      width: inherit;
      height: inherit; }
      .isrxmas .isr-popup .isr-close > svg path {
        fill: #252834; }
    .isrxmas .isr-popup .isr-close:hover {
      transform: scale(1); }
  .isrxmas .isr-popup .p-solgon {
    display: block;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
    height: 147px;
    text-indent: -9999px;
    background: url(./pop_title.png) center center no-repeat; }
  .isrxmas .isr-popup .p-title {
    text-align: center;
    color: #B78A15;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600; }
    .isrxmas .isr-popup .p-title b,
    .isrxmas .isr-popup .p-title span {
      font: inherit;
      color: #F56B2C; }
    .isrxmas .isr-popup .p-title b {
      color: #FF0A0A;
      font-weight: 600; }
  .isrxmas .isr-popup .p-subtitle,
  .isrxmas .isr-popup .p-desc {
    padding-top: 6px;
    letter-spacing: -0.14px;
    color: #919399;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center; }
  .isrxmas .isr-popup .p-desc {
    padding-top: 8px;
    color: #B78A15;
    letter-spacing: 0; }
    .isrxmas .isr-popup .p-desc b {
      font: inherit;
      font-weight: 700; }
  .isrxmas .isr-popup .p-tag {
    position: relative;
    margin: 0 auto;
    width: 159px;
    height: 69px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: left;
    background: url(./pop_tag.svg) no-repeat; }
    .isrxmas .isr-popup .p-tag p {
      margin: 0;
      text-align: center;
      width: 117px; }
    .isrxmas .isr-popup .p-tag b {
      display: inline-block;
      padding-top: 10px; }
    .isrxmas .isr-popup .p-tag span {
      display: block;
      font-size: 16px;
      line-height: 1.2;
      padding-left: 4px; }
    .isrxmas .isr-popup .p-tag .p-extra {
      display: block;
      position: absolute;
      top: 10px;
      right: 8px;
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 600;
      text-transform: uppercase;
      writing-mode: tb; }
  .isrxmas .isr-popup .p-offer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    max-width: 724px;
    margin: 0;
    margin-left: 7px; }
  .isrxmas .isr-popup .p-image {
    position: relative;
    margin: 20px 0 0 48px;
    width: 289px;
    flex-shrink: 0; }
  .isrxmas .isr-popup .p-discount {
    position: absolute;
    z-index: 1;
    right: 50px;
    bottom: 20px;
    transform: rotate(-5deg); }
    .isrxmas .isr-popup .p-discount span {
      display: block;
      font-size: 18px;
      line-height: 1.5;
      color: #1C1C1C;
      font-weight: 700; }
    .isrxmas .isr-popup .p-discount b {
      font: inherit;
      font-weight: 700;
      color: #E10000;
      font-size: 26px; }
  .isrxmas .isr-popup .pop-isr {
    width: 159px;
    height: 159px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: -78px; }
  .isrxmas .isr-popup .p-sale {
    padding-top: 28px;
    text-align: center;
    flex: 1 1 0;
    padding-right: 70px; }
  .isrxmas .isr-popup .p-list {
    position: relative;
    display: flex;
    text-align: left;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
    padding: 20px 0 16px; }
    .isrxmas .isr-popup .p-list > li {
      position: relative;
      text-align: center; }
      .isrxmas .isr-popup .p-list > li .p-name,
      .isrxmas .isr-popup .p-list > li .p-price {
        color: #919399;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500; }
      .isrxmas .isr-popup .p-list > li .p-price {
        display: inline-block;
        position: relative;
        color: #252834;
        padding-top: 2px;
        font-size: 16px;
        font-weight: 700; }
        .isrxmas .isr-popup .p-list > li .p-price::after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          transform: rotate(-6deg) translateY(-50%);
          width: 94%;
          height: 2px;
          border-radius: 4px;
          background-color: #FFD90A; }
        .isrxmas .isr-popup .p-list > li .p-price > b {
          color: #FF0A0A;
          font-size: 22px;
          font-weight: 700; }
        .isrxmas .isr-popup .p-list > li .p-price.sale {
          margin-top: -4px;
          vertical-align: top; }
          .isrxmas .isr-popup .p-list > li .p-price.sale::after {
            display: none; }
  .isrxmas .isr-popup .br-countdown {
    color: #717171;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400; }
  .isrxmas .isr-popup .br-minute {
    color: #c6a3d9;
    font-weight: 600; }

/*# sourceMappingURL=isrxmas.css.map */
