.fontsize12, .fs12 {
  font-size: 0.24rem;
}
.fontsize14, input[type="number"],
input[type="text"],
input[type="date"],
input[type="tel"],
button,
textarea,
select, button.active {
  font-size: 0.28rem;
}
.fontsize16 {
  font-size: 0.32rem;
}
.fontsize24, .fs24 {
  font-size: 0.48rem;
}
.flex-box {
  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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-box.flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flex-box.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-box.justify-content-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-box.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-box.justify-content-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.flex-box.align-items-flex-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.box-shadow, .wraper .title-box, .form-wrap, .mask .mask-wrap {
  -webkit-box-shadow: 0 0 0.2rem #e8d5d8;
          box-shadow: 0 0 0.2rem #e8d5d8;
  -webkit-border-radius: .1rem;
          border-radius: .1rem;
}
.shadow, .txbg {
  -webkit-box-shadow: 0 3px 5px #e8d5d8;
          box-shadow: 0 3px 5px #e8d5d8;
}
.animation, button.active {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr {
  float: right;
}
.color-active {
  color: #d5a5ac;
}
.imgbg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-4a {
  color: #4a4a4a;
}
.color-6e {
  color: #6e6e6e;
}
.redDot-pos-r {
  position: relative;
}
.redDot-pos-r .redDot-pos-a {
    position: absolute;
    top: .1rem;
    right: .1rem;
}
.redDot-pos-r .redDot-pos-a.redDot-pos-aList {
      top: -.1rem;
      right: .1rem;
}
.redDot {
  width: .2rem;
  height: .2rem;
  background-color: transparent;
  -webkit-border-radius: 200%;
          border-radius: 200%;
  display: inline-block;
}
.redDot.active {
    background-color: #E7482B;
}
.rate-wrap .van-rate i.van-icon:not(:last-child) {
  margin-right: .05rem;
}
.rate-wrap.pdl .van-rate {
  padding-left: .08rem;
}
.rate-wrap.pdl .van-rate i.van-icon:not(:last-child) {
    margin-right: .0325rem;
}
.iconfont.rotate-180 {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iconfont.rotate-90 {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #6e6e6e;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}
html,
body,
.webview {
  width: 100%;
  height: 100%;
}
body {
  font-size: 0.24rem;
  color: #4a4a4a;
}
a {
  color: #d5a5ac;
  text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"],
input[type="date"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
input[type="number"],
input[type="text"],
input[type="date"],
input[type="tel"],
button,
textarea,
select {
  border: 1px solid #dfdfdf;
  padding: 0 .15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}
input[type="number"],
input[type="text"],
input[type="date"],
input[type="tel"],
select {
  line-height: .5rem;
  height: .4rem;
  color: #4a4a4a;
}
button {
  line-height: .8rem;
  height: .8rem;
  color: #4a4a4a;
}
input[type="radio"] {
  background: transparent;
  border: 1px solid #999;
  width: .3rem;
  height: .3rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  vertical-align: -2px;
  margin: 0 .1rem;
}
input[type="radio"]:checked {
    border-width: .06rem;
    border-color: #d5a5ac;
}
::-webkit-input-placeholder {
  color: #cfcfcf;
}
::-moz-placeholder {
  color: #cfcfcf;
}
:-ms-input-placeholder {
  color: #cfcfcf;
}
::-ms-input-placeholder {
  color: #cfcfcf;
}
::placeholder {
  color: #cfcfcf;
}
img {
  max-width: 100%;
}
#app,
.wrap {
  height: 100%;
  min-width: 100%;
}
.wraper {
  min-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dde2), color-stop(1.7rem, #f2dde2), color-stop(1.70001rem, #f5eeef), to(#f5eeef));
  background: -webkit-linear-gradient(#f2dde2 0, #f2dde2 1.7rem, #f5eeef 1.70001rem, #f5eeef);
  background: linear-gradient(#f2dde2 0, #f2dde2 1.7rem, #f5eeef 1.70001rem, #f5eeef);
  overflow: hidden;
  padding: 0 .35rem .35rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wraper.home {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5eeef), color-stop(11%, #f5eeef), color-stop(11.0001%, #f8f8f8), to(#f8f8f8));
    background: -webkit-linear-gradient(#f5eeef 0%, #f5eeef 11%, #f8f8f8 11.0001%, #f8f8f8);
    background: linear-gradient(#f5eeef 0%, #f5eeef 11%, #f8f8f8 11.0001%, #f8f8f8);
}
.wraper.nothing {
    background: #f5eeef;
}
.wraper.screen {
    padding: 0;
}
.wraper .title-box {
    position: relative;
    margin-top: .9rem;
    background: rgba(255, 255, 255, 0.7);
    padding: .25rem .3rem;
    font-size: 0.28rem;
}
.kmOrdEvaluate .memo [class*=van-hairline]::after {
  border: 0 dashed #e6e6e6;
}
.kmOrdEvaluate .memo .van-hairline--top-bottom::after {
  border-width: 1px 0;
}
.link {
  cursor: pointer;
}
.marl-10 {
  margin-left: .1rem;
}
.marl-20 {
  margin-left: .2rem;
}
.marl-30 {
  margin-left: .3rem;
}
.marl-50 {
  margin-left: .5rem;
}
.marr-20 {
  margin-right: .2rem;
}
.marr-40 {
  margin-right: .4rem;
}
.marr-50 {
  margin-right: .5rem;
}
.padb-10 {
  padding-bottom: .1rem;
}
.padb-15 {
  padding-bottom: .15rem;
}
.padt-15 {
  padding-top: .15rem;
}
.wh-100 {
  width: 1rem;
  height: 1rem;
}
.width-150 {
  width: 1.5rem;
}
.align-r {
  text-align: right;
}
.align-c {
  text-align: center;
}
.align-l {
  text-align: left;
}
.radius {
  -webkit-border-radius: 0.03rem;
          border-radius: 0.03rem;
}
.radius-200 {
  -webkit-border-radius: 2rem;
          border-radius: 2rem;
}
.form-wrap {
  background: #f8f8f8;
  padding: .3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.28rem;
  color: #4a4a4a;
}
.form-wrap.list {
    margin-bottom: .2rem;
}
.form-wrap .form-item {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.form-wrap .form-item.bordb-dashed {
      border-bottom: 1px dashed #dfdfdf;
}
.form-wrap .form-item.bordb-no {
      border-bottom: 1px dashed transparent;
}
.form-wrap .form-item.justify-content-start {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
}
.form-wrap .form-item.flex-direction-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
}
.form-wrap .form-item:last-child {
      margin-bottom: 0;
      border-bottom: none;
}
.form-wrap .form-item.title {
      padding-bottom: .15rem;
      font-size: 0.28rem;
}
.form-wrap .form-item .content {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-top: .15rem;
      line-height: 150%;
}
.form-wrap .form-item .desc {
      color: #808080;
}
.form-wrap .form-item .form-item-label {
      -webkit-flex-basis: 1.5rem;
          -ms-flex-preferred-size: 1.5rem;
              flex-basis: 1.5rem;
      display: inline-block;
      color: #9b9b9b;
      white-space: nowrap;
}
.form-wrap .form-item .form-item-content,
    .form-wrap .form-item textarea,
    .form-wrap .form-item .form-item-display {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      line-height: .40rem;
}
.form-wrap .form-item .form-item-content,
    .form-wrap .form-item textarea {
      padding: .2rem 0;
}
.form-wrap .form-item .form-item-input {
      border: none;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0;
      margin: .2rem 0 .2rem .05rem;
      width: 100%;
}
.form-wrap .form-item .iconfont {
      color: #d5a5ac;
      margin-right: .1rem;
}
.form-wrap .form-item .iconfont.icon-user-2.color-white {
        margin-right: 0;
}
.form-wrap .form-item .is-disabled {
      color: #9b9b9b;
}
button.active {
  background: #d5a5ac;
  color: #fff;
  padding: 0 .5rem;
  line-height: .6rem;
  -webkit-border-radius: .1rem;
          border-radius: .1rem;
  border: none;
}
button.active:hover, button.active:active {
    background: #d9aeb4;
}
button.active.submit {
    padding: 0 .5rem !important;
}
.btn-text {
  color: #d5a5ac;
  cursor: pointer;
  white-space: nowrap;
}
.btn-text.is-disabled {
    color: #999;
    cursor: not-allowed;
}
.mask {
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mask .mask-wrap {
    width: 5.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: .5rem;
    -webkit-border-radius: .1rem;
            border-radius: .1rem;
    position: relative;
    font-size: 0.28rem;
    color: #4a4a4a;
    background: #f5eeef;
    margin: 0 auto;
}
.mask .mask-wrap .icon-close {
      position: absolute;
      right: -.2rem;
      top: -.2rem;
      width: .5rem;
      height: .5rem;
      background: #a0a0a0;
      color: #fff;
      text-align: center;
      line-height: .5rem;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      font-size: 0.24rem;
      cursor: pointer;
}
.mask .mask-wrap .title {
      font-size: 0.32rem;
      text-align: center;
      margin-bottom: .2rem;
}
.mint-toast .icon-font {
  font-size: .4rem;
}
.success {
  color: #8acd9d;
}
.pending {
  color: #d6a6ad;
}
.ins-statu-60401 {
  color: #e98e45;
}
.ins-statu-60402 {
  color: #8daade;
}
.ins-statu-60403 {
  color: #e98e45;
}
.ins-statu-60404 {
  color: #e96b45;
}
.ins-statu-60405 {
  color: #8acd9d;
}
.ins-statu-60406 {
  color: #d59364;
}
.ins-statu-60407 {
  color: #8acd9d;
}
.ins-statu-60408 {
  color: #D57E64;
}
.ins-statu-60409 {
  color: #557e64;
}
.onln-71501 {
  color: #8daade;
}
.onln-71502 {
  color: #8acd9d;
}
.onln-71503 {
  color: #bbbabb;
}
.onln-71504 {
  color: #d59364;
}
.van-toast .van-toast__text {
  text-align: center;
}
.page-title {
  height: .9rem;
  color: #c791b8;
  font-size: 0.36rem;
  text-align: center;
  line-height: .9rem;
}
.main {
  padding: 0 .3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.title-box.tabs {
  color: #d5a5ac;
  margin: .3rem 0 .4rem 0;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: .7rem;
  cursor: pointer;
}
.title-box.tabs.around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.title-box.tabs span {
    display: inline-block;
    width: 1.55rem;
    text-align: center;
    -webkit-border-radius: .1rem;
            border-radius: .1rem;
    border: 1px solid #d5a5ac;
    padding: .15rem 0;
}
.title-box.tabs span.active {
      background: #d5a5ac;
      color: #fff;
}
.van-list__loading {
  clear: both;
  width: 100%;
  padding-top: .2rem;
}
.cancel-actionsheet {
  padding: .4rem .6rem;
}
.cancel-actionsheet .van-hairline--bottom::after {
    display: none;
}
.cancel-actionsheet .title {
    font-size: 0.32rem;
    border-bottom: .01rem solid #ededed;
    padding-bottom: .2rem;
    font-weight: 100;
}
.txbg {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  display: inline-block;
}
.van-pull-refresh {
  position: relative;
  height: 100%;
  overflow: auto !important;
}
.van-pull-refresh.integralShopOrd {
    overflow: visible;
}
.van-pull-refresh .van-pull-refresh__track {
    height: 100%;
}
.color-white.icon-user-2:before {
  color: #fff;
}
.van-icon-star:before {
  color: #d98045;
}
.van-icon-star-o:before {
  color: #9E9E9E;
}
.van-icon-fail:before {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e687";
}
.van-icon-success:before {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e675";
}
.van-icon-clear:before {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e64c";
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.van-tabs__line {
  background-color: #444444 !important;
}
.van-tab--disabled {
  width: .95rem !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
      -ms-flex: none !important;
          flex: none !important;
  padding: 0 !important;
}
.van-tabs--line {
  padding-top: .98rem !important;
}
.van-tabs--line .van-tabs__wrap {
  height: .98rem !important;
}
.van-checkbox {
  overflow: visible !important;
}
.van-checkbox__icon--checked .van-icon {
  border-color: #DC4F55 !important;
  background-color: #DC4F55 !important;
}
.van-checkbox__icon--checked .van-icon:before {
  -webkit-transform: translateY(-0.05rem);
      -ms-transform: translateY(-0.05rem);
          transform: translateY(-0.05rem);
}
.checkboxAll .van-checkbox__label {
  position: relative;
  -webkit-transform: translateY(0.05rem);
      -ms-transform: translateY(0.05rem);
          transform: translateY(0.05rem);
}
.checkboxAll .van-checkbox__label:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: .6rem;
  height: .6rem;
  left: -.6rem;
}
.noscroll,
.noscroll body {
  overflow: hidden;
}
.noscroll body {
  position: relative;
}
.invest-home-wrap .my-swipe {
  height: 25px;
}
.invest-home-wrap .my-swipe .van-swipe-item {
    width: 531px;
    font-weight: 400;
    color: rgba(31, 37, 75, 0.8);
    height: .45rem;
    font-size: .24rem;
    line-height: .5rem;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.45)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
}
.dialogContentCenter .van-dialog__message {
  text-align: center !important;
}
.liveOrderDialog .van-dialog__message {
  text-align: center !important;
}
.liveOrderDialog .van-dialog__confirm {
  color: #ff6c0a !important;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vjs-loading-spinner {
  display: none !important;
}
.storeOrdDialog .van-dialog__message {
  text-align: center;
}
.rulePopup.van-popup {
  background-color: rgba(0, 0, 0, 0);
}
.rewardPopup.van-popup {
  background-color: rgba(0, 0, 0, 0);
}
.vc-switch {
  position: relative;
}
.vc-switch .vconsoleClosed {
    background-color: deepskyblue;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.fontsize12[data-v-0071f27c], .fs12[data-v-0071f27c] {
  font-size: 0.24rem;
}
.fontsize14[data-v-0071f27c] {
  font-size: 0.28rem;
}
.fontsize16[data-v-0071f27c] {
  font-size: 0.32rem;
}
.fontsize24[data-v-0071f27c], .fs24[data-v-0071f27c] {
  font-size: 0.48rem;
}
.flex-box[data-v-0071f27c] {
  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-0071f27c] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-box.flex-wrap[data-v-0071f27c] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flex-box.flex-direction-column[data-v-0071f27c] {
    -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-0071f27c] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-box.justify-content-between[data-v-0071f27c] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-box.justify-content-around[data-v-0071f27c] {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.flex-box.align-items-flex-start[data-v-0071f27c] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.box-shadow[data-v-0071f27c] {
  -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-0071f27c] {
  -webkit-box-shadow: 0 3px 5px #e8d5d8;
          box-shadow: 0 3px 5px #e8d5d8;
}
.animation[data-v-0071f27c] {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.text-ellipsis[data-v-0071f27c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr[data-v-0071f27c] {
  float: right;
}
.color-active[data-v-0071f27c] {
  color: #d5a5ac;
}
.imgbg[data-v-0071f27c] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-4a[data-v-0071f27c] {
  color: #4a4a4a;
}
.color-6e[data-v-0071f27c] {
  color: #6e6e6e;
}
.redDot-pos-r[data-v-0071f27c] {
  position: relative;
}
.redDot-pos-r .redDot-pos-a[data-v-0071f27c] {
    position: absolute;
    top: .1rem;
    right: .1rem;
}
.redDot-pos-r .redDot-pos-a.redDot-pos-aList[data-v-0071f27c] {
      top: -.1rem;
      right: .1rem;
}
.redDot[data-v-0071f27c] {
  width: .2rem;
  height: .2rem;
  background-color: transparent;
  -webkit-border-radius: 200%;
          border-radius: 200%;
  display: inline-block;
}
.redDot.active[data-v-0071f27c] {
    background-color: #E7482B;
}
.rate-wrap .van-rate i.van-icon[data-v-0071f27c]:not(:last-child) {
  margin-right: .05rem;
}
.rate-wrap.pdl .van-rate[data-v-0071f27c] {
  padding-left: .08rem;
}
.rate-wrap.pdl .van-rate i.van-icon[data-v-0071f27c]:not(:last-child) {
    margin-right: .0325rem;
}
.iconfont.rotate-180[data-v-0071f27c] {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iconfont.rotate-90[data-v-0071f27c] {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #6e6e6e;
}
.btn-index[data-v-0071f27c] {
  position: fixed;
  right: .4rem;
  bottom: .5rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  width: .72rem;
  height: .72rem;
  text-align: center;
  line-height: .65rem;
  -webkit-box-shadow: 0 0 0.2rem #e8d5d8;
          box-shadow: 0 0 0.2rem #e8d5d8;
  z-index: 1;
  cursor: pointer;
}
.btn-index .iconfont[data-v-0071f27c] {
    font-size: .4rem;
    color: #b88b92;
}

.fontsize12[data-v-469ef8a5], .fs12[data-v-469ef8a5] {
  font-size: 0.24rem;
}
.fontsize14[data-v-469ef8a5] {
  font-size: 0.28rem;
}
.fontsize16[data-v-469ef8a5] {
  font-size: 0.32rem;
}
.fontsize24[data-v-469ef8a5], .fs24[data-v-469ef8a5] {
  font-size: 0.48rem;
}
.flex-box[data-v-469ef8a5] {
  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-469ef8a5] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-box.flex-wrap[data-v-469ef8a5] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flex-box.flex-direction-column[data-v-469ef8a5] {
    -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-469ef8a5] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-box.justify-content-between[data-v-469ef8a5] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-box.justify-content-around[data-v-469ef8a5] {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.flex-box.align-items-flex-start[data-v-469ef8a5] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.box-shadow[data-v-469ef8a5] {
  -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-469ef8a5] {
  -webkit-box-shadow: 0 3px 5px #e8d5d8;
          box-shadow: 0 3px 5px #e8d5d8;
}
.animation[data-v-469ef8a5] {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.text-ellipsis[data-v-469ef8a5] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr[data-v-469ef8a5] {
  float: right;
}
.color-active[data-v-469ef8a5] {
  color: #d5a5ac;
}
.imgbg[data-v-469ef8a5] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-4a[data-v-469ef8a5] {
  color: #4a4a4a;
}
.color-6e[data-v-469ef8a5] {
  color: #6e6e6e;
}
.redDot-pos-r[data-v-469ef8a5] {
  position: relative;
}
.redDot-pos-r .redDot-pos-a[data-v-469ef8a5] {
    position: absolute;
    top: .1rem;
    right: .1rem;
}
.redDot-pos-r .redDot-pos-a.redDot-pos-aList[data-v-469ef8a5] {
      top: -.1rem;
      right: .1rem;
}
.redDot[data-v-469ef8a5] {
  width: .2rem;
  height: .2rem;
  background-color: transparent;
  -webkit-border-radius: 200%;
          border-radius: 200%;
  display: inline-block;
}
.redDot.active[data-v-469ef8a5] {
    background-color: #E7482B;
}
.rate-wrap .van-rate i.van-icon[data-v-469ef8a5]:not(:last-child) {
  margin-right: .05rem;
}
.rate-wrap.pdl .van-rate[data-v-469ef8a5] {
  padding-left: .08rem;
}
.rate-wrap.pdl .van-rate i.van-icon[data-v-469ef8a5]:not(:last-child) {
    margin-right: .0325rem;
}
.iconfont.rotate-180[data-v-469ef8a5] {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iconfont.rotate-90[data-v-469ef8a5] {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #6e6e6e;
}
.inline[data-v-469ef8a5] {
  display: inline-block;
}
.inline.right .icon-home[data-v-469ef8a5] {
    position: absolute;
    right: 0;
    margin-right: 0;
}
.inline .iconfont[data-v-469ef8a5] {
    cursor: pointer;
    color: #d5a5ac;
    font-size: 0.28rem !important;
    margin-right: .2rem;
}

