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;
  flex-direction: column;
}

.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 .close {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.dialog-modal .dialog .header .tabs {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 716px;
  box-sizing: border-box;
  height: 45px;
}

.dialog-modal .dialog .header .tabs .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 .tabs .tab.right {
  right: 0;
  background-image: url("https://imgs0.zupu.cn/photos/common/20210806/780621c9-6b10-43ab-87c9-6b534a8bbc88.png");
}

.dialog-modal .dialog .header .tabs .tab.left {
  left: 0;
  background-image: url("https://imgs0.zupu.cn/photos/common/20210806/b4aa7d81-2ce6-48ab-9ef0-9b70d6d52dd8.png");
}

.dialog-modal .dialog .header .tabs .tab.left.active {
  background-image: url("https://imgs0.zupu.cn/photos/common/20210806/681d24b7-a333-4746-a457-32f7a7d541d0.png");
  z-index: 10;
}

.dialog-modal .dialog .header .tabs .tab.left.active .label {
  color: #7c561e;
}

.dialog-modal .dialog .header .tabs .tab.right.active {
  background-image: url("https://imgs0.zupu.cn/photos/common/20210806/9ad60f22-3e4c-4c06-b786-409dfbb08679.png");
  z-index: 10;
}

.dialog-modal .dialog .header .tabs .tab.right.active .label {
  color: #7c561e;
}

.dialog-modal .dialog .header .tabs .tab .icon {
  position: relative;
  width: 17px;
  height: 15px;
  margin-right: 7px;
}

.dialog-modal .dialog .header .tabs .tab .label {
  font-size: 16px;
  color: #c2c2c2;
}

.incontent {
  width: 100%;
  height: 463px;
  box-sizing: border-box;
  padding: 26px;
}

.incontent .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.incontent .title-box .title {
  font-size: 20px;
  color: #de9817;
}

.incontent .title-box .desc {
  font-size: 18px;
  color: #de9714;
  cursor: pointer;
}

.incontent .box {
  width: 100%;
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}

.incontent .box .swiper-container {
  width: 100%;
}

.incontent .box .swiper-slide {
  display: flex;
}

.incontent .box .li {
  width: 350px;
  height: 143px;
  display: inline-flex;
  align-items: flex-end;
  background-color: #fff;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}

.incontent .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;
}

.incontent .box .li .li-inner.active, .incontent .box .li .li-inner:hover {
  background: linear-gradient(90deg, #fdf0db 0%, #fad08c 100%);
}
.incontent .box .li .li-inner.super.active, .incontent .box .li .li-inner.super:hover {
  background: linear-gradient(90deg, #fdf5f2 0%, #e7c3b4 100%);
}

.incontent .box .li .li-inner.active .money, .incontent .box .li .li-inner:hover .money {
  color: #582f1d !important;
}

.incontent .box .li .li-inner.active .desc, .incontent .box .li .li-inner:hover .desc {
  color: #846b6a !important;
}

.incontent .box .li .li-inner.active .info, .incontent .box .li .li-inner:hover .info {
  color: #937e7d !important;
}

.incontent .box .li .li-inner.super.active, .incontent .box .li .li-inner.super:hover {
  background: linear-gradient(90deg, #fdf5f2 0%, #e7c3b4 100%);
}

.incontent .box .li .li-inner .label {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
  text-align: center;
}

.incontent .box .li .li-inner .money-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.incontent .box .li .li-inner .money-box span {
  font-size: 18px;
  line-height: 18px;
  color: #bb7c5f;
}
.incontent .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;
}
.incontent .box .li .li-inner .money-box .money {
  color: #bb7c5f;
  font-size: 22px;
  font-weight: bold;
  margin: 0 6px;
}

.incontent .box .li .li-inner .money-box .desc {
  font-size: 14px;
  color: #635454;
  line-height: 16px;
  /*text-decoration: line-through;*/
}
.incontent .box .li .li-inner .money-box .desc1 {

  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6A5B5A;
  line-height: 17px;
}

.incontent .box .li .li-inner .info {
  margin-top: 11px;
  font-size: 12px;
  line-height: 12px;
  color: #d6b09f;
  padding: 10px;
}

.incontent .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.active {
  background-image: url("https://imgs0.zupu.cn/photos/common/20210809/c6e89ba9-3a09-443a-a090-01443c833d02.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.wxcode-box .select-box .select.super.active {
  background-image: url("https://imgs0.zupu.cn/photos/common/20210812/19e3ea6d-c762-4d52-a79e-1d0c73cbfc83.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.wxcode-box .select-box .select .name {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  color: #582f1d;
  font-weight: bold;
}

.wxcode-box .select-box .select .name.active {
  color: #fbe1ce;
}

.wxcode-box .select-box .select.super.active .name {
  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;
  background: #FFFFFF;
  border: 4px solid #E4E4E4;
  padding: 4px;
}

.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: none;
}

.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;
}
.my-button-disabled{
  opacity:0;
}
.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;
}