.banner-container{
	top:35%;
}
.banner-box{
	position: absolute;
	width: 1440px;
	left: 0;
	right: 0;
	margin: auto;
	top: 40%;
}
.banner-word {
	margin: auto;
	color: #fff;
	font-size: 60px;
}
.banner-word .desc{
	font-size: 22px;
	margin-top: 10px;
}
.tab-box{
	margin: 60px 0;
	justify-content: center;
}
.tab{
	width: 200px;
	text-align: center;
	line-height: 3;
	background: #eee;
	border-radius: 50px;
	cursor: pointer;
	margin: 0 20px;
}
.tab.active{
	background:#f3309d;
	color:#fff;
}
.card{
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	padding: 55px;
	margin-bottom: 60px;
}
.word-box{
	line-height: 2.5;
	/* padding:50px 37px;
	background:#eee; */
	margin-bottom:60px;
}