/* 悬浮窗样式 */
.buoys-logo {
  width: 4.7rem;
  height: 4.6rem;
  position: relative;
  top: 50%;
  left: -25px;
}

.buoys-logo-img > img {
  display: inline-block;
  width: 4.7rem;
  top: 50%;
  height: 4.6rem;
}

/* 悬浮窗功能模块  */
.buoys-bg {
  position: absolute;
  display: inline-block;
  top: 40%;
  left: 25%;
  width: 20rem;
  height: 25rem;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.buoys-close {
  position: absolute;
  top: -5%;
  left: 89%;
}

.buoys-normal {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}

.pd-1 {
  padding: 0.5rem 1rem 0.5rem 1rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.buoys-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 1rem;
  text-align: center;
}

.buoys-radius {
  height: 7rem;
  overflow: hidden;
}

.w2 {
  width: 45%;
  overflow: hidden;
  margin-left: 1rem;
}

.buoys-imge {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 3px 3px 3px 3px;
  background-color: #63cddf;
}

.tips {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  color: #333;
  background-color: #bce4f3;
  margin: 1rem auto;
  padding: 1rem 1rem;
  border-radius: 1rem;
}

.tips-but {
  width: 30%;
  height: 3rem;
  line-height: 3rem;
  border-radius: 0.5rem;
  text-align: center;
  background-color: #63cddf;
  color: #fff;
}

/* 我的组件 */
.user-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.user-top-bg {
  width: 100%;
  height: 25%;
  color: #fff;
  background-color: #63cddf;
}

.pd-2 {
  padding: 1rem 2rem 1rem 2rem;
}

.pd-2 {
  padding: 1rem 1rem 1rem 1rem;
}

.mt-5 {
  margin-top: 0.5rem;
}

.user-icon {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  padding: 5px 5px 5px 5px;
  background-color: #9bf0ff;
}

.user-w7 {
  width: 60%;
}

.user-w {
  width: 20%;
}

.border-button {
  width: 85%;
  margin-left: 15%;
  border-bottom: 1px solid #d9d8d8;
}

.User-Active:hover {
  background-color: #d9d8d8;
}

.user-password {
  width: 20px;
  height: 20px;
  background: url(/static/images/password.png) no-repeat;
  background-size: contain;
}

.user-return {
  width: 15px;
  height: 15px;
  background: url("/static/images/back.png") no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

/* 修改密码组件 */
.user-password-bg {
  width: 100%;
  color: #fff;
  background-color: #63cddf;
}

.user-password-pd-3 {
  padding: 3rem 3rem;
}

.user-border {
  width: 100%;
  height: 4.5rem;
  border-radius: 5px;
  border: 1px solid #999;
}

.leftimg {
  width: 18px;
  height: 22px;
  margin: 10px 10px 10px 10px;
}

.rightimg {
  width: 30px;
  height: 17px;
  margin: 13px 10px 12px 10px;
}

.user-input-buttom {
  width: 100%;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  font-size: 16px;
  color: #fff;
  margin-top: 3rem;
  border-radius: 500px;
  background-color: #63cddf;
}

.back {
  width: 10px;
  height: 17px;
}

/* 手机号组件 */
.user-phone {
  width: 20px;
  height: 20px;
  background: url(/static/images/phone.png) no-repeat;
  background-size: contain;
}

.user-subhead {
  font-size: 0.14rem;
  color: #999;
}

.but-smscode {
  width: 50%;
  color: #63cddf;
  border-left: 1px solid #ccc;
  background-color: #fff;
}

.absolute-button {
  position: absolute;
  bottom: 2.3rem;
  left: 40%;
}

.weixin-pay {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #63cddf;
}

.weixin-pay-icon {
  width: 8%;
}

.dialog-content > img {
  margin: auto;
}

/*  微信小程序 */
.popup {
  padding: 20px 20px 0 20px;
  text-align: center;
  position: relative;
  z-index: 0;
  background: linear-gradient(180deg, #4390fc 0%, #9ec8ff 100%);
  overflow: hidden;
}

.popup::after {
  content: "";
  width: 140%;
  height: 100%;
  position: absolute;
  left: -20%;
  top: 110px;
  z-index: -1;
  border-radius: 37% 37% 0 0;
  background: #fff;
}

.font15 {
  /* margin-top: 10px; */
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  font-style: oblique;
}
.qrcode {
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 20px auto 0 auto;
  background-color: #fff;
  padding:20px 10px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.qrcode>img {
  display:inline-block;
  width: 90%;
  height: 90%;
}

.circle{
  display: inline-block;
  width:20px;
  height:20px;
  border-radius:5534213213px;
  background-color:#000;
  color: #Fff;
  line-height: 20px;
  margin-right: 10px;
}

.font-msg{
  font-size: 17px;
  font-weight: bold;
}

.mB-05{
  text-align: center;
  margin-bottom: 5px;
}
