@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#efefef;
	background-image:url(../img/login.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

*{ margin:0; padding:0;}

.login {
    width:100%; height:210px; float:left;
}
.logo_box{ width:590px; margin:0 auto;}

.logo_box h1{ font-family: "微软雅黑",arial,sans-serif;
font-size:40px;
    text-shadow: 1px 1px 1px #CCCCCC; line-height:44px; color:#ffffff; font-weight:normal; padding-left:146px;}
.logo_box p{font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:20px; color: #ffffff; font-weight:normal; padding-left:146px;}

.login_db{
    width:100%;
    height:264px;
    float:left;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: center top; position:relative;
}

.login_main{ width:750px; margin: 0
auto; font-size:14px; color:#264b6d;}


.login_main a{
    color: #000000; text-decoration:none;
    border-bottom: 0px;    
}
.login_main input.srk{ display: block;width:360px; margin:0 auto; margin-bottom:16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; outline:none;
    border:2px solid #f23728; 
	padding:10px; font-size:14px; font-family:"微软雅黑"; border-radius:3px;
}

.login_main input.srk.hover{    
    border:2px solid #999999;
}

.login_main .label_box{
	text-align: center;
	/*display:table;*/
display: block;
 margin:0 auto; position:relative;}

.login_main .label_box p{ line-height:23px; font-size:12px; color:#333; font-family:"微软雅黑";}
.login_main label{ 
    width:177px; height:15px; position: absolute; top:0; left:0; padding:12px; color:#999999; cursor: text;   
}

.login_tijiao{ width:384px; height:37px; background-image:url('../img/an.jpg'); display:block; cursor:pointer; border:0; margin:0 auto; margin-top:40px;}


.login_zc{ width:384px; height:37px; background-image:url('../img/reg_ico.png'); display:block; cursor:pointer; border:0; margin:0 auto; margin-top:20px;}


a.login_dl{ line-height:25px; color:#666; margin-top:25px; display:block; font-family:"微软雅黑";}
a.login_dl:hover{ color:rgba(247,140,4,1.00)}


.auth_code {margin-left: 5px;
position: absolute;
top: 40px; color:#24b900;
left: -4px;
font-size: 12px;
width: 250px;}

.auth_code a{ color:#000000;}



.login_db #login_main .cs_title{
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.login_db #login_main .cs_title p{
	display: inline-block;
	font-size: 14px;
}
.login_db #login_main .cs_title p span{
	display: inline-block;
	margin-left: 10px;
	color: #f23728;
}

.cs_title a{
	display: inline-block;
	margin-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	width: 100px;
	border-radius: 4px;
	border: 1px solid #f23728;
	color: #f23728;
	-webkit-transition: all 0.3s ease-in-out;  /* Safari 和 Chrome */
	-moz-transition: all 0.3s ease-in-out;  /* Firefox 4 */
	-ms-transition: all 0.3s ease-in-out; /* ie8 */
	-o-transition: all 0.3s ease-in-out;  /* Opera */
	transition: all 0.3s ease-in-out;

}

.cs_title a:hover{
	color: #fff; 
	background-color: #f23728;
}








