* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #282828;
}

i {
	font-style: normal;
}


img {
	border: none;
}

ul,
li {
	list-style: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

.page {
	position: relative;
	box-sizing: border-box;
	padding-top: 5%;
	width: 100%;
	min-height: 100%;
	background-image: url(../images/register/bg.png);
}

.main {
	box-sizing: border-box;
	padding: 60px 0px 70px 0px;
	width: 35%;
	height: 600px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.logo_box{
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}
.metting_title h2{
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
}
.metting_title p{
	text-align: center;
	color: #cdcdcd;
	font-size: 16px;
}
.metting_pass{
	text-align: center;
	margin-top: 60px;
	height: 40px;
}
.metting_pass input{
	width: 50%;
	height: 40px;
	text-indent: 20px;
	font-size: 18px;
	border:1px solid #dcdcdc;
	overflow: hidden;
	border-radius: 10px;
	outline: none;
}
.metting_btn{
	text-align: center;
	margin-top: 40px;
	height: 40px;
	overflow: hidden;
}
.metting_btn button{
	width: 50%;
	height: 40px;
	border: none;
	outline: none;
	color: #fff;
	background-color: #559968;
	border-radius: 10px;
	cursor: pointer;
	font-size: 18px;
}
.foot_info{
	line-height: 60px;
	width: 100%;
	height: 60px;
	background-color: #f4f4f4;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	color: #6e6e6e;
}
@media screen and (max-width: 1024px) {
    .main {
		width: 100%;
		height: 100%;
    }
}