.fontsize12[data-v-2bfa33eb], .fs12[data-v-2bfa33eb] {
  font-size: 0.24rem;
}
.fontsize14[data-v-2bfa33eb] {
  font-size: 0.28rem;
}
.fontsize16[data-v-2bfa33eb] {
  font-size: 0.32rem;
}
.fontsize24[data-v-2bfa33eb], .fs24[data-v-2bfa33eb] {
  font-size: 0.48rem;
}
.flex-box[data-v-2bfa33eb] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-box .flex1[data-v-2bfa33eb] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-box.flex-wrap[data-v-2bfa33eb] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flex-box.flex-direction-column[data-v-2bfa33eb] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-box.justify-content-start[data-v-2bfa33eb] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-box.justify-content-between[data-v-2bfa33eb] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-box.justify-content-around[data-v-2bfa33eb] {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.flex-box.align-items-flex-start[data-v-2bfa33eb] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.box-shadow[data-v-2bfa33eb] {
  -webkit-box-shadow: 0 0 0.2rem #e8d5d8;
          box-shadow: 0 0 0.2rem #e8d5d8;
  -webkit-border-radius: .1rem;
          border-radius: .1rem;
}
.shadow[data-v-2bfa33eb] {
  -webkit-box-shadow: 0 3px 5px #e8d5d8;
          box-shadow: 0 3px 5px #e8d5d8;
}
.animation[data-v-2bfa33eb] {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.text-ellipsis[data-v-2bfa33eb] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr[data-v-2bfa33eb] {
  float: right;
}
.color-active[data-v-2bfa33eb] {
  color: #d5a5ac;
}
.imgbg[data-v-2bfa33eb] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-4a[data-v-2bfa33eb] {
  color: #4a4a4a;
}
.color-6e[data-v-2bfa33eb] {
  color: #6e6e6e;
}
.redDot-pos-r[data-v-2bfa33eb] {
  position: relative;
}
.redDot-pos-r .redDot-pos-a[data-v-2bfa33eb] {
    position: absolute;
    top: .1rem;
    right: .1rem;
}
.redDot-pos-r .redDot-pos-a.redDot-pos-aList[data-v-2bfa33eb] {
      top: -.1rem;
      right: .1rem;
}
.redDot[data-v-2bfa33eb] {
  width: .2rem;
  height: .2rem;
  background-color: transparent;
  -webkit-border-radius: 200%;
          border-radius: 200%;
  display: inline-block;
}
.redDot.active[data-v-2bfa33eb] {
    background-color: #E7482B;
}
.rate-wrap .van-rate i.van-icon[data-v-2bfa33eb]:not(:last-child) {
  margin-right: .05rem;
}
.rate-wrap.pdl .van-rate[data-v-2bfa33eb] {
  padding-left: .08rem;
}
.rate-wrap.pdl .van-rate i.van-icon[data-v-2bfa33eb]:not(:last-child) {
    margin-right: .0325rem;
}
.iconfont.rotate-180[data-v-2bfa33eb] {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iconfont.rotate-90[data-v-2bfa33eb] {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #6e6e6e;
}
.wrap[data-v-2bfa33eb] {
  /*background-color: #ebebeb;*/
}
.box[data-v-2bfa33eb] {
  background-color: white;
  padding: 0 .3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: .24rem;
  color: #4d4d4d;
}
.box .bats[data-v-2bfa33eb] {
    text-align: right;
}
.box .bats button[data-v-2bfa33eb] {
      width: 2rem;
      height: .7rem;
      line-height: .7rem;
      display: inline-block;
      -webkit-border-radius: .1rem;
              border-radius: .1rem;
}
.blue[data-v-2bfa33eb] {
  padding: .3rem;
  position: relative;
}
.blue img[data-v-2bfa33eb] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: .2rem;
            border-radius: .2rem;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.blue h3[data-v-2bfa33eb] {
    position: absolute;
    top: .68rem;
    left: .82rem;
    color: black;
    font-size: .34rem;
}
.blue .how[data-v-2bfa33eb] {
    position: absolute;
    top: 1.34rem;
    left: .82rem;
    font-weight: 400;
    color: black;
}
.blue .red[data-v-2bfa33eb] {
    position: absolute;
    /*bottom: .68rem;*/
    color: white;
    display: inline-block;
    padding: .1rem;
    background-color: rgba(255, 0, 0, 0.4);
    -webkit-border-radius: .08rem;
            border-radius: .08rem;
}
.blue .much[data-v-2bfa33eb] {
    top: 3.5rem;
    left: .82rem;
}
.blue .card[data-v-2bfa33eb] {
    top: 3.2rem;
    right: .82rem;
    text-align: center;
}
.blue .code[data-v-2bfa33eb] {
    width: 1.55rem;
    height: 1.55rem;
    position: absolute;
    top: 1.24rem;
    right: 1.74rem;
}
.blue .tip[data-v-2bfa33eb] {
    margin-top: .2rem;
}
.blue .batBox[data-v-2bfa33eb] {
    padding: .23rem .3rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.blue .batBox .bat[data-v-2bfa33eb] {
      width: 2rem;
      height: .6rem;
      line-height: .6rem;
      text-align: center;
      display: inline-block;
      font-size: .32rem;
      border: 1px solid #4d4d4d;
      -webkit-border-radius: .1rem;
              border-radius: .1rem;
}
.whitePrctBox[data-v-2bfa33eb] {
  width: 100%;
  position: relative;
}
.whitePrctBox span[data-v-2bfa33eb] {
    display: inline-block;
    width: 2.02rem;
    height: .62rem;
    line-height: .62rem;
    text-align: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: white;
    background: #ff9800;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-weight: 400;
    position: absolute;
    top: 2.7rem;
    right: .1rem;
}
.skin[data-v-2bfa33eb] {
  padding: 0;
  padding-top: .3rem;
}
.skin .imgbox[data-v-2bfa33eb] {
    display: inline-block;
    padding: 0 .3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.skin .imgbox img[data-v-2bfa33eb] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: .2rem;
              border-radius: .2rem;
      -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.skin .imgbox p[data-v-2bfa33eb] {
      position: absolute;
      bottom: .6rem;
      left: 1.4rem;
      color: #c30d23;
      font-weight: 600;
      -webkit-transform: rotate(-1deg);
          -ms-transform: rotate(-1deg);
              transform: rotate(-1deg);
}
.skin > p[data-v-2bfa33eb] {
    padding: 0.1rem .3rem;
}
.skin > div[data-v-2bfa33eb] {
    padding: .23rem .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.skin > div .bat[data-v-2bfa33eb] {
      width: 2rem;
      height: .6rem;
      line-height: .6rem;
      text-align: center;
      display: inline-block;
      font-size: .32rem;
      border: 1px solid #4d4d4d;
      -webkit-border-radius: .1rem;
              border-radius: .1rem;
}
.skin .timeOver[data-v-2bfa33eb] {
    width: 100%;
    padding: 0 .3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: -webkit-gradient(linear, left top, left bottom, from(#edb24e), to(#fe86bc));
    background: -webkit-linear-gradient(#edb24e, #fe86bc);
    background: linear-gradient(#edb24e, #fe86bc);
}
.skin .timeOver .left[data-v-2bfa33eb] {
      font-size: .32rem;
      color: white;
}
.skin .timeOver .right[data-v-2bfa33eb] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: .24rem;
}
.skin .timeOver .right p[data-v-2bfa33eb] {
        color: #c8225b;
        margin-bottom: .04rem;
}
.skin .timeOver .right span[data-v-2bfa33eb] {
        color: white;
}
.skin .timeOver .right span[data-v-2bfa33eb]:nth-child(2n) {
          display: inline-block;
          width: .4rem;
          height: .48rem;
          line-height: .48rem;
          background-color: #c9225b;
          text-align: center;
          -webkit-border-radius: .08rem;
                  border-radius: .08rem;
          margin: 0 .04rem;
}
.result[data-v-2bfa33eb] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .56rem;
  border-bottom: 1px solid #e5e5e5;
}
.result i[data-v-2bfa33eb] {
    font-size: .9rem;
    margin-right: .53rem;
}
.result i[data-v-2bfa33eb]:before {
      color: #ff9800;
}
.result span[data-v-2bfa33eb] {
    font-size: .48rem;
    color: #ff9800;
}
.noAppoint[data-v-2bfa33eb] {
  color: #4a4a4a;
  padding: .35rem 0;
}
.noAppoint > div[data-v-2bfa33eb] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .3rem;
}
.noAppoint > div p[data-v-2bfa33eb] {
      margin-right: 1rem;
}
.noAppoint > div span[data-v-2bfa33eb] {
      display: inline-block;
      width: 2.02rem;
      height: .62rem;
      line-height: .62rem;
      text-align: center;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      border: 1px solid #f7deb1;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      font-weight: 400;
}
.noAppoint > p span[data-v-2bfa33eb] {
    color: #ff9800;
    text-decoration: underline;
}
.appoint[data-v-2bfa33eb] {
  padding: .33rem 0;
  color: #4d4d4d;
}
.appoint > div[data-v-2bfa33eb] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.appoint > div > span[data-v-2bfa33eb]:first-child {
      color: #808080;
      margin-right: .3rem;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
}
.appoint > div p[data-v-2bfa33eb] {
      margin-bottom: .25rem;
}
.point[data-v-2bfa33eb] {
  padding: 0 .3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1.1rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}
.point > div[data-v-2bfa33eb] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #4d4d4d;
    font-weight: 800;
    margin-bottom: .15rem;
}
.point > div span[data-v-2bfa33eb] {
      color: #eb3517;
}
.point > p[data-v-2bfa33eb] {
    font-size: .24rem;
    color: #a2a2a2;
}
.integral[data-v-2bfa33eb] {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  padding: .32rem .46rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.integral > div[data-v-2bfa33eb] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.integral > div > span[data-v-2bfa33eb]:first-child {
      background-color: white;
      position: relative;
}
.integral > div > span[data-v-2bfa33eb]:last-child {
      text-align: center;
      margin-top: .2rem;
}
.integral > div img[data-v-2bfa33eb] {
      width: 2.6rem;
      height: 2.6rem;
      -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.integral > div .textInfo[data-v-2bfa33eb] {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      bottom: .1rem;
}
.integral > div .textInfo span[data-v-2bfa33eb]:first-child {
        color: #e73f58;
        font-size: .32rem;
        margin-right: .1rem;
}
.integral > div .textInfo span[data-v-2bfa33eb]:last-child {
        color: #808080;
        font-size: .24rem;
        color: #e73f58;
        /*text-decoration: line-through;*/
}
.stand[data-v-2bfa33eb] {
  margin-top: .1rem;
  height: 1.65rem;
  background-image: url(../img/stand-bg.7ac333ee.png);
  background-size: 100% 100%;
  position: relative;
  background-color: #d87078;
}
.stand .right-bar[data-v-2bfa33eb] {
    color: #b8888f;
    width: 1.62rem;
    height: .62rem;
    line-height: .62rem;
    -webkit-border-radius: .31rem 0 0 .31rem;
            border-radius: .31rem 0 0 .31rem;
    position: absolute;
    right: 0;
    bottom: .1rem;
    background-color: #f2dde2;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.stand .right-bar span[data-v-2bfa33eb] {
      font-size: .24rem;
}

