html{
	background:#fff;
}
.bg-blue{
	background:#428bca;
	color:#fff;
}
.text-blue{
	color:#428bca;
}
.login-wrap {
    position: relative;
    height: 475px;
    margin: 10px 0 20px;
    z-index: 5;
    }
 .login-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 475px;
    background: #e93854;
}
.i-inner {
    position: relative;
    z-index: 3;
    height: 475px;
}
.login-form {
    position: relative;
    z-index: 4;
    background: #fff;
    overflow: visible;
    width: 346px;
    float: right;
    top: 40px;
}
#login .inputvalue{
    padding-left: 35px;
    height: 45px;
    width: 100%;
    border: solid 1px #f4f4f4;
    transition: all ease-in-out 0.3s;
    font-size: 14px;
    line-height: normal;
}
.inputvalue:focus {
    border-color: #1a79bd!important;
}
.form-group .icon {
    position: absolute;
    top: 0px;
    width: 40px;
    height: 100%;
    text-align: center;
    line-height: 47px;
    font-size: 14px;
    color: #999;
}
a {
    color: #428bca !important;
    text-decoration: none;
}
.submit{
    width:100%;
    height:45px;
    font-size:16px;
    background:#1a79bd;
    color:#fff;
}
#qr iframe{
    height:300px !important;
    width:100% !important;
}
.box{
    display: table;
    border-spacing: 0;
    position: relative;
    width:100%
}
.link a{
    margin: 0 10px;
}
.nav-contain {
    width: 100%;
    box-shadow: 0 3px 3px #e9e9e9;
 }
 .box-v{
    width:990px;
    margin:0 auto;
 }
 .maincenter {
    margin: 0 auto;
    width: 774px;
    height: auto;
}

.ui-step {
    padding: 0 40px;
    margin: 0 auto;
    font-size: 14px;
    list-style: none;
    zoom: 1;
    position: relative;
    color: #b7b7b7;
    overflow: hidden;
    margin-bottom: 30px;
}
.ui-step-3 li {
    width: 50%;
}
.ui-step li {
    float: left;
    height: 54px;
    margin: 0;
    width: 50%;
    position: relative;
}
.ui-step .ui-step-done .ui-step-line {
    background: #1a79bd;
}
.ui-step-done .fa-circle {
    color: #1a79bd;
}
.ui-step li .ui-step-line {
    height: 3px;
    background: #1a79bd;
    display: block;
    margin-top: 14px;
    line-height: 1;
    overflow: hidden;
}
.ui-step li .ui-step-icon {
    height: 50px;
    position: absolute;
    top: 0;
    width: 150px;
    text-align: center;
    left: -25px;
}
.ui-step-icon .ui-step-number {
    line-height: 14px;
    font-style: normal;
    position: absolute;
    top: 7px;
    left: 0;
    padding: 0 20px;
    font-weight: 700;
    color: #fff;
}
.ui-step-icon .ui-step-text {
    height: 20px;
    line-height: 20px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    top: 34px;
    left: -50px;
}
.ui-step .ui-step-active {
    color: #1a79bd;
}
.ui-step li.ui-step-end {
    position: absolute;
    top: 0;
    right: -110px;
    width: 150px;
    zoom: 1;
    _clear: both;
}
.ui-step-icon .fa-circle {
    font-size: 34px;
    margin: 0;
    line-height: 32px;
    background: #fff;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.ui-step li.ui-step-end .fa-check{
    left: -2px;
}
.ui-step li.ui-step-end .ui-step-line {
    display: none;
}
.btn-page{
    width:200px;
    height:45px;
    font-size:16px;
    background:#1a79bd;
    color:#fff;
}
.forget-content input{
	width:300px;
	height: 45px;
}
.forget-content .control-label{
    height: 45px;
    padding-top: 14px;
}
.ui-step-undone .ui-step-line{
	background:#b7b7b7 !important;
	
}
.register-content input{
	width:300px;
    height: 45px;	
}
.register-content select{
    width:200px;
    float:left;
    margin-right:5px;
    height: 45px;   
}
.register-content .control-label{
	height: 45px;
	padding-top: 14px;
}
.wxbind-title .bindtitle{
	width:50%;float:left;font-size: 18px;
    height: 32px;
    cursor: pointer;
}
.wxbind-title .active{
	border-bottom: solid 2px #1a79bd;
	color:#1a79bd;
}
.wxbind-title .unactive{
	border-bottom: solid 2px #ececec;
}
#bind-form{
	margin-left: 194px;
}
#bind-form .wellcome-tip {
    margin-bottom: 20px;
    color: #333;
    font-size: 12px;
    background: #f6f6f6;
    padding: 8px 15px;
    vertical-align: middle;
    width: 400px;
    margin-left: 12px;
}
#bind-form .wellcome-tip img {
    display: inline-block;
    margin-left: 8px;
    margin-right: 10px;
    border-radius: 30px;
    vertical-align: middle;
}
#bind-form .wellcome-tip p {
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    line-height: 20px;
}