/*head*/
.head{background: #fff;height: 130px;border-bottom: 2px solid #f15353;}
.head .wrapper{width: 1200px;margin: 0 auto;}
.head .logo{display: table-cell;height: 130px;vertical-align: middle;}
.head .logo img{max-height: 66px;}


/*登录注册*/
.regist_bg{
	background: #fff;
	padding: 120px 0;
}
.login_wrp{
	width: 1200px;
    margin: 0 auto;
}
.reg_bg{
	width: 800px;
	text-align: center;
	overflow: hidden;
}
.reg_bg img{
	max-width: 750px;
}
.login_form{
    width: 350px;
    height: auto;
    box-shadow: 0 0 10px rgba(197, 197, 197, .7);
    background: #fff;
}
.form_head{
	text-align: center;
}
.form_head .title{
	margin: 18px 28px;
    position: relative;
}
.form_head .title p{
	display: inline-block;
	padding: 0 15px;
	z-index: 2;
	background: #fff;
    font-size: 16px;
    position: relative;
    color: #666;
}
.form_head .title span{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 11px;
    height: 1px;
    border-bottom: 1px dashed #d8d8d8;
}
.form_head img{
	max-width: 150px;
	max-height: 66px;
}
.form{
	padding: 20px 0px;
}
.form .item{
	line-height: 25px;
    width: 100%;

}
.form .item-inner{
	width: 268px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.form .item-info {
    position: relative;
    width: 268px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d2d2d2;
    margin: 0 auto;
    font-size: 0;
    margin-top: 10px;
}
.form .item-info .fa{
	position: absolute;
	color: #e8e8e8;
    left: 10px;
    top: 11px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.form .text{
	border: 0;
    width: 100%;
    padding: 5px 10px 5px 35px;
    height: 36px;
    outline: 0;
    font-size: 14px;
}
.form .item .forget{
    color: #666;
    font-size: 12px;
}
.form .item .login-btn{
    width: 100%;
    padding: 4px;
    color: #fff;
    background: #f15353;
    border-radius: 4px;
    border: none;
}
.form .item .login-btn:hover{
	background: #e64747;
}
.go_register:hover{
	color: #f15353;
}
/**/
.register_form{
	box-shadow: 0 0 10px rgba(197, 197, 197, .7);
	padding-bottom: 20px;
}
.regist-process-register-left {
    width: 350px;
    border-right: none;
    background: #fff;
    padding: 20px;
    padding-top: 0;
}
.regist-process-register-left span.title {
    float: left;
    width: 64px;
    margin-right: 14px;
    font-size: 14px;
    line-height: 38px;
    text-align: right;
}
.regist-process-register-left .text {
    width: 232px;
    height: 38px;
    margin-top: 10px;
    color: #A8A8A8;
    border-radius: 0;
}
.yzma {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 38px;
    line-height: 36px;
    background-color: #e6e6e6;
    color: #848484;
    text-align: center;
    text-decoration: none;
}
.regist-process-register-left .register-now {
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
    font-size: 14px;
    background-color: #f15353;
}

/*加载*/
#core_loading{position: fixed !important;}