.vip-container .head-banner {
  position: relative; }
  .vip-container .head-banner .head-banner-img {
    width: 100%; }
  .vip-container .head-banner .head-banner-box {
    background-image: url(https://pres.vobao.com/Images/v5/pc/vip/banner2.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .vip-container .head-banner .head-banner-img3 {
    width: 1260px; }
  .vip-container .head-banner .head-banner-title {
    width: 35%;
    margin-top: 144px; }
  .vip-container .head-banner .head-banner-tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2E48C8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0px; }
    .vip-container .head-banner .head-banner-tab .head-tab-item {
      margin: 0px 10px;
      font-size: 21px;
      color: #FFFFFF;
      cursor: pointer; }
      .vip-container .head-banner .head-banner-tab .head-tab-item:hover {
        position: relative; }
        .vip-container .head-banner .head-banner-tab .head-tab-item:hover::after {
          content: '';
          width: 40px;
          height: 2px;
          background-color: #FFFFFF;
          position: absolute;
          bottom: -18px;
          left: 25%; }
    .vip-container .head-banner .head-banner-tab .active-item {
      position: relative; }
      .vip-container .head-banner .head-banner-tab .active-item::after {
        content: '';
        width: 40px;
        height: 2px;
        background-color: #FFFFFF;
        position: absolute;
        bottom: -18px;
        left: 25%; }

.vip-container .box-t {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 40px auto 20px;
  align-items: center; }
  /*.vip-container .box-t .box-t-img {
    width: 75%; }*/
  .vip-container .box-t .box-t-img2 {
    /*width: 80%;*/
    margin: 20px 0px; }

.vip-banner1 {
  background-color: #EFF5FE;
  margin-bottom: -25px; }

.vip-banner2 {
  background-color: #4DAEF1;
  padding-bottom: 30px; }

.box-table table {
  background-color: white;
  width: 1199px;
  margin-left: 2px;
  color: #1A1A1A;
  font-size: 18px;
  text-align: center; }
  .box-table table tr {
    border: 1px solid #e3e3e3;
    height: 60px;
    width: 100%; }
    .box-table table tr td {
      width: 15%;
      border: 1px solid #e3e3e3;
      padding: 15px 10px; }
      .box-table table tr td .table-c {
        width: 35px;
        height: 35px; }
      .box-table table tr td .btn {
        outline: none;
        cursor: pointer;
        border: 0;
        border-radius: 20px;
        font-size: 18px;
        color: #fff;
        line-height: 40px;
        width: 171px;
        height: 40px;
        background: #2E84FA; }
    .box-table table tr:nth-of-type(2n-1) {
      background-color: #F1F6FE; }
  .box-table table .spc-tr {
    color: #FF4F4F; }
