.bff-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
}

.bottom-float-wx {
  display: none;
  border-radius: 0.4rem;
  z-index: 999;
  position: fixed;
  bottom: 2.6666666667rem;
  width: 100%;
  height: 10.5rem;
  background: white;
}
.bottom-float-wx .box-title {
  padding-top: 0.48rem;
}
.bottom-float-wx .box-title h2 {
  text-align: center;
  font-size: 0.48rem;
  line-height: 0.48rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.0266666667rem;
}
.bottom-float-wx .btn-close {
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  font-size: 0.8rem;
  color: #333;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
}
.bottom-float-wx .content {
  padding: 0.48rem 0.3rem 1.0666666667rem;
}
.bottom-float-wx .content .info {
  display: block;
  height: 0.9866666667rem;
  line-height: 0.9866666667rem;
  font-size: 0.3rem;
  color: #666666;
  text-align: center;
  border-bottom: 1px solid #DFDFDF;
}
.bottom-float-wx .content .teacher {
  display: block;
  text-align: center;
  font-size: 0.5rem;
  font-weight: 800;
  line-height: 0.8rem;
  margin-top: 0.2666666667rem;
}
.bottom-float-wx .content img{
  display: block;
  width: 3.73rem;
  height: 3.73rem;
  margin: 0 auto;
}
.bottom-float-wx .content .copy {
  display: block;
  margin: 0.5333333333rem auto;
  width: 6.5rem;
  height: 1.0666666667rem;
  line-height: 1.0666666667rem;
  background: #B44534;
  border-radius: 0.5333333333rem;
  font-size: 0.3733333333rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}

.bottom-float .bf-icon2 {
  width: 1.1066666667rem;
  height: 0.7866666667rem;
  display: block;
  margin: 0 auto 0.1333333333rem;
}

.copy-successfully {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 7.2rem;
  background: #fff;
  border-radius: 0.1333333333rem;
  padding: 0.48rem 0 0.48rem;
  text-align: center;
  box-shadow: 0 0 0.2666666667rem 0.0666666667rem #ff773d;
}
.copy-successfully h3 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
  line-height: 0.5333333333rem;
  margin-bottom: 0.5333333333rem;
  letter-spacing: 0.0266666667rem;
  padding-left: 0.0533333333rem;
}
.copy-successfully .info p {
  font-size: 0.4266666667rem;
  color: red;
  line-height: 0.5333333333rem;
}
.copy-successfully .btn {
  width: 3.7066666667rem;
  height: 0.9333333333rem;
  display: block;
  margin: 0.4666666667rem auto 0;
  font-size: 0.5066666667rem;
  color: #fff;
  text-align: center;
  line-height: 0.9333333333rem;
  background: linear-gradient(0deg, rgb(255, 42, 0), rgb(255, 148, 84));
  box-shadow: 0 0.0266666667rem 0.08rem 0 rgba(255, 42, 0, 0.45);
  border-radius: 35px;
}/*# sourceMappingURL=wx.css.map */