* {
	margin: 0;padding: 0;
}
.container, .container2 {
	width: 100%;
padding: 0;margin: 0

}
.top_menu, .top_menu2 {
	width: 100%;

	display: flex;
	text-align: center;
	margin-top: .3rem;
	font-size: 0.6rem;
}
.common, .common2 {
	width: 25%;justify-content: center
}
.ul, .ul2{
	width: 100%;
	height: 4rem;
	position: relative;
	overflow-x:hidden ;margin-top: .3rem;
}
.bottom_content, .bottom_content2 {

	width: 500%;
	display: flex;
	transition: all .5s ease;
	position: absolute;
	top: 0;
	left: 0%;


}
.body_1, .body_12 {
	width: 100%;
	text-align: center;
	font-size: 0.26rem;box-sizing: border-box;
	background-color: white;
}
.liactive, .liactive2 {
	border-bottom: 0;
}
