/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
    font-family: Arial, STHeiti, "����", "WenQuanYi Micro Hei", sans-serif;
}

body {
	background-color: #edf4f7;;
	font-weight: 400;
	font-size: 15px;
	color: #1d3c41;
}
.top-banner{
    height: 80px;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;	
}
.top-banner .top-img1{
	position: absolute;
	top: 11px;
	left: 22px;
}
.top-banner .top-img1 img{
	width: 54px;
	height: 54px;
	float: left;
}
.top-banner .top-img1 .top-title{
	height: 54px;
	line-height: 54px;
	float: left;
	margin-left: 20px;
	font-size: 22px;
	color: #231914;
	font-weight: bold;
}
.top-banner .top-img2{
	position: absolute;
	height: 34px;
	line-height: 34px;
	top: 13px;
	/*right: 200px; js set*/
	font-size: 14px;
    color: #000000;
}
.top-banner .top-img2 a{
	margin: 0 10px;
	color: #000000;
    text-decoration: none;
}

.top-banner .top-img3{
	position: absolute;
	height: 34px;
	line-height: 34px;
	top: 33px;
	/*right: 290px; js set*/
	font-size: 14px;
    color: #000000;
}
.top-banner .top-img3 a{
	margin: 0 10px;
	color: #000000;
    text-decoration: none;
}

.top-banner .top-img2 a:FOCUS,.top-banner .top-img2 a:HOVER{
	color: #0000ff;
}
.top-banner .top-img3 .top-img3-a:FOCUS,.top-banner .top-img3 .top-img3-a:HOVER{
	color: #0000ff !important;
}
.top-banner .top-img3 .top-img3-anone:HOVER{
	color: #000000;
}
.middle-box{
	width: 100%;
}
.login_bg1{
	width: 100%;
	height: 100%;
	min-width: 1200px;
    background-color: #0b0f23;
}
.login_bg2{
	position: absolute;
    left: 16%;
}
.login_box {
	display: block;
	position: absolute;
    top: 185px;
	/*right: 195px;*/
	left:50%;
	margin-left: -135px;
    width: 270px;
    background-color: #fafafa; /*//rgba(61, 63, 77, 0.6);*/
	text-align: center;
    border-radius: 15px;
}
.login_box .login_box_bg{
	width: 100%;
	height: 48px;
	/*//padding:14px 30px 5px 0;*/
	box-sizing: border-box; 
	margin-bottom: 10px;
}
.login_box .login_box_bg .img_cls{
	width: 128px;
	float: left;
	line-height: 48px;
	cursor: pointer;
}
/*
.login_box .login_box_bg img{
	width: 30px;
	height: 30px;
	float: right;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 20px;	
	cursor: pointer;
}
*/
.login_box .login_box_bg .leave_middle{
	width: 14px;
	float: left;
	color: #666666;
	height: 30px;
	margin-top: 10px;
	font-size: 20px;
}
.login_box .login_form{
	width: 270px;
	margin-bottom: 15px;
}

.login_box fieldset {
	border: 0;
	padding: 0;
}

.inputs .account,.inputs .password {
	padding: 10px 10px 10px 40px;
	width: 160px;
	font-size: 13px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;/*//#5e5e71;*/
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #999999;/*//#e3e3e3;*/
	background-color: #ffffff;/*//#2c2f3f;*/
}

.inputs .verifycode {
	background-color: #ffffff;/*//#2c2f3f;*/
	padding: 10px 4px 10px;
	width: 114px;
	font-size: 13px;
	margin-bottom: 20px;
	margin-left: 14px;
	border: 1px solid #5e5e71;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #999999;/*//#e3e3e3;*/
	text-align: center;
}

.inputs .maccode {
	background-color: #ffffff;/*//#2c2f3f;*/
	padding: 10px 4px 10px;
	width: 114px;
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 14px;
	border: 1px solid #5e5e71;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #999999;/*//#e3e3e3;*/
	text-align: center;
}

.inputs .checkCode {
	float: right;
	width: 70px;
	height: 35px;
	margin-right: 30px;
	border: 1px solid #5e5e71;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.inputs .submitmac {
	float: right;
	width: 72px;
	height: 37px;
	margin-right: 30px;
	/*//border: 1px solid #5e5e71;
	//border: 1px solid;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #3a8fc9;
	border-style: solid;
    border-color: #3a8fc9;
    color: white;
    cursor: pointer;
}

.inputs .submitmac:hover,.inputs .submitmac:focus {
	background-color: #2c719e;
	border-width: 1px;
	border-style: solid;
	border-color: #2c719e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.account {
	background: #2c2f3f url(../images/login/user.png) no-repeat;
	background-position: 8px 8px !important;
}

.password {
	background: #2c2f3f url(../images/login/password.png) no-repeat;
	background-position: 8px 8px !important;
}

.account:focus {
	/*//background: #2c2f3f url(../images/login/user_p.png) no-repeat;*/
	background: url(../images/login/user_p.png) no-repeat;
	background-position: 8px 8px !important;
}

.password:focus {
	background: url(../images/login/password_p.png) no-repeat;
	background-position: 8px 8px !important;
}

.inputs input:focus {
	border-color: #3a8fc9;/*//#7b7b91;*/
	outline: none;
	-moz-box-shadow: 0 0 0 1px #3a8fc9 inset;
	-webkit-box-shadow: 0 0 0 1px #3a8fc9 inset;
	box-shadow: 0 0 0 1px #3a8fc9 inset;
}
#actions {
    margin: 5px 0 0 0;
}
#actions #submit,#submit-sms  {
	background-color: #3a8fc9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #3a8fc9;
	height: 37px;
	width: 210px;
	margin-left: 0px;
	margin-top: 10px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
}

