body,html{
  background-color: #F7F9FD;
  min-height:650px;
  min-width:980px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
input::-webkit-input-placeholder {
  color: #9EA8B8!important;
  font-size: 14px;
  background:transparent;
} 

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F7F9FD inset;
  border: 0 !important;
}

.login_wrap{width: 100%;height: 100%;overflow: auto;-webkit-overflow-scrolling: touch;}
.login_bg{
  width:100%;
  height: 100%;
  position: relative;
  z-index:5;
}
.login_bg_img{
  height: 90%;
  width: auto;
  overflow: hidden;
  margin-left: 7%;
  max-width:90%;
}
.login_main{
  width: 21%;
  margin-right: 12%;
}
.login_section{
  width: 100%;
  z-index: 15;
}
.login_main{
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}
.login_logo{
  width: 25%;
  height: auto;
  max-width:90px;
}
.login_title{
  width: 100%;
  max-width: 110px;
}


.login_form{
  margin-top:0.4em;
  color: #9EA8B8;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}




.input_wrap{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.log_tips{
  top: 0;
  opacity: 0;
  z-index: 0;
  transition:none;
  background-color:#F7F9FD;
}

.log_tips.cur {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  top: 20px;
  transition: .6s;
  box-shadow: 0 1px 4px 0 #d6d6d6;
}

.input_div {
  margin-left: 0px;
  width: 100%;
  padding: 10px 0px 0;
  position: relative; 
  border-bottom: 1px solid #DCE3EE;
  height: 54px;
  max-width: 400px;
  min-width: 250px;
}
.input_div_btn{
  width: 100%;
  position: relative; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:8px;
}
.login_icon{
  font-size: 18px;
  font-weight: 600;
}
.input_info{
  background-color: transparent;
  border:none;
  height: 42px;
  width: 50%;
  min-width: 200px;
  font-size: 14px;
}
.verify_img{
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 65px;
}
.input_div.forget_div{
  border-bottom:none;
  height: 50px;
}
.forget_pwd a{
  font-family: PingFangSC-Regular, PingFang SC;
  color: #9EA8B8;
  margin: 4px;
}
.login_btn{
  width: 7em;
  height: 2.3em;
  background: #007EE9;
  box-shadow: 0px 6px 18px 0px rgba(0, 116, 215, 0.08);
  border-radius: 4px;
  margin: 0 auto;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 2.3em;
  border:none;
}


.footer_bg{
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  width: 17.3%;
}
.footer_bg img{width: 100%;height: auto;}
.footer_logo2{
  position: fixed;
  bottom: 25px;
  right: 9%;
  width: 14.4%;
  z-index: 3;
}
.footer_logo2 img{width: 100%;height: auto;}

.footer{
  position: fixed;
  bottom: 20px;
  width: 60%;
  z-index: 10;
}

.bottom_text{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.bottom_text a{
  color: #4365AE;
  padding:0.7em;
  font-size: 12px;
}


.forget_pwd_content{
  width: 100%;
}
.content_form{
  margin-top:10px;
}
.content_form .section{
  margin: 4px 0;
  height: 56px;
  align-items: center;
}

.forget_input{
  margin-left: 10px;
  width: 250px;
  border-bottom: 1px solid #bbb;
  display: inline-block;
}
.forget_input input{
  border:none;
  width: 250px;
}
.pwd_error{
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: red;
  margin-left: 95px;
  display: inline-block;
}
.forget_pwd_name{
  text-align: right;
  height: 36px;
  line-height: 29px;
  vertical-align: top;
  width: 75px;
  display: inline-block;
}
.code{
  margin-left: 8px;
  padding:0 12px;
  height: 29px;
  background: #007EE9;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 20px;
  border: none;
}
.code.now{
  background: transparent;
  color: #606266;
  border: 1px solid gray;
}
.pwd_error.error_message{
  margin-left: 50px;
}
.ui-dialog-buttonset{
  float: unset!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-dialog-buttonset .ui-button{
  padding:0.5em 1em;
}
 
#layer .el-button{
  background: #007EE9;
} 