<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title>Ͷ</title>
    <style type="text/css">
  	body {
            margin: 1px;
        }
        table {
            border-collapse: collapse;
            border: none;
            width: 100%;
            border-color: #0595fe;
        }

        a {
            text-decoration: none;
        }

            a:hover {
                color: #f00;
                text-decoration: underline;
            }

        td {
            border: solid #0094ff 1px;
        }

        th {
            border: solid #0094ff 1px;
        }

        .tab_title {
            font: 16px/1.5 "Microsoft Yahei",sans-serif;
            font-weight: bold;
            text-align: center;
            background: #2aa9fc;
        }

        .tab_row {
            font: 14px/1.5 "Microsoft Yahei",sans-serif;
            text-align: center;
            background: #e4f4fc;
        }

        .tab_rowleft {
            font: 14px/1.5 "Microsoft Yahei",sans-serif;
            text-align: left;
            background: #e4f4fc;
        }
 	.tab_rowstar {
            font: 18px/1.5 "Microsoft Yahei",sans-serif;
            text-align: center;
            background: #e4f4fc;
	    color: red;
        }

        .tab_tr_empty {
            height: 1px;
        }

        .tab_td1 {
            width: 10%;
        }

        .tab_td2 {
            width: 8%;
        }

        .tab_td3 {
            width: 45%;
        }

        .tab_td4 {
            width: 10%;
        }

        .tab_td5 {
            width: 27%;
        }
    </style>
</head>
<body>
    
    <table>
        <tr class="tab_title">
            <td class="tab_td1"></td>
            <td class="tab_td2">Ҫ</td>
            <td class="tab_td3">¼</td>
            <td class="tab_td4">Ӱ</td>
            <td class="tab_td5">Ƽ</td>
        </tr>
      

        {$content}
       

    </table>

</body>
</html>


