@charset "utf-8";
.tabbox {
    width: 100%;    border-radius: 20px;
    overflow: hidden;
	height: auto;
	float:left;
    padding: 0; 	
    border: 1px solid #ccc;
}
.tabmenu {
	width: 100%;
	float:left;
	height:80px;
}
.tabmenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.tabmenu li {
	float:left;
	display:block;
	width:33.33%;
	text-align:center;
	height:80px;
	overflow:hidden;
	line-height:80px;
	color:#333;
	display:inline;
	font-size:16px;
    background: #f6f6f6;
}
.tabmenu .cli {
	float:left;
	display:block;
	width:33.33%;
	text-align:center;
	height:80px;
	overflow:hidden;
	line-height:80px;
	color:#333;
    font-weight: 600;
	display:inline;
	font-size:16px;
	cursor:pointer;
    background: #e9f6fe;
    border:1px solid #fff;
}
#tabcontent {
	width:100%;
	float:left;
	background-color:#fff;
}
#tabcontent ul {
	margin:0;
	padding:15px;
	list-style-type: none; min-height:500px;
}
#tabcontent .hidden {
	display:none;
}
@media (max-width: 996px){
	.mgl-15 { margin:0px; padding:0px !important}
	.tabbox { margin:0 10px; width:calc(100% - 20px)}
	#tabcontent ul { min-height:auto}

	}