.isrin-table {
  padding: 100px 0 124px;
  text-align: center; }
  .isrin-table-box {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%; }
  .isrin-table .table-icon {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 18px; }
    .isrin-table .table-icon.red-icon path {
      fill: #FF2D5F !important; }
    .isrin-table .table-icon.gray-icon path {
      fill: #393944 !important; }
    .isrin-table .table-icon.no-icon {
      width: 18px;
      height: 18px; }
      .isrin-table .table-icon.no-icon path {
        fill: #D8D8D8 !important; }
  .isrin-table .face-icon {
    display: block;
    margin: 4px auto 0;
    width: 30px;
    height: 30px; }
  .isrin-table .comm-tags {
    padding: 0;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    font-family: "Spartan", Arial, "Microsoft Yahei", sans-serif !important; }
    .isrin-table .comm-tags > em {
      transform: scale(0.75); }
    .isrin-table .comm-tags.improved {
      margin-top: -4px;
      margin-left: -12px;
      vertical-align: top;
      background: transparent;
      color: #FFA939; }
    .isrin-table .comm-tags.new {
      margin-top: -16px !important;
      color: #fff;
      justify-content: flex-start;
      width: 44px !important;
      height: 15px !important;
      background: url(../images/promotion/isrin/new_tag.svg) center center/cover no-repeat !important; }
      .isrin-table .comm-tags.new > em {
        padding-top: 3px;
        padding-left: 4px; }
  .isrin-table table {
    border-collapse: collapse;
    border-spacing: 0; }
    .isrin-table table th,
    .isrin-table table td {
      padding: 12px 10px;
      vertical-align: middle;
      border-bottom: 1px solid #e5e5eb; }
    .isrin-table table th {
      padding: 18px 10px;
      font-style: normal; }
      .isrin-table table th.table-pro {
        background: linear-gradient(319deg, #FF005F 0%, #FF645E 100%); }
      .isrin-table table th.table-free {
        background: #393944; }
    .isrin-table table td {
      text-align: left;
      font-size: 12px;
      line-height: 1.5;
      font-weight: 500; }
      .isrin-table table td p,
      .isrin-table table td span,
      .isrin-table table td sup,
      .isrin-table table td em {
        font: inherit;
        color: inherit; }
      .isrin-table table td p {
        display: inline; }
      .isrin-table table td.table-pro {
        color: #FF2D5F; }
    .isrin-table table tfoot th {
      border: 0; }
    .isrin-table table .table-title {
      text-align: left;
      font-size: 20px;
      font-weight: 700; }
    .isrin-table table .table-version {
      text-align: center;
      font-size: 16px;
      color: #fff; }
      .isrin-table table .table-version b {
        display: block;
        color: inherit;
        font: inherit; }
    .isrin-table table .table-pro,
    .isrin-table table .table-free {
      width: 294px;
      text-align: center; }
    .isrin-table table .table-space {
      padding: 0;
      width: 16px;
      border: none;
      background: transparent; }

@media (max-width: 1220px) {
  .isrin-review-box {
    gap: 58px;
    flex-wrap: wrap; }
  .isrin-review-media {
    flex-shrink: 0; }
  .isrin-review-user {
    width: 100%; } }
.isrin-review {
  padding: 70px 16px 85px;
  background: #F6F6F6; }
  .isrin-review-title {
    text-align: center;
    font-size: 32px;
    padding-bottom: 60px; }
  .isrin-review-box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 108px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
  .isrin-review-media {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    flex-shrink: 0;
    max-width: 387px; }
    .isrin-review-media li {
      width: 119px;
      height: 90px;
      text-align: center;
      background-color: #fff;
      border: 1px solid #E4E4E4;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 14px; }
      .isrin-review-media li img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%; }
  .isrin-review-user {
    max-width: 704px;
    flex-shrink: 0; }
  .isrin-review .isrin-pagination {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 45px;
    padding-bottom: 22px;
    border-bottom: 1px solid #D9D9D9; }
    .isrin-review .isrin-pagination .swiper-pagination-bullet {
      position: relative;
      z-index: 1;
      margin: 0 !important;
      width: 124px;
      height: 124px;
      opacity: 1 !important;
      border-radius: 0 !important;
      background: transparent !important; }
      .isrin-review .isrin-pagination .swiper-pagination-bullet > img {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        transition: all 0.3s ease;
        opacity: 0.5;
        transform: scale(0.74); }
      .isrin-review .isrin-pagination .swiper-pagination-bullet::after {
        display: none !important; }
      .isrin-review .isrin-pagination .swiper-pagination-bullet::before {
        content: '';
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        width: 102px;
        height: 5px;
        border-radius: 100px;
        background: #FF005F;
        transform: scale(0);
        transform-origin: center center; }
      .isrin-review .isrin-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        transition: all 0.3s ease; }
        .isrin-review .isrin-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img {
          opacity: 1;
          transform: scale(1);
          transition: all 0.3s ease; }
        .isrin-review .isrin-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
          transform: scale(1);
          transition: all 0.3s ease; }
  .isrin-review .user-item h3 {
    padding: 24px 0 16px;
    font-size: 16px; }
  .isrin-review .user-item p {
    font-size: 12px;
    color: #000;
    opacity: 0.8; }

@media (max-width: 1220px) {
  .isrin-review-box {
    gap: 58px;
    flex-wrap: wrap; }
  .isrin-review-media {
    flex-shrink: 0; }
  .isrin-review-user {
    width: 100%; } }
.isrin-service {
  padding-bottom: 64px; }
  .isrin-service-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .isrin-service-list {
    max-width: 212px;
    margin: 0 auto; }
    .isrin-service-list dt {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 74px;
      text-align: center; }
    .isrin-service-list dd {
      text-align: center; }
      .isrin-service-list dd h4 {
        padding: 22px 0 18px;
        font-size: 16px; }
      .isrin-service-list dd p {
        font-size: 12px; }
.isrin-footer {
  padding: 30px 0 20px;
  background-color: #1E1C2C; }
  .isrin-footer-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5); }
  .isrin-footer-copyright {
    padding-top: 32px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5); }

@media (max-width: 1220px) {
  .isrin-service {
    padding: 0 16px 64px; }
    .isrin-service-box {
      flex-flow: row wrap !important; }
    .isrin-service-list {
      max-width: 212px; }
  .isrin-footer {
    padding: 30px 16px 20px; }
    .isrin-footer-copyright {
      padding-top: 16px; } }
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

.bfisrgift {
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  font-size: 16px;
  /******seo-pop*****/ }
  .bfisrgift img {
    max-width: none;
    width: auto; }
  .bfisrgift a {
    text-decoration: none; }
    .bfisrgift a:hover {
      text-decoration: none; }
  .bfisrgift .wrapper {
    width: 1200px !important;
    margin: 0px auto; }
  .bfisrgift strong {
    font-weight: bold; }
  .bfisrgift .buybtn {
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 44px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    font: normal normal 500 16px League Spartan;
    color: #000;
    transition: all .3s ease; }
    .bfisrgift .buybtn:hover {
      background: transparent linear-gradient(99deg, #FF6A01 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
      box-shadow: inset 7px 6px 20px #FFD704, 0px 5px 15px #FF9A4D;
      border: 4px solid #FF77002B; }
  .bfisrgift .banner {
    height: 914px;
    background: url(../bfvpnlow/banner_bg.jpg) no-repeat center top; }
    .bfisrgift .banner .title {
      position: relative;
      text-align: center;
      width: fit-content;
      margin: 0px auto; }
      .bfisrgift .banner .title .offer_count {
        font-size: 40px;
        font-weight: bold;
        position: absolute;
        right: 30px;
        top: 47px;
        transform: rotateZ(332deg);
        color: #fff;
        text-shadow: -2px 0px 6px #AE0517; }
        .bfisrgift .banner .title .offer_count b {
          font-weight: 800; }
        .bfisrgift .banner .title .offer_count span {
          font-size: 16px;
          font-weight: bold; }
      .bfisrgift .banner .title img {
        margin-top: -36px; }
      .bfisrgift .banner .title h1 {
        margin-top: -28px;
        text-align: center;
        font: normal normal 600 24px League Spartan;
        color: #fff; }
        .bfisrgift .banner .title h1 span {
          color: #FFA761;
          font-weight: 600; }
    .bfisrgift .banner .message {
      width: 1200px;
      display: flex;
      margin-top: 50px;
      justify-content: center;
      align-items: stretch;
      gap: 18px; }
      .bfisrgift .banner .message .box {
        min-width: 350px;
        padding: 38px 16px 24px;
        background: #fff; }
        .bfisrgift .banner .message .box h3 {
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          height: 106px;
          font-size: 22px; }
          .bfisrgift .banner .message .box h3 p {
            font: normal normal 600 22px/29px League Spartan; }
          .bfisrgift .banner .message .box h3 span {
            width: 146px;
            height: 30px;
            line-height: 34px;
            text-align: center;
            font-size: 20px;
            font-weight: 500;
            margin-top: 3px;
            background: rgba(208, 0, 22, 0.13); }
        .bfisrgift .banner .message .box h4 {
          text-align: center;
          font: normal normal 600 20px/22px League Spartan;
          position: relative; }
          .bfisrgift .banner .message .box h4 span {
            font-size: 20px; }
          .bfisrgift .banner .message .box h4 strong {
            font-size: 36px; }
          .bfisrgift .banner .message .box h4 del {
            position: absolute;
            color: #606060;
            font-size: 16px;
            padding-left: 8px;
            font-weight: 400;
            bottom: -1px; }
        .bfisrgift .banner .message .box .buybtn {
          margin: 22px auto; }
        .bfisrgift .banner .message .box .box-p {
          text-align: center;
          color: #606060;
          margin-bottom: 35px; }
          .bfisrgift .banner .message .box .box-p del {
            color: #878686;
            padding-left: 10px; }
        .bfisrgift .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-top: 22px;
          padding-left: 20px; }
          .bfisrgift .banner .message .box ul li {
            position: relative; }
            .bfisrgift .banner .message .box ul li a {
              margin-left: 12px;
              font-size: 14px;
              color: #75685B;
              text-decoration: underline; }
        .bfisrgift .banner .message .box.active-box {
          position: relative;
          z-index: 1;
          min-width: 315px;
          padding: 0;
          margin: 0 5px; }
          .bfisrgift .banner .message .box.active-box .time_cont {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 14px;
            min-width: 290px;
            max-width: 100%;
            height: 36px;
            border-radius: 0px 0px 14px 14px;
            background: #FFA049;
            position: absolute;
            z-index: 6;
            top: -16px;
            left: 50%;
            transform: translateX(-50%);
            margin: auto;
            white-space: nowrap; }
            .bfisrgift .banner .message .box.active-box .time_cont > p {
              font-weight: 600;
              color: #4A1503; }
              .bfisrgift .banner .message .box.active-box .time_cont > p:last-child {
                padding-top: 4px; }
              .bfisrgift .banner .message .box.active-box .time_cont > p > span {
                font-size: 21px;
                font-family: "Yesteryear";
                color: #4A1503;
                margin-right: 5px; }
            .bfisrgift .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;
              top: 2px; }
              .bfisrgift .banner .message .box.active-box .time_cont .countdown::after, .bfisrgift .banner .message .box.active-box .time_cont .countdown::before {
                position: absolute;
                content: "";
                display: block;
                height: 15px;
                border-right: 1px solid #5E1800;
                top: 0px; }
              .bfisrgift .banner .message .box.active-box .time_cont .countdown::before {
                left: 27px; }
              .bfisrgift .banner .message .box.active-box .time_cont .countdown::after {
                right: 27px; }
              .bfisrgift .banner .message .box.active-box .time_cont .countdown .scroll-tick {
                width: 27px;
                height: 20px; }
                .bfisrgift .banner .message .box.active-box .time_cont .countdown .scroll-tick:last-child {
                  margin-right: 0; }
                .bfisrgift .banner .message .box.active-box .time_cont .countdown .scroll-tick strong,
                .bfisrgift .banner .message .box.active-box .time_cont .countdown .scroll-tick span {
                  font-size: 18px;
                  display: block;
                  font-weight: bold;
                  color: #D10016; }
          .bfisrgift .banner .message .box.active-box .box_main {
            padding: 38px 26px 30px;
            position: relative;
            z-index: 4;
            background: #fff;
            width: 100%;
            height: 100%; }
          .bfisrgift .banner .message .box.active-box::before {
            content: "";
            position: absolute;
            width: 106%;
            height: 100%;
            background: #D10016;
            top: 3%;
            left: -3%;
            z-index: -1; }
          .bfisrgift .banner .message .box.active-box h3 strong {
            color: #00B43C;
            font-weight: 600;
            font-size: 22px; }
          .bfisrgift .banner .message .box.active-box h3 span {
            background: #D00016;
            color: #fff; }
          .bfisrgift .banner .message .box.active-box h4 {
            color: #B50316; }
          .bfisrgift .banner .message .box.active-box .buybtn {
            background: transparent linear-gradient(98deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
            box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #FF9A4D;
            border: 4px solid #FF77002B;
            color: #fff; }
            .bfisrgift .banner .message .box.active-box .buybtn:hover {
              background: transparent linear-gradient(99deg, #FF6A01 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
              box-shadow: inset 7px 6px 20px #FFD704, 0px 5px 15px #FF9A4D;
              border: 4px solid #FF77002B; }
        .bfisrgift .banner .message .box.free {
          width: 218px;
          background: #FBFBFB;
          margin-right: 0px;
          padding-top: 121px; }
          .bfisrgift .banner .message .box.free h3 {
            height: 80px; }
            .bfisrgift .banner .message .box.free h3 span {
              font-size: 24px; }
          .bfisrgift .banner .message .box.free h4 {
            font-size: 14px; }
          .bfisrgift .banner .message .box.free ul {
            margin-top: 83px; }
  .bfisrgift .feature h2 {
    display: flex;
    justify-content: center;
    color: #1F1E24;
    font: normal normal bold 30px/35px League Spartan; }
    .bfisrgift .feature h2::after, .bfisrgift .feature h2::before {
      position: relative; }
    .bfisrgift .feature h2::after {
      content: "";
      width: 99px;
      height: 38px;
      margin-left: 15px;
      background: url(../bfvpnlow/bird_r.png) center no-repeat;
      top: -12px; }
    .bfisrgift .feature h2::before {
      content: "";
      width: 99px;
      height: 45px;
      margin-right: 15px;
      background: url(../bfvpnlow/bird_l.png) center no-repeat;
      top: -16px; }
  .bfisrgift span.feature-tag {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0px !important;
    bottom: 44px !important;
    transform: rotate(-5deg); }
    .bfisrgift span.feature-tag b {
      display: block;
      font-size: 18px;
      font-weight: 600;
      color: #000403; }
  .bfisrgift .feature {
    padding-top: 120px; }
    .bfisrgift .feature .message {
      display: flex;
      justify-content: space-between;
      margin-top: 85px; }
      .bfisrgift .feature .message .img-box {
        position: relative;
        width: 507px;
        height: 413px; }
        .bfisrgift .feature .message .img-box span {
          font-size: 18px;
          font-weight: 600;
          color: #040000;
          position: absolute;
          bottom: 44px;
          right: 8px;
          transform: rotateZ(357deg); }
        .bfisrgift .feature .message .img-box img {
          position: absolute; }
          .bfisrgift .feature .message .img-box img.ft_img3 {
            bottom: 25px;
            right: -40px; }
          .bfisrgift .feature .message .img-box img.ft_img2 {
            left: -88px;
            top: 0px;
            width: 630px; }
      .bfisrgift .feature .message .message-box {
        display: flex;
        width: 615px;
        justify-content: space-between;
        flex-wrap: wrap; }
        .bfisrgift .feature .message .message-box li {
          width: 45%;
          margin-bottom: 35px; }
          .bfisrgift .feature .message .message-box li h3 {
            display: flex;
            margin-bottom: 15px;
            align-items: center;
            font: normal normal 600 18px/21px League Spartan; }
            .bfisrgift .feature .message .message-box li h3::before {
              content: "";
              width: 12px;
              height: 12px;
              margin-right: 10px;
              background: url(../bfvpnlow/checked.svg) center no-repeat;
              background-size: contain; }
          .bfisrgift .feature .message .message-box li p {
            padding-left: 22px;
            color: #4E4E4E;
            font: normal normal normal 16px/20px League Spartan; }
  .bfisrgift .bottom-buy {
    height: 228px;
    margin-top: 20px;
    background: url(../bfidrlow/bottom-banner.png) no-repeat center;
    padding-top: 47px; }
    .bfisrgift .bottom-buy .wrapper {
      display: flex;
      justify-content: space-between;
      height: 156px;
      align-items: center; }
    .bfisrgift .bottom-buy h3 {
      font-size: 19px;
      line-height: 1.5;
      color: #FFFFFF;
      transform: translateX(30px); }
      .bfisrgift .bottom-buy h3 .progress_bar {
        display: flex;
        justify-content: end;
        align-items: center;
        margin: 20px auto 0px;
        position: relative;
        padding-right: 30px;
        width: 460px;
        height: 20px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2); }
        .bfisrgift .bottom-buy h3 .progress_bar.sold {
          justify-content: center;
          padding: 0px; }
          .bfisrgift .bottom-buy h3 .progress_bar.sold .progress_barbg {
            opacity: 0; }
        .bfisrgift .bottom-buy h3 .progress_bar .progress_barbg {
          position: absolute;
          width: 300px;
          height: 14px;
          border-radius: 10px;
          left: 2px;
          background: url(..//bfvpnlow/progressb_ar.png);
          opacity: 1;
          transition: all .3s ease-out; }
        .bfisrgift .bottom-buy h3 .progress_bar .pb_titme {
          display: flex;
          align-items: center;
          height: 14px;
          position: relative; }
          .bfisrgift .bottom-buy h3 .progress_bar .pb_titme p {
            font-size: 12px; }
          .bfisrgift .bottom-buy h3 .progress_bar .pb_titme .countdown {
            position: relative;
            display: flex;
            vertical-align: bottom;
            height: 14px;
            line-height: 14px;
            overflow: hidden;
            padding: 0px 5px;
            text-align: center;
            top: 2px; }
            .bfisrgift .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick strong,
            .bfisrgift .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick span {
              font-size: 12px;
              display: block;
              font-weight: 500;
              color: #FF7171; }
      .bfisrgift .bottom-buy h3 span {
        font-size: 20px;
        font-weight: bold;
        color: #FFCC00; }
    .bfisrgift .bottom-buy .right-message {
      text-align: center; }
      .bfisrgift .bottom-buy .right-message .price {
        display: flex;
        align-items: baseline;
        position: relative;
        color: #fff;
        justify-content: center; }
        .bfisrgift .bottom-buy .right-message .price span {
          font-size: 14px;
          font-weight: bold; }
        .bfisrgift .bottom-buy .right-message .price b {
          font-size: 30px;
          font-weight: bold; }
        .bfisrgift .bottom-buy .right-message .price del {
          color: #656565;
          font-weight: bold;
          margin-left: 5px;
          position: relative; }
          .bfisrgift .bottom-buy .right-message .price del::after {
            content: "";
            position: absolute;
            width: 60px;
            height: 20px;
            background: url(../bfvpnlow/del_bg.png);
            background-size: contain;
            left: 0px;
            top: -2px; }
      .bfisrgift .bottom-buy .right-message .buybtn {
        width: 270px;
        background: transparent linear-gradient(99deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #000000;
        border: none;
        color: #FFFFFF; }
        .bfisrgift .bottom-buy .right-message .buybtn:hover {
          background: transparent linear-gradient(99deg, #ff6600 0%, #ff0060 100%) 0% 0% no-repeat padding-box;
          box-shadow: inset 7px 6px 20px #fff130, 0px 5px 15px black; }
  .bfisrgift .isrin-table table td {
    font-size: 14px; }
  .bfisrgift .isrin-table .comm-tags.new {
    background: url(../../../../assets-isr/images/promotion/isrin/new_tag.svg) center center/cover no-repeat !important; }
  .bfisrgift .isrin-review .user-item {
    text-align: left; }
    .bfisrgift .isrin-review .user-item p {
      font-size: 14px;
      line-height: 1.5; }
  .bfisrgift .isrin-service-list {
    padding-top: 82px; }
    .bfisrgift .isrin-service-list dd p {
      font-size: 14px; }
  .bfisrgift .isrin-footer-note,
  .bfisrgift .isrin-footer-copyright {
    font-size: 14px;
    line-height: 1.5; }
  .bfisrgift .popbg {
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 32, 0.6) 0% 0% no-repeat padding-box;
    opacity: 1;
    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: -99998; }
    .bfisrgift .popbg.on {
      transform: scale(1);
      z-index: 999; }
  .bfisrgift .pop-pop-title {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    white-space: nowrap; }
  .bfisrgift .pop-title-top {
    position: relative;
    z-index: 1;
    top: 15px;
    display: inline-block;
    transform: rotate(-10deg); }
    .bfisrgift .pop-title-top b {
      position: relative;
      z-index: 0;
      display: inline-block;
      font-size: 46px;
      font-weight: 700;
      line-height: 1;
      color: transparent; }
      .bfisrgift .pop-title-top 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: 8px #09090A; }
    .bfisrgift .pop-title-top strong {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      display: block;
      font-size: 46px;
      font-weight: 700;
      line-height: 1;
      background-image: linear-gradient(293deg, #FFF784 0%, #fff 100%);
      -webkit-background-clip: text;
      color: transparent;
      text-align: center; }
  .bfisrgift .pop-title-bottom {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    z-index: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center; }
    .bfisrgift .pop-title-bottom:after {
      content: attr(data-text);
      position: absolute;
      left: 0;
      z-index: -1;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 6px #000; }
  .bfisrgift .bfisrgift-pop {
    position: fixed;
    width: 600px;
    height: 382px;
    left: -20px;
    right: 0;
    top: -40px;
    bottom: 0;
    z-index: -99998;
    margin: auto;
    transform: scale(0);
    transition: all .3s ease;
    transform-origin: center;
    z-index: -99998;
    background: url(../bfidrlow/pop_bg.png) center no-repeat; }
    .bfisrgift .bfisrgift-pop.on {
      transform: scale(1);
      z-index: 1000; }
    .bfisrgift .bfisrgift-pop > img {
      display: block;
      margin: 0px auto;
      position: relative;
      top: -44px; }
    .bfisrgift .bfisrgift-pop > p {
      display: none; }
    .bfisrgift .bfisrgift-pop.bf-pop .pop_cont .pop_contr .price_sf {
      flex-direction: column;
      align-items: center; }
      .bfisrgift .bfisrgift-pop.bf-pop .pop_cont .pop_contr .price_sf span {
        display: block;
        color: #FF2A2A;
        font-size: 30px;
        font-weight: 600; }
      .bfisrgift .bfisrgift-pop.bf-pop .pop_cont .pop_contr .price_sf p {
        margin-top: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 600; }
        .bfisrgift .bfisrgift-pop.bf-pop .pop_cont .pop_contr .price_sf p b {
          font-size: 22px; }
        .bfisrgift .bfisrgift-pop.bf-pop .pop_cont .pop_contr .price_sf p del {
          color: #707073;
          font-size: 15px; }
    .bfisrgift .bfisrgift-pop .close {
      position: absolute;
      display: block;
      width: 23px;
      height: 23px;
      top: 22px;
      right: 8px;
      cursor: pointer;
      background: url(../bfvpnlow/cross-small.png);
      opacity: 0.8; }
      .bfisrgift .bfisrgift-pop .close:hover {
        opacity: 1; }
    .bfisrgift .bfisrgift-pop .pop_cont {
      display: flex;
      align-items: stretch;
      justify-content: center;
      padding-top: 144px;
      gap: 12px; }
      .bfisrgift .bfisrgift-pop .pop_cont .pop_contl {
        padding-top: 18px;
        margin-right: -20px;
        position: relative;
        z-index: 1;
        flex-shrink: 0;
        width: 157px;
        height: 161px; }
        .bfisrgift .bfisrgift-pop .pop_cont .pop_contl p {
          font-size: 20px;
          font-weight: 600;
          position: absolute;
          bottom: -8px;
          left: 28px;
          letter-spacing: -1px;
          white-space: nowrap; }
      .bfisrgift .bfisrgift-pop .pop_cont .pop_contr > h2 {
        color: #C7C7C7;
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap; }
        .bfisrgift .bfisrgift-pop .pop_cont .pop_contr > h2 span {
          font-size: 20px;
          color: #FFFF00; }
          .bfisrgift .bfisrgift-pop .pop_cont .pop_contr > h2 span.red {
            color: #FF2A2A; }
        .bfisrgift .bfisrgift-pop .pop_cont .pop_contr > h2.seo {
          font-size: 20px; }
      .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf {
        display: flex;
        justify-content: start;
        position: relative;
        left: 0px;
        margin-top: 20px; }
        .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          height: 76px;
          position: relative;
          margin-left: -11px;
          font-size: 14px; }
          .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div span {
            display: block;
            font-size: 12px; }
            .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div span b {
              font-size: 18px; }
            .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div span del {
              font-size: 16px; }
          .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) {
            width: 160px;
            background: url(../bfidrlow/pop_img1.png);
            color: #fff; }
            .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) span {
              padding-top: 8px;
              font-size: 14px;
              font-weight: bold;
              color: #FF2A2A; }
              .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) span b {
                font-weight: bold;
                font-size: 22px; }
          .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) {
            width: 135px;
            background: url(../bfidrlow/pop_img2.png);
            color: rgba(255, 255, 255, 0.35); }
            .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) span {
              padding-top: 10px; }
              .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) span b {
                font-size: 18px; }
          .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div:nth-of-type(3) {
            width: 151px;
            background: url(../bfidrlow/pop_img3.png);
            color: rgba(255, 255, 255, 0.2);
            align-items: start;
            padding-left: 35px; }
            .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .price_sf div:nth-of-type(3) span {
              padding-top: 8px; }
      .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .buybtn {
        display: flex;
        width: 242px;
        height: 54px;
        margin: 0px auto;
        margin-top: 12px;
        font-weight: 700;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        background: transparent linear-gradient(98deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #000000;
        border: 4px solid #FF77002B;
        color: #fff; }
        .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .buybtn em,
        .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .buybtn span {
          font: inherit;
          font-style: normal;
          font-weight: 400; }
        .bfisrgift .bfisrgift-pop .pop_cont .pop_contr .buybtn:hover {
          background: transparent linear-gradient(98deg, #FF6600 0%, #FF0060 100%) 0% 0% no-repeat padding-box; }
      .bfisrgift .bfisrgift-pop .pop_cont .pop_contr > p {
        margin: 10px 50px;
        font-size: 12px;
        color: #878787;
        text-align: center; }
  .bfisrgift .bfisrlowseo-pop {
    position: fixed;
    width: 600px;
    height: 381px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -99998;
    margin: auto;
    transform: scale(0);
    transition: all .3s ease;
    transform-origin: top;
    z-index: -99998;
    background: url(../bfvpnlow/pop_seobg.png) center no-repeat; }
    .bfisrgift .bfisrlowseo-pop.on {
      transform: scale(1);
      z-index: 1000; }
    .bfisrgift .bfisrlowseo-pop > img {
      display: block;
      margin: 15px auto 0px; }
    .bfisrgift .bfisrlowseo-pop .close {
      position: absolute;
      display: block;
      width: 23px;
      height: 23px;
      top: 40px;
      right: 8px;
      cursor: pointer;
      background: url(../bfvpnlow/cross-small.png);
      opacity: 0.8; }
      .bfisrgift .bfisrlowseo-pop .close:hover {
        opacity: 1; }
    .bfisrgift .bfisrlowseo-pop .pop_cont {
      display: flex;
      justify-content: start;
      padding-left: 40px;
      margin-top: 140px; }
      .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contl {
        padding-top: 18px; }
        .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contl div {
          width: 156px;
          height: 156px;
          background: url(../bfisrgift/pop_seo.png);
          position: relative; }
          .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contl div p {
            font-size: 20px;
            font-weight: 600;
            position: absolute;
            bottom: 5px;
            left: 50px;
            transform: rotateZ(357deg); }
      .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr h2 {
        padding-left: 10px;
        color: #C7C7C7;
        font-size: 16px;
        font-weight: 400; }
        .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr h2 span {
          font-size: 20px;
          color: #FFFF00; }
      .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf {
        display: flex;
        justify-content: start;
        position: relative;
        left: -10px;
        margin-top: 20px; }
        .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf div {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          height: 76px;
          position: relative;
          margin-left: -11px; }
          .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf div span {
            display: block; }
          .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) {
            width: 160px;
            background: url(../bfvpnlow/pop_img1.png);
            color: #fff; }
            .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) span {
              padding-top: 8px;
              font-size: 20px;
              font-weight: bold;
              color: #FF2A2A; }
              .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) span b {
                font-weight: bold;
                font-size: 30px; }
          .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) {
            width: 135px;
            background: url(../bfvpnlow/pop_img2.png);
            color: rgba(255, 255, 255, 0.35); }
            .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) span {
              padding-top: 10px; }
              .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) span b {
                font-size: 24px; }
          .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf div:nth-of-type(3) {
            width: 151px;
            background: url(../bfvpnlow/pop_img3.png);
            color: rgba(255, 255, 255, 0.2);
            align-items: start;
            padding-left: 35px; }
            .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf div:nth-of-type(3) span {
              padding-top: 12px;
              font-size: 14px; }
              .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .price_sf div:nth-of-type(3) span b {
                font-size: 20px; }
      .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .buybtn {
        margin: 17px 50px 0px;
        width: 242px;
        height: 54px;
        background: transparent linear-gradient(98deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #000000;
        border: 4px solid #FF77002B;
        color: #fff; }
        .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr .buybtn:hover {
          background: transparent linear-gradient(98deg, #FF6600 0%, #FF0060 100%) 0% 0% no-repeat padding-box; }
      .bfisrgift .bfisrlowseo-pop .pop_cont .pop_contr > p {
        margin: 10px 50px;
        width: 242px;
        font-size: 12px;
        color: #878787;
        text-align: center; }
  .bfisrgift .common-reviews {
    width: 1200px !important;
    margin: 0px auto; }
  .bfisrgift .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
  .bfisrgift .review-tabs .tab_cnt .user.swiper .swiper-button-next {
    background-image: url(../bfvpnlow/images/review/angle-right.svg); }
  .bfisrgift .review-tabs .tab_cnt ._list {
    display: none; }
  .bfisrgift .review-tabs .tab_cnt ._list.on {
    display: flex; }

.title {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin: 0 auto 0; }

.media {
  position: relative;
  box-sizing: border-box;
  padding-top: 51px; }

.page-wrapper {
  margin: 0 auto;
  width: 1200px; }

.media .media_img {
  display: block;
  margin: 63px auto 0; }

.footer {
  width: 100%;
  background: #EBEBEB;
  position: relative;
  box-sizing: border-box;
  padding: 12px 0 60px 0px;
  margin-top: 50px; }

.footer .wrap {
  width: 1200px;
  margin: 0 auto 0; }

.footer .wrap .text {
  font-size: 14px;
  font-weight: 400;
  color: #000000B5; }

.about {
  margin-top: 90px; }

.about .title {
  margin-bottom: 40px; }

.about .about_box {
  position: relative; }

.about .about_box .left_btn {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50px;
  top: 60%;
  background: url(../bfisrgift/sprites_ic.png) no-repeat 0 -173px;
  cursor: pointer; }

.about .about_box .left_btn:not(.swiper-button-disabled) {
  background-position: 0 -221px; }

.about .about_box .right_btn {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 50px;
  top: 60%;
  background: url(../bfisrgift/sprites_ic.png) no-repeat -60px -173px;
  cursor: pointer; }

.about .about_box .right_btn:not(.swiper-button-disabled) {
  background-position: -61px -221px; }

.about .about_box .swiper-container {
  width: 834px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 0 auto;
  position: relative; }

.about .about_box .swiper-container .swiper-slide {
  width: 100%;
  display: flex; }

.about .about_box .swiper-container .swiper-slide .comment {
  width: 834px;
  text-align: center; }

.about .about_box .swiper-container .swiper-slide .comment .name {
  margin-top: 23px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #242427;
  line-height: 24px;
  text-align: center; }

.about .about_box .swiper-container .swiper-slide .comment .main {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #777575;
  line-height: 30px; }

.about .about_box .swiper-container .swiper-slide .comment .star-four {
  width: 95px;
  height: 15px;
  background: url(../bfisrgift/sprites_ic.png) no-repeat 0 -47px;
  margin: 0 auto; }

.about .about_box .swiper-container .swiper-slide .comment .star-five {
  width: 95px;
  height: 15px;
  background: url(../bfisrgift/sprites_ic.png) no-repeat 0 -78px;
  margin: 0 auto; }

/*# sourceMappingURL=bfisrgift.css.map */
