.tab_menu{
	background-color: white;
	width: 100%;
	border-bottom: 1px solid #f6f6f6;
}
.theCenter2{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	height: 60px;
	align-items: center;
}
.textLink{
	flex: 1;
	text-align: center;
	border-left: 1px solid #d5d5d5;
	font-size: 13px;
	color: #555;
	cursor: pointer;
}
.textLink:nth-child(1){
	border-left: none;
}
.selected{
	color: #0054ff;
}
.solutionMiddle2 {
	width: 100%;
	padding-bottom: 60px;
	background: #022644;
}
.tab_box{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.look:not(:first-child){
	display: none;
}