html,
body {
  font-size: 20px;
  background: #f9f9f9;
}

[v-cloak] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

.dialog-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-modal .dialog {
  width: 951px;
  background-color: #fff;
  border-radius: 6px;
  z-index: 1002;
}

.dialog-modal .dialog .header {
  width: 100%;
  height: 113px;
  background-image: url("https://imgs0.zupu.cn/photos/common/20210805/db636a2a-77c2-418a-816e-d922227608cf.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.dialog-modal .dialog .header .title-box {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dialog-modal .dialog .header .title-box .name {
  font-size: 20px;
  color: #fad38b;
}
.dialog-modal .dialog .header .title-box .name.super {
  color: #FBE1CE;
}

.dialog-modal .dialog .header .title-box .close {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.dialog-modal .dialog .header .tabsvip {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 716px;
  box-sizing: border-box;
  height: 45px;
}

.dialog-modal .dialog .header .tabsvip .tab {
  position: absolute;
  bottom: 0;
  width: 365px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.dialog-modal .dialog .header .tabsvip .tab.right {
  right: 0;
}

.dialog-modal .dialog .header .tabsvip .tab.left {
  left: 0;
}

.dialog-modal .dialog .header .tabsvip .tab.active {
  z-index: 10;
}

.dialog-modal .dialog .header .tabsvip .tab .icon {
  position: relative;
  width: 17px;
  height: 15px;
  margin-right: 7px;
}

.dialog-modal .dialog .header .tabsvip .tab .label {
  font-size: 16px;
  color: #c2c2c2;
}

.dialog-modal .dialog .header .tabsvip .tab .label.active {
  color: #7c561e;
}

.content-vip {
  width: 100%;
  /*height: 463px;*/
  box-sizing: border-box;
  padding: 26px;
}

.content-vip .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-vip .title-box .title {
  font-size: 20px;
  color: #de9817;
}

.content-vip .title-box .title.super {
  color: #BA534C;
}

.content-vip .title-box .desc {
  font-size: 18px;
  color: #de9714;
  cursor: pointer;
}
.content-vip .title-box .desc.super {
  color: #BE5E57;
}

.content-vip .box {
  width: 100%;
  margin-top: 36px;
  position: relative;
}

.content-vip .box  .list {
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
}
.content-vip .box  .list::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.content-vip .box  .list::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0,0,0,0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
}
/* 滚动条滑块 */
.content-vip .box  .list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0,0,0,0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}


.content-vip .box .swiper-container {
  width: 100%;
}

.content-vip .box .swiper-slide {
  display: flex;
}

.content-vip .box .li {
  width: 350px;
  height: 143px;
  display: inline-flex;
  align-items: flex-end;
  background-color: #fff;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}

.content-vip .box .li .li-inner {
  width: 350px;
  height: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #dedede;
  background-color: #fff;
}

.content-vip .box .li .li-inner.active, .content-vip .box .li .li-inner:hover {
  background: linear-gradient(90deg, #fdf0db 0%, #fad08c 100%);
}

.content-vip .box .li .li-inner.active .money, .content-vip .box .li .li-inner:hover .money {
  color: #582f1d !important;
}

.content-vip .box .li .li-inner.active .desc, .content-vip .box .li .li-inner:hover .desc {
  color: #846b6a !important;
}

.content-vip .box .li .li-inner.active .info, .content-vip .box .li .li-inner:hover .info {
  color: #937e7d !important;
}

.content-vip .box .li .li-inner.super.active, .content-vip .box .li .li-inner.super:hover {
  background: linear-gradient(90deg, #fdf5f2 0%, #e7c3b4 100%);
}

.content-vip .box .li .li-inner .label {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
  text-align: center;
}

.content-vip .box .li .li-inner .money-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.content-vip .box .li .li-inner .money-box span {
  font-size: 18px;
  line-height: 18px;
  color: #bb7c5f;
}
.content-vip .box .li .li-inner .money-box .yuaja-style {
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #8E8E8E;
  line-height: 17px;
  text-decoration: line-through;
}
.content-vip .box .li .li-inner .money-box .desc1 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6A5B5A;
  line-height: 17px;
}

.content-vip .box .li .li-inner .money-box .money {
  color: #bb7c5f;
  font-size: 22px;
  font-weight: bold;
  margin: 0 6px;
}

.content-vip .box .li .li-inner .money-box .desc {
  font-size: 14px;
  color: #c6c6c6;
  line-height: 16px;
  text-decoration: line-through;
}

.content-vip .box .li .li-inner .info {
  margin-top: 11px;
  font-size: 12px;
  line-height: 12px;
  color: #d6b09f;
}

.content-vip .box .li .icon {
  position: absolute;
  top: 0px;
  left: 0;
  width: 93px;
  height: 25px;
}

.swiper-button-next {
  background-image: url("https://imgs0.zupu.cn/photos/common/20210806/72698927-74a5-4a98-8078-9ab88fab4d2f.png");
  width: 39px;
  height: 46px;
  background-size: cover;
}

.swiper-button-prev {
  background-image: url("https://imgs0.zupu.cn/photos/common/20210806/72698927-74a5-4a98-8078-9ab88fab4d2f.png");
  width: 39px;
  height: 46px;
  background-size: cover;
  transform: rotateZ(180deg);
  left: 0px;
}

.swiper-button-disabled {
  display: none;
}

.wxcode-box {
  width: 100%;
  display: flex;
  margin-top: 22px;
}

.wxcode-box .select-box {
  width: 215px;
  height: 189px;
  background: #f7f7f7;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 15px;
  cursor: pointer;
}

.wxcode-box .select-box .select {
  width: 100%;
  height: 39px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.wxcode-box .select-box .select .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wxcode-box .select-box .select .name {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #582f1d;
  font-weight: bold;
}

.wxcode-box .select-box .select .name.active {
  color: #fbe1ce;
}

.wxcode-box .code-box {
  width: 683px;
  height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.wxcode-box .code-box .paycode-box {
  width: 134px;
  height: 134px;
  box-sizing: border-box;
  padding: 7px;
  margin-right: 24px;
  cursor: pointer;
}

.wxcode-box .code-box .paycode-box img {
  width: 100%;
  height: 100%;
}

.wxcode-box .code-box .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wxcode-box .code-box .right .money-box {
  display: flex;
  align-items: flex-end;
}

.wxcode-box .code-box .right .money-box span {
  color: #8b4a2c;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}

.wxcode-box .code-box .right .money-box .money {
  font-size: 30px;
  color: #8b4a2c;
  line-height: 30px;
  margin: 0 8px;
}

.wxcode-box .code-box .right .money-box .desc {
  font-size: 18px;
  line-height: 18px;
  color: #e47b3e;
  /*text-decoration: line-through;*/
}
.wxcode-box .code-box .right .money-box .desc1 {
  font-size: 18px;
  line-height: 18px;
  color: #e47b3e;
}

.wxcode-box .code-box .right .des {
  font-size: 16px;
  color: #7f7f7f;
  font-weight: 600;
  margin: 14px 0;
}

.wxcode-box .code-box .right .info {
  font-size: 16px;
  line-height: 16px;
  color: #a7a7a7;
}
.wxcode-box .code-box .right .money-box .check-yuanjia-pic{

  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #8E8E8E;
  line-height: 25px;
  text-decoration: line-through;
}
.no-reason {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.no-reason img {
  margin-right: 5px;
}

.no-reason span {
  font-family: PingFangSC, PingFang SC;
  color: #915909;
  font-size: 16px;
  font-weight: bold;
}