.head{
	border-bottom: 1px solid #efefef;
}
.head_box{
	width: 1200px;
	padding: 35px 0;
	margin: 0 auto;
	overflow: hidden;
}
.head_box .head_logo{
	float: left;
	height: 29px;
}
.head_box span{
	float: left;
	color: #999;
	font-size: 22px;
	font-weight: 100;
}
.head_box .head_title{
	float: left;
	font-family: "黑体";
	font-size: 25px;
}
.body_box{
    height: 710px;
    background: url(../../../img/default/login/login_index/login_bj.jpg);
}
.body_box .content_box{
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 710px;
}
/*登录、注册*/
.login_box,.signin_box{
    position: absolute;
    top: 126px;
    right: 80px;
    height: 458px;
    width: 382px;
    padding: 21px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
}
.login_title,.signin_title{
	font-family: "黑体";
	font-size: 25px;
	margin-top: 10px;
}
.input_box{
	width: 340px;
	height: 40px;
	border: 1px solid #DDD;
	padding: 0 10px;
	margin-top: 30px;
}
.input_box:focus{
	border: 1px solid #F42424;
}
.login_box a.forget_mm{
	float: right;
	color: #999;
	margin: 25px 0;
}
a.forget_mm:hover{
	color: #666;
	text-decoration: underline;
}
.login_box button.bk{
	cursor: pointer;
	width: 340px;
	height: 40px;
	border: 1px solid #f42424;
	border-radius: 4px;
}
.login_box button.bk:hover{
	background: #e42424;
}
.login_box p.none_hint{
	color: #999;
	margin-top: 25px;
}
.none_hint a.col:hover{
	color: #e42424;
	text-decoration: underline;
}
.signin_title{
	float: left;
}
.signin_box p.hava_hint{
	float: right;
	color: #999;
	margin-top: 16px;
}
.hava_hint a.col:hover{
	color: #e42424;
	text-decoration: underline;
}
.signin_box input.input_box{
	margin-top: 20px;
}
.signin_box button.bk{
	cursor: pointer;
	width: 340px;
	height: 40px;
	border: 1px solid #f42424;
	border-radius: 4px;
	margin-top: 20px;
}
.signin_box button.bk:hover{
	background: #e42424;
}
.short{
	float: left;
	width: 205px;
	margin-right: 15px;
}
.btn_short{
	width: 120px;
	border: 0;
}
.yzm_pic{
	width: 120px;
	height: 40px;
	margin-top: 20px;
}
