.isridr-review {
  padding: 66px 0 95px; }
  .isridr-review .isridr-prev,
  .isridr-review .isridr-next {
    display: block !important;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 60%;
    background-image: url(../sprites_ic.png);
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1 !important; }
    .isridr-review .isridr-prev::before, .isridr-review .isridr-prev:after,
    .isridr-review .isridr-next::before,
    .isridr-review .isridr-next:after {
      display: none !important; }
  .isridr-review .isridr-prev {
    left: 50px;
    background-position: 0 -221px; }
    .isridr-review .isridr-prev.swiper-button-disabled {
      background-position: 0 -173px; }
  .isridr-review .isridr-next {
    right: 50px;
    background-position: -61px -221px; }
    .isridr-review .isridr-next.swiper-button-disabled {
      background-position: -60px -173px; }
  .isridr-review .isridr-pagination {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 30px auto 0;
    display: none !important;
    align-items: center;
    justify-content: center;
    gap: 10px; }
    .isridr-review .isridr-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #FFD2D2;
      background-color: #fff;
      opacity: 1 !important; }
      .isridr-review .isridr-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #FC4140;
        border: 2px solid #FC4140; }

.isridr-review-content {
  margin: 0 auto;
  width: 100%;
  max-width: 830px;
  text-align: center; }
.isridr-review-pic {
  margin: 0 auto;
  width: 124px;
  height: 124px; }
.isridr-review-name {
  margin: 22px auto;
  font-size: 16px;
  font-weight: 700;
  color: #242427;
  line-height: 1.5; }
.isridr-review-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #777575;
  line-height: 2; }
.isridr-review-star {
  margin: 0 auto;
  width: 95px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(../sprites_ic.png); }
  .isridr-review-star.star-five {
    background-position: 0 -78px; }
  .isridr-review-star.star-four {
    background-position: 0 -47px; }

@media (max-width: 768px) {
  .isridr-review {
    padding: 40px 16px; }
    .isridr-review .isridr-prev,
    .isridr-review .isridr-next {
      display: none !important; }
    .isridr-review .isridr-pagination {
      display: flex !important; }

  .isridr-review-name {
    margin: 12px auto;
    font-size: 14px; }
  .isridr-review-text {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500; } }
