
* {
  margin: 0;
  padding: 0;
}
a{
   text-decoration: none; 
}
img {

  max-width: 100%;
  
  height: auto;
  
  }
  body{
    background-image: url(../images/login/login.png); overflow: hidden;
  }

  .mobile {
    display: none;
  }

  #login_index{
   
   overflow: hidden;

   padding-top: 10%;
  }
  .login_title{ margin-bottom: 30px;}
  .login_title img { width: 112px; height: 61px;}
#login_content {
    background-color: #fff;
    border-radius: 8px;
    flex-wrap: wrap;
    width: 352px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px;
}
  #verify {
		height: 34px;
		vertical-align: top;
		font-size: 16px;    margin-top: 10px;
    border: none
	}

	#code_img {
    top: 10px;
    width: 100px;
    height: 40px;
    cursor: pointer;
    vertical-align: top;
    position: absolute;
    right: 18px;
}
	
.login_content{ width: 100%; border: #999999 solid 1px; border-radius:8px ;   padding: 0 0 0 44px; height: 56px; margin: 10px 5px; position: relative;}
.login_content_img{width: 20px; height: 20px; position: absolute; left:18px ; margin-top: 18px}
.login_content .login_input{ border: none;    width:calc(100%  - 18px); height: 26px; padding: 15px 0;}
.login_content .login_input1{ border: none;    width:calc(100%  - 18px); height: 26px; padding: 15px 0;}
.login_content .login_input:focus {
  outline: none; /* 去除默认聚焦状态下的外边框 */
  border: none; /* 设置点击后的边框颜色为蓝色 */
}
.login_content .login_input1:focus {
  outline: none; /* 去除默认聚焦状态下的外边框 */
  border: none; /* 设置点击后的边框颜色为蓝色 */
}
.login_content .topAlign:focus {
  outline: none; /* 去除默认聚焦状态下的外边框 */
  border: none; /* 设置点击后的边框颜色为蓝色 */
}
.login_bt{
  border: none;
    background: none;
    position: absolute;
    right: 0;
    line-height: 56px;
    color: #e60112;
    cursor: pointer;
}
.login_sumbit{
  background-color: #e60112;
  border-radius: 8px;
  color: #fff;
  padding: 15px 0;
  width: 100%; border: none;}
  .pwd{ line-height: 40px; }
  .pwd a{
    color: #9f9f9f;
  }
  #login_content .pwd{ width: 100%;    text-align: right;}
  #login_content .login_du{ width: 100%;   color: #e60112;    text-align: center; font-size: 14px;
   margin-top: 20px;
 }
 #login_content .login_du a{ color: #e60112; 
}

#login_content .login_agree {
  display: none !important;
}
