.communication[data-v-f2702662] {
  width: 100vw;
  height: 1.3rem;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 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;
  background: #FFF;
  padding-right: 0.26667rem;
  z-index: 2;
}
.communication .communication-left[data-v-f2702662],
  .communication .communication-right[data-v-f2702662] {
    -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-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;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.communication .communication-left .communication-img[data-v-f2702662],
    .communication .communication-right .communication-img[data-v-f2702662] {
      height: .5333rem;
      width: .5333rem;
}
.communication .communication-left span[data-v-f2702662],
    .communication .communication-right span[data-v-f2702662] {
      font-size: calc(0.29333rem * var(--font-size-scale));
      font-weight: 400;
      color: #333333;
      line-height: calc(0.42667rem * var(--font-size-scale));
}
.communication .communication-left .red[data-v-f2702662],
    .communication .communication-right .red[data-v-f2702662] {
      color: #EF4033;
}
.offerBtn[data-v-f2702662] {
  width: 2.90667rem;
  height: 0.90667rem;
  background: -webkit-linear-gradient(225deg, #FF6155 0%, #EF4033 100%);
  background: linear-gradient(225deg, #FF6155 0%, #EF4033 100%);
  border-radius: 0.13333rem;
  font-size: calc(0.37333rem * var(--font-size-scale));
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.90667rem;
  text-align: center;
}
.am-large-font .communication[data-v-f2702662] {
  height: 1.56rem;
}
.am-large-font .communication .offerBtn[data-v-f2702662] {
    height: 1.09333rem;
    line-height: 1.09333rem;
}

