/*登录*/
.loginkk{ background-color: #F9F9F9; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.loginkk_con{ position: absolute; left: 0px; top: 0px; display: table; height: 100%; width: 100%; z-index: 2;}
.loginkk_conkk{ display: table-cell; vertical-align: middle; height: 100%;}
.loginkk_back{ position: absolute; left: 0px; top: 0px; display: table; height: 100%; width: 100%;}
.loginkk_back dl{ display: table-cell; vertical-align: middle; height: 100%;}
.loginkk_back dl dd{ background-color: #1ABC9C; height: 280px; background-image: url(../images/login_pic_back.png);
	background-position:center; background-repeat: no-repeat; background-size:cover;}
.loginkk_back dl dd img{ display: block; width:100%;}
.loginkk_conkk form.layui-form{ padding-left: 25px; padding-right: 25px; width:300px; height:410px; background:#fff;
	box-shadow:0 0 10px #999999; margin: 0px auto; border-top: 10px solid #1ABC9C;}
.loginkk_conkk form.layui-form h1{ line-height: 36px; color:#1ABC9C; font-weight: bold; font-size: 24px; text-align: center; padding-top:80px; padding-bottom:24px;}
.loginkk_conkk .layui-form-item{ position:relative; padding-left: 40px; border: 1px solid #DBDBDB;
	background-position:12px center; background-repeat: no-repeat; background-size:24px;}
.userpic{ background-image: url(../images/user_pic_1.png);}
.passpic{ background-image: url(../images/pass_pic_1.png);}
.layui-form-item input{ height:40px; border: 0px solid #CCC!important;}
.login_sub{ padding-top:25px;}
.login_sub button{ display:block; height:45px; line-height:45px; background-color: #1ABC9C; color: #fff; text-align: center; font-size: 15px; border: none; border-radius:2px; cursor:pointer; width:100%;}

button,input{overflow:visible;outline:0; padding:0px; margin:0px;vertical-align:middle; outline:0;-webkit-appearance:none;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset; border: 0px solid #CCC!important;}
input[type=submit],input[type=reset],input[type=button],input[type=text],input[type=password]{outline:0;-webkit-appearance:none}
