@charset "UTF-8";
/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-style: 12px;
	background: #333 url(../background.jpg) no-repeat;
	background-size: 100% 100%;
	font-family: Arial, Microsoft Yahei, sans-serif;
	color: #333;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.logo {
	width: 179px;
	height: 58px;
	background: url(../../img/logo.png) no-repeat;
	top: 50px;
	left: 60px;
	position: absolute;
}
.container {
	position: absolute;
	top: 28%;
	right: 18%;
	/*background: url(../img.png) no-repeat left center;*/
}
.login-main {
	width: 320px;
	padding: 50px 40px 0 40px;
	height: 340px;
	background: url(../login_input_bg.jpeg) no-repeat;
	background-size:100% 100%;
	float: right;
}
.login-main h2 {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	margin: 0;
}
.login-main ul {
	margin: 10px auto;
}
.login-main li {
	margin-bottom: 15px;
}
.login-main li input ,.login-main li select{
	height: 38px;
	font-size: 14px;
	text-indent: 10px;
	padding: 0;
}
.login-main li .username {
	width: 258px;
	padding-right: 40px;
	background: url(../user.png) no-repeat 278px 12px;
	border: 1px solid #ccc;
}
.login-main li .username, .login-main li .password , .login-main li .segSelect {
	width: 278px;
	padding-right: 40px;
	background: url(../user.png) no-repeat 278px 12px;
	border: 1px solid #ccc;
}
.login-main li .password {
	background: url(../password.png) no-repeat 278px 12px;
}
.login-main .codebox {
	position: relative;
}
button{
	cursor: pointer;
}
.hidden{
	display: none;
}
.login-main li .securitycode {
	width: 209px;
	padding-right: 90px;
	border: 1px solid #ccc;
}
.login-main .codebox img {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
}
.login-main .buttonbox {
	padding: 20px 0;
}
.login-main .buttonbox button {
	background-color: #985200;
	width: 100%;
	height: 38px;
	border: 1px solid #985200;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 2px 0 #ccc;
}
.footer {
	width: 100%;
	height: 40px;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	color: #ccc;
	display: flex;
	background-color: #00000069;
	border-radius: 20px 20px 0px 0px;
	line-height: 40px;
}
.footer-left {
	float: left;
	width: 80px;
	height: 40px;
	background: url(../footbg.png) no-repeat left;
}
.footer-main {
	flex-grow: 1;
	height: 40px;
	line-height: 40px;
	align-self: stretch;
	background: url(../footbgx.png) repeat-x;
}
.footer-right {
	width: 80px;
	height: 40px;
	background: url(../footbg.png) no-repeat right;
}

.seg-form-ul{
	height: 175px;
	border: 1px solid #e8dcdc;
	/*border-color: #e8dcdc;*/
	padding: 10px 5px;
	/*overflow: auto;*/
	/*margin-bottom: 20px;*/

	background: white;
	/*border: 1px solid white;*/
	border-radius: 5px;
	color: #333;
	/*width: 400px;*/
	/*padding: 30px;*/
	font-size: 18px;
}

.seg-form-ul li{
	/*padding: 10px;*/
	text-align: center;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 5px;
}

.seg-form-ul li a   {
	color: inherit;
}

.seg-form-ul li:hover {
	border-color: #bbb;
}
