/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: Microsoft YaHei !important;
	background-image: url(/image/login/body1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 950px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

#panel {
	text-align: center;
	width: 774px;
	height: 328px;
	position: absolute;
	top: 481px;
	left: 60%;
	transform: translate(-50%, -50%);
	/*border: 10px solid rgba(255, 255, 255, 0.3);*/
	box-sizing: content-box;
	border-radius: 6px;
}

.panel_bg {
	/*background-color: white;*/
	height: 100%;
}

.main {
	/*margin: 0 0 0 340px;*/
	padding-top: 40px;
	/*text-align: initial;*/
}

.main_top {
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.link {
	display: inline-block;
	font-size: 16px;
}

.title {
	letter-spacing: 1px;
	color: #006495;
	height: 30px
}

#loginForm div {
	margin-top: 12px;
	text-align: center;
}

#loginForm div span {
	color: #333;
	font-size: 14px;
	width: 73px;
	float: left;
	height: 40px;
	line-height: 40px;
}

#loginForm input {
	width: 300px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #bdbdbd;
	font-size: 14px;
	color: #9B9B9B;
	margin-left: 10px;
}

#username {
	padding-left: 40px;
	background: url(/image/login/zh.jpg) no-repeat #FFF;
}

#password {
	padding-left: 40px;
	background: url(/image/login/pss.jpg) no-repeat #FFF;
}

#captcha {
	width: 90px !important;
	height: 24px;
	line-height: 24px;
	padding: 0px 10px;
	border: 1px solid #bdbdbd;
	font-size: 14px;
	vertical-align: middle;
}

.captcha_img {
	width: 100px;
	height: 37px;
	margin-left: 5px;
	background-color: #fdfdfd;
	border: 1px solid #f0f0f0;
	cursor: pointer!important;
	vertical-align: middle;
}

#loginBtn {
	width: 281px;
	height: 40px;
	border: none;
	cursor: pointer;
	outline: 0;
	margin-top: 15px;
	font-size: 16px;
}

.title {
	position: absolute;
	top: -53px;
	left: 255px;
}

.title img {
	width: 774px;
}

.logo {
	position: absolute;
	top: -250px;
	left: 229px;
}

.logo img {
	height: 180px;
}

.bottom {
	position: relative;
	bottom: -35px;
	line-height: 34px;
}

.bottom a {
	color: black;
	font-size: 16px;
}