.signin{
	background-color: #FFFFFF;
}
.signin .header_top{
	display: none;
}
.signin .header_main_center{
	display: none;
}
.signin .header_main_right{
	display: none;
}
.signin .header_main{
	height: 96px;
}
.signin .header_main_left{
	height: 60px;
	padding: 16px 0px 0 0;
	margin-top: 5px;
}
.signin .header_main_left a{
	float: left;
	width: 100%;
	height:60px;
	/* background-image: url(../img/signin_logo.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center; */
}
.signin .header_main_left img{
	/* display: none; */
}
.signin .header_main_left p{
	display: none;
}
.signin .bottom{
	margin-top: 0px;
}
.signin .header_nav_box{
	display: none;
}
.signin .bottom_top{
	display: none;
}
.signin .bottom_center{
	display: none;
}

.signin_main{
	width: 100%;
	height: 519px;
	background: #007de4;
}
.signin_box{
	height: 100%;
	background-image: url(../img/signin.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.signin_center{
	width: 423px;
	height: 430px;
	background-color: #FFFFFF;
	border-radius: 10px;
	float: right;
	margin-top: 44.5px;
	padding: 36px 58px 0px;
}
.signin_center_title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
}
.signin_input{
	float: left;
	width: 100%;
	height: 40px;
	border: 1px solid #bdbdbd;
	margin-top: 20px;
	box-sizing: border-box;
}
.signin_input input{
	float: left;
	width: calc(100% - 40px);
	height: 100%;
	border: 0px;
	outline: none;
	font-size: 14px;
	padding-left: 11px;
	box-sizing: border-box;
}
.signin_input span{
	display: block;
	float: left;
	width: 40px;
	height: 100%;
	border-right: 1px solid #bdbdbd;
	box-sizing: border-box;
	background-color: #f4f4f4;
	color: #cfcfcf;
	text-align: center;
	line-height: 40px;
}
.signin_input .fzw-denglu{
	font-size: 18px;
}
.signin_wjmm{
	float: right;
	line-height: 17px;
	margin: 20px 0px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}
.signin_submit{
	float: left;
	height: 34px;
	width: 100%;
	border: 0px;
	background-color: #398be4;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 34px;
	cursor: pointer;
}
.signin_tip{
	float: left;
	width: 319px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid #d2d2d2;
	margin-left: -6px;
}
.signin_tip a{
	color: #007de4;
	text-decoration:underline;
}