@charset "UTF-8";
.fontsize12[data-v-6f56db4c], .fs12[data-v-6f56db4c] {
  font-size: 0.24rem;
}
.fontsize14[data-v-6f56db4c] {
  font-size: 0.28rem;
}
.fontsize16[data-v-6f56db4c] {
  font-size: 0.32rem;
}
.fontsize24[data-v-6f56db4c], .fs24[data-v-6f56db4c] {
  font-size: 0.48rem;
}
.flex-box[data-v-6f56db4c] {
  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-6f56db4c] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-box.flex-wrap[data-v-6f56db4c] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flex-box.flex-direction-column[data-v-6f56db4c] {
    -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-6f56db4c] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-box.justify-content-between[data-v-6f56db4c] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-box.justify-content-around[data-v-6f56db4c] {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
.flex-box.align-items-flex-start[data-v-6f56db4c] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.box-shadow[data-v-6f56db4c] {
  -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-6f56db4c] {
  -webkit-box-shadow: 0 3px 5px #e8d5d8;
          box-shadow: 0 3px 5px #e8d5d8;
}
.animation[data-v-6f56db4c] {
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.text-ellipsis[data-v-6f56db4c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fr[data-v-6f56db4c] {
  float: right;
}
.color-active[data-v-6f56db4c] {
  color: #d5a5ac;
}
.imgbg[data-v-6f56db4c] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-4a[data-v-6f56db4c] {
  color: #4a4a4a;
}
.color-6e[data-v-6f56db4c] {
  color: #6e6e6e;
}
.redDot-pos-r[data-v-6f56db4c] {
  position: relative;
}
.redDot-pos-r .redDot-pos-a[data-v-6f56db4c] {
    position: absolute;
    top: .1rem;
    right: .1rem;
}
.redDot-pos-r .redDot-pos-a.redDot-pos-aList[data-v-6f56db4c] {
      top: -.1rem;
      right: .1rem;
}
.redDot[data-v-6f56db4c] {
  width: .2rem;
  height: .2rem;
  background-color: transparent;
  -webkit-border-radius: 200%;
          border-radius: 200%;
  display: inline-block;
}
.redDot.active[data-v-6f56db4c] {
    background-color: #E7482B;
}
.rate-wrap .van-rate i.van-icon[data-v-6f56db4c]:not(:last-child) {
  margin-right: .05rem;
}
.rate-wrap.pdl .van-rate[data-v-6f56db4c] {
  padding-left: .08rem;
}
.rate-wrap.pdl .van-rate i.van-icon[data-v-6f56db4c]:not(:last-child) {
    margin-right: .0325rem;
}
.iconfont.rotate-180[data-v-6f56db4c] {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.iconfont.rotate-90[data-v-6f56db4c] {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #6e6e6e;
}
.exchangeBat[data-v-6f56db4c] {
  width: .88rem;
  height: .48rem;
  line-height: .48rem;
  text-align: center;
  font-size: .24rem;
  color: white;
  background-color: #DC4F55;
  display: inline-block;
  -webkit-border-radius: .27rem;
          border-radius: .27rem;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: .14rem;
  bottom: .16rem;
}
.floatBat[data-v-6f56db4c] {
  width: 2rem;
  height: .64rem;
  line-height: .64rem;
  background: #dc4f55;
  -webkit-box-shadow: 0 0 0.24rem 0 #cccccc;
          box-shadow: 0 0 0.24rem 0 #cccccc;
  -webkit-border-radius: .32rem;
          border-radius: .32rem;
  display: inline-block;
  text-align: center;
  color: white;
  letter-spacing: .04rem;
}
.intergalCat[data-v-6f56db4c] {
  width: 1.5rem;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.intergalCat i[data-v-6f56db4c] {
    font-size: .4rem;
    position: relative;
}
.intergalCat i.move[data-v-6f56db4c] {
      -webkit-animation: move-data-v-6f56db4c .2s infinite;
              animation: move-data-v-6f56db4c .2s infinite;
}
@-webkit-keyframes move-data-v-6f56db4c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
}
@keyframes move-data-v-6f56db4c {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
}
.intergalCat .count[data-v-6f56db4c] {
    position: absolute;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    background-color: #F67272;
    color: white;
    font-size: .2rem;
    -webkit-border-radius: .16rem;
            border-radius: .16rem;
    top: 0.02rem;
    left: .8rem;
}
.intergalCat .count.move[data-v-6f56db4c] {
      -webkit-animation: move2-data-v-6f56db4c .2s infinite;
              animation: move2-data-v-6f56db4c .2s infinite;
}
@-webkit-keyframes move2-data-v-6f56db4c {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes move2-data-v-6f56db4c {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.intergalCat span[data-v-6f56db4c]:last-child {
    color: #808080;
    font-size: .24rem;
}
.bottomTools[data-v-6f56db4c] {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 -0.24rem 0.32rem 0.01rem rgba(204, 204, 204, 0.3);
          box-shadow: 0 -0.24rem 0.32rem 0.01rem rgba(204, 204, 204, 0.3);
}
.bottomTools .intergalPrice[data-v-6f56db4c] {
    color: #666666;
    font-size: .26rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.bottomTools .addNow[data-v-6f56db4c] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #444444;
    color: white;
    text-align: center;
    line-height: 1rem;
    display: inline-block;
}
.bottomTools .changeNow[data-v-6f56db4c] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #DC4F55;
    color: white;
    text-align: center;
    line-height: 1rem;
    display: inline-block;
}
.noData[data-v-6f56db4c] {
  width: 100%;
  text-align: center;
}
.noData img[data-v-6f56db4c] {
    width: 2rem;
}
.overHide[data-v-6f56db4c] {
  overflow: hidden;
    text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overOneHide[data-v-6f56db4c] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.wrap[data-v-6f56db4c] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
.wrap.show[data-v-6f56db4c] {
    background: rgba(10, 14, 36, 0.2);
}
.com[data-v-6f56db4c] {
  max-height: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 -0.16rem 0.32rem 0.01rem rgba(204, 204, 204, 0.5);
          box-shadow: 0 -0.16rem 0.32rem 0.01rem rgba(204, 204, 204, 0.5);
  -webkit-border-radius: 0.32rem 0.32rem 0 0;
          border-radius: 0.32rem 0.32rem 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(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;
}
.com.show[data-v-6f56db4c] {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.com .info[data-v-6f56db4c] {
    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;
    padding: 0.32rem 0.32rem 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    margin-bottom: 0.2rem;
    -webkit-border-radius: 0.24rem 0.24rem 0px 0px;
            border-radius: 0.24rem 0.24rem 0px 0px;
    background: #ffffff;
}
.com .info .title[data-v-6f56db4c] {
      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;
      color: #6d707e;
      font-size: 0.28rem;
      margin-bottom: 0.4rem;
}
.com .info .title i[data-v-6f56db4c] {
        color: #dfdfdf;
}
.com .info .label[data-v-6f56db4c] {
      width: 100%;
      padding: 0.24rem 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;
}
.com .info .label span[data-v-6f56db4c] {
        font-size: 0.28rem;
}
.com .info .label span[data-v-6f56db4c]:nth-child(1) {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.com .info .label span[data-v-6f56db4c]:nth-child(2) {
          font-weight: 600;
}
.com .info .label img[data-v-6f56db4c] {
        width: 1rem;
        height: 0.32rem;
}
.com .info .label i[data-v-6f56db4c] {
        color: #6d707e;
        font-size: 0.24rem;
        margin-left: 0.16rem;
}

