@charset "utf-8";

/* base */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ margin:0; padding:0;}
li{ list-style-type:none;}
ol,ul { list-style:none;}

/* public */
.fb{ font-weight:bold;}
.dl_layout dt,.dl_layout dd,.left{ float:left;}
.right{ float:right;}
.t_center{ text-align:center;}
.t_left{ text-align:left;}

.wrap{ width:1200px; margin:0 auto; overflow:hidden; }
.max_w{ width:100%; overflow:hidden;}


/* login */

.l_banner{ height:460px; position:relative;}
.l_pic ul li{ width:1920px; position:absolute; top:0; left:50%; margin-left:-960px; z-index:1; display:none;}
.l_pic ol li{ position:relative; top:405px; display:inline-table; *display:inline; *margin:5px 3px; zoom:1; width:30px; height:8px; overflow:hidden; background-color:#999; z-index:3; cursor:pointer;}
.l_pic ol .on{ background-color:#fd8500;}


.top {
    background: none repeat scroll 0 0 #fafafa;
    border-bottom: 1px solid #eee;
    height: 49px;
}
.content {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	top: 5px;

}
.content div {
	height: 40px;
	line-height: 40px;
	color: #525252;
}
.left {
	float: left;
}
.right {
	float: right;
}
.phone {
	float: left;
	display: block;
	width: 30px;
	height: 40px;
	background: url(../img/phone.png) no-repeat center center;
}
.img {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
}
.qq {
	background-position: 6px 6px;
}
.wb {
	background-position: -35px 6px;
}
.wx {
	background-position: -74px 6px;
}
.containerwrapper {
	height: 120px;
}
.contain {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	background: url(../img/logo.png) no-repeat 0 center;
}
.contwrapper {
	height: auto;
} 
.container{
	position: relative;
	width: 1200px;
	height: 225px;
	margin: 0 auto;
	z-index: 2;
}

.footerwrapper {
	height: 90px;
}
.footercontent {
	width: 1200px;
	height: 90px;
	font-size: 14px;
	color: #7e7e7e;
	line-height: 90px;
	text-align: center;
	margin: 0 auto;
}

.login_s {
	width: 376px;
	height: 380px;
	position: absolute;
	top: 20px;
	right: 100px;
	background: url(../img/loginbg.png) no-repeat center center; 
}

.login {
	height: auto;
    left: 30%;
    position: absolute;
    top: 40px;
    width: auto;
}
.loginForm {
	height: auto;
    left: 33.333%;
    margin: auto;
    width: 420px;
}
.f24 {
    font-size: 24px;
}
.white {
    color: #fff;
    margin: 2px;
}
.title {
	font-size: 20px;
	color: #fff;
}

#loginName {
	width: 310px;
	height: 40px;
	background: #fff;
	border-radius: 8px;
	border:1px solid #adadad;
	font-size: 15px;
	font-family: "Microsoft YaHei" ! important;
	float: right;
	margin-left: -50px;
    padding-left: 40px;
}

#loginName:focus {
	outline: none;
}
#randomCode {
	width: 310px;
	height: 40px;
	background: #fff;
	border-radius: 8px;
	border:1px solid #adadad;
	font-size: 15px;
	font-family: "Microsoft YaHei" ! important;
	float: right;
	margin-left: -50px;
    padding-left: 40px;
}

