/* pages/memberChange/memberChange.wxss */
.con_memberChange {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_memberChange {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

.money_memberChange {
  width: 100%;
  font-size: 18px;
  margin: 20px 0;
  color: #eb5e76;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.money_memberChange text {
  font-size: 18px;
  margin: 20px 0;
}

.huiyuan {
  color: #a8a8a8;
  font-size: 14px;
  margin-bottom: 10px;
}

.btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn>view {
  margin: 10px 0;
}

.btn>.buy {
  width: 80%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  background: linear-gradient(to right, #e85c6d, #fb689b);
  color: #fff;
  font-size: 14px;
}

.btn>.cancel {
  width: 80%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  background: transparent;
  border: 1rpx solid #fd66a1;
  color: #e85b93;
  font-size: 14px;
}