.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: 300px;
			}

			.conent .item {
				
				font-size: 18px;
				/* color: skyblue; */
				/* min-height: 700px; */
				width: 1200px;
				margin-top: 90px;
				
			}
			.conent .item>div{
				text-align: left;
				margin-bottom: 10px;
				text-indent: 2em;
			}
			.top .cur {
				/* background-color: skyblue; */
				color: #ff1f85;
				border-bottom: 3px solid #ff1f85;
			}
			#top-2 li:hover a{
				color: #ff1f85;
			}
			.curent {
				display: block !important;
				/* transition: all .8s ease; */
				/* opacity: 1 !important; */
			}

			.item {
				/* position: absolute; */
				/* opacity: 0; */
				display: none;

			}
			.item-title{
				color: #ff1f85;
				font-weight: 500;
			}
			.item-img{
				display: flex;
				justify-content: space-between;
				padding: 20px;
				border: 1px solid #e5e5e5;
				margin-top: 100px;
			}