body {
    padding: 44px 0px 48px 0px;
    padding-bottom: calc(48px + constant(safe-area-inset-bottom));
    padding-bottom: calc(48px + env(safe-area-inset-bottom));
}

.top-bar {
    background: #172047;
    color: #ffffff;
}

.top-bar:after {
    display: none;
}

.top-bar .top-bar-title {}

.vip-index .vip-user {
    padding: 16px;
    position: relative;
    background: #172047;
}

/* .vip-index .vip-user:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 40px;
  background: url(../images/Mobile_bg0661.png) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 10;
} */

.vip-index .vip-user .user-body {
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.vip-index .vip-user .user-body .user-head {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: #ffffff;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

.vip-index .vip-user .user-body .user-head img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.vip-index .vip-user .user-body .user-des {
    color: #fddfab;
    padding: 2px 0px;
}

.vip-index .vip-user .user-body .user-des .user-name {
    font-size: 16px;
    color: #ffffff;
}

.vip-index .vip-user .user-body .user-des .user-vip-info {
    font-size: 12px;
}

.vip-index .vip-user .user-body .user-body-inner {
    position: relative;
    padding: 0px 50px 20px 50px;
}

.vip-index .vip-user .user-body-inner .user-btns {
    position: absolute;
    right: 0px;
    top: 0px;
}

.vip-index .vip-user .user-body-inner .btn-buy {
    background: #4d320e;
    color: #ffffff;
    border-radius: 100px;
    padding: 0px 16px;
    line-height: 36px;
    height: 36px;
    display: block;
}

.vip-index .vip-user .user-body-inner .vip-flag {
    color: #ffffff;
    background-color: #99651c;
    font-size: 12px;
    line-height: 18px;
    padding: 0px 4px;
    border-radius: 100px 100px 100px 0px;
}

.vip-index .vip-user .user-body-inner .vip-flag-overdue {
    color: #999999;
    background-color: #f5f5f5;
}

.vipcard-list {
    display: flex;
    margin: 0px -4px 0px -4px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0px;
}

.vipcard-list .vipcard-item {
    flex: 1;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
}

.vipcard-list .vipcard-item .item-inner {
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 0px 4px;
    border-radius: 8px;
    padding: 10px;
    border: 2px solid #ffffff;
}

.vipcard-list .vipcard-item.selected .item-inner {
    border: 2px solid #c6af5c;
    background: #fdfaf1;
}

.vipcard-list .vipcard-item .item-price {
    color: #b37520;
}

.vipcard-list .vipcard-item .item-price .num {
    line-height: 1;
    color: #b37520;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}

.vipcard-list .vipcard-item .item-title {
    background: #fddfab;
    line-height: 1.2;
    margin-bottom: 10px;
    margin: 0px auto 10px auto;
    padding: 5px 10px;
    border-radius: 100px;
    font-weight: bold;
    white-space: nowrap;
    width: 6em;
}

.vipcard-list .vipcard-item .item-sub-des {
    font-size: 12px;
    color: #b37520;
    white-space: nowrap;
}


.vip-index .vip-card {
    padding:8px 16px 16px 16px;
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    margin-top: -16px;
    margin-bottom: 16px;
}

.vip-index .vip-card .card-btn-container {
    text-align: center;
    padding: 10px 0px 16px 0px;
}

.vip-index .vip-card .btn-open-vip {
  border-radius: 8px;
  background: #e53737;
  background: linear-gradient(#ff3e3e, #e53737);
  background: -webkit-linear-gradient(#ff3e3e, #e53737);
  color: #ffffff;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  display: block;
  text-align: center;
}


.vip-index .vip-rights {
  margin-bottom: 16px;
  background: #ffffff;
  padding: 16px;
  border-radius: 12px;
}

.vip-index .vip-rights-title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.vip-index .vip-rights-title .title-text {
  display: inline-block;
  position: relative;
  color: #e53737;
  z-index: 1;
}

.vip-index .vip-rights-title .title-text::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -0.5em;
  right: -0.5em;
  bottom: 0px;
  height: 10px;
  background: #fddfab;
  border-radius: 100px;
}

.vip-index .vip-rights-list {
  display: flex;
  margin: 0px -4px;
}

.vip-index .vip-rights-item {
  flex: 1;
  text-align: center;
}

.vip-index .vip-rights-item .item-inner {
  margin: 4px;
  border: 1px dashed #fddfab;
  padding: 16px 0px;
  border-radius: 8px;
}

.vip-index .vip-rights-item .item-ico {
  width: 40px;
  height: 40px;
  margin: 0px auto 5px auto;
}

.vip-index .vip-rights-item .item-ico img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.vip-index .vip-rights-item .item-title {
  font-size: 16px;
  color: #b37520;
}

.vip-index .vip-rights-item .item-des {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}



/* 
.vip-index .vip-card .btn-open-vip:before {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Mobile_bg0664.png) center center no-repeat;
    background-size: auto 300%;
    animation: AmtVipBg 3s linear 0s infinite normal;
    -webkit-animation: AmtVipBg 3s linear 0s infinite normal;
}

@keyframes AmtVipBg {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes AmtVipBg {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
} */


.vip-index .vip-card .card-help {
    text-align: center;
    max-width: 280px;
    margin: 0px auto;
}

.vip-index .vip-card .card-help:after {
    content: "";
    display: block;
    clear: both;
}

.vip-index .vip-card .card-help .btn-des {
    border: 1px solid #a86700;
    color: #a86700;
    border-radius: 100px;
    float: left;
    position: relative;
    font-size: 12px;
    padding: 0px 5px;
    display: none;
}

.vip-index .vip-card .card-help .btn-des:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    border-top: 1px solid #a86700;
    border-right: 1px solid #a86700;
    background: #eccf99;
    position: absolute;
    left: 15px;
    top: -4px;
}

.vip-index .vip-card .card-help .card-help-inner {
    padding-right: 8px;
    color: #4d320e;
    position: relative;
    /* float: right; */
    display: inline-block;
}

.vip-index .vip-card .card-help .card-help-inner:after {
    content: "";
    background: #4d320e url(../images/Mobile_bg0671.png) center center no-repeat;
    background-size: 100% 100%;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -6px;
}

.vip-index .hot-rights {
    background: #e53737;
    /* margin-bottom: 16px; */
    margin: 0px 0px 16px 0px;
    border-radius: 12px;
    overflow: hidden;
}

.vip-index .hot-rights .hot-rights-inner {
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;
}

.vip-index .hot-rights .hot-rights-title {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #ffffff;
    padding: 16px 0px 8px 0px;
}

.vip-index .hot-rights .table-box {
    border-radius: 8px;
    overflow: hidden;
}

.vip-index .hot-rights .table-box .table-product {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
}

.vip-index .hot-rights .table-box .table-product th {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    vertical-align: middle;
    background: #fddfab;
    color: #4d320e;
}

.vip-index .hot-rights .table-box .table-product td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    vertical-align: middle;
}

.vip-index .hot-rights .table-box .table-product tr:nth-child(odd) {
    background: #fff7e9;
}

.vip-index .hot-rights .table-box .align-center {
    text-align: center;
}

.vip-index .hot-rights .table-box .align-left {
    text-align: left;
}

.vip-index .hot-rights .btn-container {
    text-align: center;
    padding: 16px 0px 8px 0px;
}

.vip-index .hot-rights .btn-container .btn {
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    width: 7em;
    padding: 0px 1em;
    color: #ffffff;
    background: #e53737;
    line-height: 36px;
    margin: 0px 8px;
}

.vip-index .hot-rights .btn-container .btn-more {
    background: #ffe3e3;
    color: #e53737;
}

.vip-index .hot-rights .function-list .function-item {
  padding: 10px 0px;
}

.vip-index .hot-rights .function-list .function-item .item-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}

.vip-index .hot-rights .function-list .function-item .item-sub-title {
  text-align: center;
}

.vip-index .hot-rights .function-list .function-item .function-img {
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  margin: 10px auto;
  border: 1px dashed #fddfab;
  overflow: hidden;
}

.vip-index .hot-rights .function-list .function-item .function-img img {
  max-width: 100%;
}

.vip-index .hot-rights .faq-item {
  padding: 0.5em 0px;
}

.vip-index .hot-rights .block-faq-content p {
  padding: 0.3em 0px;
}

.vip-index .class-group-list {
  padding-top: 10px;
}

.vip-index .class-group-list .class-group {
  /* margin-bottom: 10px; */
  margin: 0px 0px 10px 0px;
}

.vip-index .class-group-list .class-group .class-group-title {
  background: #f5d59b;
  color: #4d320e;
  font-weight: bold;
  padding: 10px;
}

.vip-index .class-group-list .class-group .class-group-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.vip-index .class-group-list .class-group .class-group-content::after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 33.33%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.vip-index .class-group-list .class-group .class-group-content::before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 33.33%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.vip-index .class-group-list .class-group .class-item {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.vip-index .class-group-list .class-group .class-item .class-item-inner {
  display: table;
  width: 100%;
}

.vip-index .class-group-list .class-group .class-item .class-link {
  color: #110400;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  line-height: 1.2;
  height: 2.4em;
}
