<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{margin:0;padding:0}
.uicTimeTable{width:1000px;height:auto;font-family:"Microsoft YaHei";color:#666666}
.uicTimeTable .uicTitle{width:996px;height:40px;border:1px solid #dbdbdb;border-bottom:0;line-height:40px}
.uicTimeTable  .uicTitle em{color:red;padding:0 5px;font-size:18px;width:auto; float:left;}
.uicTimeTable  .uicTitle p{float:left;font-size:12px;width:400px;margin:0;}
.uicTimeTable  .uicTitle ul{float:right;width:auto;height:100%;padding-right:12px}
.uicTimeTable  .uicTitle ul li{float:left;width:auto;height:100%;font-size:12px;list-style-type:none;margin:0 9px}
.uicTimeTable .uicTitle s{width:14px;height:14px;background:url("../images/select.png") no-repeat center #e6ffeb;border:1px solid #15d201;display:block;float:left; margin-right:10px; margin-top:11px}
.uicTimeTable .uicContent{width:100%;height:auto;clear:both}

.uicContent .TimeTableLeft{width:100px;height:auto;float:left}
.uicContent .TimeTableRight{width:897px;height:auto;float:left;border-right:1px solid #dbdbdb;overflow-x: hidden;overflow-y: hidden;position: relative;}

.TimeTableLeft table{width:100%;height:auto;border:1px solid #dbdbdb;font-size:14px ;border-right:0;border-spacing: 0;
border-collapse: collapse;font-weight:normal;}

.TimeTableLeft table  th{width:	101px;height:63px;border:1px solid #dbdbdb;border-right:0;border-left:0;font-weight:normal;}
.TimeTableLeft table  tr.defaultTh{cursor: pointer;}

.TimeTableLeft table  th span{display:block;font-style:normal;}
.TimeTableLeft table  th em{display:block;font-style:normal;color:#ff0000}
.TimeTableLeft table .firstTH th{height:58px;}
.TimeTableLeft table .firstTH th em{color:#666666}
.TimeTableRight table{width:auto;height:auto;font-size:14px;border-spacing: 0;border-collapse: collapse;table-layout: fixed;}
.TimeTableRight table  td{width:63px;min-width:63px;height:63px;text-align:center;border:1px solid #dbdbdb;border-right:0;}
.TimeTableRight table .firstTD td{height:58px;border-right:0;}
.TimeTableRight table .firstTD td span{ display:block;width:auto;height:auto}

.TimeTableRight table  td em{font-style:normal;}
.TimeTableRight table  td span{width:100%;height:100%;}
.TimeTableRight table  td.default{cursor: pointer;}
.TimeTableRight table  td.selected {position: relative;}
.TimeTableRight table  td.selected span{background:url("../images/selectTd.png") no-repeat bottom #e6ffeb;width:100%;height:63px;display:block;line-height: 63px;vertical-align: middle;left: -1px;position: absolute;border:1px solid #1cd209;top: -1px;}
</pre></body></html>