.tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;position: relative;z-index: 0;
}

.tabs li {
	float: left; width:33.33%; padding:10px;
}

.two li {
	width:50%; 
}
.table-wrapper {
            width: 100%;
            overflow-x: auto;
            overflow-y: visible;
            -webkit-overflow-scrolling: touch; /* iOS 平滑滚动 */
            background-color: #fff;
            position: relative;
        }

        /* 可选：滚动阴影提示（仅在可滚动时显示） */
        .table-wrapper.scrollable {
            background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)),
                        linear-gradient(to right, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
            background-repeat: no-repeat;
            background-size: 40px 100%, 40px 100%;
            background-position: left center, right center;
            background-attachment: local, local;
        }
.table-wrapper::-webkit-scrollbar {
            height: 6px;
        }

        .table-wrapper::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .table-wrapper::-webkit-scrollbar-thumb {
            background: #c1c1c1;
            border-radius: 10px;
        }

        .table-wrapper::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

.tabs a {
float: left;
    position: relative;
    background-color: #003e7e;
    padding: 10px;
    display: block;
    width: 100%; font-size:18px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    opacity: .3;
    filter: alpha(opacity = 30);
    border-radius: 5px;
}

.tabs a:hover,.tabs a:focus {
	border-bottom-color: #2ac7e1;
	opacity: 1;
	filter: alpha(opacity =       100);
}

.tabs a:focus {
	outline: 0;
}

.tabs .current {
	z-index: 3;
	border-bottom-color: #3d3d3d;
	opacity: 1;
	filter: alpha(opacity =       100);
	background-color: #b2d829;
}

.content {
	background: #eceff3; margin:10px; padding:30px;text-align: left;
}
.biaoge{ 
            width: 100%;
            min-width: 700px; /* 确保表格内容足够宽，触发滚动 */
            border-collapse: collapse;
            font-size: 14px;
            background-color: #fff;
        }
.content h2,.content h3,.content p {
	margin: 0 0 15px 0;
}
.content h5{    font-size: 24px;
    color: #003e7e;
    margin-bottom: 15px;
    line-height: 24px;
    text-align: left;
    font-weight: bold;}
	
.biaoge thead th{color: #fff; background-color: #4b4f54;padding: 10px 25px;font-size: 16px;font-weight: 600;}
.biaoge tbody td{font-size: 16px; color:#111111;border: 0;padding: 6px 25px;}
.you{ background-color:#f9f9f9;}

.column-15{ width:15%;}
.column-10{ width:10%;}
.column-20{ width:20%; float:left;}
.column-30{ width:30%;}
.column-60{ width:60%;}
.column-70{ width:70%;}
.column-80{ width:80%; float:left;}
.column-100{ width:100%;}
@media only screen and (max-width:1024px){.tabs a{font-size: 13px; line-height:30px;}}