@charset "utf-8";

/* CSS Document */

html {
	overflow-y: scroll;
	font-family: "微软雅黑";
	background: #fff;
}

html,body,div,span,a,h1,h2,h3,h4,h5,h6,q,p,strong,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,figcaption,tbody,tfoot,thead,tr,th,article,aside,figure,
footer,header,hgroup,menu,nav,section,time,mark,audio,video,details,summary,dialog {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

input {
	font-family: "微软雅黑";
}

ul li {
	list-style: none;
}
a { text-decoration: none;}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	line-height: 0;
}

.clearfix:after {
	clear: both;
	content: "\200B";
	display: block;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

body {
	font-size: 14px;
	overflow: hidden;
	width: 100%;
}
.login_top {
	width: 100%;
}
.login_top_con {
	width: 1220px;
	margin: 27px auto 0;
	height: 73px;
}
.login_top_con .logo {
	float: left;
	width: 300px;
}
.login_top_con .logo img {
	float: left;
}
.login_top_con .logo span {
	float: left;
	margin: 15px 0 0 20px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	background: #afd2f3;
	padding: 0 5px;
	border-radius: 3px;
}
.company_info {
	float: right;
}
.company_info div {
	float: left;
	margin-left: 25px;
	font-size: 13px;
	line-height: 55px;
	color: #565656;
}
.company_info div.email,.company_info div.telephone {
	padding-left: 30px;
	position: relative;
}
.company_info div.email em {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 18px;
	background: url(../images/login/login_system_icon.png) no-repeat 0 0;
}
.company_info div.telephone em {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 18px;
	background: url(../images/login/login_system_icon.png) no-repeat -20px 0;
}
.login_main {
	width: 100%;
	height: 640px;
}
.manage_login {
	background: url(../images/login/management_platform_banner.jpg) no-repeat top center;
}
.agent_login {
	background: url(../images/login/agent_platform_banner.jpg) no-repeat top center;
}
.customer_login {
	background: url(../images/login/customer_platform_banner.jpg) no-repeat top center;
}
.login_main_box {
	width: 1220px;
	margin: 0 auto;
	padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
    .login_main_box {
	    width: 100%;
    }
}
.login_main_box_left {
	width: 600px;
	float: left;
	color: #fff;
}
.login_main_box_left h3 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
}
.login_main_box_left p {
	font-size: 16px;
}
.login_main_box_right {
	background: #fff;
	float: right;
	width: 300px;
	height: 430px;
	margin-top: 20px;
	padding: 0 25px;
}
.login_main_box_right .title {
	padding: 20px 0 5px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #222324;
}
.login_main_box_right .title em {
	display: inline-block;
	color: #368ee0;
	font-style: normal;
	border-bottom: 1px solid #368ee0;
}
.login_main_box_right .msg-wrap {
	min-height: 25px;
	margin-bottom: 5px;
	height: auto !important;
}
.login_main_box_right .msg-error {
	position: relative;
	background: #ffebeb;
	color: #e4393c;
	border: 1px solid #faccc6;
	padding: 0px 10px 0px 40px;
	line-height: 23px;
	height: auto;
	font-family: "宋体";
	font-size: 12px;
}
.login_main_box_right .msg-error b {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../images/login/login_system_icon.png) 0px -84px no-repeat;
}
.form {
	font-family: "宋体";
}
.form .item {
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}
.form .item-fore1, .form .item-fore2 {
	border: 1px solid #ddd;
	height: 43px;
	width: 298px;
}
.form .item-fore3 {
	border: 1px solid #ddd;
	height: 43px;
	width: 138px;
	float: left;
}
.form .item .login-label {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 38px;
	height: 32px;
	padding-top: 11px;
	border-right: 1px solid #ddd;
	background: #ddd;
	text-align: center;
}
.form .item .login-label em {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/login/login_system_icon.png) no-repeat 0 -20px;
}
.form .item-fore2 .login-label em {
	background: url(../images/login/login_system_icon.png) no-repeat 0 -40px;
}
.form .item-fore3 .login-label em {
	background: url(../images/login/login_system_icon.png) no-repeat 0 -60px;
}
.form .item .itxt::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #222324;
}

.form .item .itxt:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #222324;
}

.form .item .itxt::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #222324;
}

.form .item .itxt:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #222324;
}
.form .itxt {
	line-height: 23px;
	height: 23px;
	border: 0;
	padding: 10px 0 10px 55px;
	width: 243px;
	float: none;
	overflow: hidden;
	font-size: 13px;
	font-family: "宋体";
}
.form .item-fore3 .itxt {
	width: 83px;
}
.code_img {
	height: 43px;
	float: right;
}
.form .denlul_li {
	position: relative;
	width: 300px;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;
	color: #888;
	font-size: 13px;
}
.form .denlul_li input {
	height: 24px;
	line-height: 24px;
}
.form .denlul_li input[type="checkbox"], .form .denlul_li input[type="radio"] {
	vertical-align: -2px;
	border-radius: 20%;
}
.form .denlul_li input[type="checkbox"] {
	height: auto;
}
.form .denluli_c span {
	float: right;
}
.form .denluli_c span a {
	color: #888;
}
.form_btn {
	margin-top: 20px;
}
.login_button {
	background: #368ee0;
	width: 300px;
	height: 40px;
	line-height: 40px !important;
	color: #FFF;
	cursor: pointer;
	outline: none;
	border: none;
	font-size: 14px;
	font-family: "宋体";
}
.login_footer {
	width: 1220px;
	margin: 0 auto;
	text-align: center;
}
.login_footer .copy {
	font-size: 13px;
	color: #888;
	padding: 20px 0 0;
}
.login_footer .anquan {
	margin:0 auto; 
	padding:10px 0; 
	text-align: center;
}
.login_footer .anquan p {
	float:left;
	height:20px;
	line-height:20px;
	margin: 0px 0px 0px 5px; 
	color:#888; 
	font-size: 13px;
}
