body{
	padding: 0;
	margin: 0;
	font-size: 0;
	background-image: linear-gradient(45deg, #e52c6a, #8b4f97);
}
.main{
	margin: 0 auto;
	width: 80%;
}
.main .top{
	width: 100%;
	margin-top: 50px;
}
.main .top .logo{
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
}
.main .top .txt{
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	color: #ffffff;
}
.left{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.left .t1{
	font-size: 42px;
	font-weight: bolder;
	color: #ffffff;
}
.left .t2{
	font-size: 18px;
	color: #ffffff;
}
.left .btn{
	margin-top: 20px;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bolder;
	color: #e52c6a;
	background-color: #ffffff;
	border-radius: 8px;
	cursor: pointer;
	user-select: none;
}
.right{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: right;
}
.right .image_active{
	display: inline-block;
	width: 98%;
}
.copyright {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	color: #ffffff;
	background-color: #1e293f;
}
.copyright a {
	color: #ffffff;
}