.table-wrapper{
    margin: 0px;
    box-shadow: 0px 10px 10px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
	table-layout:fixed;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
	width:14.28%;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th{
    color: #ffffff;
    background: #009ad6;
}

.fl-table thead th span{
    color: #ffffff;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #145b7d;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}
#tablehead{
	border-top: 1px solid #f8f8f8;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
}
.fl-table td .day {
	height:30px;
	line-height:30px;
}

.fl-table td .on {
    background: url(../images/sign_have.gif) no-repeat center;
}
.fl-table td .today,.fl-table td .holiday{
    color:red;
}
.fl-table td .holiday{
	width:100%;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;	
}

.fl-table td .lunar{
    color:blue;
}
.fl-table .repairlist{
	width:100%;
}
.fl-table .repairlist li{
	width:25%;
	height:25px;
	line-height:25px;
	float:left;
}
.fl-table .repairlist li a{
	color:blue;
}	
.w480,.w720{
	display:none;
}
@media (max-width:720px) {
	.w720{display:block;}
	.week{display:none;}
}
@media (max-width:480px) {
	.w480{display:block;}
	.w720{display:none;}
	.week{display:none;}
}
/* tblist */
.signtb.cl, .signtb.cl ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#tblist {
    width: 100%;
    background-color: #f8f9fa;
    border-radius: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
#tblist ul {
    display: flex;
    flex-wrap: wrap; /* 支持响应式换行 */
    border-bottom: 1px solid #dee2e6;
}
#tblist li {
    flex: 0 0 auto;
    position: relative;
}
#tblist li a {
    display: block;
    padding: 8px 10px;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: all 0.3s ease;
}
#tblist li:not(.a) a:hover {
    color: #0d6efd;
    background-color: #e9ecef;
}
#tblist li.a {
    background-color: #ffffff;
}

#tblist li.a a {
    color: #0d6efd;
    font-weight: 500;
}
#tblist li.a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0d6efd;
    border-radius: 3px 3px 0 0;
}