.m-vip-options-wrap {
  background: #f6f6f6;
  padding-top: 24px;
}

.m-vip-options-wrap .navbar {
  display: flex;
  height: 33px;
  background: #fff;
  line-height: 33px;
}

.m-vip-options-wrap .nav-item {
  flex: 1;
  text-align: center;
}

.m-vip-options-wrap .nav-item span {
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  color: #ddc28c;
}

.m-vip-options-wrap .nav-item.active span {
  border-bottom: 2px solid #ddc28c;
  color: #584a34;
}

.m-vip-options-wrap .wrap-1 .btn-list {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}

.m-vip-options-wrap .wrap-1 .btn-item {
  margin-right: 20px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 4px;
  height: 22px;
  color: #999999;
  font-size: 12px;
  width: calc((100% - 40px) / 3);
  margin-bottom: 12px;
}

.m-vip-options-wrap .wrap-1 .btn-item.active {
  background: #282a36;
  color: #fff;
}

.m-vip-options-wrap .wrap-1 .btn-item:nth-child(3n) {
  margin-right: 0;
}

.m-vip-options-wrap .wrap-1 .shop-contet {
  padding: 0 0;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
  padding-bottom: 12px;
}

.m-vip-options-wrap .open-btn {
  height: 25px;
  background: linear-gradient(90deg, #dcc18b 0%, #f8e6b7 100%);
  border-radius: 13px;
  color: #fff;
  display: flex;
  width: 100%;
  width: 80%;
  margin: 12px auto;
  margin-top: 20px;
}

.m-vip-options-wrap .vip-item {
  width: 228px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.m-vip-options-wrap .vip-item .type-text {
  position: absolute;
  width: 80px;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  background: #e7d09c;
  color: #333;
  transform: rotate(-45deg);
  left: -21px;
  top: 8px;
}

.m-vip-options-wrap .vip-item .price {
  font-size: 18px;
  color: #f00;
  padding-top: 29px;
  padding-bottom: 20px;
}

.m-vip-options-wrap .vip-item .price .count {
  font-size: 10px;
  color: #333;
}

.m-vip-options-wrap .vip-item .price .des-text {
  font-size: 10px;
  color: #999999;
}

.m-vip-options-wrap .vip-item.active {
  border-color: #e00909;
}

.m-vip-options-wrap .vip-item.active .gou {
  display: block;
}

.m-vip-options-wrap .vip-item .gou {
  width: 100px;
  position: absolute;
  background: #f00;
  color: #fff;
  transform: rotate(-45deg);
  right: -44px;
  bottom: 0;
  display: none;
}

.m-vip-options-wrap .vip-item .gou i {
  display: block;
  transform: rotate(45deg);
}

.m-vip-options-wrap .vip-item > p {
  color: #ddc38d;
  padding-bottom: 15px;
}

.m-vip-options-wrap .wrap-2,
.m-vip-options-wrap .wrap-3 {
  padding-bottom: 12px;
}

.m-vip-options-wrap .wrap-2 > P,
.m-vip-options-wrap .wrap-3 > P {
  padding: 20px 0;
  font-size: 12px;
  color: #999999;
  text-align: center;
}

.m-vip-options-wrap .wrap-2 .des-text {
  padding-top: 10px;
  display: inline-block;
}

.m-vip-options-wrap .wrap-2 .list {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.m-vip-options-wrap .wrap-2 .list > div:first-child {
  margin-right: 20px;
}
