.top {
	position: relative;
	width: 100%;
	height: 783px;
	/* min-width: 1200px; */
}

.top .top-bg {
	width: 100%;
	height: 783px;
	/* min-width: 1200px; */
	background-image: linear-gradient(90deg, rgba(255, 136, 152, 1), rgba(255, 36, 66, 1));
}

.top .top-logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 120px;
	background: rgba(255, 255, 255, .3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.top .top-logo .logo {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	/* margin: 28px auto; */
	display: block;
}

.top .top-logo .name {
	margin-left: 10px;
}

.top .top-info {
	width: 100%;
	position: absolute;
	top: 120px;
	/* left: 360px; */
	/* min-width: 1200px; */
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.top .top-right {
	width: 350px;
	/* height: 600px; */
	border-radius: 20px;
	margin-left: 108px;
}

.top .top-left {
	/* float: left; */
	width: 600px;
	margin-top: -70px;
}

.top .top-left p {
	color: #fff;
}

.top .top-left .title {
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
}

.top .top-left .sub-tit {
	margin-top: 4px;
	margin-bottom: 30px;
	font-size: 22px;
}

.top .top-left .desc {
	margin-bottom: 15px;
	line-height: 40px;
	font-size: 18px;
}

.top .top-left .left-bottom {
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.top .top-left .left-bottom a {
	width: 200px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 60px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top .top-left .left-bottom img {
	/* float: left; */
}

.top .top-left .left-bottom .img1 {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	/* width: 200px;
	height: 60px;
	margin-right: 32px;
	margin-top: 30px; */
}

.top .top-left .left-bottom a span {
	color: #fff;
}

.top .top-left .left-bottom .img2 {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.main {
	/* min-width: 1200px; */
	width: 100%;
	height: 530px;
	margin: 48px auto;
	display: flex;
	justify-content: center;
}

.main .main-img {
	float: left;
	width: 300px;
	/* height: 530px; */
	border-radius: 20px;
	margin-right: 30px;
}

.main .main-img:last-of-type {
	margin-right: 0;
}

.bottom {
	position: relative;
	width: 100%;
	height: 80px;
}

.bottom .bottom-bg {
	width: 100%;
	height: 80px;
	background-image: linear-gradient(90deg, rgba(255, 136, 152, 1), rgba(255, 36, 66, 1));
}

.bottom .bottom-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.bottom .bottom-info .info-top {
	margin-top: 20px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.bottom .bottom-txt {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.bottom .bottom-txt a {
	/* margin-right: 30px; */
}