.messageWrap[data-v-f19870ce] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 .4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tip[data-v-f19870ce] {
  width: 2.66rem;
  height: .48rem;
  position: absolute;
  top: 3.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tip .tipBox[data-v-f19870ce] {
    width: 0;
    height: .48rem;
    overflow: hidden;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.tip .tipBox.see[data-v-f19870ce] {
      width: 100%;
}
.tip .tipBox img[data-v-f19870ce] {
      width: 2.66rem;
      height: .48rem;
      display: inline-block;
      max-width: 4rem;
}
.message[data-v-f19870ce] {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .6s;
  transition: all .6s;
  position: relative;
}
.message .openBat[data-v-f19870ce] {
    width: 100%;
    height: 1rem;
    display: inline-block;
    bottom: .1rem;
    left: 0;
    position: absolute;
}
.message.show[data-v-f19870ce] {
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
}
.messaged[data-v-f19870ce] {
  position: absolute;
  width: -webkit-calc(100% - .8rem);
  width: calc(100% - .8rem);
  top: 2.5rem;
}
.messaged .buyBat[data-v-f19870ce] {
    width: 100%;
    height: 1rem;
    display: inline-block;
    bottom: .1rem;
    left: 0;
    position: absolute;
}
.close[data-v-f19870ce] {
  width: .56rem;
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

