.fontsize12[data-v-80cf6f2a], .fs12[data-v-80cf6f2a] {
  font-size: 0.24rem;
}
.fontsize14[data-v-80cf6f2a] {
  font-size: 0.28rem;
}
.fontsize16[data-v-80cf6f2a] {
  font-size: 0.32rem;
}
.fontsize24[data-v-80cf6f2a], .fs24[data-v-80cf6f2a] {
  font-size: 0.48rem;
}
.flex-box[data-v-80cf6f2a] {
  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-80cf6f2a] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-box.flex-wrap[data-v-80cf6f2a] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flex-box.flex-direction-column[data-v-80cf6f2a] {
    -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-80cf6f2a] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-box.justify-content-between[data-v-80cf6f2a] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-box.justify-content-around[data-v-80cf6f2a] {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.flex-box.align-items-flex-start[data-v-80cf6f2a] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.box-shadow[data-v-80cf6f2a] {
  -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-80cf6f2a] {
  -webkit-box-shadow: 0 3px 5px #e8d5d8;
          box-shadow: 0 3px 5px #e8d5d8;
}
.animation[data-v-80cf6f2a] {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.text-ellipsis[data-v-80cf6f2a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr[data-v-80cf6f2a] {
  float: right;
}
.color-active[data-v-80cf6f2a] {
  color: #d5a5ac;
}
.imgbg[data-v-80cf6f2a] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-4a[data-v-80cf6f2a] {
  color: #4a4a4a;
}
.color-6e[data-v-80cf6f2a] {
  color: #6e6e6e;
}
.redDot-pos-r[data-v-80cf6f2a] {
  position: relative;
}
.redDot-pos-r .redDot-pos-a[data-v-80cf6f2a] {
    position: absolute;
    top: .1rem;
    right: .1rem;
}
.redDot-pos-r .redDot-pos-a.redDot-pos-aList[data-v-80cf6f2a] {
      top: -.1rem;
      right: .1rem;
}
.redDot[data-v-80cf6f2a] {
  width: .2rem;
  height: .2rem;
  background-color: transparent;
  -webkit-border-radius: 200%;
          border-radius: 200%;
  display: inline-block;
}
.redDot.active[data-v-80cf6f2a] {
    background-color: #E7482B;
}
.rate-wrap .van-rate i.van-icon[data-v-80cf6f2a]:not(:last-child) {
  margin-right: .05rem;
}
.rate-wrap.pdl .van-rate[data-v-80cf6f2a] {
  padding-left: .08rem;
}
.rate-wrap.pdl .van-rate i.van-icon[data-v-80cf6f2a]:not(:last-child) {
    margin-right: .0325rem;
}
.iconfont.rotate-180[data-v-80cf6f2a] {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iconfont.rotate-90[data-v-80cf6f2a] {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #6e6e6e;
}
.wrap[data-v-80cf6f2a] {
  padding: 0 .35rem .35rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item[data-v-80cf6f2a] {
  margin-top: .26rem;
  padding: .25rem .35rem;
  background-color: white;
  -webkit-border-radius: .1rem;
          border-radius: .1rem;
  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;
}
.item p[data-v-80cf6f2a]:first-child {
    margin-bottom: .38rem;
    color: #4a4a4a;
    font-size: .28rem;
}
.item p[data-v-80cf6f2a]:nth-child(2) {
    font-size: .24rem;
    color: #808080;
}
.item .left[data-v-80cf6f2a] {
    width: 1.7rem;
    text-align: left;
    margin-right: .2rem;
}
.item .left p[data-v-80cf6f2a]:nth-child(2) {
      color: #df6b45;
}
.item .center[data-v-80cf6f2a] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.item .right[data-v-80cf6f2a] {
    width: .6rem;
    text-align: right;
}
.item .right p[data-v-80cf6f2a] {
      text-decoration: underline;
      color: #c5959c;
      font-size: .24rem;
}
.bat[data-v-80cf6f2a] {
  text-align: right;
  margin-top: .7rem;
}
.bat span[data-v-80cf6f2a] {
    display: inline-block;
    width: 1.6rem;
    height: .65rem;
    line-height: .65rem;
    text-align: center;
    -webkit-border-radius: .1rem;
            border-radius: .1rem;
    color: white;
    background-color: #c5959c;
}
.trod[data-v-80cf6f2a] {
  padding: .35rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.94rem;
}
.trod p[data-v-80cf6f2a]:first-child {
    color: #4a4a4a;
    font-size: .28rem;
    margin-bottom: .3rem;
}
.trod p[data-v-80cf6f2a]:nth-child(2), .trod p[data-v-80cf6f2a]:nth-child(3) {
    font-size: .24rem;
    color: #808080;
    margin-bottom: .43rem;
}

