body {
    font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    /* color: #4f6b72; */
    /* background: #93b5cf; */
    color: #eef7f2;
    /* background-image:url("https://ll.beaa.cn/Picture/%E5%B1%B1%E5%B3%A6.jpg"); */
    /* background-image:url("https://pic.downk.cc/item/5f31f39714195aa5947085dd.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

/* 表格左上角(首行首个) */
table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

/* 表格右上角(首行末个) */
table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

/* 表格左下角(末行首个) */
table tr:last-child th:first-child , table tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}

/* 表格右下角(末行末个) */
table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

a {
    /* color: #c75f3e; */
    color: #fa7e23;
}

#mytable {
    width: 700px;
    padding: 0;
    margin: 0;
}

heading {
    padding: 0 0 5px 0;
    width: 700px;
    font: 32px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

caption {
    padding: 0 0 5px 0;
    width: 700px;
    font: 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

summary{
    padding: 0 0 5px 0;
    width: 700px;
    font: 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

table {
    width: 700px;
}

th {
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA no-repeat;
}

th.nobg {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    background: #E6EAE9;
}

td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    font-size: 11px;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;

}

td.alt {
    background: #F5FAFA;
    color: #797268;
}

th.spec {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #fff no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #f5fafa no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #797268;
}

#Announcement th,#Announcement th.nobg,#Announcement td,#Announcement td.alt,#Announcement th.spec,#Announcement th.specalt {
    font: 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #2c3a3d;
}

html>body td {
    font-size: 11px;
}