.tab-container {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.main {
	height: auto;
	margin: 0 auto 100px;
}

.top {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.top ul {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top li {
	float: left;
	width: 150px;
	padding: 20px 0;
	list-style: none;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.conent {
	width: 1200px;
	margin: 0 auto;
	min-height: 900px;
}

.conent .item {

	font-size: 18px;
	/* color: skyblue; */
	/* min-height: 700px; */
	width: 1200px;
	margin-top: 90px;

}

.top .cur {
	/* background-color: skyblue; */
	color: #ff1f85;
	border-bottom: 3px solid #ff1f85;
}

.curent {
	display: block !important;
	/* transition: all .8s ease; */
	/* opacity: 1 !important; */
}

.item {
	/*position: absolute;*/
	/* opacity: 0; */
	display: none;

}

.item-list {
	/* margin-top: 50px; */
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 35px 50px;
	background-color: #f5f5f5;
}

.item-list:hover {
	background-color: var(--themeColor);
	box-shadow: none;
	/* border: 4px solid #ff1f85; */
	box-sizing: border-box;
	color:white;
}
.item-list:hover a {
	color:white;
}


.item-list a:hover{
	color:white;
}