.vipwindow_balck {
  width: 100%;
  height: 100vh;
  background: #00000080;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 888 !important;
}
.vipwindow {
  width: 100%;
  height: 340px;
  background: #fff;
  position: fixed;
  z-index: 999 !important;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 20px 0 0;
}

.vipwindow_con {
  width: 92%;
  margin: 0 auto;
}

.vipwindow_title {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vipwindow_title img {
  width: 100%;
}

.vipwindow_content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  direction: rtl;
}

.vipwindow_content_item {
  width: 100px;
  height: 100px;
  border: 1px solid #05b1d8;
  margin-left: 10px;
  flex-shrink: 0;
  border-radius: 5px;
  font-size: 0.8rem;
  color: #05b1d8;
}

.vip_title {
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.vip_price {
  width: 100px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.vip_date {
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.vip_item_active {
  /* background: #e9c18f; */
  background: linear-gradient(315deg, #6772ff 0, #00f9e5 100%);
  /* color: #a07846; */
  color: #ffffff;
}

.vip_desc {
  width: 100%;
  display: flex;
  justify-content: space-around;
  height: 80px;
  align-items: center;
  margin-top: 20px;
  color: #666;
}
.vip_desc_item {
  font-size: 0.7rem;
  text-align: center;
  color: #05b1d8;
}
.vip_desc_item img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.vip_pull {
  width: 100%;
  height: 45px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.vip_pull_item {
  width: 50%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: rtl;
  color: #fff;
}
.vip_pull_item:nth-child(1) {
  background: #373341;
  border-radius: 10px 0 0 10px;
  font-size: 22px;
  font-weight: 800;
}
.vip_pull_item:nth-child(2) {
  /* background: linear-gradient(45deg, #dda258,#f8d6ab); */
  background: linear-gradient(45deg, #6772ff 0, #00f9e5 100%);
  border-radius: 0 10px 10px 0;
}
.vip_pull_item img {
  width: 25px;
  height: 25px;
  margin: 0 10px;
}