.idreaster {
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  font-size: 16px;
  position: relative; }
  .idreaster::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 466px;
    background: url(../bottom_bg.png) center no-repeat;
    bottom: 64px;
    z-index: -1; }
  .idreaster .comm-tags {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-top: -6px;
    padding: 1px 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    border-radius: 9999px;
    text-align: center;
    font-family: "Lexend", sans-serif !important;
    border-width: 1px;
    border-style: solid; }
  .idreaster .comm-tags > em {
    display: block;
    font: inherit;
    color: inherit;
    line-height: 1;
    font-style: normal;
    transform: scale(0.9); }
  .idreaster .comm-tags.new {
    margin: 0 !important;
    margin-top: -6px !important;
    width: auto !important;
    height: auto !important;
    color: #24D430;
    vertical-align: middle !important;
    border-color: #24D430;
    background: #DFFFE1 !important; }
  .idreaster .comm-tags.improved {
    color: #FF6103;
    border-color: #FF843A;
    background: #FFF7DF; }
  .idreaster img {
    max-width: none;
    width: auto; }
  .idreaster .wrapper,
  .idreaster .common-reviews {
    width: 1200px !important;
    margin: 0px auto; }
  .idreaster strong {
    font-weight: bold; }
  .idreaster .buybtn {
    display: flex;
    position: relative;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    width: 262px;
    height: 50px;
    border: 3px solid #FFC1C1;
    color: #FF4A4A;
    font: normal normal 500 18px League Spartan;
    transition: all .3s ease-out; }
    .idreaster .buybtn::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px; }
    .idreaster .buybtn:hover {
      background: transparent linear-gradient(90deg, #FF6F00 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
      border-color: #FF77002B;
      color: #fff; }
      .idreaster .buybtn:hover::after {
        box-shadow: 0px 5px 15px #FF9A4D; }
    .idreaster .buybtn.btn-red {
      background: transparent linear-gradient(90deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
      border: 4px solid #FF77002B;
      color: #fff; }
      .idreaster .buybtn.btn-red::after {
        box-shadow: 0px 5px 15px #FF9A4D; }
      .idreaster .buybtn.btn-red:hover {
        background: transparent linear-gradient(90deg, #FF6F00 0%, #FF0000 100%) 0% 0% no-repeat padding-box; }
  .idreaster .banner {
    height: 700px;
    background: url(./banner_bg.png) no-repeat center top; }
    .idreaster .banner .title {
      text-align: center; }
      .idreaster .banner .title h1 {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        height: 160px;
        background: url(../title.png) no-repeat bottom center; }
      .idreaster .banner .title h2 {
        margin-top: -14px;
        text-align: center;
        font: normal 500 22px League Spartan;
        color: #390000; }
        .idreaster .banner .title h2 span {
          display: inline-block;
          height: 30px;
          background: transparent linear-gradient(271deg, #FFAC2E 0%, #FE3939 100%) 0% 0% no-repeat padding-box;
          border-radius: 17px;
          color: #FAFAFA;
          padding: 6px 15px; }
    .idreaster .banner .banner_offer {
      display: flex;
      justify-content: space-between;
      padding: 80px 29px 0px;
      position: relative; }
      .idreaster .banner .banner_offer .discount {
        display: block;
        padding: 0px 10px;
        height: 20px;
        line-height: 25px;
        font-size: 16px;
        font-weight: 600;
        margin-top: 7px;
        background: #CECECE; }
      .idreaster .banner .banner_offer > div {
        width: 354px;
        padding: 38px 45px 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff;
        position: relative;
        z-index: 2; }
        .idreaster .banner .banner_offer > div h4 {
          height: 47px;
          text-align: center;
          font-size: 22px;
          font-weight: 600; }
        .idreaster .banner .banner_offer > div .price {
          padding: 32px 0px 23px;
          display: flex;
          align-items: baseline;
          position: relative; }
          .idreaster .banner .banner_offer > div .price span {
            font-size: 20px;
            font-weight: bold; }
          .idreaster .banner .banner_offer > div .price b {
            font-size: 46px;
            font-weight: bold; }
          .idreaster .banner .banner_offer > div .price del {
            color: #5D5D5D;
            margin-left: 5px; }
        .idreaster .banner .banner_offer > div > b {
          font-size: 14px;
          font-weight: 500; }
        .idreaster .banner .banner_offer > div .buybtn {
          margin: 10px auto; }
        .idreaster .banner .banner_offer > div > p {
          font-size: 14px;
          color: #5D5D5D; }
        .idreaster .banner .banner_offer > div.offer_1y h4 span {
          background: #F8E2C7; }
        .idreaster .banner .banner_offer > div.offer_1y .price {
          padding-left: 55px; }
        .idreaster .banner .banner_offer > div.offer_lt {
          position: relative;
          z-index: 99; }
          .idreaster .banner .banner_offer > div.offer_lt h4 span {
            background: transparent linear-gradient(108deg, #FFA152 0%, #FE395C 100%) 0% 0% no-repeat padding-box;
            color: #FFFFFF;
            text-shadow: 0px 0px 4px #EA193D; }
          .idreaster .banner .banner_offer > div.offer_lt .price {
            padding-left: 55px; }
      .idreaster .banner .banner_offer::after {
        content: "";
        display: block;
        position: absolute;
        width: 362px;
        height: 317px;
        background: #FF0909 0% 0% no-repeat padding-box;
        box-shadow: -4px 19px 18px #F93A3A61;
        bottom: -4px;
        right: 25px;
        z-index: 1; }
    .idreaster .banner .b_text {
      margin-top: 50px;
      display: flex;
      justify-content: space-between;
      padding: 0px 80px; }
      .idreaster .banner .b_text ul li {
        display: flex;
        height: 24px;
        justify-content: left;
        color: #919191;
        margin-bottom: 10px;
        font-size: 16px; }
        .idreaster .banner .b_text ul li::before {
          display: block;
          content: "";
          width: 15px;
          height: 15px;
          background: url(../green_yes.png) center no-repeat;
          margin-right: 10px; }
  .idreaster .table-box h2,
  .idreaster .about h2 {
    color: #1F1E24;
    font: normal normal bold 32px/35px League Spartan;
    text-align: center; }
    .idreaster .table-box h2::after,
    .idreaster .about h2::after {
      content: "";
      position: absolute;
      width: 138px;
      height: 100px;
      background: url(../rabbit.png) center no-repeat;
      top: -5px;
      left: 0px;
      right: 0px;
      margin: 0px auto; }
  .idreaster .feature {
    padding-top: 75px; }
    .idreaster .feature h2 {
      color: #1F1E24;
      font: normal normal bold 32px/35px League Spartan;
      text-align: center; }
    .idreaster .feature .message {
      display: flex;
      justify-content: space-between;
      margin-top: 70px; }
      .idreaster .feature .message .img-box {
        position: relative;
        width: 638px;
        height: 400px; }
        .idreaster .feature .message .img-box img {
          position: absolute;
          top: -45px;
          left: -45px; }
      .idreaster .feature .message .feature-off {
        position: absolute;
        width: 255px;
        height: 219px;
        background: url(./gift_box.png) center no-repeat;
        z-index: 2;
        right: 50px;
        bottom: 15px;
        text-align: center; }
        .idreaster .feature .message .feature-off p {
          transform: matrix(0.98, -0.21, 0.21, 0.98, 0, 0);
          font: normal normal bold 16px/49px League Spartan;
          color: #FFFFFF;
          text-shadow: 0px 3px 6px #D11C00;
          position: absolute;
          left: 104px;
          bottom: 30px; }
      .idreaster .feature .message .message-box {
        display: flex;
        width: 615px;
        justify-content: space-between;
        flex-wrap: wrap; }
        .idreaster .feature .message .message-box li {
          width: 48%;
          margin-bottom: 35px; }
          .idreaster .feature .message .message-box li h3 {
            display: flex;
            margin-bottom: 15px;
            align-items: center;
            font: normal normal 600 18px/21px League Spartan; }
            .idreaster .feature .message .message-box li h3::before {
              content: "";
              width: 12px;
              height: 12px;
              margin-right: 10px;
              background: url(../checked.svg) center no-repeat;
              background-size: contain; }
          .idreaster .feature .message .message-box li p {
            padding-left: 22px;
            color: #4E4E4E;
            font: normal normal normal 16px/20px League Spartan; }
    .idreaster .feature .img-box {
      position: relative;
      z-index: 1; }
  .idreaster .bottom-buy {
    height: 228px;
    margin-top: 20px;
    background: url(../center_bg.png) no-repeat center;
    padding-top: 47px; }
    .idreaster .bottom-buy .wrapper {
      width: 1300px !important;
      display: flex;
      justify-content: space-between;
      height: 135px;
      align-items: center; }
    .idreaster .bottom-buy .off {
      position: relative;
      margin: -24px 0px 0px -45px; }
      .idreaster .bottom-buy .off .gift_offer {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 68px;
        right: 80px; }
        .idreaster .bottom-buy .off .gift_offer b,
        .idreaster .bottom-buy .off .gift_offer span {
          display: block;
          color: #FAFAFA;
          text-shadow: 0px 9px 3px #CB3E0085; }
        .idreaster .bottom-buy .off .gift_offer b {
          font: normal normal bold 46px League Spartan; }
          .idreaster .bottom-buy .off .gift_offer b i {
            font-style: normal;
            font: normal normal bold 16px League Spartan; }
        .idreaster .bottom-buy .off .gift_offer span {
          font: normal normal bold 16px League Spartan; }
    .idreaster .bottom-buy h3 {
      font-size: 22px;
      font-weight: 600;
      color: #1E1C2C;
      text-align: center;
      line-height: 1.4;
      padding-right: 20px; }
      .idreaster .bottom-buy h3 span {
        font-weight: 600;
        color: #F6240D; }
    .idreaster .bottom-buy .right-message {
      text-align: center; }
      .idreaster .bottom-buy .right-message .price {
        display: flex;
        align-items: baseline;
        position: relative;
        color: #000;
        justify-content: center; }
        .idreaster .bottom-buy .right-message .price span {
          font-size: 20px;
          font-weight: bold; }
        .idreaster .bottom-buy .right-message .price b {
          font-size: 46px;
          font-weight: bold; }
        .idreaster .bottom-buy .right-message .price del {
          color: rgba(93, 93, 93, 0.61);
          margin-left: 5px; }
  .idreaster .table-box {
    padding-top: 80px; }
    .idreaster .table-box .table_cont {
      padding: 120px 12px 0px;
      display: flex;
      justify-content: space-between;
      align-items: start; }
      .idreaster .table-box .table_cont .li_title {
        height: 60px;
        font-weight: 600;
        line-height: 60px;
        border-radius: 12px 12px 0px 0px;
        text-align: center; }
      .idreaster .table-box .table_cont ul {
        border-radius: 12px;
        width: 296px; }
        .idreaster .table-box .table_cont ul li {
          display: flex;
          height: 30px;
          align-items: center;
          justify-content: center;
          border-bottom: 1px solid #FFEDE9; }
          .idreaster .table-box .table_cont ul li:last-child {
            border: none; }
          .idreaster .table-box .table_cont ul li span {
            display: block;
            width: 17px;
            height: 17px; }
            .idreaster .table-box .table_cont ul li span.grey-yes {
              background: url(../grey_yes.png) center no-repeat; }
            .idreaster .table-box .table_cont ul li span.grey-no {
              background: url(../grey_no.png) center no-repeat; }
            .idreaster .table-box .table_cont ul li span.red-yes {
              background: url(../red_yes.png) center no-repeat; }
      .idreaster .table-box .table_cont .table_l {
        width: 430px;
        padding-left: 18px; }
        .idreaster .table-box .table_cont .table_l li {
          justify-content: left;
          font-size: 14px;
          font-weight: 600; }
          .idreaster .table-box .table_cont .table_l li span {
            width: auto;
            height: auto; }
      .idreaster .table-box .table_cont .table_c {
        box-shadow: 0px 6px 10px #FFC9BF96; }
        .idreaster .table-box .table_cont .table_c ul {
          width: 296px;
          padding: 0px 12px 10px; }
        .idreaster .table-box .table_cont .table_c .li_title {
          background: #FFF4F2; }
      .idreaster .table-box .table_cont .table_r {
        width: 424px;
        padding: 17px 13px;
        border-radius: 12px;
        position: relative;
        top: -50px; }
        .idreaster .table-box .table_cont .table_r::before {
          content: "";
          display: block;
          width: 117px;
          height: 72px;
          background: url(./vip-logo.png) center no-repeat;
          position: absolute;
          top: -20px;
          left: -104px;
          right: 0;
          margin: 0px auto; }
        .idreaster .table-box .table_cont .table_r .li_title {
          font-size: 20px;
          color: #fff;
          background: transparent linear-gradient(90deg, #FFC367 0%, #FF6C3E 100%) 0% 0% no-repeat padding-box;
          height: 90px;
          padding-top: 24px; }
        .idreaster .table-box .table_cont .table_r ul {
          background: #fff;
          padding: 0px 16px 20px;
          box-shadow: 0px 10px 20px #FF935396; }
  .idreaster .about {
    padding-top: 82px; }
    .idreaster .about .h2 {
      text-align: center;
      margin-bottom: 40px;
      font-size: 32px;
      font-weight: bold; }
  .idreaster .footer {
    padding: 22px 16px 18px;
    text-align: center;
    background: #fff;
    color: #8F8F8F;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500; }
  .idreaster .popbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) 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; }
    .idreaster .popbg.on {
      transform: scale(1);
      z-index: 999; }
  .idreaster .idreaster-pop {
    position: fixed;
    width: 600px;
    height: 391px;
    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(../pop_bg.png) center no-repeat;
    padding-top: 90px; }
    .idreaster .idreaster-pop.on {
      transform: scale(1);
      z-index: 1000; }
    .idreaster .idreaster-pop .pop-title {
      margin: 0 auto;
      text-align: center; }
    .idreaster .idreaster-pop .close {
      position: absolute;
      display: block;
      width: 23px;
      height: 23px;
      top: 40px;
      right: 8px;
      cursor: pointer;
      background: url(../cross-small.png);
      opacity: 0.8; }
      .idreaster .idreaster-pop .close:hover {
        opacity: 1; }
    .idreaster .idreaster-pop h2 {
      font-size: 16px;
      text-align: center;
      font-weight: 600;
      padding-top: 15px; }
      .idreaster .idreaster-pop h2 span {
        display: inline-block;
        font-weight: 600;
        background: transparent linear-gradient(271deg, #FFAC2E 0%, #FE3939 100%) 0% 0% no-repeat padding-box;
        color: #fff;
        padding: 0px 10px;
        height: 24px;
        line-height: 26px;
        border-radius: 13px; }
    .idreaster .idreaster-pop .pop_cont {
      display: flex;
      justify-content: start;
      padding-left: 45px; }
      .idreaster .idreaster-pop .pop_cont .pop_contl div {
        width: 219px;
        height: 228px;
        background: url(./pop_gift.png);
        position: relative;
        transform: scale(0.9);
        top: -8px; }
        .idreaster .idreaster-pop .pop_cont .pop_contl div p {
          font-size: 20px;
          font-weight: 600;
          position: absolute;
          bottom: 36px;
          right: 10px;
          white-space: nowrap;
          transform: rotateZ(18deg);
          color: #F80018;
          display: flex; }
          .idreaster .idreaster-pop .pop_cont .pop_contl div p b {
            font-size: 40px;
            font-weight: bold; }
          .idreaster .idreaster-pop .pop_cont .pop_contl div p span {
            display: flex;
            flex-direction: column;
            padding-left: 4px; }
            .idreaster .idreaster-pop .pop_cont .pop_contl div p span i {
              font-style: normal;
              font-size: 18px;
              font-weight: bold; }
              .idreaster .idreaster-pop .pop_cont .pop_contl div p span i:nth-of-type(2) {
                font-size: 13px;
                font-weight: bold; }
      .idreaster .idreaster-pop .pop_cont .pop_contr {
        width: 63%;
        position: relative;
        left: -50px; }
        .idreaster .idreaster-pop .pop_cont .pop_contr > h2 {
          font-size: 16px;
          font-weight: 400;
          position: relative;
          left: -15PX; }
          .idreaster .idreaster-pop .pop_cont .pop_contr > h2 span {
            font-size: 20px;
            color: #FFFF00; }
        .idreaster .idreaster-pop .pop_cont .pop_contr .price_sf {
          display: flex;
          justify-content: start;
          position: relative;
          padding: 20px 0px 0px 16px; }
          .idreaster .idreaster-pop .pop_cont .pop_contr .price_sf div {
            display: flex;
            align-items: center;
            flex-direction: column;
            height: 70px;
            position: relative;
            width: 150px;
            border-radius: 10px;
            padding-top: 10px;
            font-weight: 500; }
            .idreaster .idreaster-pop .pop_cont .pop_contr .price_sf div span {
              display: block; }
            .idreaster .idreaster-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) span {
              padding-top: 8px;
              font-size: 20px;
              font-weight: bold;
              color: #FF2A2A; }
              .idreaster .idreaster-pop .pop_cont .pop_contr .price_sf div:nth-of-type(1) span b {
                font-weight: bold;
                font-size: 30px; }
            .idreaster .idreaster-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) span {
              padding-top: 10px; }
              .idreaster .idreaster-pop .pop_cont .pop_contr .price_sf div:nth-of-type(2) span b {
                font-size: 24px;
                text-decoration: line-through; }
        .idreaster .idreaster-pop .pop_cont .pop_contr .buybtn {
          margin: 17px 50px 0px;
          width: 242px;
          height: 54px; }
        .idreaster .idreaster-pop .pop_cont .pop_contr > p {
          margin: 15px 50px;
          width: 242px;
          font-size: 12px;
          color: #878787;
          text-align: center; }
  .idreaster .vpneaster-pop {
    position: fixed;
    width: 600px;
    height: 391px;
    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(../pop_bg.png) center no-repeat;
    padding-top: 90px; }
    .idreaster .vpneaster-pop.on {
      transform: scale(1);
      z-index: 1000; }
    .idreaster .vpneaster-pop .pop-title {
      margin: 0 auto;
      text-align: center; }
    .idreaster .vpneaster-pop .close {
      position: absolute;
      display: block;
      width: 23px;
      height: 23px;
      top: 40px;
      right: 8px;
      cursor: pointer;
      background: url(../cross-small.png);
      opacity: 0.8; }
      .idreaster .vpneaster-pop .close:hover {
        opacity: 1; }
    .idreaster .vpneaster-pop .pop_cont {
      display: flex;
      justify-content: space-between;
      padding: 0px 42px; }
      .idreaster .vpneaster-pop .pop_cont .pop_contl {
        padding: 15px 0px 0px 14px; }
        .idreaster .vpneaster-pop .pop_cont .pop_contl div {
          width: 219px;
          height: 228px;
          background: url(./pop_gift.png);
          position: relative; }
          .idreaster .vpneaster-pop .pop_cont .pop_contl div p {
            font-size: 20px;
            font-weight: 600;
            position: absolute;
            bottom: 42px;
            right: 7px;
            white-space: nowrap;
            transform: rotateZ(18deg);
            color: #F80018;
            display: flex; }
            .idreaster .vpneaster-pop .pop_cont .pop_contl div p b {
              font-size: 32px;
              font-weight: bold; }
            .idreaster .vpneaster-pop .pop_cont .pop_contl div p span {
              display: flex;
              flex-direction: column;
              padding-left: 4px; }
              .idreaster .vpneaster-pop .pop_cont .pop_contl div p span i {
                font-style: normal;
                font-size: 18px;
                font-weight: bold; }
                .idreaster .vpneaster-pop .pop_cont .pop_contl div p span i:nth-of-type(2) {
                  font-size: 13px;
                  font-weight: bold; }
      .idreaster .vpneaster-pop .pop_cont .pop_contr {
        width: 100%;
        padding-right: 28px; }
        .idreaster .vpneaster-pop .pop_cont .pop_contr p {
          margin: 60px auto 0px;
          width: 196px;
          font-weight: 600;
          text-align: center; }
        .idreaster .vpneaster-pop .pop_cont .pop_contr .price {
          display: flex;
          width: 196px;
          margin: 30px auto 0px;
          justify-content: center;
          font-size: 20px;
          font-weight: bold;
          align-items: baseline; }
          .idreaster .vpneaster-pop .pop_cont .pop_contr .price b {
            font-size: 37px;
            font-weight: bold; }
        .idreaster .vpneaster-pop .pop_cont .pop_contr .buybtn {
          margin: 17px auto;
          width: 196px;
          height: 48px; }

/*# sourceMappingURL=idreastersale.css.map */
