* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
html {
	min-width: 1200px;
	min-height: 100vh;
	background: url(../../../images/platform/customerLogin/bj.png) center center no-repeat;
	background-size: cover;
}
.block {
	width: 1200px;
	margin: 0 auto;
}
.clc::after {
	content: '';
	display: block;
	clear: both;
}

.main_box {
	padding-top: 20vh;
	padding-bottom: 20px;
}

.main_box .boxs {
	width: 620px;
	/* height: 595px; */
	background: #FFFFFF;
	float: right;
	
}


.boxs .logos {
	display: block;
	text-align: center;
	padding: 4.5vh 0px 2.5vh;
}
.boxs .btn_box {
	text-align: center;
}
.boxs .btn_box span {
	font-size: 18px;
	display: inline-block;
	font-weight: bold;
	color: #009933;
}


.denglu_box {
	padding-top: 3vh;
	padding-bottom: 9vh;
}

.boxs .input_li {
	width: 433px;
	height: 50px;
	background: #F6F6F6;
	position: relative;
	margin: 0 auto 3vh;
}
.boxs .input_li::after {
	content: '';
	position: absolute;
	left: 48px;
	top: 20px;
	width: 1px;
	height: 13px;
	background: #DADADA;
}
.boxs input {
	outline: none;
	padding: 0px 10px;
	width: 360px;
	height: 50px;
	float: right;
	border: none;
	background: none;
}
.boxs .denglu_li {
	background: url(../../../images/platform/customerLogin/name.png) 14px center no-repeat #F6F6F6;
}
.boxs .mima_li {
	background: url(../../../images/platform/customerLogin/mima.png) 14px center no-repeat #F6F6F6;
}
.boxs .login_btn {
	display: block;
	width: 255px;
	height: 50px;
	background: #009933;
	margin: 0 auto;
	font-size: 16px;
	color: #EEEEEE;
	text-align: center;
	line-height: 50px;
	position: relative;
	top: 3vh;
	
}
.boxs .login_btn:hover {
	background-color: #08792e;
}



