@charset "utf-8";
html { color: #333;}
body { font: 12px/1.5 tahoma,arial,'微软雅黑'; color: #666 }
* {padding: 0; margin: 0;}

#header {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1170px;
	height:80px;
	margin: auto;
	background:#fff;
}
#header .logo_box {
	display: block;
	width: 147px;
	height: 40px;
}
#header .logo_box img {
	width: 100%;
}
#header .head_rt_box {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#header ul {
	list-style: none;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	height: 100%;
}
#header ul li {
	width: 80px;
	line-height: 80px;
	margin: 0 8px;
	text-align: center;
}
#header ul li a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	color: #333;
}
#header ul li a:hover, #header ul li a:visited, #header ul li a.active {
	background: url('../images/navbg.png');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
}
.manage_btn {
	float: right;
	width: 64px;
	height: 32px;
	margin-left: 10px;
	line-height: 32px;
	border-radius: 5px;
	text-align: center;
}
.manage_btn > a {
	display: block;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	background: #36bb81;
	text-decoration: none;
}
.manage_btn > a:hover {
 	background: #19de88;
 }

#login_container {
	position: relative;
	width: 100%;
	min-height:480px;
	background: #36AABD;
}
.swiper-container {
	height: 100%;
}
.form-box {
	position: absolute;
	top: 0;
	left: 55%;
	z-index: 10;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	flex-direction: column;
	width: 384px;
	min-height: 410px;
	background: #fff;
	margin-top: 35px;
}
.form-cont {
	padding: 10px 40px;
}
.form-cont .error-msg {border:1px solid #ffd393;padding:5px;height:24px;line-height:24px;color:#ff5e5e;-webkit-box-sizing:content-box;box-sizing:content-box;}
.form-cont .error-msg .iconfont {font-size:20px; vertical-align:middle;color:#fa7307;}
.form-cont .error-msg span {margin-left:5px;line-height:18px; vertical-align:middle;}

.form-box .login_head {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #444;
	text-align: center;
	background: #f2f3f4;
}
.form_ipt_box {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	align-items: center;
    height: 40px;
    margin: auto;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
}
.form_ipt_box:first-child {
	margin-top: 0;
}
.form_ipt_box label {
	flex-shrink: 0;
	/*width: 60px;*/
	color: #666;
	padding-left: 20px; 
	margin-bottom: 0;
}
.form_ipt_box input {
	flex: 1;
	border: none;
	outline: none;
	height: 25px;
	line-height: 25px;
}
.form_ipt_box_vr {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	margin-top: 10px;
	height: 40px;
}
.form_ipt_box_vr input {
	flex: 1;
	margin-right: 10px;
	padding-left: 20px;
	border: 1px solid #ddd;
	outline: none;
}
.form_ipt_box_vr span {
	
}
.form_ipt_box_vr span img {
	width: 100%;
	height: 39px;
	vertical-align: middle;
	cursor: pointer;
}

.login_pw_box {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}
.login_pw_box .forget_box {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	align-items: center;
}
.login_pw_box .forget_box input[type="checkbox"] {
	/*margin-right: 5px;*/
	margin: 0 5px 0 0;
}
.login_pw_box .forget_box label {
	margin-bottom: 0;
	font-weight: normal;
}
.login_pw_box a {
	color: #666;
	text-decoration: none;
}
.login_pw_box a:hover {
	color: orange;
}
.login_btn {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	background: #4597EA;
	color: #fff;
	text-align: center;
	border: none;
	letter-spacing: 10px;
	margin-top: 10px;
}
.register_box {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.register_box a {
	color: #127ff5;
	text-decoration: none;
}
.register_box a:hover {
	text-decoration: underline;
}

.cooperation_box {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.cooperation_box span.login_line {
	flex: 1;
	height: 1px;
	background: #ddd;
}
.cooperation_box span:nth-child(2) {
	margin: 0 10px;
}
.login_ways {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_ways a {
	margin: 8px 8px 0;
}
.login_ways a img {
	width: 20px;
	height: 20px;
}



/* footer */
#jia_footer { margin-top: 50px; padding-bottom: 20px; background-color:#fff;}
#jia_footer a { color: #999; text-decoration: none;}
#jia_footer p { text-align: center}
#jia_footer a:hover { color: #d00}
.jia_foot_info { text-align: center}
.jia_foot_info .jia_foot_link { padding: 10px 0; text-align: center}
#jia_footer .jia_foot_link { padding: 10px 0; text-align: center}
#jia_footer .jia_foot_link .jia_split { color: #ddd }
.jia_foot_info .jia_foot_link a { color: #333; padding: 0 15px}
.jia_foot_info p { line-height: 24px; color: #aaa}
.jia_foot_open i { display: inline-block; width: 9px;height: 6px; background: url(../images/jia_foot_icn.png) 0 -218px no-repeat; margin-left: 3px; position: relative; top: -1px}
.jia_foot_open i.footnow { background-position: 0 -210px }
.jia_foot_open:hover i { background-position: -11px -218px}
.jia_foot_open:hover i.footnow { background-position: -11px -210px}
.footnone { display: none; margin-top: -10px}
#jia_footer .jia_foot_help dl.jia_other_map p { text-align: left;}
#jia_footer .jia_foot_help dl { font-family: "微软雅黑";}