@charset "utf-8";

html,body,div,dl,dt,dd,ul,ol,li,h1,h3,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,tr,em,button,img {
    margin: 0;
    padding: 0
}
html,body{
	height: 100%;
	min-height: 948px;
}

ul,li{
	list-style: none;
}
i{
	overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  border: 0; }
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  outline: none;
  text-decoration: none;
}
.login_div{
	height: 100%;
	min-height: 948px;
}
.container{
	height: 100%;
	width: 100%;
	min-height: 948px;
	margin: 0 auto;
}
.main{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 948px;
}
.warn_text{
	font-family: "微软雅黑";
	color: #ee0F0F;
	font-size: 14px;
}
.warn_div{
	padding-left: 25px;
	position: relative;
	top: 122px;
	text-align: left;
}
.login_bg{
	background: url("../../assets/img/newlogin/bg.jpg") center ;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	min-width: 1200px;
}
.left_photo{
  width: 25%;
  height: 100%;
  float: left;
}
.left_photo_div{
	width: 100%;
	height: 100%;
  min-height: 900px;
	position: relative;
}
.left_img{
	text-align: left;
	width: 100%;
	height:auto;
	bottom: 0px;
	position: absolute;
}
.center_photo{
	width: 50%;
	height: 100%;
	float: left;
}
.center_photo_div{
	width: 100%;
	height: 100%;
  min-height: 900px;
	position: relative;
}
.center_img{
  text-align: center;
  width: 100%;
  height:auto;
  position: absolute;
  top: 18%;
}
.right_photo{
	width: 25%;
	height: 100%;
	float: right;
}
.right_photo_div{
	text-align: right;
	width: 100%;
	height:auto;
}
.bottom_div{
	width: 100%;
	height: 60px;/*100px;*/
	bottom: 5px;
	position: absolute;
}
.bottom_text_div{
	text-align: center;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	bottom: 15px;
	position: absolute;
}
.bottom_text_span{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666666;
}
.form_div{
	top: 22%;
	position: absolute;
	width: 100%;
	height: 500px;
	text-align: center;
}
.main_content{
	height: 500px;
	width:432px;
	margin: 0 auto;
	position: fixed;
	left: 40%;
	text-align: center;
}
.main_content_body{
	position: absolute;
	width: 432px;
	background-color: #FFFFFF;
	padding: 40px 30px 10px 30px;
}
.padding_bottom_30{
	padding-bottom: 30px;
}
.tit_en{
	font-size: 14px;
	color: #BBBBBB;
	font-family: '微软雅黑';
}
.padding_top_15{
	padding-top: 15px;
}
.input_text{
	color: #BBBBBB;
	font-size: 14px;
	font-family: "微软雅黑";
}


.login_info ul li {
	padding-left: 25px;
  padding-right: 25px;
  position: relative;
  margin-bottom: 20px;
  zoom: 1;
  transition-duration: .1s;
}
.login_info ul li:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.login_info ul li.on .inp {
    border: 1px solid #86582D;
}
.login_info ul li i {
    width: 38px;
    height: 38px;
    float: left;
}
.login_info ul li .inp {
    width: 284px;/*220px;*/
    border: 1px solid #ccc;
    float: left;
    line-height: 40px;
    padding: 0 10px;
    height: 38px;
}
.login_info ul li.account .icon_user {
  border: 1px solid #ccc;
  border-right: none;
  width: 36px;
  /*background: url("../img/newlogin/icon.png") no-repeat;
  background-position: 0 0; */
}
.login_info ul li.account .icon_user .icon_user_div{
	width: 20px;
	height: 20px;
	margin: 10px auto;
	background: url("../../assets/img/newlogin/icon.png") 2px 0px;
}
.login_info ul li.password .icon_password .icon_password_div{
	width: 20px;
	height: 20px;
	margin: 10px auto;
	background: url("../../assets/img/newlogin/icon.png") 2px -18px;
}

.login_info ul li.password .icon_password {
  border: 1px solid #ccc;
  border-right: none;
  width: 36px;
  /*background: url("../img/newlogin/icon.png") no-repeat;
  background-position: 0 12; */
}
.login_info ul li.password .icon_password_hide {
  width: 36px;
}
.login_info ul li.password .icon_password_hide .password_hide{
  width: 20px;
  height: 20px;
  margin: 10px auto;
  background: url("../../assets/img/newlogin/icon_login.png");
}
.pass_icon_hide{
  background-position: 20px 0px;
}
.pass_icon_show{
  background-position: 20px -22px;
}
.login_info ul li.idenCode .icon_code {
  border: 1px solid #ccc;
  border-right: none;
  width: 36px;
  background: url("../../assets/img/newlogin/icon.png") no-repeat;
  background-position: 0 12px;
}
.login_btn_div{
	padding-top: 20px;
	padding-bottom: 30px;
}

.login_btn {
  display: block;
  font-size: 22px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  transition-duration: .2s;
}
.login_btn_primary {
  width: 320px;/*260px;*/
  background-color: #86582D;
  color: #fff;
}
.login_btn_primary:hover {
    background-color: rgb(134, 78, 45);
    color: #fff;
}
.login_btn_primary:focus {
  background-color: rgb(134, 78, 45);
  color: #fff;
}
