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: ;
  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: ;
}

.dialog-modal .dialog .header .tabs .tab.left {
  left: 0;
  background-image: ;
}

.dialog-modal .dialog .header .tabs .tab.left.active {
  background-image: ;
  z-index: 10;
}

.dialog-modal .dialog .header .tabs .tab.left.active .label {
  color: #7c561e;
}

.dialog-modal .dialog .header .tabs .tab.right.active {
  background-image: ;
  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: ;
  width: 39px;
  height: 46px;
  background-size: cover;
}

.swiper-button-prev {
  background-image: ;
  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: ;
  background-size: cover;
  background-repeat: no-repeat;
}

.wxcode-box .select-box .select.super.active {
  background-image: ;
  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;
}