@charset "utf-8";

html,body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 160%;
	height: 100%;
}

p,ul,.name,.pwd,dd,h1,h2,h3,form,input,select,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
	line-height: 150%;
}

ul,li {
	list-style: none;
}

div,p {
	word-wrap: break-word;
}

img {
	border: none;
}

input,button,select,textarea {
	outline: none
}

.content {
    position:absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/body-bg2019.png");
    background-size: 100% 100%;
}

/*login*/
.login {
width:100%;
position:absolute;
top:50%;
margin-top:-150px;
}


/*.login .box {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	width: 726px;
	height: 435px;
	background:transparent url("../images/form-bg2019.png") center top no-repeat;
	background-size: cover;
}*/

.login .box {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	width: 501px;
	height: 300px;
	background:transparent url("../images/form-bg2019.png") center top no-repeat;
	background-size: cover;
}
.login .log {
	position: relative;
	width: 260px;
	height: 260px;
	padding: 100px 0 0 30px;
}

.login .name {
	padding: 5px;
}

.login .pwd {
	padding: 5px;
}

.login .btn-wrapper {
	padding: 5px;
}


.login .log label {
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	position: absolute;
	top: -1000px;
}

.login .text {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.text {
	display:block;
    /*box-sizing: border-box;*/
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #FCFCFC;
	width: 211px;
	height:30px;
	font-size: 15px;
	line-height: 30px;
}

.text:focus {
	border: 1px solid #31b6e7;
	background-color: #FFF;
	-webkit-box-shadow: #CCC 0px 0px 5px;
	-moz-box-shadow: #CCC 0px 0px 5px;
	box-shadow: #0178a4 0px 0px 5px;
}

.text:hover {
	background-color: #FFF;
}


.login input.submit {
    /*box-sizing: border-box;*/
	border: none;
	font-weight: bold;
	color: #FFF;
	-webkit-box-shadow: #CCC 0px 0px 5px;
	-moz-box-shadow: #CCC 0px 0px 5px;
	box-shadow: #CCC 0px 0px 5px;
	background: #6cb554;
	cursor: pointer;
	height:40px;
	line-height:40px;
	display:block;
	width:100%;
}

.login input.submit:hover {
	background: #ff9229;
}


.name .text {
	padding-right: 32px;
	background-image:url("../images/ic_id.png");	
	background-repeat:no-repeat;
	background-position: 95% center;
}
.pwd .text {
	padding-right: 32px;
	background-image:url("../images/ic_pw.png");	
	background-repeat:no-repeat;
	background-position: 95% center;
}