.fontsize12[data-v-60cc5ab5], .fs12[data-v-60cc5ab5] {
  font-size: 0.24rem;
}
.fontsize14[data-v-60cc5ab5] {
  font-size: 0.28rem;
}
.fontsize16[data-v-60cc5ab5] {
  font-size: 0.32rem;
}
.fontsize24[data-v-60cc5ab5], .fs24[data-v-60cc5ab5] {
  font-size: 0.48rem;
}
.flex-box[data-v-60cc5ab5] {
  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-60cc5ab5] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-box.flex-wrap[data-v-60cc5ab5] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flex-box.flex-direction-column[data-v-60cc5ab5] {
    -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-60cc5ab5] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-box.justify-content-between[data-v-60cc5ab5] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-box.justify-content-around[data-v-60cc5ab5] {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.flex-box.align-items-flex-start[data-v-60cc5ab5] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.box-shadow[data-v-60cc5ab5] {
  -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-60cc5ab5] {
  -webkit-box-shadow: 0 3px 5px #e8d5d8;
          box-shadow: 0 3px 5px #e8d5d8;
}
.animation[data-v-60cc5ab5] {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.text-ellipsis[data-v-60cc5ab5] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr[data-v-60cc5ab5] {
  float: right;
}
.color-active[data-v-60cc5ab5] {
  color: #d5a5ac;
}
.imgbg[data-v-60cc5ab5] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-4a[data-v-60cc5ab5] {
  color: #4a4a4a;
}
.color-6e[data-v-60cc5ab5] {
  color: #6e6e6e;
}
.redDot-pos-r[data-v-60cc5ab5] {
  position: relative;
}
.redDot-pos-r .redDot-pos-a[data-v-60cc5ab5] {
    position: absolute;
    top: .1rem;
    right: .1rem;
}
.redDot-pos-r .redDot-pos-a.redDot-pos-aList[data-v-60cc5ab5] {
      top: -.1rem;
      right: .1rem;
}
.redDot[data-v-60cc5ab5] {
  width: .2rem;
  height: .2rem;
  background-color: transparent;
  -webkit-border-radius: 200%;
          border-radius: 200%;
  display: inline-block;
}
.redDot.active[data-v-60cc5ab5] {
    background-color: #E7482B;
}
.rate-wrap .van-rate i.van-icon[data-v-60cc5ab5]:not(:last-child) {
  margin-right: .05rem;
}
.rate-wrap.pdl .van-rate[data-v-60cc5ab5] {
  padding-left: .08rem;
}
.rate-wrap.pdl .van-rate i.van-icon[data-v-60cc5ab5]:not(:last-child) {
    margin-right: .0325rem;
}
.iconfont.rotate-180[data-v-60cc5ab5] {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iconfont.rotate-90[data-v-60cc5ab5] {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #6e6e6e;
}
.wraps[data-v-60cc5ab5] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.wraps .content[data-v-60cc5ab5] {
    background-color: white;
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-border-radius: .2rem .2rem 0 0;
            border-radius: .2rem .2rem 0 0;
    padding: .28rem .24rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.wraps .content .info[data-v-60cc5ab5] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}
.wraps .content .info img[data-v-60cc5ab5] {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .5rem;
}
.wraps .content .info > div[data-v-60cc5ab5] {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        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: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.wraps .content .info > div p[data-v-60cc5ab5]:nth-child(1) {
          text-align: right;
}
.wraps .content .info > div p:nth-child(1) span[data-v-60cc5ab5] {
            display: inline-block;
            width: .5rem;
            height: .5rem;
            -webkit-border-radius: .25rem;
                    border-radius: .25rem;
            background-color: #efefef;
            text-align: center;
}
.wraps .content .info > div p:nth-child(1) .icon-close[data-v-60cc5ab5] {
            font-size: .28rem;
}
.wraps .content .info > div p:nth-child(1) .icon-close[data-v-60cc5ab5]::before {
              color: #808080;
}
.wraps .content .info > div p:nth-child(2) span[data-v-60cc5ab5] {
          font-size: .28rem;
          color: #f94351;
}
.wraps .content .info > div p:nth-child(2) span[data-v-60cc5ab5]:last-child {
          font-size: .42rem;
}
.wraps .content .info > div p[data-v-60cc5ab5]:nth-child(3) {
          font-size: .26rem;
          color: #666666;
}
.wraps .content .box[data-v-60cc5ab5] {
      margin-top: .54rem;
      color: #808080;
      font-size: .28rem;
}
.wraps .content .box p[data-v-60cc5ab5] {
        margin-bottom: .28rem;
}
.wraps .content .stand > div[data-v-60cc5ab5] {
      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;
}
.wraps .content .stand span[data-v-60cc5ab5] {
      display: inline-block;
      width: 2.2rem;
      height: .7rem;
      line-height: .68rem;
      border: 1px solid #f2f2f2;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      color: #333333;
      background-color: #f2f2f2;
      -webkit-border-radius: .1rem;
              border-radius: .1rem;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: all .2s;
      transition: all .2s;
}
.wraps .content .stand .active[data-v-60cc5ab5] {
      color: #f94351;
      border-color: #fc9ea6;
      background-color: #fff8fa;
}
.wraps .content .number span[data-v-60cc5ab5] {
      display: inline-block;
      width: .5rem;
      height: .4rem;
      line-height: .4rem;
      text-align: center;
      font-size: .32rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.wraps .content .number span[data-v-60cc5ab5]:nth-child(2) {
      width: .84rem;
      background-color: #f2f2f2;
      -webkit-border-radius: .1rem;
              border-radius: .1rem;
      font-size: .28rem;
}
.wraps .show[data-v-60cc5ab5] {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.wraps .bat[data-v-60cc5ab5] {
    position: absolute;
    bottom: .4rem;
    left: 50%;
    font-size: .42rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    width: 3.6rem;
    height: .8rem;
    -webkit-border-radius: .4rem;
            border-radius: .4rem;
    line-height: .8rem;
    text-align: center;
    color: white;
    background-color: #f94351;
}

