body p,
body div,
body a,
body span,
body li,
body input {
  font-family: Avenir;
}

@font-face {
  font-family: Avenir;
  src: url("./font/Avenir-Medium.otf");
}

@font-face {
  font-family: Uniform;
  src: url("./font/UniformRoundedBlack.otf");
}

.max {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 30px 0;
}

.max .dreamlive {
  width: 240px;
  height: 80px;
}

.max .recharge {
  width: 610px;
  margin: 0 auto;
}

.max .recharge .account-title {
  font-size: 20px;
  color: #303030;
}

.max .recharge .examine-title {
  font-size: 16px;
  color: #A0A0A0;
  margin: 9px 0 27px;
}

.max .recharge .input {
  display: flex;
  justify-content: space-between;
}

.max .recharge .input input {
  font-size: 16px;
  width: 480px;
  height: 50px;
  outline: none;
  border: none;
  background: #F8F8F8;
  border-radius: 15px;
  box-sizing: border-box;
  padding-left: 10px;
}

.max .recharge .input p {
  width: 100px;
  height: 50px;
  background: linear-gradient(270deg, #BEF278 0%, #18E9C0 100%);
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}

.max .recharge .user {
  margin: 20px 0 40px;
  width: 100%;
  height: 120px;
  display: none;
}

.max .recharge .user .noresult {
  text-align: center;
  font-size: 20px;
  color: #A0A0A0;
  padding-top: 40px;
}

.max .recharge .user .user-detail {
  width: 600px;
  height: 120px;
  border-radius: 15px;
  background: url("./image/user-bg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.max .recharge .user .user-detail img {
  margin: 0 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.max .recharge .user .user-detail p {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.max .recharge .user .user-detail p span {
  font-size: 16px;
  color: #A0A0A0;
}

.max .recharge .user .user-detail p span:first-child {
  font-size: 20px;
  color: #303030;
}

.max .recharge .country {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.max .recharge .country .country-title {
  font-size: 20px;
  color: #303030;
}

.max .recharge .country .country-list {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}

.max .recharge .country .country-list span {
  width: 8px;
  height: 14px;
  background: url("./image/drop-down.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  right: 18px;
  transform: rotate(90deg);
  transition: all .2s;
  display: none;
}

.max .recharge .country .country-list span.drop-down {
  transform: rotate(270deg);
}

.max .recharge .country .country-list p {
  font-size: 16px;
  border: 1px solid #2FEA88;
  width: 140px;
  height: 40px;
  cursor: pointer;
  border-radius: 10px;
  color: #303030;
  line-height: 40px;
  float: right;
  box-sizing: border-box;
  padding-left: 20px;
}

.max .recharge .country .country-list ul {
  width: 180px;
  box-shadow: 0px 0px 15px rgba(176, 168, 185, 0.2);
  border-radius: 15px;
  float: right;
  display: none;
  margin-top: 5px;
  overflow: hidden;
  background: #fff;
}

.max .recharge .country .country-list ul li {
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #303030;
  width: 100%;
  cursor: pointer;
}

.max .recharge .country .country-list ul li:hover {
  background: #FFEDF2;
}

.max .recharge .recharge-method .recharge-title {
  margin: 60px 0 20px;
  font-size: 20px;
  color: #303030;
}

.max .recharge .recharge-method ul {
  display: flex;
  flex-wrap: wrap;
}

.max .recharge .recharge-method ul li {
  border: 1px solid #F8F8F8;
  margin-top: 10px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 10px;
  background: #F8F8F8;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
  color: #303030;
}

.max .recharge .recharge-method ul li.active {
  background: #CCFFE4;
  border: 1px solid #2FEA88;
  color: #2FEA88;
}

.max .recharge .recharge-method .area-code {
  margin-top: 20px;
  width: 480px;
  height: 50px;
  position: relative;
  display: none;
}

.max .recharge .recharge-method .area-code span {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 16px;
  transform: translateY(-55%);
}

.max .recharge .recharge-method .area-code #phone-number {
  font-size: 16px;
  width: 480px;
  height: 50px;
  outline: none;
  border: none;
  background: #F8F8F8;
  border-radius: 15px;
  box-sizing: border-box;
  padding-left: 50px;
  line-height: 50;
}

.max .recharge .recharge-quantity .recharge-quantity-title {
  font-size: 20px;
  color: #303030;
  margin-top: 40px;
}

.max .recharge .recharge-quantity ul li {
  border: 1px solid #F8F8F8;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  color: #303030;
  margin-top: 20px;
  border-radius: 15px;
  background: #F8F8F8;
}

.max .recharge .recharge-quantity ul li P {
  font-size: 16px;
}

.max .recharge .recharge-quantity ul li.active {
  background: #CCFFE4;
  border: 1px solid #2FEA88;
  color: #2FEA88;
}

.max .recharge .recharge-btn {
  width: 400px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  border-radius: 40px;
  margin: 80px auto 80px;
  color: #fff;
  background: linear-gradient(270deg, #BEF278 0%, #18E9C0 100%);
}

.max .recharge .link {
  width: 610px;
  padding-bottom: 50px;
}

.max .recharge .link ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.max .recharge .link ul li {
  width: 24%;
  margin: 2px 0 0 4px;
}

.max .recharge .link ul li img {
  width: 100%;
}

.popup,
.popup-ovo,
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.popup .content,
.popup-ovo .content,
.loading .content {
  width: 300px;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup .content .title,
.popup-ovo .content .title,
.loading .content .title {
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
  padding: 30px 23px;
  line-height: 20px;
  text-align: center;
  word-break: normal;
}

.popup .content .btn,
.popup-ovo .content .btn,
.loading .content .btn {
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 15px;
}

.popup .content .btn p,
.popup-ovo .content .btn p,
.loading .content .btn p {
  width: 120px;
  text-align: center;
  line-height: 40px;
  background: #F8F8F8;
  border-radius: 10px;
  font-size: 14px;
  word-break: normal;
}

.popup .content .btn p.cancel,
.popup-ovo .content .btn p.cancel,
.loading .content .btn p.cancel {
  color: #000;
}

.popup .content .btn p.sure,
.popup-ovo .content .btn p.sure,
.loading .content .btn p.sure {
  color: #fff;
  background: linear-gradient(270deg, #BEF278 0%, #18E9C0 100%);
  position: relative;
}

.enter {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}

.loading {
  z-index: 99;
}

.loading div {
  text-align: center;
  width: 100px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 980px) {
  .max {
    width: 100%;
    margin: 0 auto;
    padding: 0.54667rem 0.68rem 0;
    box-sizing: border-box;
  }
  .max .dreamlive {
    width: 3.2rem;
    height: 1.06667rem;
  }
  .max .recharge {
    margin: 0 auto;
    width: 100%;
  }
  .max .recharge .account-title {
    font-size: 0.4rem;
    margin-top: 0.86667rem;
  }
  .max .recharge .examine-title {
    font-size: 0.32rem;
    margin: 0.26667rem 0 0.52rem;
  }
  .max .recharge .input input {
    font-size: 0.32rem;
    width: 6.4rem;
    height: 0.8rem;
    border-radius: 0.2rem;
  }
  .max .recharge .input p {
    width: 1.86667rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.2rem;
    font-size: 0.32rem;
  }
  .max .recharge .user {
    margin: 0.26667rem 0 1.09333rem;
    height: 1.6rem;
    width: 8.66667rem;
    display: none;
  }
  .max .recharge .user .noresult {
    font-size: 0.4rem;
    padding-top: 0.8rem;
  }
  .max .recharge .user .user-detail {
    background: url("./image/user-phone-bh.png") no-repeat;
    background-size: 100% 100%;
    height: 1.6rem;
    width: 8.66667rem;
    border-radius: 0.2rem;
  }
  .max .recharge .user .user-detail img {
    margin: 0 0.4rem;
    width: 1.06667rem;
    height: 1.06667rem;
  }
  .max .recharge .user .user-detail p {
    height: 50%;
  }
  .max .recharge .user .user-detail p span {
    font-size: 0.26667rem;
  }
  .max .recharge .user .user-detail p span:first-child {
    font-size: 0.37333rem;
  }
  .max .recharge .country {
    margin-top: 1.09333rem;
  }
  .max .recharge .country .country-title {
    font-size: 0.4rem;
  }
  .max .recharge .country .country-list {
    width: 2.66667rem;
  }
  .max .recharge .country .country-list span {
    width: 0.10667rem;
    height: 0.18667rem;
    background: url("./image/drop-down.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.30667rem;
    right: 0.24rem;
    transform: rotate(90deg);
    transition: all .2s;
    display: none;
  }
  .max .recharge .country .country-list span.drop-down {
    transform: rotate(270deg);
  }
  .max .recharge .country .country-list p {
    font-size: 0.26667rem;
    border: 1px solid #FF2985;
    width: 2.4rem;
    height: 0.8rem;
    border-radius: 0.13333rem;
    line-height: 0.8rem;
  }
  .max .recharge .country .country-list ul {
    width: 2.66667rem;
    box-shadow: 0px 0px 10px rgba(176, 168, 185, 0.2);
    border-radius: 0.13333rem;
    background: #fff;
  }
  .max .recharge .country .country-list ul li {
    height: 0.93333rem;
    font-size: 0.26667rem;
    width: 100%;
  }
  .max .recharge .recharge-method .recharge-title {
    margin: 1rem 0 0.26667rem;
    font-size: 0.4rem;
  }
  .max .recharge .recharge-method ul {
    display: flex;
  }
  .max .recharge .recharge-method ul li {
    padding: 0 0.26667rem;
    line-height: 0.66667rem;
    border-radius: 0.13333rem;
    margin-right: 0.26667rem;
    font-size: 0.32rem;
  }
  .max .recharge .recharge-method .area-code {
    margin-top: 0.4rem;
    width: 7.06667rem;
    height: 0.8rem;
  }
  .max .recharge .recharge-method .area-code span {
    position: absolute;
    top: 50%;
    left: 0.13333rem;
    font-size: 0.32rem;
    transform: translateY(-55%);
  }
  .max .recharge .recharge-method .area-code #phone-number {
    font-size: 0.32rem;
    width: 7.86667rem;
    height: 0.8rem;
    border-radius: 0.2rem;
    padding: 0 0.13333rem 0 0.86667rem;
  }
  .max .recharge .recharge-quantity .recharge-quantity-title {
    font-size: 0.4rem;
    margin-top: 1.06667rem;
  }
  .max .recharge .recharge-quantity ul li {
    width: 8.66667rem;
    height: 1.06667rem;
    padding: 0 0.32rem;
    margin-top: 0.26667rem;
    border-radius: 0.2rem;
  }
  .max .recharge .recharge-quantity ul li P {
    font-size: 0.32rem;
  }
  .max .recharge .recharge-btn {
    width: 5.33333rem;
    line-height: 1.06667rem;
    font-size: 0.4rem;
    border-radius: 0.53333rem;
    margin: 1.06667rem auto 1.06667rem;
  }
  .max .recharge .link {
    width: 8.66667rem;
    padding-bottom: 0.26667rem;
  }
  .max .recharge .link ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .max .recharge .link ul li {
    width: 24%;
    margin: 0.04rem 0 0 0.06667rem;
  }
  .max .recharge .link ul li img {
    width: 100%;
  }
  .enter {
    line-height: 0.66667rem;
    border-radius: 0.26667rem;
    font-size: 0.37333rem;
    padding: 5px 10px;
    width: 60%;
  }
}