#randomCode:focus {
	outline: none;
}
#password:focus {
	outline: none;
}
#password {
	width: 310px;
	height: 40px;
	background: #fff;
	border-radius: 8px;
	border:1px solid #adadad;
	font-size: 15px;
	font-family: "Microsoft YaHei" ! important;
	float: right;
	margin-left: -50px;
    padding-left: 40px;
}
.formGroup {
	display: inline-block;
    height: auto;
    padding: 8px 0;
    width: 420px;
}
.formGroup .icon {
	display: inline-flex;
    position: absolute;
    z-index: 9999;
}
.btn{
	right: 390px;
}
.user{
	background: url(../img/loginuser.png) no-repeat;
	margin: 9px;
	height: 24px;
    width: 24px;
    left: 458px;
}
.pwd{
	background: url(../img/loginpwd.png) no-repeat;
	height: 24px;
    width: 16px;
    margin: 9px 12px 8px;
    left: 458px;
}
.imgcode{
	background: url(../img/loginimg.png) no-repeat;
	height: 24px;
    width: 16px;
    margin: 9px 12px 8px;
    left: 458px;
}
.formGroup dl {
	display: inline-block;
	height: 40px;
	color: #777;
	font-size: 14px;
	float: left;
}
.formGroup dl>dd{
    text-align: left;
    white-space: nowrap;
	font-family: "Microsoft YaHei" ! important;
}
.mmb {
	right: 21px;
	top: 0px;
}
.forgetPass {
	height: 30px;
	line-height: 40px;
	color: #fff;
	/* text-align: right; */
	font-size: 13px;
	font-family: "Microsoft YaHei" ! important;
}
a {
	text-decoration: none;
	color: #4A82FF;
}
form {
	margin: 0;
}
#btn:hover{
	cursor: pointer;
}
#btn {
	height: 42px;
	width: 60px;
	border: none;
	background: #4A82FF;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	font-size: 16px;
	color: #fff;
	font-family: "Microsoft YaHei" ! important;
}

#codeImg {
	height: 39px;
	width: 180px;
	border: none;
	background: #ff3a3b;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	font-size: 16px;
	color: #fff;
	margin-top:1px;
	margin-right:4px;
	font-family: "Microsoft YaHei" ! important;
}

.validate-form{
	width: 480px;
	height: auto;
	position: relative;
	left: 34%;
	top: 0px;
}
.validate-code {
	width: 260px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	border:1px solid #adadad;
	font-size: 15px;
	margin-top:10px;
	font-family: "Microsoft YaHei" ! important;
	float: left;
	margin-right: -60px;
	padding-left: 10px;
}
.validate-error {
	width: 260px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	border:1px solid red;
	font-size: 15px;
	margin-top:10px;
	font-family: "Microsoft YaHei" ! important;
	float: left;
	margin-right: -60px;
	padding-left: 10px;
}
#sendSms{
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-family: "Microsoft YaHei" !important;
    font-size: 16px;
    height: 42px;
    width: 132px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
.enabled{
	background: #ff3a3b none repeat scroll 0 0;
	cursor: pointer;
}
.disabled{
	background: #c0c0c0 none repeat scroll 0 0;
	cursor:default;
}
.code-tips{
    height: 28px;
    width: 480px;
    padding: 10px 0 0;
    white-space: nowrap;
    font-size: 14px;
    display:none;
    color: #777;
    float: left;
	font-family: "Microsoft YaHei" ! important;
}
.show{
	
}
.button-submit{
	background: #ff3a3b none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Microsoft YaHei" !important;
    font-size: 16px;
    height: 42px;
    width: 60px;
    float: left;
    margin-top: 10px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    cursor: pointer;
}
.validate-reuslt{
	margin-top: 5px;
	display: inline-block;
	border: 1px solid none; 
	color: gold; 
	background: url(../img/error.gif) no-repeat 20px center #BB0000; 
}
.loginFooter {
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
}
.reg {
	color: #ff9000;
}
.wxm {
	display: none;
	height: 150px;
    position: absolute;
    right: 115px;
    top: 0;
    z-index:999;
    width: 150px;
}
#msg { padding-top: 15px; padding-bottom:15px; margin-left:-15px; width:1200px;}
#msg h2 { font-size: 1.4em; margin-bottom: 0.5em; }
#msg a { font-size: 1em;color: green; font-weight: bold;}
#msg.errors { border: 1px solid none; color: gold; padding-left: 100px; background: url(../img/error.gif) no-repeat 20px center; }
#msg.logon { border: 1px solid none; color: gold; margin-left: 40px;width: 1135px;background: url(../img/error.gif) no-repeat 20px center #BB0000; }
#msg.success { border: 1px solid none; color: green; padding-left: 100px; background: url(../img/confirm.gif) no-repeat 20px center; }
#msg.info { border: 1px solid none; color: blue; padding-left: 100px; background: url(../img/info.gif) no-repeat 20px center; }
