/***表格**/
.table-m1{font-weight:bold;color:#d73d00;height:30px;line-height:30px;}
.m1-table {line-height:1.2;border-color: #c5c5c5;
width:100%;
-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.m1-table thead th,.m1-table thead td {background:#f0f0f0;color:#005ebc; border-color: #c5c5c5;vertical-align: top;}
.m1-table tbody th,.m1-table tbody td {background:#FFF;color: #000; border-color: #c5c5c5;}

.m1-table td:last-child{vertical-align: middle;}
.m1-table td:nth-last-child(2){vertical-align: middle;;text-align:center}
.m1-table td:nth-last-child(3){vertical-align: middle;}
.m1-table td:nth-last-child(4){vertical-align: middle;;text-align:center}

.table-wz td:nth-child(1){width:150px;}
.table-wz td:nth-child(2){width:230px;}
.table-wz td:nth-child(3){width:120px;}
.table-wz td:nth-child(4){}
.table-wz td:nth-child(5){width:50px;}
.table-wz td:nth-child(6){width:120px;}

.m1-table tfoot th,.m1-table tfoot td {background:#fffffb;color: #000; border-color: #c5c5c5;}

@media screen and (max-width: 500px) {
	  .table>:not(caption)>*>*{padding:5px} 
}



/***折叠面板**/
.foldpanel {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
width: 100%;
border-bottom: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;}
.foldpanel dt,.foldpanel dd{border-bottom: 0px solid #ccc;margin:0px;}
.foldpanel dd table{margin-top:4px}
.foldpanel dt {
background: rgb(255, 250, 232);
cursor: pointer;
padding: 8px 4px;
font-size: 16px;
font-weight: bold;
padding-left: 10px;
border: 1px solid #ecdfcc;}
.foldpanel a {
display: block;
line-height: 30px;
padding-left: 30px;
background-color: #FBF0D2;
transition:all .7s ease 0s;
}
.foldpanel a:hover{color: #fff;background-color: #D79B80}

#my-foldpanel dd {display: none;}
.foldpanel dt.active {color:#b3355e;}