.main {
	padding-top: 140px;
}
.main img{
	height: 576px;
}
.mt30{
	margin-top: 20px;
}
.login_bd {
	width: 1000px;
	height: 550px;
	background-color: white;
	position: absolute;
	top: calc(50% - 300px);
	left: calc(50% - 500px);
	box-shadow: 5px 5px 5px #b3b3b3;
	display: flex;
}

.login_bd_left {
	width: 40%;
	height: 100%;
	background-image: url(../img/bdbg.jpg);
	background-size: 100% 100%;
	color: white;
	font-size: 14px;
}

.login_bd_zz {
	width: 100%;
	height: 100%;
	background-color: #01172657;
}

.login_bd_zz img {
	width: 150px;
	margin-left: 30px;
	padding-top: 20px;
}

.toLogin {
	width: 60%;
	height: 100%;
	color: rgb(169, 169, 169);
}

.login_title {
	width: 50%;
	margin: auto;
	margin-top: 80px;
	font-size: 20px;
	color: #656565;
	border-bottom: 1px solid rgb(234, 234, 234);
	padding-bottom:5px ;
}

.login_title div {
	width: 100px;
	margin: auto;
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: justify;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
}

input {
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 50%;
	height: 40px;
	border-bottom: 1px solid rgb(234, 234, 234);
	font-size: 15px;
	margin-top: 30px;
	position: relative;
	left: calc(25%);
}

.yz {
	width: 50%;
	margin: auto;
	border-bottom: 1px solid rgb(234, 234, 234);
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}

.yz input {
	border: 0;
	width: 80%;
	margin: 0;
	left: 0;
}

.login_web {
	width: 50%;
	margin: auto;
	height: 40px;
	background-color: #2fa4f5;
	color: white;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	margin-top: 30px;
	cursor: pointer;
	letter-spacing: 5px;
}

.go_register {
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}

.go_register span {
	cursor: pointer;
	color: #2fa4f5;
}
.dsf_login{
	width: 50%;
	margin: auto;
	height: 40px;
	background-color: rgb(237,237,237);
	display: flex;
	justify-content: center;
	align-items: center;
	color:rgb(145,145,145);
	font-size: 14px;
	cursor: pointer;
	margin-top: 20px;
}
.dsf_login img{
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.to_register{
	width: 60%;
	position: relative;
}
.register_title{
	width: 50%;
	margin: auto;
	display: flex;
}
.tell_register,
.mail_register{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgb(226,226,226);
	font-size: 18px;
	margin-top: 80px;
	color:rgb(145,145,145);
	padding-bottom: 5px;
}
.tell_register span,
.mail_register span{
	cursor: pointer;
}
.register_blue{
	color: #2fa4f5;
	border-bottom: 1px solid #2fa4f5;
}
.register_tell,
.register_mail{
	width: 50%;
	margin: auto;
}
.register_tell input,
.register_mail input{
	width: 100%;
	left: 0;
}
.register_user{
	width: 100%;
	margin: auto;
	height: 40px;
	background-color: #2fa4f5;
	color: white;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	margin-top: 30px;
	cursor: pointer;
	letter-spacing: 5px;
}
.go_login{
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
.go_login span {
	cursor: pointer;
	color: #2fa4f5;
}
.bq{
	width: 50%;
	margin: auto;
	text-align: center;
	font-size: 12px;
	color: rgb(136,136,136);
	position: absolute;
	bottom: 10px;
	left: calc(25%);
}
.bq div{
	margin-top: 10px;
}