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

}
.container{
	width: 100%;
	background: url(/themes/user_yunjing720/public/xin/img/dl.png);
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
}


.landingPageBox,
.retrievePasswordBox {
	width: 450px;
	background: #FFFFFF;
	border-radius: 8px;
}

.landingPageBox>div,
.retrievePasswordBox>div {
	width: 298px;
	padding: 0 76px;
}

.landTab,
.retrievePasswordTitle {
	width: 100%;
	height: 68px;
	line-height: 68px;
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	justify-content: space-around;
}

.landTab>p{
	width: 70px;
	height: 67px;
	text-align: center;
	font-size: 18px;
	color: #999;
	cursor: pointer;
}
.retrievePasswordTitle>p {
height: 67px;
	text-align: center;
	font-size: 18px;
	color: #999;
	cursor: pointer;

}

.active {
	border-bottom: 2px solid #333;
	color: #333 !important;
}

.loginInformation>li>input,
.register>li>input,
.retrievePasswordInformation>li>input {
	width: 298px;
	height: 44px;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	box-sizing: border-box;
}

.registrationAgreement {
	font-size: 12px;
	margin: 23px 0 19px;
	display: flex;
align-items: center;
}

.registrationAgreement>span {
	color: #999;
	padding-left: 10px;
}

.registrationAgreement>a {
	color: #1970F7;
}
.registerNow>div {
	width: 298px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #EEEEEE;
	border-radius: 4px;
	font-size: 18px;
	color: #999;
	cursor: pointer;
}
.register{
	display: none;
}
.loginSelection{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 16px 0 19px;
}
.loginSelection span{
	font-size: 12px;
	color: #999;
	line-height: 20px;
	cursor: pointer;
}
.tishi{
	color: red;
	font-size: 12px;
	margin-top: 8px!important;
}
