
.buy-vip {
    margin: 40px 0 50px;
  }
  
  @media only screen and (max-width: 767px) {
    .buy-vip {
        margin: 70px 0;
    }
  }
  
  .buy-vip-right {
    background: url("./../../../assets/images/bg-00287.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    max-width: 318px;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 459px;
    padding: 36px 29px;
  }
  
  .buy-vip-right::after {
    content: "";
    top: 119px;
    left: 0;
    width: -webkit-calc(100% + 160px);
    width: -moz-calc(100% + 160px);
    width: calc(100% + 160px);
    height: 398px;
    background: url("./../../../assets/images/img-01.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  
  .buy-vip-right h2 {
    font-size: 20px;
    line-height: 24px;
  }
  
  .buy-vip-right h2 span {
    font-size: 16px;
  }
  
  .buy-vip-left {
    max-width: -webkit-calc(100% - 366px);
    max-width: -moz-calc(100% - 366px);
    max-width: calc(100% - 366px);
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 48px;
  }
  
  .buy-vip-left .timear {
    background-color: #fff;
    padding-right: 24px;
    margin-bottom: 31px;
    z-index: 2;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  
  .buy-vip-left .timear::after,
  .buy-vip-left .timear::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ee273a;
    z-index: -1;
  }
  
  .buy-vip-left .timear::before {
    top: 36px;
  }
  
  .buy-vip-left .timear li {
    font-size: 14px;
    font-weight: 300;
    color: #212341;
    line-height: 30px;
    text-align: center;
  }
  
  .buy-vip-left .timear li span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #212341;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2px;
  }
  
  .buy-vip-left .timear li:not(:last-child) {
    margin-left: 10px;
  }
  
  .buy-vip-left .timear li:nth-child(1) span {
    background-color: #2d365d;
  }
  
  .buy-vip .swiper-button-next,
  .buy-vip .swiper-button-prev {
    top: 62px;
    right: 0;
    left: auto;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 40px;
    text-align: center;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  
  .buy-vip .swiper-button-next::after,
  .buy-vip .swiper-button-prev::after {
    font-size: 13px;
    color: #fff;
  }
  
  .buy-vip .swiper-button-prev {
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px);
  }
  
  @media only screen and (max-width: 1199px) {
  
    .buy-vip .swiper-button-next,
    .buy-vip .swiper-button-prev {
        width: 38px;
        height: 38px;
        line-height: 36px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .buy-vip .swiper-button-next {
        -webkit-transform: translateX(80px);
        -moz-transform: translateX(80px);
        -ms-transform: translateX(80px);
        -o-transform: translateX(80px);
        transform: translateX(80px);
    }
  
    .buy-vip .swiper-button-prev {
        -webkit-transform: translateX(125px);
        -moz-transform: translateX(125px);
        -ms-transform: translateX(125px);
        -o-transform: translateX(125px);
        transform: translateX(125px);
    }
  }
  
  @media only screen and (max-width: 575px) {
  
    .buy-vip .swiper-button-next,
    .buy-vip .swiper-button-prev {
        border-color: #212341;
        -webkit-transform: translate(0, -41px);
        -moz-transform: translate(0, -41px);
        -ms-transform: translate(0, -41px);
        -o-transform: translate(0, -41px);
        transform: translate(0, -41px);
    }
  
    .buy-vip .swiper-button-next::after,
    .buy-vip .swiper-button-prev::after {
        color: #212341;
    }
  
    .buy-vip .swiper-button-next {
        -webkit-transform: translate(-50px, -41px);
        -moz-transform: translate(-50px, -41px);
        -ms-transform: translate(-50px, -41px);
        -o-transform: translate(-50px, -41px);
        transform: translate(-50px, -41px);
    }
  }
  
  @media only screen and (max-width: 1399px) {
    .buy-vip .swiper .product-seven .price del {
        margin-left: 12px;
    }
  
    .buy-vip .swiper .product-seven .price span {
        font-size: 22px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .buy-vip-right {
        max-width: 280px;
    }
  
    .buy-vip-left {
        max-width: -webkit-calc(100% - 328px);
        max-width: -moz-calc(100% - 328px);
        max-width: calc(100% - 328px);
        margin-right: 48px;
    }
  
    .buy-vip-left .product-seven {
        padding: 30px 10px 18px;
    }
  
    .buy-vip-left .product-seven .price {
        font-size: 12px;
        padding: 1px 10px 0;
    }
  
    .buy-vip-left .product-seven .price del {
        margin-left: 8px;
        font-size: 14px;
    }
  
    .buy-vip-left .product-seven .price span {
        font-size: 18px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .buy-vip-right {
        max-width: 250px;
        height: 435px;
    }
  
    .buy-vip-right::after {
        width: -webkit-calc(100% + 130px);
        width: -moz-calc(100% + 130px);
        width: calc(100% + 130px);
    }
  
    .buy-vip-right h2 {
        font-size: 17px;
    }
  
    .buy-vip-right h2 span {
        font-size: 12px;
    }
  
    .buy-vip-left {
        max-width: -webkit-calc(100% - 282px);
        max-width: -moz-calc(100% - 282px);
        max-width: calc(100% - 282px);
        margin-right: 32px;
    }
  }
  
  @media only screen and (max-width: 575px) {
  
    .buy-vip-right,
    .buy-vip-left {
        max-width: 100%;
    }
  
    .buy-vip-right {
        margin-bottom: 90px;
    }
  
    .buy-vip-right::after {
        width: 100%;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
  
    .buy-vip-left {
        margin: 0;
    }
  
    .buy-vip-left .timear::after,
    .buy-vip-left .timear::before {
        content: none;
    }
  }
  