.buyBack,
.sureBack {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333333;
  opacity: 0.4;
  z-index: 2000;
}

* {
  margin: 0;
  padding: 0;
}

.buyPop {
  width: 8rem;
  height: 5.2rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #FFFFFF;
  z-index: 3000;
}

.buyTop {
  width: 100%;
  height: 0.8rem;
  background-color: #F2F2F2;
  display: flex;
  justify-content: space-between;
  font-size: 0.2rem;
  color: #333333;
}

.buyTop div {
  color: black;
}

.buyEnroll,
.buyLogin {
  width: 1.2rem;
  height: 100%;
  display: inline-block;
  text-align: center;
  line-height: 0.8rem;
  box-sizing: border-box;
  cursor: pointer;
}

.buyContent {
  width: 70%;
  margin: 0.3rem auto;
}

.layui-form-label {
  position: relative;
  float: left;
  display: block;
  padding: 0.09rem 0.15rem !important;
  width: 0.8rem !important;
  font-weight: 400;
  line-height: 0.3rem !important;
  text-align: right;
  font-size: 0.16rem !important;
}

.layui-input-block {
  margin-left: 1.1rem !important;
  min-height: 0.45rem !important;
  font-size: 0.16rem !important;
}

.layui-input,
.layui-select,
.layui-textarea {
  height: 0.45rem !important;
  /*line-height: 1.3;*/
  line-height: 0.45rem !important;
  border-width: 1px;
  border-style: solid;
  background-color: #fff !important;
  color: rgba(0, 0, 0, .85);
  border-radius: 0.02rem;
  font-size: 0.16rem !important;
}

.confirmEquip {
  width: 2rem;
  height: 0.8rem;
  background-color: #00C297;
  font-size: 0.25rem;
  border: none;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1rem;
  cursor: pointer;
  margin: auto;
}

.layui-form-item {
  margin-bottom: 0.15rem !important;
}

.buyActive {
  background: #00C297;
  color: #FFFFFF !important;
}

.buyRight {
  position: relative;
  width: 100%;
  height: 4.4rem;
}

.buyRightContent {
  width: 80%;
  height: 2rem;
  position: absolute;
  top: -0.7rem;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.firstMoney,
.monthMoney,
.quartMoney,
.yearMoney {
  width: 1.2rem;
  height: 2rem;
  display: inline-block;
  text-align: center;
  font-size: 0.18rem;
}

.firstMoney div:nth-of-type(1),
.firstMoney div:nth-of-type(2),
.monthMoney div:nth-of-type(1),
.monthMoney div:nth-of-type(2),
.quartMoney div:nth-of-type(1),
.quartMoney div:nth-of-type(2),
.yearMoney div:nth-of-type(1),
.yearMoney div:nth-of-type(2) {
  width: 1.2rem;
  height: 0.7rem;
  display: inline-block;
  line-height: 0.7rem;
  background-color: #DAAD6B;
  border-radius: 0.07rem;
  color: #FFFFFF;
  margin-bottom: 0.1rem;
}

.firstMoney div,
.monthMoney div,
.quartMoney div,
.yearMoney div {
  cursor: pointer;
}

.pullCode {
  width: 30%;
  margin-bottom: 5%;
  height: 0.45rem;
  font-size: 0.16rem;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 0.05rem;
  text-align: center;
  line-height: 0.45rem;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
}

.buyContent img {
  width: 0.64rem;
  height: 0.64rem;
  margin-bottom: 0.1rem;
}

.shopRight,
.shopLeft {
  width: 1rem;
  text-align: center;
  display: inline-block;
  font-size: 0.16rem;
  cursor: pointer;
}

.buyTwo {
  width: 70%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}

.btnBuy {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.btnBuy button {
  width: 1rem;
  height: 0.5rem;
  border: none;
  background-color: aqua;
  font-size: 0.18rem;
  cursor: pointer;
  border-radius: 0.05rem;
}

.btnBuy button:nth-of-type(1) {
  color: #FFFFFF;
  background-color: #00C297;
}

.btnBuy button:nth-of-type(2) {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #333333;
}

.qrCode {
  width: 3rem;
  height: 3.5rem;
  background-color: #FFFFFF;
}

.sureTop {
  width: 100%;
  height: 0.5rem;
  background-color: #eee;
  text-align: right;
}

.qrCode {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3000;
}

.sureBody img {
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.5rem;
}