/*@charset "utf-8"*/

.login_header{
    height: 130px;
    margin:0px auto;
    padding-bottom:5px;
    background:url(/logini/images/login_logo.png) no-repeat left center;
    position: relative;
    margin-left:15px;
    margin-top:5px;
    margin-bottom:5px;
    position: absolute;
    width: 100%;
    left: 4rem;
    top: 4rem;
    background-size: 30%;
}
html{
  height:100%;
}
body{
    background:url(/logini/images/login_bg.png) no-repeat center top;
    background-size:100% 100%;
}
.login_main{
    /* position: absolute; */
    width:100%;
    height: calc(100%);
    margin:0px auto;
    zoom:1;
    z-index: -1;
}
.login_img{
    position:absolute;
    width:32%;
    top:75px;
    left:13%;
}
.login_box{
    width: 22%;
    height:100%;
    position:absolute;
    top: 50%;
    margin-top: -160px;
    right:150px;
}
.login_box p{
    /* background-color:#39c09f; */
    height: 100px;
    line-height: 100px;
    border-radius:5px 5px 0px 0px;
    color: #55a9e2;
    font-size: 2rem;
    letter-spacing:2px;
    text-align: center;
    /* background: rgba(228,240,244,0.7); */
}
.login_box ul{
    padding:30px;
    background-color:#fff;
    border-radius:0px 0px 5px 5px;
}
.login_box ul li{position:relative;margin-bottom:15px;}
/*.login_box ul li input[type="text"],.login_box ul li input[type="password"]{
	height:38px;
	line-height:38px;
	padding-left:45px;
}*/
.inputfield{
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left:38px;
    margin:0px;
    outline:none;
    border:none;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: transparent;
    border: 1px solid #b3b3b3;
}

/*.login_box ul li input[type="button"]{
	height:38px;
	width:100%;
	font-size:16px;
}*/
/*.login_box ul li span{
	margin-top:8px;
	margin-left: 10px;
}*/
.login_icon{
    position:absolute;
    /* height:100%; */
    width:40px;
    margin-top: 10px;
    margin-left: 10px;
}
.login_btn{
    font-weight:600;
    outline:none;
    height:38px;
    font-size:16px;
    border:none;
}
/*.login_btn:hover{
    font-weight:600;
    outline:none;
    height:38px;
    font-size:16px;
    border: none;
}*/
.footer{
    width:100%;
    padding-top:20px;
    padding-bottom: 18px;
    margin:0px auto;
    /* color:#fff; */
    text-align:center;
    font-size:12px;
    position:fixed;
    bottom:0px;
}
.footer p{padding:2px 0px;/* font-weight: bold; */text-shadow: 1px 1px 1px white;}



/*媒   询*/
/*

@media all and (max-width: 1023px) {
	body{
		width: 1023px;
	}
	.login_header{
		width: 100%;
	}
	.login_bg{
		width: 100%;
	}
	.login_img{
		width: 30%;
	}
	.login_box{
		width: 28%;
	}
}
@media all and (min-width: 1024px) and (max-width: 1900px){
	body{
		width: 100%;
	}
	.login_header{
		width: 100%;
	}
	.login_bg{
		width: 100%;
	}
	.login_img{
		width: 30%;
	}
	.login_box{
		width: 28%;
	}
}
@media all and (min-width: 1900px){
	body{
		width: 100%;
	}
	.login_header{
		width: 100%;
	}
	.login_bg{
		width: 100%;
	}
	.login_img{
		width: 30%;
	}
	.login_box{
		width: 28%;
	}
}
*/