html, body {
height: 100%;
}


/*login登录*/
body{
    background:url(../Images/login-bg.jpg) center bottom no-repeat #46a7f0;
	font-family:"微软雅黑";
}
.login-wrap{
    height:620px;
	padding-top:140px;
    background:url(../Images/login-body.png) center 140px no-repeat
}
.login-in{
    width:300px;
	padding-bottom:20px;
    padding-top:50px;
    margin:0 auto;
    position:relative;
    top:35px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    border: 1px solid #EEE;
    border-radius: 6px;
    background: url(../Images/login-logo.jpg) center 12px no-repeat #FFF;
}
.login-title{
    height:42px;
    line-height:42px;
    background: url(../Images/login-line.gif) center center no-repeat #fcf8e3;
    text-align:center;
    font-size:14px;
    color:#c09853
}
.login-form{
    padding:20px;
    padding-top:20px;
}
.login-form .input-group{
    margin-bottom:26px;
}
.login-form .input-group .input-group-addon{
    height:46px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background:#e4e4e4
}
.login-form .input-group .input-group-addon i{
    font-size:24px;
    color:#9d9d9d
}
.login-form .input-group .form-control{
    height:48px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    font-size:14px;
}
.login-form .input-group .form-control:focus{
	border-color: #accb92 !important;
	-webkit-box-shadow: 0 0 6px rgba(109,192,38,.6);
	-moz-box-shadow: 0 0 6px rgba(109,192,38,.6);
	box-shadow: 0 0 6px rgba(109,192,38,.6)
}
.login-btn .btn{
    font-size:18px;
    border-radius: 4px;
    padding: 11px 16px;
    background-color: #f5a918;
    border-color: #e29503;
    color: #fff;
    -webkit-transition: background linear 0.1s;
    -moz-transition: background linear 0.1s;
    -o-transition: background linear 0.1s;
    transition: background linear 0.1s;
    -webkit-box-shadow: inset 0 1px 0 #fdbb3e;
    box-shadow: inset 0 1px 0 #fdbb3e;
}
.login-btn .btn:hover{
    background-color: #ef9d00;
}
.login-btn{
	margin-top:10px;
}
.autologin{
	margin-top:-15px;
	color:#787878;
	padding-left:4px;
}
.autologin a{
	float:right;
	color:#787878
}
.autologin label{
	font-weight:lighter
}
.autologin label input{
	position:relative;
	left:-2px;
	top:2px;
}
/*login登录*/


.container{
	width:1002px;
	margin:0 auto;
	padding-top:55px;
	padding-bottom:20px;
}
.header{
	height:55px;
}
.header span{
	float:right;
	color:#fff
}
.header span a{
	color:#e7cf06;
	padding:0px 5px;
}
.contain{
	padding:25px 40px;
	background:#fff;
	border-radius:8px;
	padding-bottom:40px;
}
.title{
	font-size:24px;
	color:#2f2f2f;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px dashed #999999
}

/*-- 清除浮动 --*/
.fix{*zoom:1;}.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
.list-step{
	width:720px;
	margin:0 auto;
	padding-top:15px;
	margin-bottom:45px;
}
.list-step ul{
	padding:0px;
	margin:0px;
}
.list-step ul li{
	list-style:none;
	width:180px;
	float:left;
	text-align:center
}
.step-bg{
	height:36px;
	text-indent:-999em;
	margin-bottom:5px;
	background:url(../Images/step-bg.jpg) center 0 no-repeat;
}
.form-process{
	width:340px;
	margin:0 auto;
	margin-top:20px;
}
.form-process .form-group{
	margin-bottom:25px;
	line-height:34px;
}
.form-process .form-group i{
	position:absolute;
	color:#b1b1b1;
	font-size:22px;
	margin-top: 1px;
	margin-left: 5px;
}
.form-process .form-group img.yzm{
	margin:0 2px;
}
.form-process .form-group a{
	margin:0 5px;
}
.form-process .form-group span{
	margin:0 10px;
	background:#eee;
	padding:7px 15px;
}

.form-btn{
	line-height:38px;
	margin-top:30px;
}
.form-btn .btn-block, .form-btn input[type=submit].btn-block{
	width:240px;
	float:left;
	padding:8px 12px;
	margin-right:10px;
}

.form-process .form-control{
	border-radius:0px;
}
.footer{
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:2;
	padding:15px;
}
.step2{
	background-position:center -36px;
}
.form-process h4{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	line-height:1.5
}
.form-process h4 span{
	color:#eea236;
	padding-left:10px;
}
.step3{
	background-position:center -72px;
}

.step4{
	background-position:center -108px;
}

.form-succeed{
	margin:0 auto;
	text-align:center;
	padding-top:33px;
	background:url(../Images/success.jpg) center 0px no-repeat
}
.form-succeed h3{
	font-size:20px;
	font-weight:500;
	margin:20px auto;
	color:#69be23
}
.form-succeed h4{
	font-size:14px;
	color:#afafaf
}
.form-succeed h5{
	font-size:14px;
}
.form-succeed .btn{
	width:240px;
	padding:8px 12px;
	margin:0 auto;
	margin-top:30px;
}
.info{
	width:500px;
	margin:0 auto;
	margin-top:20px;
}
.info P strong{
	margin-right:10px;
}
.info P span{
	display:inline-block;
	padding-right:10px;

}

.version{
	margin-top: 50px;
}
.version ul {
	display: inline-block;
}
.version ul li {
	float: left;
	width: 115px;
	margin: 0 18px;
}
.version ul li a {
	display: block;
	float: left;
	width: 115px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #1da1dc;
	color: #fff
}
.version ul li a:hover{
	background: #f0ad4e;
}
	
































