@media screen and (min-width: 1440px) {
  .banner_Swiper {
    position: relative;
    overflow: hidden;
  }

  .banner {
    position: relative;
    overflow: hidden;
  }
  .banner .banner-img {
    width: 100%;
    object-fit: scale-down;
  }
  .banner .banner-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.08em;
    top: 58%;
    margin-left: 22%;
    width: 180px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    color: #FFFFFF;
    cursor: pointer;
  }

  .tips {
    border-radius: 8px;
    background: #FFFFFF;
    padding: 16px 90px 20px;
    box-shadow: 0px 3px 8px 0px rgba(0, 71, 122, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -78px;
    position: relative;
    z-index: 2;
  }
  .tips .tips-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tips .tips-item-ico {
    width: 96px;
    height: 96px;
    border-radius: 16px;
  }
  .tips .tips-item-txt {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: linear-gradient(99deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .vip-title {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #054182;
  }

  .vip-list {
    margin: 24px 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .vip-list .vip-item {
    width: 374px;
    border-radius: 6px;
    background: #F1F6FF;
    padding: 18px 16px 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .vip-list .vip-item-title {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06em;
    background: linear-gradient(104deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vip-list .vip-title-ico {
    height: 16px;
    margin-right: 4px;
  }
  .vip-list .vip-price {
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #BF44D3;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
  }
  .vip-list .vip-price-max {
    font-size: 32px;
    font-weight: bold;
    color: #BF44D3;
  }
  .vip-list .vip-item-txt {
    margin-top: 16px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #054182;
    width: 100%;
  }
  .vip-list .vip-item-txt span {
    font-weight: 700;
  }
  .vip-list .vip-item-btn {
    margin-top: 20px;
    cursor: pointer;
    width: 180px;
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
  }

  .buy {
    padding: 40px 0 200px;
    display: flex;
    align-items: flex-start;
  }
  .buy .buy-code {
    width: 151px;
    margin-left: 60px;
  }
  .buy .buy-code-i {
    width: 151px;
    height: 151px;
    background: #D8D8D8;
  }
  .buy .buy-code-t {
    margin-top: 16px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .buy .buy-code-t a {
    text-align: center;
    display: inline;
    color: #054182;
  }
  .buy .buy-panel {
    width: 517px;
    border-radius: 6px;
    padding: 18px 24px 18px;
    background: #F1F6FF;
  }
  .buy .buy-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .buy .buy-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06em;
    background: linear-gradient(112deg, #BF44D3 0%, #15C4EB 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .buy .buy-title-ico {
    margin-right: 4px;
    height: 16px;
  }
  .buy .buy-date {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .buy .buy-txt {
    margin-top: 16px;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #054182;
  }
  .buy .buy-txt span {
    font-weight: 700;
  }
  .buy .buy-cell {
    margin-top: 20px;
    display: flex;
    align-items: center;
  }

  .buy-price {
    font-size: 18px;
    font-weight: normal;
    color: #BF44D3;
    display: flex;
    align-items: center;
  }

  .buy-price-max {
    font-size: 32px;
    font-weight: bold;
    color: #BF44D3;
  }

  .buy-price-not {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06em;
    text-decoration: line-through;
    color: #054182;
    margin-left: 12px;
    margin-top: 10px;
  }

  .buy-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 100px;
  }
  .buy-data .buy-price {
    margin-top: 12px;
  }
  .buy-data .buy-data-t {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .buy-data .buy-btn {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.08em;
    width: 180px;
    height: 50px;
    border-radius: 8px;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    color: #FFFFFF;
    cursor: pointer;
  }

  .popup-form-warp {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .popup-form-warp .popup-form {
    width: 647px;
    border-radius: 8px;
    background: #FFFFFF;
    position: relative;
    padding: 28px 45px 40px;
  }
  .popup-form-warp .popup-form-close {
    position: absolute;
    right: 20px;
    top: 24px;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .popup-form-warp .popup-form-head {
    display: flex;
  }
  .popup-form-warp .popup-form-img {
    height: 80px;
  }
  .popup-form-warp .pfh-rt {
    margin-left: 16px;
  }
  .popup-form-warp .pfh-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: linear-gradient(101deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .popup-form-warp .pfh-txt {
    margin-top: 12px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .popup-form-warp .popup-code {
    margin-top: 30px;
    display: flex;
  }
  .popup-form-warp .popup-code-img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    background: #FFFFFF;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F6FF;
  }
  .popup-form-warp .pci-img {
    width: 100px;
  }
  .popup-form-warp .popup-code-txt {
    margin-left: 12px;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #054182;
  }
  .popup-form-warp .pufm-btn {
    width: 180px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
    margin-left: auto;
    color: #FFFFFF;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    cursor: pointer;
  }
  .popup-form-warp .pufm-hint {
    margin-top: 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.06em;
    color: #FF8533;
  }
  .popup-form-warp .form {
    margin-top: 16px;
  }
  .popup-form-warp .form-label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  .popup-form-warp .form-label-name {
    font-size: 14px;
    font-weight: normal;
    color: #054182;
  }
  .popup-form-warp .form-label-ipt {
    padding: 18px 14px;
    margin-left: 10px;
    height: 50px;
    flex: 1;
    border-radius: 4px;
    font-size: 14px;
    background: #F1F6FF;
  }
  .popup-form-warp .form-label-phone {
    flex: 1;
    height: 50px;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
  }
  .popup-form-warp .fmlp-ipt {
    height: 50px;
    border-radius: 4px;
    width: 48%;
    background: #F1F6FF;
    display: flex;
    align-items: center;
  }
  .popup-form-warp .fmlp-ipt-v {
    flex: 1;
    background: #F1F6FF;
    font-size: 14px;
    padding: 18px 14px;
    width: 100%;
  }
  .popup-form-warp .fmlp-ipt-btn {
    margin: 0 10px;
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: linear-gradient(108deg, #BF44D3 0%, #15C4EB 100%);
  }
}
@media screen and (max-width: 1440px) {
  .banner_Swiper {
    position: relative;
    overflow: hidden;
  }

  .banner {
    position: relative;
    overflow: hidden;
  }
  .banner .banner-img {
    width: 100%;
    object-fit: scale-down;
  }
  .banner .banner-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.4px;
    font-weight: normal;
    letter-spacing: 0.08em;
    top: 58%;
    margin-left: 22%;
    width: 162px;
    height: 45px;
    border-radius: 7.2px;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    color: #FFFFFF;
    cursor: pointer;
  }

  .tips {
    border-radius: 7.2px;
    background: #FFFFFF;
    padding: 14.4px 81px 18px;
    box-shadow: 0px 2.7px 7.2px 0px rgba(0, 71, 122, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -70.2px;
    position: relative;
    z-index: 2;
  }
  .tips .tips-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tips .tips-item-ico {
    width: 86.4px;
    height: 86.4px;
    border-radius: 14.4px;
  }
  .tips .tips-item-txt {
    margin-top: 7.2px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: linear-gradient(99deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .vip-title {
    margin-top: 36px;
    font-size: 18px;
    font-weight: 700;
    color: #054182;
  }

  .vip-list {
    margin: 21.6px 0 72px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .vip-list .vip-item {
    width: 336.6px;
    border-radius: 5.4px;
    background: #F1F6FF;
    padding: 16.2px 14.4px 30.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .vip-list .vip-item-title {
    font-size: 14.4px;
    font-weight: normal;
    letter-spacing: 0.06em;
    background: linear-gradient(104deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vip-list .vip-title-ico {
    height: 14.4px;
    margin-right: 3.6px;
  }
  .vip-list .vip-price {
    margin-top: 9px;
    font-size: 16.2px;
    font-weight: normal;
    color: #BF44D3;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
  }
  .vip-list .vip-price-max {
    font-size: 28.8px;
    font-weight: bold;
    color: #BF44D3;
  }
  .vip-list .vip-item-txt {
    margin-top: 14.4px;
    font-size: 14.4px;
    line-height: 25.2px;
    font-weight: 400;
    letter-spacing: 1.8px;
    color: #054182;
    width: 100%;
  }
  .vip-list .vip-item-txt span {
    font-weight: 700;
  }
  .vip-list .vip-item-btn {
    margin-top: 18px;
    cursor: pointer;
    width: 162px;
    height: 45px;
    border-radius: 7.2px;
    font-size: 14.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
  }

  .buy {
    padding: 36px 0 180px;
    display: flex;
    align-items: flex-start;
  }
  .buy .buy-code {
    width: 135.9px;
    margin-left: 54px;
  }
  .buy .buy-code-i {
    width: 135.9px;
    height: 135.9px;
    background: #D8D8D8;
  }
  .buy .buy-code-t {
    margin-top: 14.4px;
    font-size: 10.8px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .buy .buy-code-t a {
    text-align: center;
    display: inline;
    color: #054182;
  }
  .buy .buy-panel {
    width: 465.3px;
    border-radius: 5.4px;
    padding: 16.2px 21.6px 16.2px;
    background: #F1F6FF;
  }
  .buy .buy-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .buy .buy-title {
    display: flex;
    align-items: center;
    font-size: 14.4px;
    font-weight: normal;
    letter-spacing: 0.06em;
    background: linear-gradient(112deg, #BF44D3 0%, #15C4EB 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .buy .buy-title-ico {
    margin-right: 3.6px;
    height: 14.4px;
  }
  .buy .buy-date {
    font-size: 14.4px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .buy .buy-txt {
    margin-top: 14.4px;
    font-size: 14.4px;
    line-height: 25.2px;
    font-weight: normal;
    letter-spacing: 0.9px;
    color: #054182;
  }
  .buy .buy-txt span {
    font-weight: 700;
  }
  .buy .buy-cell {
    margin-top: 18px;
    display: flex;
    align-items: center;
  }

  .buy-price {
    font-size: 16.2px;
    font-weight: normal;
    color: #BF44D3;
    display: flex;
    align-items: center;
  }

  .buy-price-max {
    font-size: 28.8px;
    font-weight: bold;
    color: #BF44D3;
  }

  .buy-price-not {
    font-size: 14.4px;
    font-weight: normal;
    letter-spacing: 0.06em;
    text-decoration: line-through;
    color: #054182;
    margin-left: 10.8px;
    margin-top: 9px;
  }

  .buy-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 90px;
  }
  .buy-data .buy-price {
    margin-top: 10.8px;
  }
  .buy-data .buy-data-t {
    font-size: 14.4px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .buy-data .buy-btn {
    margin-top: 21.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.4px;
    font-weight: normal;
    letter-spacing: 0.08em;
    width: 162px;
    height: 45px;
    border-radius: 7.2px;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    color: #FFFFFF;
    cursor: pointer;
  }

  .popup-form-warp {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .popup-form-warp .popup-form {
    width: 582.3px;
    border-radius: 7.2px;
    background: #FFFFFF;
    position: relative;
    padding: 25.2px 40.5px 36px;
  }
  .popup-form-warp .popup-form-close {
    position: absolute;
    right: 18px;
    top: 21.6px;
    width: 14.4px;
    height: 14.4px;
    cursor: pointer;
  }
  .popup-form-warp .popup-form-head {
    display: flex;
  }
  .popup-form-warp .popup-form-img {
    height: 72px;
  }
  .popup-form-warp .pfh-rt {
    margin-left: 14.4px;
  }
  .popup-form-warp .pfh-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: linear-gradient(101deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .popup-form-warp .pfh-txt {
    margin-top: 10.8px;
    font-size: 12.6px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .popup-form-warp .popup-code {
    margin-top: 27px;
    display: flex;
  }
  .popup-form-warp .popup-code-img {
    width: 108px;
    height: 108px;
    border-radius: 7.2px;
    background: #FFFFFF;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F6FF;
  }
  .popup-form-warp .pci-img {
    width: 90px;
  }
  .popup-form-warp .popup-code-txt {
    margin-left: 10.8px;
    font-size: 12.6px;
    line-height: 25.2px;
    font-weight: normal;
    color: #054182;
  }
  .popup-form-warp .pufm-btn {
    width: 162px;
    height: 45px;
    border-radius: 7.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12.6px;
    font-weight: normal;
    margin-top: 18px;
    margin-left: auto;
    color: #FFFFFF;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    cursor: pointer;
  }
  .popup-form-warp .pufm-hint {
    margin-top: 10.8px;
    font-size: 12.6px;
    font-weight: normal;
    line-height: 21.6px;
    text-align: right;
    letter-spacing: 0.06em;
    color: #FF8533;
  }
  .popup-form-warp .form {
    margin-top: 14.4px;
  }
  .popup-form-warp .form-label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10.8px;
  }
  .popup-form-warp .form-label-name {
    font-size: 12.6px;
    font-weight: normal;
    color: #054182;
  }
  .popup-form-warp .form-label-ipt {
    padding: 16.2px 12.6px;
    margin-left: 9px;
    height: 45px;
    flex: 1;
    border-radius: 3.6px;
    font-size: 12.6px;
    background: #F1F6FF;
  }
  .popup-form-warp .form-label-phone {
    flex: 1;
    height: 45px;
    margin-left: 9px;
    display: flex;
    justify-content: space-between;
  }
  .popup-form-warp .fmlp-ipt {
    height: 45px;
    border-radius: 3.6px;
    width: 48%;
    background: #F1F6FF;
    display: flex;
    align-items: center;
  }
  .popup-form-warp .fmlp-ipt-v {
    flex: 1;
    background: #F1F6FF;
    font-size: 12.6px;
    padding: 16.2px 12.6px;
    width: 100%;
  }
  .popup-form-warp .fmlp-ipt-btn {
    margin: 0 9px;
    width: 90px;
    height: 36px;
    font-size: 12.6px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.6px;
    background: linear-gradient(108deg, #BF44D3 0%, #15C4EB 100%);
  }
}
@media screen and (max-width: 1200px) {
  .banner_Swiper {
    position: relative;
    overflow: hidden;
  }

  .banner {
    position: relative;
    overflow: hidden;
  }
  .banner .banner-img {
    width: 100%;
    object-fit: scale-down;
  }
  .banner .banner-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13.6px;
    font-weight: normal;
    letter-spacing: 0.08em;
    top: 58%;
    margin-left: 22%;
    width: 153px;
    height: 42.5px;
    border-radius: 6.8px;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    color: #FFFFFF;
    cursor: pointer;
  }

  .tips {
    border-radius: 6.8px;
    background: #FFFFFF;
    padding: 13.6px 76.5px 17px;
    box-shadow: 0px 2.55px 6.8px 0px rgba(0, 71, 122, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -66.3px;
    position: relative;
    z-index: 2;
  }
  .tips .tips-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tips .tips-item-ico {
    width: 81.6px;
    height: 81.6px;
    border-radius: 13.6px;
  }
  .tips .tips-item-txt {
    margin-top: 6.8px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: linear-gradient(99deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .vip-title {
    margin-top: 34px;
    font-size: 17px;
    font-weight: 700;
    color: #054182;
  }

  .vip-list {
    margin: 20.4px 0 68px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .vip-list .vip-item {
    width: 317.9px;
    border-radius: 5.1px;
    background: #F1F6FF;
    padding: 15.3px 13.6px 28.9px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .vip-list .vip-item-title {
    font-size: 13.6px;
    font-weight: normal;
    letter-spacing: 0.06em;
    background: linear-gradient(104deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vip-list .vip-title-ico {
    height: 13.6px;
    margin-right: 3.4px;
  }
  .vip-list .vip-price {
    margin-top: 8.5px;
    font-size: 15.3px;
    font-weight: normal;
    color: #BF44D3;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
  }
  .vip-list .vip-price-max {
    font-size: 27.2px;
    font-weight: bold;
    color: #BF44D3;
  }
  .vip-list .vip-item-txt {
    margin-top: 13.6px;
    font-size: 13.6px;
    line-height: 23.8px;
    font-weight: 400;
    letter-spacing: 1.7px;
    color: #054182;
    width: 100%;
  }
  .vip-list .vip-item-txt span {
    font-weight: 700;
  }
  .vip-list .vip-item-btn {
    margin-top: 17px;
    cursor: pointer;
    width: 153px;
    height: 42.5px;
    border-radius: 6.8px;
    font-size: 13.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
  }

  .buy {
    padding: 34px 0 170px;
    display: flex;
    align-items: flex-start;
  }
  .buy .buy-code {
    width: 128.35px;
    margin-left: 51px;
  }
  .buy .buy-code-i {
    width: 128.35px;
    height: 128.35px;
    background: #D8D8D8;
  }
  .buy .buy-code-t {
    margin-top: 13.6px;
    font-size: 10.2px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .buy .buy-code-t a {
    text-align: center;
    display: inline;
    color: #054182;
  }
  .buy .buy-panel {
    width: 439.45px;
    border-radius: 5.1px;
    padding: 15.3px 20.4px 15.3px;
    background: #F1F6FF;
  }
  .buy .buy-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .buy .buy-title {
    display: flex;
    align-items: center;
    font-size: 13.6px;
    font-weight: normal;
    letter-spacing: 0.06em;
    background: linear-gradient(112deg, #BF44D3 0%, #15C4EB 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .buy .buy-title-ico {
    margin-right: 3.4px;
    height: 13.6px;
  }
  .buy .buy-date {
    font-size: 13.6px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .buy .buy-txt {
    margin-top: 13.6px;
    font-size: 13.6px;
    line-height: 23.8px;
    font-weight: normal;
    letter-spacing: 0.85px;
    color: #054182;
  }
  .buy .buy-txt span {
    font-weight: 700;
  }
  .buy .buy-cell {
    margin-top: 17px;
    display: flex;
    align-items: center;
  }

  .buy-price {
    font-size: 15.3px;
    font-weight: normal;
    color: #BF44D3;
    display: flex;
    align-items: center;
  }

  .buy-price-max {
    font-size: 27.2px;
    font-weight: bold;
    color: #BF44D3;
  }

  .buy-price-not {
    font-size: 13.6px;
    font-weight: normal;
    letter-spacing: 0.06em;
    text-decoration: line-through;
    color: #054182;
    margin-left: 10.2px;
    margin-top: 8.5px;
  }

  .buy-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 85px;
  }
  .buy-data .buy-price {
    margin-top: 10.2px;
  }
  .buy-data .buy-data-t {
    font-size: 13.6px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .buy-data .buy-btn {
    margin-top: 20.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13.6px;
    font-weight: normal;
    letter-spacing: 0.08em;
    width: 153px;
    height: 42.5px;
    border-radius: 6.8px;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    color: #FFFFFF;
    cursor: pointer;
  }

  .popup-form-warp {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .popup-form-warp .popup-form {
    width: 549.95px;
    border-radius: 6.8px;
    background: #FFFFFF;
    position: relative;
    padding: 23.8px 38.25px 34px;
  }
  .popup-form-warp .popup-form-close {
    position: absolute;
    right: 17px;
    top: 20.4px;
    width: 13.6px;
    height: 13.6px;
    cursor: pointer;
  }
  .popup-form-warp .popup-form-head {
    display: flex;
  }
  .popup-form-warp .popup-form-img {
    height: 68px;
  }
  .popup-form-warp .pfh-rt {
    margin-left: 13.6px;
  }
  .popup-form-warp .pfh-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: linear-gradient(101deg, #BF44D3 0%, #15C4EB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .popup-form-warp .pfh-txt {
    margin-top: 10.2px;
    font-size: 11.9px;
    font-weight: normal;
    letter-spacing: 0.06em;
    color: #054182;
  }
  .popup-form-warp .popup-code {
    margin-top: 25.5px;
    display: flex;
  }
  .popup-form-warp .popup-code-img {
    width: 102px;
    height: 102px;
    border-radius: 6.8px;
    background: #FFFFFF;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F6FF;
  }
  .popup-form-warp .pci-img {
    width: 85px;
  }
  .popup-form-warp .popup-code-txt {
    margin-left: 10.2px;
    font-size: 11.9px;
    line-height: 23.8px;
    font-weight: normal;
    color: #054182;
  }
  .popup-form-warp .pufm-btn {
    width: 153px;
    height: 42.5px;
    border-radius: 6.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11.9px;
    font-weight: normal;
    margin-top: 17px;
    margin-left: auto;
    color: #FFFFFF;
    background: linear-gradient(105deg, #BF44D3 0%, #15C4EB 100%);
    cursor: pointer;
  }
  .popup-form-warp .pufm-hint {
    margin-top: 10.2px;
    font-size: 11.9px;
    font-weight: normal;
    line-height: 20.4px;
    text-align: right;
    letter-spacing: 0.06em;
    color: #FF8533;
  }
  .popup-form-warp .form {
    margin-top: 13.6px;
  }
  .popup-form-warp .form-label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10.2px;
  }
  .popup-form-warp .form-label-name {
    font-size: 11.9px;
    font-weight: normal;
    color: #054182;
  }
  .popup-form-warp .form-label-ipt {
    padding: 15.3px 11.9px;
    margin-left: 8.5px;
    height: 42.5px;
    flex: 1;
    border-radius: 3.4px;
    font-size: 11.9px;
    background: #F1F6FF;
  }
  .popup-form-warp .form-label-phone {
    flex: 1;
    height: 42.5px;
    margin-left: 8.5px;
    display: flex;
    justify-content: space-between;
  }
  .popup-form-warp .fmlp-ipt {
    height: 42.5px;
    border-radius: 3.4px;
    width: 48%;
    background: #F1F6FF;
    display: flex;
    align-items: center;
  }
  .popup-form-warp .fmlp-ipt-v {
    flex: 1;
    background: #F1F6FF;
    font-size: 11.9px;
    padding: 15.3px 11.9px;
    width: 100%;
  }
  .popup-form-warp .fmlp-ipt-btn {
    margin: 0 8.5px;
    width: 85px;
    height: 34px;
    font-size: 11.9px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.4px;
    background: linear-gradient(108deg, #BF44D3 0%, #15C4EB 100%);
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=vip.css.map */
