#wrapper {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}
.banner {
  background: url(../../img/vip/top_bg@2x.png) 0px 0px no-repeat;
  background-size: 100% 100%;
}
.banner .center-box {
  height: 335px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .center-box .mtitle {
  font-size: 50px;
  color: #333333;
  line-height: 69px;
  text-shadow: 0px 2px 0px #ffffff;
}
.banner .center-box .stitle {
  font-size: 30px;
  color: #143fc4;
  line-height: 42px;
  margin-top: 14px;
  margin-bottom: 40px;
}
.banner .center-box .stitle span {
  display: inline-block;
  width: 1em;
}
.banner .center-box .activate-vip {
  display: inline-block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  background: #285cff;
  box-shadow: 0px 8px 20px 0px rgba(11, 59, 211, 0.5);
  border-radius: 5px;
  border: 1px solid #285cff;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.banner .center-box .activate-vip img {
  height: 18px;
  margin-right: 5px;
}
.data-list {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 60px;
}
.data-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 140px;
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(40, 92, 255, 0.1);
  border-radius: 5px;
}
.data-list .item img {
  width: 47px;
}
.data-list .item .stitle {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  padding: 10px 0px;
}
.data-list .item .desc {
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}
.vip-table {
  width: 100%;
  border: 1px solid #dedede;
  margin-bottom: 131px;
}
.vip-table tr {
  border: 1px solid #dedede;
}
.vip-table td {
  border: 1px solid #dedede;
  width: 15%;
  padding: 18px 10px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.vip-table td:nth-child(1) {
  text-align: left;
  padding-left: 40px;
  width: 25%;
  color: #333333;
}
.vip-table td:nth-child(1) .mtitle {
  justify-content: flex-start !important;
}
.vip-table td .dagou,
.vip-table td .dacha {
  height: 16px;
}
.vip-table .title-td {
  position: relative;
}
.vip-table .bg-pink {
  background: rgba(251, 126, 43, 0.1);
}
.vip-table .title-td .tuijian {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
}
.vip-table .title-td .mtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-right: 15px;
}
.vip-table .title-td .mtitle .vip {
  width: 17px;
  margin-right: 5px;
}
.vip-table .title-td .price {
  padding: 10px;
}
.vip-table .title-td .btn-active {
  width: 91px;
  background: linear-gradient(180deg, #2892ff 0%, #285cff 100%);
  border-radius: 22px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  padding: 5px 14px;
}
.detail-box .item {
  padding-bottom: 70px;
}
.detail-box .item .title-box {
  text-align: center;
  padding-bottom: 65px;
}
.detail-box .item .title-box .mtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  font-size: 33px;
  font-weight: bold;
}
.detail-box .item .title-box .mtitle img {
  height: 26px;
}
.detail-box .item .title-box .stitle {
  font-size: 30px;
  padding: 10px 0px;
}
.detail-box .item .title-box .stitle span {
  display: inline-block;
  width: 1em;
}
.detail-box .item .title-box .ctitle {
  font-size: 28px;
  color: #333;
  opacity: 0.9;
}
.detail-box .item .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #333333;
  line-height: 45px;
  padding-bottom: 100px;
}
.detail-box .item .detail .detail-info {
  font-weight: normal;
  color: #333333;
  flex: 1;
}
.detail-box .item .detail .detail-info .dtitle {
  font-size: 35px;
  font-weight: bold;
  line-height: 60px;
}
.detail-box .item .detail .detail-info .dtitle img.dicon {
  width: 31px;
  margin-right: 14px;
}
.detail-box .item .detail .detail-info .stitle {
  font-size: 20px;
  line-height: 60px;
}
.detail-box .item .detail .detail-info a.btn-join {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 159px;
  height: 44px;
  background: #285cff;
  box-shadow: 0px 8px 20px 0px rgba(11, 59, 211, 0.5);
  border-radius: 22px;
  border: 1px solid #285cff;
  font-size: 20px;
  color: #ffffff;
}
.detail-box .item .detail .detail-info a.btn-join img {
  width: 20px;
  margin-right: 8px;
}
