* {
	margin: 0;
	padding: 0;
}

body,
html {
	/* background: url(../img/edit_bg_web.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%; */
	width: 100%;
	height: 100%;
}

.container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: url(../img/edit_bg_web.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.top-content {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 50px;
}

.top-content img {
	width: 220px;
	height: 220px;
	border-radius: 50px;
	margin-left: 60px;
}

.top-content .title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 50px;
}

.top-content .title #t1 {
	font-size: 60px;
	font-weight: bold;
	color: #161622;
}

.top-content .title #t2 {
	font-size: 40px;
	color: #161622;
}

.main-content {
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-content .title {
	color: #161622;
	font-size: 56px;
	font-weight: bold;
	margin-top: 70px;
}

.main-content #swiper-banner {
	/* width: 70%; */
	/* height: 70%; */
	width: 700px;
	height: 700px;
	margin-top: 30px;
}

.main-content .banner-indicator {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 45px;
}

.main-content .banner-indicator .indicator-item {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #e0e2ff;
	margin-left: 12px;
	margin-right: 12px;
}

.main-content .banner-indicator .indicator-item-active {
	background-color: #646FFF;
}

.main-content .store-btn-group {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.main-content .store-btn-group img {
	width: 350px;
	height: 100px;
}

.footer-content {
	width: 100%;
	/* height: 300px; */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 70px;
}

.footer-content .link-group {
	display: flex;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 40px;
}

.footer-content .link-group a {
	color: #161622;
	font-size: 33px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	text-decoration: none;
	/* 禁用a标签原本的下划线*/
	padding-bottom: 15px;
	border-bottom: 1px solid #161622;
}

.footer-content .link-group span {
	padding-bottom: 10px;
}

@media screen and (min-width: 1080px) {
	.container {
		width: 28%;
		height: 100%;
	}

	.top-content {
		margin-top: 30px;
	}

	.top-content img {
		width: 120px;
		height: 120px;
		border-radius: 20px;
		margin-left: 60px;
	}

	.top-content .title #t1 {
		font-size: 35px;
	}

	.top-content .title #t2 {
		font-size: 25px;
	}

	.main-content #swiper-banner {
		width: 320px;
		height: 320px;
		margin-top: 10px;
	}

	.main-content .title {
		color: #161622;
		font-size: 36px;
		font-weight: bold;
		margin-top: 20px;
	}

	.main-content .store-btn-group {
		margin-top: 50px;
	}

	.main-content .store-btn-group img {
		width: 150px;
		height: 45px;
	}

	.footer-content .link-group a {
		font-size: 20px;
	}
}
