.header_wrap{
    width: 100%;
    height: 40px;
    background: #fff;
}
.header_logo{
    position: absolute;
    width: 94px;
    height: 26px;
    left: 47px;
    top: 7px;
}
.login_container {
  width: 100%;
  height: 680px;
  background-color: red;
  position: relative;
  background: url(/assets/images/bg_login.png);
  background-size: cover;
}
.login {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 880px;
  max-height: 470px;
  background: #fff;
}
.login_left {
  width: 540px;
  height: 100%;
}
.login_right {
  width: 340px;
  height: 100%;
}
.login_type {
  height: 60px;
  width: 100%;
}
.login_type h3 {
  width: 50%;
  height: 100%;
  border-radius: 2px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}
.login_type_active {
  color: #727efa;
}
.login_input_container {
  padding: 30px 40px 0;
}
.input_tel_container {
  margin-bottom: 20px;
}
.tel_icon {
  width: 46px;
  height: 46px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #e4e4ea;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.tel_icon img {
  width: 20px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.input_tel {
  height: 46px;
  width: 414px;
  box-sizing: border-box;
  border: 1px solid #e4e4ea;
  border-radius: 0 4px 4px 0;
  padding-left: 20px;
  font-size: 14px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
  color: #aaaaaf;
}
:-ms-input-placeholder { /* IE 10+ */ 
  color: #aaaaaf;
}
.pub_input {
  width: 260px;
  height: 46px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e4e4ea;
  font-size: 14px;
  line-height: 21px;
  padding-left: 20px;
}
.img_code_container {
  margin-bottom: 20px;
}
.note_code_container {
  margin-bottom: 20px;
}
.img_code {
  display: block;
  width: 179px;
  height: 46px;
  /* background: red; */
}
.note_code {
  display: block;
  width: 179px;
  background: #e4e4ea;
  border-radius: 4px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #49494E;
}
.checkbox{
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
.checkbox_text {
  font-size: 12px;
  color: #49494e;
  line-height: 19px;
}
.checkbox_container{
    margin-bottom: 20px;
}
.login_btn{
    width: 100%;
    height: 56px;
    background: #727EFA;
    border-radius: 4px;
    border: 1px solid #E4E4EA;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.user_agreement{
    margin-top: 20px;
    font-size: 12px;
    color: #49494E;
    line-height: 16px;
    text-align: center;
}
.user_agreement a{
    color: #727EFA;
}
.ewm_img{
    width: 214px;
    height: 214px;
    margin: 54px auto 10px;
}
.ewm_img img{
    width: 100%;
    height: 100%;
}
.ewm_text{
    text-align: center;
    font-size: 12px;
    color: #49494E;
    line-height: 24px;
}

/**/
.error_message {
    background: #ffebeb;
    color: #e4393c;
    font-size: 13px;
    border: 1px solid #faccc6;
    padding: 5px 10px 5px 10px;
    line-height: 18px;
    margin-bottom: 5px
}