#actions #submit_estate {
	background-color: #3a8fc9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #3a8fc9;
	height: 37px;
	width: 210px;
	margin-left: 0px;
	margin-top: 10px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
}

#actions #submit:hover,#actions #submit:focus,  #actions #submit-sms:hover,#actions #submit-sms:focus {
	background-color: #2c719e;
	border-width: 1px;
	border-style: solid;
	border-color: #2c719e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#actions #submit_estate:hover,#actions #submit_estate:focus {
	background-color: #2c719e;
	border-width: 1px;
	border-style: solid;
	border-color: #2c719e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#submit:active {
	outline: none;
}

#submit::-moz-focus-inner {
	border: none;
}

#submit_estate:active {
	outline: none;
}

#submit_estate::-moz-focus-inner {
	border: none;
}

form .errorspanimg1 {
	display: none;
	position: absolute;
	top: 70px;
	left: 240px;
	filter: alpha(opacity = 80);
	-moz-opacity:0.8;
	opacity: 0.8;
	border-top: 5px solid transparent;
	border-right: 10px solid #668da3;
	border-bottom: 5px solid transparent;
}

form .errorspan1 {
	display: none;
	width: 140px;
	line-height: 20px;
	padding: 10px;
	background-color: #668da3;
	color: #fff;
	text-align: left;
	position: absolute;
	top: 65px;
	left: 250px;
	filter: alpha(opacity = 80);
	-moz-opacity:0.8;
	opacity: 0.8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

form .errorspanimg2 {
	display: none;
	position: absolute;
	top: 133px;
	left: 240px;
	border-top: 5px solid transparent;
	border-right: 10px solid #668da3;
	border-bottom: 5px solid transparent;
	filter: alpha(opacity = 80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

form .errorspan2 {
	display: none;
	width: 140px;
	line-height: 20px;
	padding: 10px;
	background-color: #668da3;
	color: #fff;
	text-align: left;
	position: absolute;
	top: 120px;
	left: 250px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	filter: alpha(opacity = 80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

form .errorspanimg3 {
	display: none;
	position: absolute;
	top: 190px;
	left: 240px;
	border-top: 5px solid transparent;
	border-right: 10px solid #668da3;
	border-bottom: 5px solid transparent;
	filter: alpha(opacity = 80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

form .errorspan3 {
	display: none;
	position: absolute;
	top: 180px;
	left: 250px;
	width: 140px;
	line-height: 20px;
	padding: 10px;
	background-color: #668da3;
	color: #fff;
	text-align: left;
	filter: alpha(opacity = 80);
	-moz-opacity:0.8;
	opacity: 0.8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

form .errorspanimg4 {
	display: none;
	position: absolute;
	top: 240px;
	left: 160px;
	filter: alpha(opacity = 80);
	-moz-opacity:0.8;
	opacity: 0.8;
	border-top: 5px solid transparent;
	border-right: 10px solid #668da3;
	border-bottom: 5px solid transparent;
}

form .errorspan4 {
	display: none;
	width: 140px;/*50px;*/
	line-height: 20px;
	padding: 10px;
	background-color: #668da3;
	color: #fff;
	text-align: left;
	position: absolute;
	top: 230px;
	left: 170px;
	filter: alpha(opacity = 80);
	-moz-opacity:0.8;
	opacity: 0.8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.bottom-banner{
    width: 100%;
    height: 50px;
	text-align: center;
	background: #edf4f7;
}
/*通用*/
::-webkit-input-placeholder {
	color: #646776;
}

::-moz-placeholder {
	color: #646776;
}
:-ms-input-placeholder {
	color: #646776;
}
input:-moz-placeholder {
	  color: #646776;
}

/*webkit专用*/
input::-webkit-input-placeholder {
	color: #646776;
}

/*mozilla专用*/
input::-moz-placeholder {
	color: #646776;
}

input:-webkit-autofill{
	box-shadow: inset 0 0 0 1000px transparent !important;;
	-moz-box-shadow: inset 0 0 0 1000px transparent !important;;
	-webkit-box-shadow: inset 0 0 0 1000px transparent !important;
}


.wrap{
    margin: 200px 0 0 200px;
}

.box {
    position: relative;
    width: 200px;
    height: 30px;
    border-radius: 20px;
    background: #686B69;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 40px;
    color: #fff;
    font-size: 12px;
}

.btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background: #0c7;
    border-radius: 20px;
    text-align: center;
}

.tips {
    text-align: center;
}
.login_box .register{
	    text-align: right;
	    margin-top: 7px;
}
.login_box .register a {
    text-decoration: none;
    color: #41a5f5;
    margin-right: 30px;
}

.top-sp-register {
	float: right;
	width: 210px;
	/*height: 28px;*/
	margin-right: 30px;
	line-height: 38px;
	text-align: right;
}

.top-sp-register-tip{
	line-height:22px;
	text-align:center;
}
.top-sp-register-tip span{
	color:red;
}

.top-smscode-tip {
	float: right;
	width: 210px;
	margin-right: 30px;
	line-height: 38px;
	text-align: top right;
	position: relative;
	right: 0px;
	top:-8px;
}


.top-sp-register a,.top-sp-register label,.top-smscode-tip a,.top-smscode-tip label{
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	/*margin-right: 30px;*/
}

.top-sp-register a:hover{
	text-decoration: none;
	color: #41a5f5;
	/*margin-right: 30px;*/
}

.margin-b-10{
	margin-bottom: 10px!important;
}

