body {
  background-color: #46ab5d;
}

.page {
  padding-top: 92px;
  padding-bottom: 0;
  box-sizing: border-box;
}

/* login页面 */
.white {
  width: 100%;
  height: 100%;
  height: calc(100vh - 92px);
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  z-index: 2;
}

.solrna_box {
  width: 100%;
  text-align: center;
  margin-bottom: 42px;
}

.solrna_img {
  width: 92px;
  height: 92px;
  margin-top: -46px;
}

.form_box {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  color: #c1c7d0;
  font-size: 15px;
  font-family: "font2";
  margin-bottom: 20px;
}

.ipt_box {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 12px;
  margin-top: 8px;
  background-color: #f4f5f7;
}

.ipt_box > input {
  width: 85%;
  height: 97%;
  border: none;
  background-color: transparent;
  border-radius: 12px;
  outline: none;
  font-size: 14px;
  font-family: "font2";
  color: #172b4d;
}

.ipt_box > input::placeholder {
  color: rgba(122, 134, 154, 0.6);
  font-size: 14px;
}

.ipt_box > img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.ipt_box > .code {
  width: 111px;
  height: 37px;
  margin-right: 7px;
}

.login,
.sign {
  width: 82%;
  height: 45px;
  display: block;
  margin: auto;
  border: 0;
  border-radius: 15px;
  background-color: #f4f5f7;
  font-size: 14px;
  font-family: "font2";
  color: #172b4d;
  margin-top: 60px;
}

.sign {
  margin-top: 20px;
}

.switch{
  background-color: #46ab5d;
  color: #ffffff;
}


/* .position{
  position: fixed;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%);   
} */
