@font-face {
  font-family: 'plusjakartasans';
  src: url(../fonts/PlusJakartaSans-VariableFont_wght.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
}
html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1px;
  max-width: 500px;
  margin: 0 auto;
  background-color: #111111;
  color: #fff;
}
.publicBody {
  padding: 40rem 22rem;
}
.publicBody .publicTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20rem;
}
.publicBody .publicTop .publicLeft {
  display: flex;
  align-items: center;
}
.publicBody .publicTop .publicLeft .publicBack {
  height: 28rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.publicBody .publicTop .publicLeft .publicBack > img {
  width: 10rem;
}
.publicBody .publicTop .publicLeft .publicTitle {
  margin-left: 15rem;
  font-size: 25rem;
  font-weight: bold;
  color: #fff;
}
.publicBody .publicTop .publicCenter {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18rem;
  font-weight: bold;
  color: #fff;
}
.publicBody .publicPageTitle {
  margin-bottom: 25rem;
  font-size: 24rem;
  font-weight: bold;
}
._input {
  height: 50rem;
  padding: 0 15rem;
  margin-bottom: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #fff0c8;
  border-radius: 25rem;
}
._input .title {
  margin-bottom: 0rem;
  font-size: 11rem;
  color: #666666;
}
._input .input {
  display: flex;
  align-items: center;
}
._input .input > input {
  flex: 1;
  font-size: 15rem;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: transparent;
}
._input .input .tel {
  margin-right: 15rem;
  font-size: 15rem;
  font-weight: bold;
}
._input .input .showPwd {
  width: 20rem;
}
._input .input .recharge_num {
  padding-right: 8rem;
  margin-right: 8rem;
  border-right: 1rem solid #aaaaaa;
  display: flex;
  align-items: center;
}
._input .input .recharge_num > div {
  font-size: 18rem;
  font-weight: bold;
}
._input .input .recharge_num > div:nth-of-type(1) {
  margin-right: 15rem;
}
._input .rightbtn {
  padding: 8rem 10rem;
  font-size: 14rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 15rem;
  border-radius: 20rem;
  transform: translateY(-50%);
  background-color: #222222;
}
.input_select .input_select_content {
  display: none;
  width: 100%;
  height: 200rem;
  position: absolute;
  bottom: -205rem;
  left: 0;
  z-index: 9999;
  background-color: #383b3e;
  border-radius: 5rem;
  overflow-y: scroll;
}
.input_select .input_select_content > div {
  height: 40rem;
  line-height: 40rem;
  padding: 0 10rem;
}
.input_select .input_select_content > div.select_active {
  background-color: #4971c0;
}
.input_select_mask {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.surebtn {
  height: 50rem;
  margin-top: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eac35c;
  color: #282828;
  font-size: 16rem;
  font-weight: bold;
  border-radius: 25rem;
}
.surebtn.surebtn1 {
  background-color: #262626;
  color: #fff;
}
.signbtn {
  height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 16rem;
  font-weight: bold;
  border-radius: 5rem;
}
.tabbar {
  height: 50rem;
  width: 100%;
  padding: 9rem 30rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #1d1d1d;
  border-radius: 10rem;
}
.tabbar > div {
  text-align: center;
}
.tabbar > div > img {
  height: 18rem;
  margin-bottom: 3rem;
}
.tabbar > div > p {
  font-size: 12rem;
  color: #999999;
}
.tabbar > div.active > p {
  color: #ff0606;
}
.float_btn {
  width: 48rem;
  height: 52rem;
  position: fixed;
  right: 0;
  bottom: 170rem;
  z-index: 8;
}
.float_btn > img {
  width: 100%;
  height: 100%;
}
