[v-cloak] {
  display: none;
}
.van-tab--active {
  color: #ff4444;
}
.van-tabs__line {
  height: 2px;
}
.van-list {
  margin: 0 1rem;
}
.detailed-list .van-list {
  margin: 0;
}
.exam-item {
  border-radius: 0.5rem;
  background-size: cover;
  background-position: 50% 50%;
  height: 30vh;
  margin: 1rem 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.exam-expiredate {
  text-align: right;
  color: #fff;
  font-size: 0.6rem;
  line-height: 2.5;
  margin-right: 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  height: 1.2rem;
  line-height: 1.2rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
  width: 100%;
}
.exam-title {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 0.8rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.5rem;
}
.exam-tab {
  width: 42px;
  padding: 0 0.4rem;
  height: 1.2rem;
  border-radius: 0 0.5rem 0.5rem 0;
  line-height: 1.2rem;
  color: #999;
  font-size: 0.7rem;
  background: #eee;
}
.detailed-item {
  padding: 0 0.5rem 0.5rem 0.5rem;
  background: #fff;
  color: #787c82;
  margin: 0.5rem 0;
}
.detailed-date {
  height: 6vh;
  line-height: 6vh;
  border-bottom: 1px solid #e6e9e6;
}
.title-left {
  width: calc(100% - 70px);
  float: left;
}
.title-left h1 {
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  color: #273035;
  margin: 2vh 0;
}

.title-right {
  width: 70px;
  float: right;
  text-align: right;
}
.item-price {
  margin: 2vh 0;
  color: #273035;
  font-size: 0.8rem;
}
.detail-top {
  background: #fff;
  padding: 2vh 0 1vh 0;
}
.detail-image {
  margin: 0 0.5rem;
  height: 30vh;
  border-radius: 0.2rem;
  background-size: cover;
  background-position: 50% 50%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.detail-title {
  text-align: center;
  font-size: 0.8rem;
  color: #273035;
  margin-top: 2vh;
}
.detail-price {
  text-align: center;
  color: #787c82;
}
.detail-price span {
  color: rgb(255, 149, 0);
  font-size: 0.9rem;
}
.detail-middle {
  background: #fff;
  margin-top: 2vh;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
.detail-middle .van-row {
  padding: 1vh 0;
  border-bottom: 1px solid #eeeeee;
}

.item-right {
  text-align: right;
  font-size: 0.7rem;
  color: #e6e9e6;
}
.detail-item {
  display: flex;
  justify-content: flex-end;
  color: #787c82;
  font-size: 0.7rem;
}
.detail-bottom {
  margin-top: 2vh;
  background: #fff;
  padding: 1vh 1vh 2vh 1vh;
  margin-bottom: 4rem;
}
.bottom-title {
  font-size: 0.8rem;
  color: #273035;
}
.detail-btn {
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 0.8rem;
  background: rgb(255, 102, 61);
}
.popup {
  font-size: 0.7rem;
  color: #273035;
}
.popup-title {
  text-align: center;
  font-size: 0.8rem;
}
.popup-item {
  color: #787c82;
  border-bottom: 1px solid #eee;
  padding: 1vh 0;
}
.vip-money {
  text-align: center;
  font-size: 20px;
  color: rgb(255, 102, 61);
  margin-top: 1rem;
}
.money-pay {
  display: flex;
}
.money-pay input {
  background: none;
  outline: none;
}
.pay-left {
  width: 30vw;
  text-align: right;
  font-size: 0.8rem;
}
.pay-right {
  width: 60vw;
  padding-left: 10vw;
  color: #787c82;
  font-size: 0.7rem;
}
.pay-item {
  width: 150px;
  height: 2rem;
  border: 2px solid #bbbbbb;
  margin-bottom: 1rem;
  cursor: pointer;
}

.curr-pay {
  border: 2px solid rgb(255, 102, 61);
}
.pay-btnbox {
  margin: 1rem 1rem 0 1rem;
  padding: 1rem;
  border-top: 1px solid #e6e9e6;
}
.pay-btn {
  height: 2.2rem;
  border-radius: 0.2rem;
  line-height: 2.2rem;
  font-size: 0.8rem;
  text-align: center;
}
