body {
  padding: 0;
}

.loginbox,.signupbox {
  width: 91%;
  margin: auto;
  border-radius: 10px;
  background-color: #e6f1ea;
  padding-bottom: 32px;
  margin-top: -55px;
}

.barbox {
  font-size: 20px;
  font-family: "font3";
  color: #6e7671;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.barbox > div {
  height: 55px;
  flex: 1;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
}

.bar {
  height: 55px;
  font-family: "font1";
  color: #10a94e;
  border-bottom: 2px solid #10a94e;
}

/* login页面 */
.solrna_box {
  width: 100%;
  height: 260px;
  background: url("/uploads/material/bjtt.png") no-repeat;
  background-size: 100% 100%;
  /* display: flex;
  justify-content: center; */
  padding-top: 43px;
  padding-left: 16px;
  box-sizing: border-box;
}

.solrna_box>span{
  font-size: 20px;
  font-family: 'font1';
  color: #fff;
}

.solrna_box>p{
  font-size: 14px;
  font-family: 'font3';
  color: #fff;
  margin-top: 10px;
}

.form_box {
  width: 91%;
  margin: auto;
  box-sizing: border-box;
  color: #00402a;
  font-size: 14px;
  font-family: "font2";
  margin-top: 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dae4de;
}

.ipt_box {
  width: 65%;
  height: 52px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 13px;
  position: relative;
}

.ipt_box > input {
  height: 97%;
  border: none;
  background-color: transparent;
  border-radius: 12px;
  outline: none;
  font-size: 14px;
  font-family: "font2";
  color: #000000;
}

.iptpassword {
  margin-left: 35px;
}

.iptopt {
  width: 90%;
  margin-left: 22px;
}

.ipt_box > input::placeholder {
  color: #afb7b2;
  font-size: 13px;
  font-family: "font3";
}

.ipt_box > .code {
  width: 101px;
  height: 34px;
}

.rememberbox {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: "font1";
}

.rememberbox p {
  color: #ce0930;
  text-decoration: underline;
}

.radio {
  position: relative;
  display: flex;
  align-items: center;
}

.for {
  color: #78828a;
  font-size: 14px;
  font-family: "font1";
  margin-left: 8px;
}

.checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #e3e9ed;
  border-radius: 50%;
  box-sizing: border-box;
}

.check::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ce0930;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}

.continue {
  width: 85%;
  margin: auto;
  margin-top: 32px;
  height: 59px;
  border-radius: 100px;
  background-color: #10a94e;
  font-size: 16px;
  font-family: "font3";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.continue > img {
  width: 20px;
  height: 20px;
  margin-left: 16px;
}

.copyright {
  width: 100%;
  position: fixed;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-family: "font3";
  color: #10a94e;
  text-align: center;
}
