.bottom{
	margin-top: 80px;
	text-align: center;
	color: #999;
	font-size: 14px;
}
body{
	padding-top: 130px;
}
.app{
	width: 1200px;
	height: 560px;
	background-color: #fff;
	background-image: url(../img/login-bg.jpg);
	background-size: cover;
	background-position: center;
	margin-left: 50%;
	transform: translate(-50%);
}
.app-con{
	width: 540px;
	height: 510px;
	position: absolute;
	right: 26px;
	top: 24px;
	background-color: #fff;
}
.app-title{
	font-size: 37px;
	color: #333333;
	padding-top: 50px;
	text-align: center;
	width: 100%;
}
.app-btn{
	width: 408px;
	line-height: 63px;
	height: 63px;
	background-color: #c32615;
	border-radius: 4px;
	color: #fff;
	margin-top: 60px;
	text-align: center;
	font-size: 24px;
	margin-left: 50%;
	transform: translate(-50%);
	cursor: pointer;
}
.app-input{
	width: 408px;
	line-height: 42px;
	margin-left: 50%;
	transform: translate(-50%);
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.app-input>input{
	border:none;
	border-bottom: 1px solid #ddd;
	width: 338px;
}
.app-input>span{
	width: calc(100% - 338px);
	text-align: right;
}
.app-reg{
	padding-top: 24px;
	width:100%;
	font-size: 16px;
	color: #999999;
	text-align: center;
}
.app-btns{
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
	font-size: 16px;
	width: 408px;
	margin-left: 50%;
	transform: translate(-50%);
}
.app-btns-item{
	color: #666;
	cursor: pointer;
	position: relative;
}
.app-btns-item1{
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
}
.app-btns-item1::after{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #ddd;
	top: 50%;
	transform: translateY(-50%);
}
.app-btns-item1.active::before{
	background-color: #ddd;
	width: 10px;
	height: 10px;
	content:"";
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
}