.isrxmas * {
  font-family: 'League Spartan'; }

body .banner .wrapper {
  padding-top: 0; }

.isrxmas .buybtn {
  display: flex;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 44px;
  color: #000000;
  border: none;
  outline: 2px solid #00000066;
  border-radius: 9999px;
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1; }
  .isrxmas .buybtn::before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    opacity: 0.2;
    background: repeating-linear-gradient(-45deg, #FF0060, #FF0060 15px, #fff 0, #fff 22px); }
  .isrxmas .buybtn.btn-red {
    color: #fff;
    outline: 4px solid #FF77002B;
    background: linear-gradient(97deg, #F60000 0%, #FF0060 100%);
    box-shadow: 0px 5px 15px #FF9A4D;
    transition: inherit;
    border: none; }
    .isrxmas .buybtn.btn-red::before {
      display: block; }
    .isrxmas .buybtn.btn-red:hover {
      background: linear-gradient(99deg, #FF6A01 0%, #FF0060 100%);
      box-shadow: inset 7px 6px 20px #FFD704, 0px 5px 15px #FF568178;
      color: #fff;
      outline: 4px solid #FF77002B; }
  .isrxmas .buybtn:hover {
    background: linear-gradient(180deg, #ffbf3e 0%, #ff5226 59%, #ff5700 100%);
    box-shadow: 0px 5px 15px #ff568178;
    color: #fff;
    border: none;
    outline: 4px solid #FF77002B; }
    .isrxmas .buybtn:hover::before {
      opacity: 0.1;
      display: block; }
.isrxmas .banner {
  padding-top: 16px;
  height: 1087px;
  margin-bottom: -60px;
  background: url(./banner_bg.jpg) center top no-repeat; }
  .isrxmas .banner .logo {
    position: absolute;
    top: 20px;
    left: 0px;
    opacity: 0.8;
    transition: all .3s ease-out;
    z-index: 9; }
    .isrxmas .banner .logo:hover {
      opacity: 1; }
  .isrxmas .banner .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 202px;
    width: 100%;
    position: relative; }
    .isrxmas .banner .title img {
      position: absolute; }
    .isrxmas .banner .title .tit_box {
      top: -16px;
      left: 106px; }
    .isrxmas .banner .title .tit_slogan {
      left: 280px;
      top: 10px; }
    .isrxmas .banner .title .title-subtitle {
      position: absolute;
      bottom: 42px;
      left: 300px;
      text-align: center;
      font: normal normal 400 20px League Spartan;
      color: #FFFFFF; }
      .isrxmas .banner .title .title-subtitle span {
        color: #FFF700;
        font-weight: 400; }
  .isrxmas .banner .message {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    margin-top: 44px;
    justify-content: center;
    gap: 20px;
    align-items: end; }
    .isrxmas .banner .message .box {
      width: 342px;
      height: 530px;
      padding: 37px 16px 0px;
      background: #fff;
      margin-right: 18px; }
      .isrxmas .banner .message .box h3 {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 106px; }
        .isrxmas .banner .message .box h3 p {
          font: normal normal 500 22px/29px League Spartan; }
        .isrxmas .banner .message .box h3 span {
          width: 120px;
          height: 30px;
          line-height: 34px;
          text-align: center;
          font-size: 16px;
          font-weight: 600;
          margin-top: 3px;
          background: rgba(208, 0, 22, 0.13); }
          .isrxmas .banner .message .box h3 span b {
            font-weight: inherit; }
      .isrxmas .banner .message .box h4 {
        text-align: center;
        font: normal normal bold 20px/22px League Spartan;
        position: relative; }
        .isrxmas .banner .message .box h4 span {
          font: inherit;
          font-size: 20px; }
        .isrxmas .banner .message .box h4 strong,
        .isrxmas .banner .message .box h4 b {
          font: inherit;
          font-size: 36px; }
        .isrxmas .banner .message .box h4 del {
          position: relative;
          color: #606060;
          font-size: 16px;
          padding-left: 8px;
          font-weight: 400;
          bottom: 0px; }
      .isrxmas .banner .message .box .buybtn {
        margin: 22px auto; }
      .isrxmas .banner .message .box .box-p {
        text-align: center;
        color: #606060;
        margin-bottom: 35px; }
        .isrxmas .banner .message .box .box-p del {
          color: #878686;
          padding-left: 10px; }
      .isrxmas .banner .message .box ul {
        font: normal normal normal 16px/24px League Spartan;
        color: #5d5d5d;
        border-top: 1px solid rgba(117, 104, 91, 0.3);
        padding: 22px 0px 0px 12px;
        list-style: none; }
        .isrxmas .banner .message .box ul li {
          position: relative;
          color: #5D5D5D;
          font-size: 14px; }
      .isrxmas .banner .message .box.active-box {
        position: relative;
        width: 396px;
        height: 530px;
        padding: 0px;
        margin: 0px 25px 0px 7px; }
        .isrxmas .banner .message .box.active-box .time_cont {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 326px;
          height: 36px;
          border-radius: 0px 0px 14px 14px;
          background: #FFDA44;
          position: absolute;
          z-index: 999;
          top: -16px;
          left: -5px;
          right: 0;
          margin: 0px auto;
          box-shadow: 0px 5px 20px rgba(180, 73, 0, 0.5); }
          .isrxmas .banner .message .box.active-box .time_cont > p {
            font-weight: 600;
            color: #4A1503; }
            .isrxmas .banner .message .box.active-box .time_cont > p:nth-of-type(3) {
              padding-top: 4px; }
          .isrxmas .banner .message .box.active-box .time_cont .p-stroke {
            position: relative;
            z-index: 1;
            display: inline-block;
            font-size: 24px;
            font-family: "Yesteryear";
            color: #4A1503;
            margin-right: 5px; }
            .isrxmas .banner .message .box.active-box .time_cont .p-stroke b {
              position: relative;
              z-index: 0;
              display: inline-block;
              font-size: 24px;
              line-height: 1;
              color: transparent; }
              .isrxmas .banner .message .box.active-box .time_cont .p-stroke b:after {
                content: attr(data-text);
                position: absolute;
                left: 0;
                z-index: -1;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                -webkit-text-stroke: 4px #D200B6AD; }
          .isrxmas .banner .message .box.active-box .time_cont .countdown {
            position: relative;
            display: flex;
            vertical-align: bottom;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            background-color: #fff;
            padding: 0 4px;
            margin: 0 4px; }
            .isrxmas .banner .message .box.active-box .time_cont .countdown .scroll-tick {
              height: 20px;
              margin: 0 1px; }
              .isrxmas .banner .message .box.active-box .time_cont .countdown .scroll-tick:last-child {
                margin-right: 0; }
              .isrxmas .banner .message .box.active-box .time_cont .countdown .scroll-tick strong,
              .isrxmas .banner .message .box.active-box .time_cont .countdown .scroll-tick span {
                font-size: 18px;
                padding-top: 2px;
                height: 20px;
                display: block;
                font-weight: 800;
                color: #D10016; }
          .isrxmas .banner .message .box.active-box .time_cont .br-numGhost {
            position: absolute;
            top: 8px;
            left: 10px;
            z-index: 4;
            display: inline-block;
            text-align: center;
            font-weight: 700;
            font-style: italic;
            color: #970019;
            font-size: 24px;
            text-shadow: 0 1px 0 #fff; }
          .isrxmas .banner .message .box.active-box .time_cont .br-reduce {
            position: absolute;
            display: block;
            width: 50px;
            height: 50px;
            top: 0px;
            left: 50%; }
            .isrxmas .banner .message .box.active-box .time_cont .br-reduce.reduce1 .br-num {
              background-position: 0 0; }
            .isrxmas .banner .message .box.active-box .time_cont .br-reduce.reduce2 .br-num {
              background-position: 0 -30px; }
            .isrxmas .banner .message .box.active-box .time_cont .br-reduce .br-num {
              position: absolute;
              right: 16px;
              top: 0;
              width: 32px;
              height: 30px;
              display: inline-block;
              background: url(./reduce.png) no-repeat;
              z-index: 22; }
        .isrxmas .banner .message .box.active-box::after {
          content: "";
          position: absolute;
          width: 408px;
          height: 542px;
          background: #31BF3D;
          box-shadow: 0px 8px 18px #8E0004;
          bottom: -6px;
          left: -6px;
          z-index: 1; }
        .isrxmas .banner .message .box.active-box .box_main {
          padding: 37px 24px 0px;
          position: relative;
          z-index: 99;
          background: #fff;
          width: 100%;
          height: 100%; }
          .isrxmas .banner .message .box.active-box .box_main.sold h3 p {
            font-size: 22px;
            font-weight: 500; }
          .isrxmas .banner .message .box.active-box .box_main ul li {
            list-style: none;
            position: relative; }
            .isrxmas .banner .message .box.active-box .box_main ul li:after {
              display: block;
              content: '';
              position: absolute;
              left: -20px;
              top: 5px;
              width: 12px;
              height: 12px;
              background: url(../isrxmas/banner_check.png); }
            .isrxmas .banner .message .box.active-box .box_main ul li:first-child {
              color: #FF8A20; }
            .isrxmas .banner .message .box.active-box .box_main ul li:last-child {
              list-style: none; }
              .isrxmas .banner .message .box.active-box .box_main ul li:last-child p {
                display: inline-block;
                background: #EA243B 0% 0% no-repeat padding-box;
                -webkit-background-clip: text;
                color: transparent; }
              .isrxmas .banner .message .box.active-box .box_main ul li:last-child::before {
                content: "";
                display: inline-block;
                position: relative;
                width: 17px;
                height: 19px;
                margin: -4px 0 0 -19px;
                vertical-align: middle; }
        .isrxmas .banner .message .box.active-box h3 p {
          font-size: 18px;
          font-weight: bold; }
        .isrxmas .banner .message .box.active-box h3 strong {
          color: #00b43c;
          font-weight: bold;
          font-size: 18px; }
        .isrxmas .banner .message .box.active-box h3 span {
          background: transparent linear-gradient(120deg, #FF9C2A 0%, #FF5700 100%) 0% 0% no-repeat padding-box;
          color: #fff; }
        .isrxmas .banner .message .box.active-box h4 {
          color: #b50316; }
        .isrxmas .banner .message .box.active-box .buybtn {
          margin-top: 20px;
          width: 230px;
          height: 46px; }
      .isrxmas .banner .message .box.free {
        width: 218px;
        background: #fbfbfb;
        margin-right: 0px;
        padding-top: 121px; }
        .isrxmas .banner .message .box.free h3 {
          height: 80px; }
          .isrxmas .banner .message .box.free h3 p {
            font-size: 24px;
            font-weight: 600; }
        .isrxmas .banner .message .box.free h4 {
          font-size: 16px; }
        .isrxmas .banner .message .box.free ul {
          margin-top: 83px; }
.isrxmas .screen1 {
  padding-top: 0px; }
  .isrxmas .screen1 .wrapper {
    width: 1300px; }
  .isrxmas .screen1 .content {
    margin-top: 90px;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 50px;
    position: relative;
    right: -25px; }
    .isrxmas .screen1 .content ul {
      width: 460px;
      display: flex;
      flex-direction: column;
      gap: 23px; }
      .isrxmas .screen1 .content ul li {
        background: #F5F5F5 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 0px #D9D9D9;
        border: 1px solid #F5F5F5;
        border-radius: 16px;
        position: relative;
        width: 100%;
        height: 145px;
        padding: 20px 30px 10px 48px;
        list-style: none;
        cursor: pointer;
        transition: all .3s ease-in-out; }
        .isrxmas .screen1 .content ul li:nth-of-type(1) span {
          background-image: url(./sc_icon1.png); }
        .isrxmas .screen1 .content ul li:nth-of-type(2) span {
          background-image: url(./sc_icon2.png); }
        .isrxmas .screen1 .content ul li:nth-of-type(3) span {
          background-image: url(./sc_icon3.png); }
        .isrxmas .screen1 .content ul li span {
          display: block;
          width: 58px;
          height: 58px;
          position: absolute;
          left: -29px;
          top: 34px;
          background-position: left; }
        .isrxmas .screen1 .content ul li h4 {
          font-size: 16px;
          margin-bottom: 12px; }
        .isrxmas .screen1 .content ul li p {
          line-height: 22px; }
        .isrxmas .screen1 .content ul li.active {
          background: #FFFDF9 0% 0% no-repeat padding-box;
          box-shadow: 0px 8px 11px #E3802A5C; }
          .isrxmas .screen1 .content ul li.active span {
            background-position: right; }
    .isrxmas .screen1 .content .img-box {
      position: relative;
      width: 722px;
      height: 427px;
      overflow: hidden; }
      .isrxmas .screen1 .content .img-box .img_wrapper {
        display: flex;
        position: relative;
        right: 0px;
        transition: all .3s ease; }
        .isrxmas .screen1 .content .img-box .img_wrapper img {
          display: block; }
.isrxmas .screen2 {
  margin-top: 140px; }
  .isrxmas .screen2 .table {
    margin-top: 122px;
    display: flex;
    justify-content: center; }
    .isrxmas .screen2 .table ul {
      height: fit-content; }
      .isrxmas .screen2 .table ul li {
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #FFEAE6; }
        .isrxmas .screen2 .table ul li:nth-of-type(2), .isrxmas .screen2 .table ul li:nth-of-type(9) {
          border: none; }
        .isrxmas .screen2 .table ul li span {
          display: block;
          width: 16px;
          height: 16px; }
      .isrxmas .screen2 .table ul .li_title {
        height: 54px;
        border: none; }
    .isrxmas .screen2 .table .table_l {
      width: 430px; }
      .isrxmas .screen2 .table .table_l li {
        justify-content: left; }
        .isrxmas .screen2 .table .table_l li:last-of-type {
          border-top: none;
          border-bottom: 1px solid #FFEAE6; }
        .isrxmas .screen2 .table .table_l li .new {
          display: block;
          width: 32px;
          height: 14px;
          font-size: 12px;
          font-weight: 600;
          display: flex;
          line-height: 16px;
          justify-content: center;
          background: #17FFA2 0% 0% no-repeat padding-box;
          border-radius: 0px 10px 10px 0px;
          margin-left: 4px; }
      .isrxmas .screen2 .table .table_l .li_title {
        background: #F2F2F2;
        gap: 8px;
        padding-left: 8px;
        font-weight: 600; }
    .isrxmas .screen2 .table .table_c {
      width: 296px;
      box-shadow: 0px 6px 10px #FFE1BF7D;
      border-radius: 12px;
      margin: 0px 23px 0px 15px;
      position: relative;
      top: -28px; }
      .isrxmas .screen2 .table .table_c .ul_title {
        height: 82px;
        border-radius: 12px 12px 0px 0px;
        background: #FFEEDF;
        font-size: 20px;
        font-weight: 600; }
      .isrxmas .screen2 .table .table_c .li_title {
        background: #FFEEDF; }
      .isrxmas .screen2 .table .table_c .check_yes {
        background: url(check.svg) center no-repeat; }
      .isrxmas .screen2 .table .table_c .check_no {
        width: 14px;
        height: 2px;
        background: #9C9A9A; }
    .isrxmas .screen2 .table .table_r {
      width: 398px;
      box-shadow: 0px 10px 20px #FFC6536B;
      border-radius: 12px;
      position: relative;
      top: -50px; }
      .isrxmas .screen2 .table .table_r .ul_title {
        height: 104px;
        background: transparent linear-gradient(90deg, #FFC116 0%, #F98500 100%) 0% 0% no-repeat padding-box;
        border: 1px solid #FBEB04C4;
        border-radius: 12px 12px 0px 0px;
        font-size: 22px;
        font-weight: 600;
        color: #fff; }
        .isrxmas .screen2 .table .table_r .ul_title::after {
          content: "";
          display: block;
          width: 117px;
          height: 72px;
          background: url(./vip-logo.png) center no-repeat;
          position: absolute;
          left: 0px;
          right: 0px;
          top: -35px;
          margin: 0px auto; }
      .isrxmas .screen2 .table .table_r .li_title {
        background: #FFEEDF; }
      .isrxmas .screen2 .table .table_r .check_yes {
        background: url(vip-check.svg) center no-repeat; }
      .isrxmas .screen2 .table .table_r li:last-of-type {
        height: 110px; }
.isrxmas .title {
  text-align: center;
  font: normal normal bold 40px / 54px League Spartan; }
.isrxmas .screen1 .content ul li.active {
  background: #FFF9F9 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 11px #E32A2A34; }
.isrxmas .screen2 .table .table_c .ul_title,
.isrxmas .screen2 .table .table_c .li_title {
  background: #F2F2F2; }
.isrxmas .screen2 .table .table_r .li_title {
  background: #E4032129; }
.isrxmas .screen2 .table .table_c {
  box-shadow: 0px 6px 10px #C9C9C97D; }
.isrxmas .screen2 .table .table_r {
  box-shadow: 0px 10px 20px #9D9D9D6B; }
.isrxmas .screen2 .table ul li {
  border-color: #DFDBE8; }
.isrxmas .screen2 .table .table_r .check_yes.spec {
  background: url(./vip-check.svg) center no-repeat; }
.isrxmas .screen2 .table .table_r .check_yes {
  background: url(./tab_check.png) center/cover no-repeat; }
.isrxmas .screen2 .table .table_r .ul_title {
  background: #E40321 0% 0% no-repeat padding-box; }
.isrxmas .screen2 .table .table_r .bts_btn {
  width: 272px;
  height: 50px;
  color: #fff;
  background: transparent linear-gradient(265deg, #FF2C00 0%, #CE00FF 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 10px 20px #FF00AA, 0px 12px 13px #C6C6C6A3;
  outline: 4px solid #FF77002B;
  border: none; }
  .isrxmas .screen2 .table .table_r .bts_btn:hover {
    background: transparent linear-gradient(265deg, #CE00FF 0%, #FF2C00 100%) 0% 0% no-repeat padding-box;
    border: none; }
.isrxmas .popbg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 32, 0.6) 0% 0% no-repeat padding-box;
  opacity: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: center;
  z-index: -998; }
  .isrxmas .popbg.on {
    opacity: 1;
    transform: scale(1);
    z-index: 999; }
.isrxmas .isr-pop {
  position: fixed;
  width: 671px;
  height: 461px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -99998;
  margin: auto;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: center;
  z-index: -99998;
  background: url(../isrxmas/pop_bg.png) center no-repeat;
  box-sizing: border-box;
  padding-top: 80px; }
  .isrxmas .isr-pop.on {
    transform: scale(1);
    z-index: 1000; }
  .isrxmas .isr-pop > img {
    display: block;
    margin: 0px auto;
    position: relative;
    top: -44px; }
  .isrxmas .isr-pop > p {
    display: none; }
  .isrxmas .isr-pop .close {
    position: absolute;
    display: block;
    width: 24px;
    height: 20px;
    top: 60px;
    left: 16px;
    cursor: pointer;
    background: url(../isrxmas/pop_close.png) no-repeat center/cover;
    opacity: 0.8; }
    .isrxmas .isr-pop .close:hover {
      opacity: 1; }
  .isrxmas .isr-pop .pop_cont {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .isrxmas .isr-pop .pop_cont > h2 {
      font: normal normal bold 30px/34px League Spartan;
      letter-spacing: 0px;
      color: #FFFFFF;
      text-align: center;
      position: relative;
      width: fit-content;
      margin: 0 auto 0; }
      .isrxmas .isr-pop .pop_cont > h2:after {
        display: block;
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 252px;
        height: 9px;
        background: url(../isrxmas/pop_line.png) no-repeat center/cover; }
    .isrxmas .isr-pop .pop_cont .des {
      text-align: center;
      font: normal normal 600 16px/18px League Spartan;
      letter-spacing: 0px;
      color: #FFFFFF;
      margin-top: 16px; }
      .isrxmas .isr-pop .pop_cont .des span {
        color: #FFE600;
        font-weight: inherit; }
    .isrxmas .isr-pop .pop_cont ul {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      margin-top: 0px;
      margin-bottom: 15px; }
      .isrxmas .isr-pop .pop_cont ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .isrxmas .isr-pop .pop_cont ul li h3 {
          font: normal normal 600 14px/16px League Spartan;
          color: #000000;
          margin-top: 35px; }
          .isrxmas .isr-pop .pop_cont ul li h3::after {
            content: '';
            position: absolute;
            width: 95px;
            height: 0px;
            border: 1px dashed #707070;
            margin: 22px 0 0 -106px; }
        .isrxmas .isr-pop .pop_cont ul li .pop_price {
          margin: 27px 0px 0px; }
          .isrxmas .isr-pop .pop_cont ul li .pop_price p {
            font: normal normal bold 16px/24px League Spartan;
            color: #FE1E1C;
            margin-bottom: 4px; }
            .isrxmas .isr-pop .pop_cont ul li .pop_price p span {
              font-size: 22px; }
          .isrxmas .isr-pop .pop_cont ul li .pop_price del {
            font: normal normal normal 16px/18px League Spartan;
            color: #000000;
            opacity: 0.52; }
      .isrxmas .isr-pop .pop_cont ul .li1 {
        width: 133px;
        height: 146px;
        background: url(./bg_up.png);
        margin-top: 15px; }
        .isrxmas .isr-pop .pop_cont ul .li1 h3 {
          margin-top: 20px; }
        .isrxmas .isr-pop .pop_cont ul .li1::after {
          content: '';
          position: absolute;
          width: 107px;
          height: 90px;
          background: url(./pop_up.png) center;
          margin-left: 155px; }
      .isrxmas .isr-pop .pop_cont ul .li2 {
        width: 163px;
        height: 179px;
        box-shadow: 0px 3px 11px #FF8622;
        border: 1px solid #FFD165;
        border-radius: 10px;
        position: relative;
        box-sizing: border-box;
        padding-top: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 24px auto 16px; }
        .isrxmas .isr-pop .pop_cont ul .li2 .flag {
          display: block;
          position: absolute;
          font-size: 22px;
          font-weight: 800;
          color: #fff;
          -webkit-text-stroke: 1.5px #FF2E2E;
          letter-spacing: -1.2px;
          padding-top: 21px;
          padding-left: 8px;
          width: 135px;
          height: 48px;
          background: url(../isrxmas/pop_flag.png) no-repeat center;
          top: -24px;
          left: 18px; }
          .isrxmas .isr-pop .pop_cont ul .li2 .flag.seo {
            background: url(../isrxmas/pop_flag_seo.png) no-repeat center; }
        .isrxmas .isr-pop .pop_cont ul .li2::after {
          position: absolute;
          content: '';
          width: 151px;
          height: 164px;
          background: #FFFFE6 0% 0% no-repeat padding-box;
          box-shadow: 0px 4px 10px #F57200;
          border-radius: 10px;
          z-index: -1;
          top: 6px;
          left: 5px; }
        .isrxmas .isr-pop .pop_cont ul .li2 h3 {
          font: normal normal 700 16px/16px League Spartan;
          color: #000000;
          position: relative;
          margin-top: 16px; }
          .isrxmas .isr-pop .pop_cont ul .li2 h3::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 0px;
            border: 1px dashed #FF8000;
            right: -5px;
            bottom: -10px; }
        .isrxmas .isr-pop .pop_cont ul .li2 .pop_price {
          margin: 27px 0px 0px;
          text-align: center; }
          .isrxmas .isr-pop .pop_cont ul .li2 .pop_price p {
            font: normal normal 700 16px/24px League Spartan;
            color: #FE1E1C;
            margin-bottom: 4px; }
            .isrxmas .isr-pop .pop_cont ul .li2 .pop_price p span {
              font-size: 40px;
              font-weight: 700; }
          .isrxmas .isr-pop .pop_cont ul .li2 .pop_price del {
            font: normal normal normal 16px/18px League Spartan;
            color: #000000;
            opacity: 0.52; }
    .isrxmas .isr-pop .pop_cont .buybtn {
      margin: 5px auto;
      width: 298px;
      height: 49px;
      font-size: 18px; }

/*# sourceMappingURL=xmas.css.map */
