body {
  height: 100%;
}
.logo img {
  width: 100%;
}
.login_bg {
  width: 100%;
  height: 100%;
  padding-top: 1px;

  box-sizing: border-box;
  overflow-y: auto;
}

.login_box {
  width: 100%;
  margin: 0 auto;
  min-height: 7.8rem;
  /* max-height: 587px; */
  /* min-height: 410px; */
  border-radius: 10px;
  background-image: url("../img/banner_bg.png");
  background-size: 100% 100%;
}
.login_banner {
  width: 80%;
  margin: 0 auto;
}
.login_box .login_left,
.login_box .login_right {
  float: left;
  width: 50%;
  height: 100%;
}
.login_box .login_left {
  padding: 0.4rem 0 0 0.4rem;
  box-sizing: border-box;
  height: 92%;
  text-align: left;
}

.login_left img {
  width: 100%;
  height: 100%;
}
.login_left h3 {
  text-align: left;
  color: #fff;
  font-size: 0.72rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.85rem;
  border-bottom: 2px solid #fff;
}
.login_left h4 {
  text-align: left;
  color: #fff;
  font-size: 0.6rem;
  position: relative;
  margin: 0.9rem 0 0.6rem;
}
.login_left p {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.6rem;
  white-space: nowrap;
}
.login_left h4:nth-last-child(1)::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 0.08rem;
  border-radius: 0px;
  background: #fff;
  bottom: -18px;
  left: 0%;
}
.login_box .login_right {
  text-align: center;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  padding: 0 3%;
  width: 4.45rem;
  height: 4.6rem;
  min-height: 43vh;
  margin-left: 10%;
  margin-top: 1.2rem;
}
.login_title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0.38rem;
  border-bottom: 1px solid #e6e6e6;
}
.login_right h2 {
  color: #333;
  font-size: 0.18rem;
  margin: 0.4rem 0 0;
  /*background-image: linear-gradient(90deg, #1e3c72, #2a5298);*/
  -webkit-background-clip: text;
  position: relative;
  text-align: left;
  padding-bottom: 0.17rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.login_right h2.active {
  color: #0088ff;
}
.login_right h2.active::after {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 3px;
  border-radius: 3px;
  background: #0088ff;
  bottom: -3px;
  left: -0.32rem;
}

.login_tab {
  width: 100%;
  margin: 0 auto;
}

.login_tab .tab_item {
  line-height: 34px;
  width: 41%;
  margin: 0 6%;
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
  font-size: 21px;
}

.login_tab .tab_item.active {
  border-bottom: 3px solid #7965f0;
}

.login_tab .input .icon {
  width: 0.68rem;
  height: 0.68rem;
  background: #0088ff;
  text-align: center;
  line-height: 0.68rem;
  float: left;
}
.login_tab .input .icon img {
  width: 0.4rem;
}
.item_login_phone .input .icon img {
  width: 0.3rem;
}
.login_tab .input.password {
  background-image: url("../img/password.png");
}

.login_tab .input.code {
  background-image: url("../img/code.png");
}

.login_tab .input {
  margin-bottom: 0.2rem;
  text-align: left;
  background-position: 20px center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.login_tab input {
  width: calc(100% - 0.7rem);
  background: transparent;
  outline: none;
  line-height: 48px;
  height: 48px;
  font-size: 0.18rem;
  font-style: normal;
  height: 0.68rem;
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  text-indent: 15px;
}
.login_btn {
  width: 100%;
  /* height: 50px; */
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.35rem;
}
.item_login_phone .name {
  float: left;
  width: 0.9rem;
  white-space: nowrap;
  height: 0.66rem;
  line-height: 0.66rem;
}

.verificate_code {
  float: right;
  /* width: 20%; */
  /* height: 50px; */
  position: absolute;
  right: 0.12rem;
  top: 0.2rem;
  color: #0088ff;
  font-size: 0.18rem;
  cursor: pointer;
}

/*ÑéÖ¤Âë*/
.upload-awrp {
  overflow: hidden;
  margin: 120px 0;
}

#check-code {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
}
/*#check-code input { padding: 0; margin-left: 72px; width: calc(100% - 72px); }*/
.code {
  font-family: Arial;
  font-style: italic;
  font-size: 30px;
  border: 0;
  padding: 2px 3px;
  letter-spacing: 3px;
  font-weight: bolder;
  float: left;
  cursor: pointer;
  height: 36px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
}

.input.code {
  width: 100%;
  box-sizing: border-box;
}
#submit {
  background: #0088ff;
  width: 100%;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.24rem;
  height: 0.69rem;
  line-height: 0.69rem;
  font-family: Microsoft YaHei;
  border: 0;
  color: #fff;
}

.forget {
  text-align: right;
  margin: 0.1rem 0 0.2rem;
  height: 0.23rem;
}
.forget span a,
.register span a {
  color: #5764ff;
}
.forget a {
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}
.register {
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.16rem;
  white-space: nowrap;
}
.item_regist .register {
  margin-top: 0.2rem;
  text-align: left;
  font-size: 0.16rem;
  line-height: 0.18rem;
  white-space: normal;
}
/* 注册账号 */
.login_tab .item_regist .input {
  margin-bottom: 0.2rem;
}
.item_regist input {
  width: calc(100% - 1.1rem);
  float: right;
  height: 0.5rem;
  line-height: 0.5rem;
}
.item_regist .name {
  display: inline-block;
  line-height: 0.5rem;
  white-space: nowrap;
}
.getCode {
  position: absolute;
  top: 0.12rem;
  right: 0.2rem;
  color: #ee7a41;
  cursor: pointer;
}
.login_btn .layui-btn {
  background: #ee7a41;
  color: #fff;
  border: 1px solid #ee7a41;
  border-radius: 6px;
  width: 47%;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.24rem;
}
.login_btn .regist {
  float: left;
}
.login_btn .layui-btn.login {
  background: #f7f7f7;
  color: #ee7a41;
  border: 1px solid #fae3d8;
  float: right;
}
.copyright {
  width: 100%;
  line-height: 0.5rem;
  height: 0.5rem;
  background: #007ddd;
  font-size: 0.16rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
}
/* common */
@media screen and (max-width: 1080px) {
  .item_regist .name {
    width: 1rem;
  }
}
.login_tab input[type="checkbox"] {
  width: auto;
  float: none;
  vertical-align: middle;
  margin: 0px;
}
