/* ---reset.css--- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ---reset.css--- */

::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar {
    width: 12px;
    background-color: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #C90;
}

html {
    font-family: "微軟正黑體", Arial;
    font-size: 16px;
    -webkit-text-size-adjust: none;
}

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

    * a:link,
    * a:visited {
        text-decoration: none;
    }

    * a:hover,
    * a:active {
        text-decoration: none;
    }

.clear {
    clear: both;
}

@font-face {
    font-family: GOTHIC;
    src: url(../fonts/GOTHIC.TTF);
}

@media all {
    .lightbox {
        display: none;
    }

    .fl-page .jumbotron {
        margin-top: 2em;
    }

    .fl-page .doc {
        margin: 2em 0;
    }

    .fl-page .btn-download {
        float: right;
    }

    .fl-page .btn-default {
        vertical-align: bottom;
    }

    .fl-page .btn-lg span {
        font-size: 0.7em;
    }

    .fl-page .footer {
        margin-top: 3em;
        color: #aaa;
        font-size: 0.9em;
    }

        .fl-page .footer a {
            color: #999;
            text-decoration: none;
            margin-right: 0.75em;
        }

    .fl-page .github {
        margin: 2em 0;
    }

        .fl-page .github a {
            vertical-align: top;
        }

    .fl-page .marketing a {
        color: #999;
    }
    /* override default feather style... */
    .fixwidth {
        background: rgba(256, 256, 256, 0.8);
    }

        .fixwidth .featherlight-content {
            width: 500px;
            padding: 25px;
            color: #fff;
            background: #111;
        }

        .fixwidth .featherlight-close {
            color: #fff;
            background: #333;
        }
}

@media(max-width: 768px) {
    .fl-page h1 span {
        display: block;
    }

    .fl-page .btn-download {
        float: none;
        margin-bottom: 1em;
    }
}


/* --電腦版型------------------------------------- */

body.homeBG {
    text-align: center;
}

.homeBGImg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
}


.fL {
    float: left;
}

.fR {
    float: right;
}

.homelogo {
    background: url(../images/logoBG.png) repeat-x center top;
    width: 580px;
    text-align: left;
    margin-top: 80px;
    float: left;
}

    .homelogo img {
        width: 100%;
        display: block;
        margin-top: -41px;
    }

.login {
    border: #d4ac38 1px solid;
    padding: 0 30px;
    position: relative;
    width: 340px;
    float: right;
    box-shadow: rgb(50 50 50) 2px 2px 9px;
}

    .login p {
        color: #fff;
        font-size: 50px;
        text-shadow: rgb(80 80 80) 4px 5px 6px;
    }

    .login img.logintitle {
        margin: -30px auto 20px auto;
        display: block;
        background: white;
        width: 60px;
        border-radius: 50px;
    }

ul.loginlist {
    text-align: left;
}

    ul.loginlist li {
        display: block;
        border-bottom: #fff 1px solid;
        margin-bottom: 15px;
        color: #fff;
    }

        ul.loginlist li:last-child {
            border: none;
        }

        ul.loginlist li input[type=text],
        ul.loginlist li select,
        ul.loginlist li input[type=password] {
            color: #fff;
            font-size: 20px;
            font-family: "微軟正黑體";
            font-weight: bold;
            background: none;
            border: none;
            text-align: left;
            width: 230px;
        }

input[type=submit].login {
    border: none;
    cursor: pointer;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #2e4454;
    margin: 0 auto -30px auto;
    width: 100%;
    display: block;
}

.blue {
    background: #304757;
    color: #fff;
}

a.forgetPW {
    background: url(../images/icon_Q.png) no-repeat left center;
    font-size: 18px;
    color: #fff;
    display: block;
    float: right;
    padding: 0 0 0 30px;
    height: 30px;
    line-height: 30px;
}

    a.forgetPW:hover {
        color: #d4ac38;
    }

header {
    width: 100%;
    padding: 0 2%;
    height: 92px;
    background: url(../images/bgInpage.jpg) repeat-y center top;
    position: relative;
}

    header img {
        position: absolute;
        left: 2%;
        bottom: 0;
    }

#title {
    background: #f4f3eb;
    width: 100%;
    padding: 30px 2%;
    color: #2a3e4e;
    font-size: 20px;
}

    #title b {
        border-left: #ead69e 7px solid;
        font-size: 32px;
        font-weight: bold;
        padding: 0 0 0 15px;
        float: left;
    }

a.logout {
    display: inline-block;
    float: right;
    background: url(../images/icon_Logout.png) no-repeat right top;
    height: 25px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 35px 0 0;
    line-height: 25px;
    color: #b7c1c8;
    margin-top: 45px;
}

    a.logout:hover {
        background: url(../images/icon_Logout.png) no-repeat right bottom;
        color: #d3ac38;
    }

a.teach {
    display: inline-block;
    float: right;
    background: url(../images/icon_Teach.png) no-repeat right top;
    height: 25px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 35px 0 0;
    line-height: 25px;
    color: #b7c1c8;
    margin: 45px 20px 0 0;
}

    a.teach:hover {
        background: url(../images/icon_Teach.png) no-repeat right bottom;
        color: #d3ac38;
    }

article {
    width: 100%;
}

    article.home {
        width: 920px;
        margin: 200px auto 100px auto;
    }

ul.menuBar {
    background: url(../images/arrow_title.png) no-repeat center top;
    padding: 40px 0;
    border-right: #eef0f1 1px solid;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: 120px;
    float: left;
}

    ul.menuBar li {
        display: block;
        height: 90px;
        margin-bottom: 10px;
    }

        ul.menuBar li a {
            color: #969fa6;
            padding-top: 70px;
            width: 100%;
            display: block;
        }

            ul.menuBar li a.home {
                background: url(../images/icon_Home.png) no-repeat center top;
            }

            ul.menuBar li a.check {
                background: url(../images/icon_NowCheck.png) no-repeat center top;
            }

            ul.menuBar li a.history {
                background: url(../images/icon_HistoryCheck.png) no-repeat center top;
            }

            ul.menuBar li a.setup {
                background: url(../images/icon_Setup.png) no-repeat center top;
            }

            ul.menuBar li a.user {
                background: url(../images/icon_Maintain.png) no-repeat center top;
            }

            ul.menuBar li a.maintain {
                background: url(../images/icon_System.png) no-repeat center top;
            }

            ul.menuBar li a.self {
                background: url(../images/icon_CheckSelf.png) no-repeat center top;
            }

            ul.menuBar li a.export {
                background: url(../images/icon_Export.png) no-repeat center top;
            }

            ul.menuBar li a.click,
            ul.menuBar li a.click:hover,
            ul.menuBar li a.click:hover,
            ul.menuBar li a.click:hover,
            ul.menuBar li a.click:hover,
            ul.menuBar li a.click:hover,
            ul.menuBar li a.click:hover,
            ul.menuBar li a.click:hover {
                border-right: #d4ac38 6px solid;
                color: #d4ac38;
                background-position: center -92px;
                padding-top: 70px;
            }

            ul.menuBar li a.home:hover,
            ul.menuBar li a.check:hover,
            ul.menuBar li a.history:hover,
            ul.menuBar li a.setup:hover,
            ul.menuBar li a.user:hover,
            ul.menuBar li a.maintain:hover,
            ul.menuBar li a.self:hover {
                color: #2a3e4e;
                background-position: center -92px;
            }

#mainCon {
    width: auto;
    margin: 0 0 0 160px;
    padding: 50px 2% 50px 0;
}

h1 {
    color: #333;
    font-weight: bold;
    font-size: 26px;
    display: block;
    margin-bottom: 30px;
}

/* -- 滑動頁籤 -- */
.abgne_tab {
    position: relative;
    display: block;
}

    .abgne_tab ul.tabs {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: -10px;
    }

        .abgne_tab ul.tabs li {
            display: inline-block;
            margin: 0;
            cursor: pointer;
            color: #ccc;
            font-size: 13px;
            font-weight: bold;
            width: auto;
            text-align: center;
            line-height: 22px;
            padding: 0 10px;
            display: flex;
            background: #fff;
            border-left: #CCC 1px solid;
            margin-bottom: 10px;
        }

            .abgne_tab ul.tabs li.active {
                color: #000;
                border: none;
                background: #fff;
                border-left: #CCC 1px solid;
            }

div.tab_container {
    width: 100%;
    position: relative;
}

    div.tab_container .tab_content {
        padding: 0;
    }

/* -- 滑動頁籤 -- */
.abgne_tab2 {
    position: relative;
    display: block;
}

    .abgne_tab2 ul.tabs2 {
        width: 100%;
        border-bottom: #3f7a7a 1px solid;
        background: #f8f8f8;
        display: flex;
        align-items: center;
    }

        .abgne_tab2 ul.tabs2 li {
            display: inline-block;
            margin: 0;
            cursor: pointer;
            color: #2a3e4e;
            font-size: 16px;
            font-weight: bold;
            width: auto;
            text-align: center;
            line-height: 22px;
            border-top: #f8f8f8 3px solid;
            padding: 10px;
            display: flex;
            align-items: center;
            align-self: stretch;
        }

            .abgne_tab2 ul.tabs2 li.active {
                color: #fff;
                background: url(../images/bgBookmark.jpg) repeat-y center top;
                background-size: 100%;
                border: none;
                border-top: #d4ac38 3px solid;
                padding: 10px;
            }

div.tab_container2 {
    width: 100%;
    position: relative;
}

    div.tab_container2 .tab_content2 {
        padding: 0;
    }

 img.Histogram {
     width: auto;
     max-width: 90%;
     display: block;
     margin: 20px auto 90px auto;
    
}


/* -- 篩選資料區 -- */

#filter,
.filterNew {
    margin: 25px 0 41px 0;
    width: 100%;
}

    #filter b {
        display: inline-block;
        margin: 0 15px 0 0;
    }

.searchZone {
    padding: 10px;
    font-size: 18px;
    color: #000;
    border: #dfdfdf 1px solid;
    margin: 0 10px 0 0;
    width: auto;
    display: inline-block;
}

ul.Data a:not(.nocss),
input[type=button] {
    background: #dfdfdf;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    color: #000;
    border: none;
    cursor: pointer;
    margin: 0 10px 0 0;
    font-family: "微軟正黑體";
    outline: none;
    font-weight: normal;
}

    ul.Data a:hover:not(.nocss),
    input[type=button]:hover {
        background: #333;
        color: #dfdfdf;
    }

input[type=text],
input[type=password],
input[type=date],
select {
    padding: 10px;
    font-size: 18px;
    color: #000;
    border: #dfdfdf 1px solid;
    margin: 0 10px 10px 0;
    font-family: "微軟正黑體";
    outline: none;
}

input[type=date] {
    width: 100%;
}

input[type=number] {
    padding: 10px 5px;
    font-size: 18px;
    color: #000;
    border: #dfdfdf 1px solid;
    margin: 0 10px 10px 0;
    font-family: "微軟正黑體";
    outline: none;
    width: 90px;
}

input[type=text].wide {
    wdith: 60%;
}

input[type=text].search {
    border: none;
    padding: 0;
    margin: 0;
}

input[type=button].searchicon {
    background: url(../images/icon_Search.png) no-repeat center center;
    width: 22px;
    height: 21px;
    outline: none;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}

ul.Data a.del {
    background: url(../images/icon_cancel.png) no-repeat left top;
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 23px;
    height: 30px;
    line-height: 30px;
    color: #666;
    width: 60px;
    margin: 0 10px 0 0;
    position: relative;
    float: left;
}

ul.Data a.edit {
    background: url(../images/icon_edit.png) no-repeat left top;
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 23px;
    height: 30px;
    line-height: 30px;
    color: #666;
    width: 60px;
    margin: 0 10px 0 0;
    position: relative;
    float: left;
}

ul.Data a.info {
    background: url(../images/icon_info.png) no-repeat left top;
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 23px;
    height: 30px;
    line-height: 30px;
    color: #666;
    width: 60px;
    margin: 0 10px 0 0;
    position: relative;
    float: left;
}

    ul.Data a.del:hover,
    ul.Data a.edit:hover,
    ul.Data a.info:hover {
        background-position: left bottom;
        color: #2a3e4e;
    }

ul.Data a.trlink {
    background: none;
    text-align: left;
    padding: 0;
    font-size: inherit;
    margin: 0;
}

    ul.Data a.trlink:hover {
        color: #2a3e4e;
    }


/* -- 評鑑狀態 -- */

.check-good {
    font-size: 16px;
    background: url(../images/icon_good.png) no-repeat left center;
    display: inline-block;
    color: #d2a41c;
    margin: 0 10px 0 0;
    padding: 10px 10px 10px 25px;
}

.check-end {
    font-size: 16px;
    background: url(../images/icon_finish.png) no-repeat left center;
    display: inline-block;
    color: #999;
    margin: 0 10px 0 0;
    padding: 10px 10px 10px 25px;
}

.check-none {
    font-size: 16px;
    background: url(../images/icon_none.png) no-repeat left center;
    display: inline-block;
    color: #2a3e4e;
    margin: 0 10px 0 0;
    padding: 10px 10px 10px 25px;
}

.check-bad {
    font-size: 16px;
    background: url(../images/icon_bad.png) no-repeat left center;
    display: inline-block;
    color: #c00;
    margin: 0 10px 0 0;
    padding: 10px 10px 10px 25px;
}

.check-warn {
    font-size: 16px;
    background: url(../images/icon_warn.png) no-repeat left center;
    display: inline-block;
    color: red;
    margin: 0 10px 0 0;
    padding: 10px 10px 10px 25px;
}

.check-ok {
    font-size: 16px;
    background: url(../images/icon_ok.png) no-repeat left center;
    display: inline-block;
    color: #ecc404;
    margin: 0 10px 0 0;
    padding: 10px 10px 10px 25px;
}

ul.Data a.check-now {
    font-size: 16px;
    background: #2a3e4e;
    display: inline-block;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 10px;
}

ul.Data a.preprocessing {
    font-size: 16px;
    background: rgb(255, 198, 0);
    display: inline-block;
    color: rgb(42, 62, 78);
    margin: 0 10px 0 0;
    padding: 10px;
}

.badScore {
    color: #C00;
}


/* -- 表格資料 -- */

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

ul.Data {
    display: block;
    margin: 1em 0;
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.thead {
    display: block;
    width: 100%;
    border-top: #d4ac38 2px solid;
    border-bottom: #f3e7c5 1px solid;
    color: #d4ac38;
}

ol.tr {
    display: block;
    width: 100%;
    border-bottom: #999 1px dotted;
}

.tbody {
    display: block;
    width: 100%;
}

.show {
    background: #fcfaf3;
    padding: 15px
}

ol.tr li {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px;
    width: 10%;
    vertical-align: top;
    line-height: 24px;
}

    ol.tr li.w40 {
        width: 40%;
    }

    ol.tr li.w15 {
        width: 15%;
    }

    ol.tr li.w10 {
        width: 10%;
    }

    ol.tr li.w30 {
        width: 30%;
    }

    ol.tr li.w20 {
        width: 20%;
    }

    ol.tr li.w25 {
        width: 25%;
    }

    ol.tr li.w5 {
        width: 5%;
    }

.thead li {
    font-weight: bold;
    display: table-cell;
    padding: 20px 10px;
    font-size: 18px;
    border: none;
    vertical-align: top;
}

ul.DataS {
    display: block;
    margin: -16px auto 0 auto;
    border-collapse: collapse;
    border: none;
}

    ul.DataS .thead {
        display: block;
        width: 100%;
        background: #dab956;
        color: #fff;
        border-top: none;
    }

ol.tr {
    display: block;
    width: 100%;
    border-bottom: #999 1px dotted;
}

ul.DataS ol.tr:last-child {
    display: block;
    width: 100%;
    border-bottom: #d4ac38 1px solid;
}

.tbody {
    display: block;
    width: 100%;
}

ul.DataS li.thead ol.tr li {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 10px;
    line-height: 22px;
    vertical-align: top;
}

ul.DataS li.tbody ol.tr li {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 25px;
    vertical-align: top;
}


/*--ul.DataS .thead li { font-weight: bold; display: table-cell; padding: 15px 10px; font-size:18px; border:none;}--*/

ul.DataS a:not(.nocss) {
    background: #dfdfdf;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    color: #000;
    border: none;
    display: block;
    margin-bottom: 10px;
    width: 120px;
    font-weight: normal;
}

    ul.DataS a:hover:not(.nocss) {
        background: #333;
        color: #dfdfdf;
    }

ul.set {
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.DataS li.tbody ol.tr li ul.set li {
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
}

ul.set > li > b {
    white-space: nowrap;
    display: inline-block;
    min-width: 50%;
    margin: 0;
    padding: 0;
}

input[type=text].score {
    padding: 5px 10px;
    font-size: 18px;
    color: #000;
    border: #dfdfdf 1px solid;
    margin: 0 10px 0 10px;
    font-family: "微軟正黑體";
    outline: none;
    display: inline-block;
    width: 55px;
}


/* -- 篩選選單 -- */

ul.menu {
    width: 100%;
    padding: 30px;
    z-index: 99999;
    background: #Fff;
}

    ul.menu img {
        width: auto;
    }

    ul.menu li {
        display: block;
        margin: 0 0 20px 0;
        width: 100%;
    }

        ul.menu li b a {
            display: block;
            font-size: 18px;
            color: #333;
            font-weight: bold;
            margin-bottom: 10px;
        }

        ul.menu li input[type=text],
        ul.menu li select {
            border: #c3244c 1px solid;
            padding: 10px;
            font-size: 18px;
            font-family: "微軟正黑體";
            outline: none;
            width: 100%;
        }

    ul.menu .title a {
        color: #bf1641;
        font-size: 24px;
        font-weight: bold;
        padding: 0 0 20px 0;
        margin-bottom: 10px;
        border-bottom: #F0F0F0 1px solid;
        display: block;
    }

.cm-support-accordion__list {
    margin: -16px 0 0 0;
    padding: 0;
}

a.del {
    float: right;
    background: url(../images/icon_Del.png) no-repeat left center;
    padding: 0 0 0 20px;
    height: 19px;
    font-size: 13px;
    color: #333;
}

    a.del:hover {
        color: #bf1641;
    }

a.moremenu {
    border-top: #F0F0F0 1px solid;
    text-align: center;
    font-size: 18px;
    width: 100%;
    padding: 15px 0 5px 0;
    background: url(../images/icon_Arrow.png) no-repeat center top;
    display: block;
    color: #bf1641;
    font-weight: bold;
    margin-top: 20px;
}

    a.moremenu:hover {
        color: #4073b2;
    }


/* -- layerup -- */

ul.datalist {
    width: 100%;
    background: #eef0f2;
    border: #CCC 1px solid;
    padding-bottom: 20px;
    text-align: center;
}

    ul.datalist li {
        padding: 0 15px 15px 15px;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        position: relative;
        width: 100%;
    }

        ul.datalist li label {
            display: inline-block;
            margin: 0 10px;
            cursor: pointer;
            width: 75%;
        }

            ul.datalist li label.S {
                width: 32%;
            }

            ul.datalist li label.SS {
                width: auto;
                margin-bottom: 10px;
            }

        ul.datalist li b {
            font-weight: normal;
            font-size: 15px;
            color: #666;
            vertical-align: top;
            width: 20%;
            display: inline-block;
            white-space: nowrap;
        }

        ul.datalist li.alert {
            background: url(../images/icon_aleart.png) no-repeat center top;
            font-size: 30px;
            line-height: 36px;
            font-weight: bold;
            color: #436272;
            text-align: center;
            padding-top: 85px;
            margin: 10px 0 15px 0;
        }

        ul.datalist li label input[type=text],
        ul.datalist li label input[type=password] {
            width: 100%;
            display: inline-block;
        }

.title {
    font-size: 24px;
    font-weight: bold;
    background: #2a3e4e;
    color: #d4ac38;
    display: block;
    padding: 15px;
    margin-bottom: 15px;
}

input[type=radio] {
    display: inline-block;
    margin: 0 10px 0 0;
}

textarea {
    padding: 10px;
    font-size: 18px;
    color: #000;
    border: #dfdfdf 1px solid;
    margin: 10px 0;
    font-family: "微軟正黑體";
    outline: none;
    width: 100%;
    display: block;
}

input[type=reset] {
    background: #dfdfdf;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    color: #000;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    font-family: "微軟正黑體";
    outline: none;
    font-weight: normal;
    display: inline-block;
}

    input[type=reset]:hover {
        background: #333;
        color: #dfdfdf;
    }

input[type=submit] {
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    font-family: "微軟正黑體";
    outline: none;
    font-weight: normal;
    display: inline-block;
    background: #ffc600;
    color: #2a3e4e;
}

    input[type=submit]:hover {
        background: #2a3e4e;
        color: #ffc600;
    }

a.delete {
    background: url(../images/icon_cancel.png) no-repeat right top;
    display: block;
    font-size: 16px;
    padding: 0 26px 0 0;
    position: absolute;
    right: 15px;
    height: 30px;
    line-height: 30px;
    top: 0;
    color: #666;
}

    a.delete:hover {
        background: url(../images/icon_cancel.png) no-repeat right bottom;
        color: #2a3e4e;
    }


/* -- 評鑑分數區 -- */

#Score {
    margin: 25px 0 41px 0;
    width: 100%;
}

h2 {
    font-size: 22px;
    font-weight: bold;
}

ul.scoreDetail {
    width: 100%;
    margin: 20px 0 0 0;
}

    ul.scoreDetail > li {
        display: inline-block;
        border-left: #C90 1px solid;
        font-size: 45px;
        padding: 10px 15px;
        font-weight: bold;
        text-align: center;
        height: 85px;
        vertical-align: top;
        color: #d4ac38;
    }

        ul.scoreDetail > li > b {
            display: block;
            font-size: 16px;
            margin-bottom: 5px;
            color: #333;
        }

        ul.scoreDetail > li > dl.screrlist {
            width: auto;
            margin-top: -10px;
        }

        ul.scoreDetail > li > ul.screrlist {
            width: auto;
            margin-top: -10px;
            font-size: initial;
        }
        
            ul.scoreDetail > li > dl.screrlist > dt {
                font-size: 18px;
                margin: 0 10px 5px 0;
                width: auto;
                text-align: left;
                display: inline-block;
                float: left;
            }

                ul.scoreDetail > li > dl.screrlist > dt > b {
                    width: 80px;
                    display: inline-block;
                    color: #333;
                    font-size: 15px;
                }

/*ul.scoreDetail > li > dl.screrlist > dt:last-child {
                    margin: 0;
                }*/

.mark-Y {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    letter-spacing: -1px;
    text-align: center;
    border-radius: 60px;
    color: #FFF;
    display: block;
    background: #d4ac38;
    margin-top: -5px;
}

.mark-N {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    letter-spacing: -2px;
    text-align: center;
    border-radius: 60px;
    color: #000;
    display: block;
    background: #efefef;
    margin-top: -5px;
}

.grade {
    font-size: 13px;
    color: #000;
    display: inline-block;
    margin: 0 10px 10px 0;
    text-align: center;
    padding: 10px 5px;
    border: #CCC 1px solid;
    min-width: 75px;
}

.choice {
    background: #d4ac38;
    color: #fff;
    border: #d4ac38 1px solid;
}

ul.Data a.action,
ul.DataS a.action {
    background: #dfdfdf;
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
    color: #000;
    border: none;
    margin: 0 0 10px 0;
    font-weight: normal;
    display: block;
    width: 100px;
}

    ul.Data a.action:hover,
    ul.DataS a.action:hover {
        background: #333;
        color: #dfdfdf;
    }

textarea.message {
    float: left;
    margin: 0 3% 0 0;
    width: 40%;
}

.show {
    margin-top: -16px;
}

    .show label {
        display: block;
        margin: 0 0 10px 0;
    }

    .show ol li,
    .show ul li {
        margin: 15px 0 0 20px;
    }

    .show ol li {
        list-style-type: decimal;
    }

footer {
    width: 100%;
    border-top: #ead69e 1px solid;
    border-bottom: #2a3e4e 3px solid;
    height: 90px;
    padding: 20px 2% 0 2%;
    font-size: 15px;
    letter-spacing: 1px;
    color: #c9c9c9;
    position: relative;
    background: #fff;
}

    footer img {
        float: right;
        position: absolute;
        bottom: 0;
        right: 0.5%;
    }

    footer a {
        display: inline-block;
        margin: 0 3px;
        color: #666;
        font-weight: bold;
    }

        footer a:hover {
            color: #2a3e4e;
        }

    footer b {
        font-size: 12px;
        margin: 10px 0 0 3px;
        display: block;
    }


/* -- 分頁 -- */

#pagination {
    font-size: 16px;
    height: 30px;
    width: 100%;
    text-align: center;
    color: #333;
    margin: 10px 0 20px 0;
}

    #pagination b {
        color: #CCC;
        display: inline-block;
        margin: 0 20px;
    }

    #pagination a {
        display: inline-block;
        text-align: center;
        padding: 0 12px;
        color: #2f2f2f;
        line-height: 30px;
    }

        #pagination a:hover {
            background: #F7F7F7;
            color: #bd9d18;
        }

    #pagination li.active a {
        background: #2e4354;
        color: #fff;
    }

    #pagination select {
        font-family: Arial, Helvetica, sans-serif;
        border: #e1e1e1 1px solid;
        color: #2f2f2f;
        padding: 5px 10px;
        display: inline-block;
        margin: 0 5px;
        font-size: 16px;
    }

    #pagination form {
        display: block;
        margin-top: 20px;
    }

    #pagination li {
        display: inline-block;
    }


/* -- 自評首頁圖表 -- */

h2.year {
    font-size: 22px;
    font-weight: bold;
    color: #d4ac38;
    padding: 20px 0;
    border-top: #d4ac38 1px dotted;
    border-bottom: #e1e1e1 1px dotted;
    margin-bottom: 20px;
}

ul.chart {
    width: 100%;
}

    ul.chart li {
        width: 48%;
        margin: 0 2% 20px 0;
        display: inline-block;
        background: #f8f8f8;
        padding: 20px;
        vertical-align: top;
        float: left;
    }

        ul.chart li.half {
            width: 23%;
        }

        ul.chart li.tri {
            width: 31%;
            background: none;
        }

        ul.chart li b {
            font-size: 18px;
            color: #314858;
            font-weight: bold;
            display: block;
            width: 100%;
            margin-bottom: 20px;
            text-align: center;
            padding: 10px 0;
        }

        ul.chart li img,
        ul.chart li.half img {
            width: 90%;
            display: block;
            margin: 0 auto 30 auto;
        }

.scrollZone {
    height: 750px;
    max-height: 750px;
    width: 100%;
    overflow: auto;
}

table.chart {
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 24px;
    border-top: #4c7080 2px solid;
    overflow: auto;
    display: table;
    /*max-height:750px; min-width:100%;*/
}

thead {
    /*display: block;*/
    width: 100%;
}

tbody {
    /*display: block;*/
}

    table.chart th {
        background: #e2e8eb;
        color: #354d58;
        padding: 10px;
        font-weight: bold;
    }

table.chart tr {
    border-bottom: #CCC 1px dotted;
    width: 100%;
}

    table.chart td {
        padding: 10px;
    }

/* -- 自評表 -- */

ul.Checkself {
    display: block;
    width: 100%;
    border-top: #d4ac38 1px dotted;
    color: #333;
    padding: 20px 0;
}

    ul.Checkself li {
        display: block;
        font-size: 18px;
        padding: 5px 0;
        line-height: 22px;
        vertical-align: top;
    }

        ul.Checkself li b {
            font-weight: bold;
            font-size: 20px;
        }

        ul.Checkself li ul {
            margin: 10px 0 10px 40px;
        }

            ul.Checkself li ul li {
                margin: 10px 0;
            }

        ul.Checkself li a {
            background: #dfdfdf;
            text-align: center;
            padding: 10px 10px;
            font-size: 15px;
            color: #000;
            border: none;
            cursor: pointer;
            margin: 0 10px 0 0;
            font-family: "微軟正黑體";
            outline: none;
            font-weight: normal;
        }

            ul.Checkself li a:hover {
                background: #333;
                color: #dfdfdf;
            }

.txtBlue {
    color: #069;
    font-weight: bold;
}

.txtTotal {
    font-size: 24px;
    font-weight: bold;
    color: #d4ac38;
}

.note {
    font-size: 15px;
    color: #333;
    line-height: 22px;
    background: #F8F8F8;
    padding: 20px;
}


/* --窄螢幕版型------------------------------------- */

@media screen and (min-width: 1025px) and (max-width: 1249px) {
}


/* --平板版型------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* -- 自評首頁圖表 -- */
    ul.chart li {
        width: 48%;
        margin: 0 2% 20px 0;
        display: inline-block;
        background: #f8f8f8;
        padding: 20px;
        vertical-align: top;
        float: left;
    }

        ul.chart li.half {
            width: 48%;
        }

        ul.chart li.tri {
            width: 48%;
            background: none;
        }

    article.home {
        width: auto;
    }

    .homelogo {
        background: none;
        width: 80%;
        text-align: left;
        margin: 80px auto 0 auto;
        float: none;
    }

        .homelogo img {
            width: 430px;
            display: block;
            margin: 0 auto;
        }

    .login {
        border: #d4ac38 1px solid;
        padding: 0 30px;
        position: relative;
        width: 340px;
        float: none;
        margin: 60px auto 30px auto;
    }

        .login img.logintitle {
            margin: -30px auto 20px auto;
        }

    header {
        width: 100%;
        padding: 0 2%;
        height: 92px;
        background: url(../images/bgInpage.jpg) repeat-y center top;
        position: relative;
    }

        header img {
            position: absolute;
            left: 2%;
            bottom: 0;
        }

    #title {
        padding: 25px 2%;
        color: #2a3e4e;
    }

        #title b {
            font-size: 28px;
        }

    a.logout,
    a.teach {
        font-size: 18px;
    }

    ul.menuBar {
        font-size: 12px;
        width: 80px;
    }

        ul.menuBar li a.click,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover {
            border-right: #d4ac38 4px solid;
        }

        ul.menuBar li {
            display: block;
            height: 70px;
            margin-bottom: 10px;
        }

            ul.menuBar li a {
                color: #969fa6;
                padding-top: 50px;
                width: 100%;
                display: block;
            }

                ul.menuBar li a.home {
                    background: url(../images/icon_Home.png) no-repeat center top;
                    background-size: 40px auto;
                }

                ul.menuBar li a.check {
                    background: url(../images/icon_NowCheck.png) no-repeat center top;
                    background-size: 40px auto;
                }

                ul.menuBar li a.history {
                    background: url(../images/icon_HistoryCheck.png) no-repeat center top;
                    background-size: 40px auto;
                }

                ul.menuBar li a.setup {
                    background: url(../images/icon_Setup.png) no-repeat center top;
                    background-size: 40px auto;
                }

                ul.menuBar li a.user {
                    background: url(../images/icon_Maintain.png) no-repeat center top;
                    background-size: 40px auto;
                }

                ul.menuBar li a.maintain {
                    background: url(../images/icon_System.png) no-repeat center top;
                    background-size: 40px auto;
                }

                ul.menuBar li a.self {
                    background: url(../images/icon_CheckSelf.png) no-repeat center top;
                    background-size: 40px auto;
                }

                ul.menuBar li a.click,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover {
                    border-right: #d4ac38 4px solid;
                    color: #d4ac38;
                    background-position: center -62px;
                    padding-top: 50px;
                    background-size: 40px auto;
                }

                ul.menuBar li a.home:hover,
                ul.menuBar li a.check:hover,
                ul.menuBar li a.history:hover,
                ul.menuBar li a.setup:hover,
                ul.menuBar li a.user:hover,
                ul.menuBar li a.maintain:hover,
                ul.menuBar li a.self:hover {
                    color: #2a3e4e;
                    background-position: center -62px;
                }

    #mainCon {
        width: auto;
        margin: 0 0 0 110px;
        padding: 40px 30px 40px 0;
    }

    h1 {
        font-size: 24px;
    }
    /* -- 滑動頁籤 -- */
    .abgne_tab2 ul.tabs2 {
        width: 100%;
        border-bottom: #3f7a7a 1px solid;
        background: #f8f8f8;
        height: 70px;
    }

        .abgne_tab2 ul.tabs2 li {
            display: inline-block;
            margin: 0;
            cursor: pointer;
            color: #2a3e4e;
            font-size: 15px;
            font-weight: bold;
            height: 70px;
            text-align: center;
            line-height: 20px;
            border-top: #f8f8f8 3px solid;
            padding: 12px 5px 0 5px;
        }
    /* -- 篩選資料區 -- */
    #filter,
    .filterNew {
        margin: 15px 0 31px 0;
        width: 100%;
    }

        #filter b, 
        .filterNew b {
            display: inline-block;
            margin: 0 10px 0 0;
        }

    .searchZone {
        padding: 10px;
        font-size: 15px;
        color: #000;
        border: #dfdfdf 1px solid;
        margin: 0 10px 0 0;
        width: auto;
        display: inline-block;
    }

    ul.Data a {
        background: #dfdfdf;
        text-align: center;
        padding: 10px 8px;
        font-size: 13px;
        color: #000;
        border: none;
        cursor: pointer;
        margin: 0 5px 0 0;
        font-family: "微軟正黑體";
        outline: none;
        font-weight: normal;
        text-wrap: none;
    }

    input[type=button] {
        background: #dfdfdf;
        text-align: center;
        padding: 10px 10px;
        font-size: 15px;
        color: #000;
        border: none;
        cursor: pointer;
        margin: 0 10px 0 0;
        font-family: "微軟正黑體";
        outline: none;
        font-weight: normal;
    }

    input[type=text],
    input[type=password] {
        padding: 10px 5px;
        font-size: 15px;
        color: #000;
        border: #dfdfdf 1px solid;
        margin: 0 10px 10px 0;
        font-family: "微軟正黑體";
        outline: none;
    }

    input[type=date],
    select {
        padding: 10px 0;
        font-size: 12px;
        color: #000;
        border: #dfdfdf 1px solid;
        margin: 0 10px 10px 0;
        font-family: "微軟正黑體";
        outline: none;
    }

    input[type=text].wide {
        wdith: 40%;
    }
    /* -- 表格資料 -- */
    ol.tr li {
        display: inline-block;
        font-weight: bold;
        font-size: 15px;
        font-weight: bold;
        padding: 15px 5px;
        width: 14%;
        vertical-align: top;
    }

        ol.tr li.w40 {
            width: 30%;
        }

        ol.tr li.w15 {
            width: 15%;
        }

        ol.tr li.w10 {
            width: 10%;
        }

        ol.tr li.w30 {
            width: 25%;
        }

        ol.tr li.w20 {
            width: 20%;
        }

        ol.tr li.w5 {
            width: 5%;
        }

    .thead li {
        font-weight: bold;
        display: table-cell;
        padding: 15px 5px;
        font-size: 12px;
        border: none;
    }

    .s-icon {
        white-space: nowrap;
    }

    ul.DataS {
        display: block;
        margin: -16px auto 0 auto;
        border-collapse: collapse;
        border: none;
    }

        ul.DataS .thead {
            display: block;
            width: 100%;
            background: #dab956;
            color: #fff;
            border-top: none;
        }

    ol.tr {
        display: block;
        width: 100%;
        border-bottom: #999 1px dotted;
    }

    ul.DataS ol.tr:last-child {
        display: block;
        width: 100%;
        border-bottom: #d4ac38 1px solid;
    }

    .tbody {
        display: block;
        width: 100%;
    }

    ul.DataS li.thead ol.tr li {
        display: inline-block;
        font-weight: bold;
        font-size: 15px;
        font-weight: normal;
        padding: 15x 5px;
    }

    ul.DataS li.tbody ol.tr li {
        display: inline-block;
        font-weight: normal;
        font-size: 15px;
        font-weight: bold;
        padding: 15px 5px;
        line-height: 22px;
        vertical-align: top;
    }
    /*--ul.DataS .thead li { font-weight: bold; display: inline-block; padding: 15px 5px; font-size:15px; border:none;}--*/
    ul.DataS a:not(.nocss) {
        background: #dfdfdf;
        text-align: center;
        padding: 5px;
        font-size: 13px;
        color: #000;
        border: none;
        display: block;
        margin-bottom: 10px;
        width: 100%;
        font-weight: normal;
        white-space: nowrap;
    }

    ul.set {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    ul.DataS li.tbody ol.tr li ul.set li {
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
        padding: 0;
    }

    ul.set > li > b {
        white-space: nowrap;
        display: inline-block;
        min-width: 50%;
        margin: 0;
        padding: 0;
    }

    input[type=text].score {
        padding: 5px 5px;
        font-size: 13px;
        color: #000;
        border: #dfdfdf 1px solid;
        margin: 0 5px 0 0;
        font-family: "微軟正黑體";
        outline: none;
        display: inline-block;
        width: auto;
    }

    input[type=reset] {
        background: #dfdfdf;
        text-align: center;
        padding: 10px 20px;
        font-size: 15px;
        color: #000;
        border: none;
        cursor: pointer;
        margin: 0 5px;
        font-family: "微軟正黑體";
        outline: none;
        font-weight: normal;
        display: inline-block;
    }

    input[type=submit] {
        text-align: center;
        padding: 10px 20px;
        font-size: 15px;
        border: none;
        cursor: pointer;
        margin: 0 5px;
        font-family: "微軟正黑體";
        outline: none;
        font-weight: normal;
        display: inline-block;
        background: #ffc600;
        color: #2a3e4e;
    }

    input[type=number] {
        padding: 5px;
        font-size: 13px;
        color: #000;
        border: #dfdfdf 1px solid;
        margin: 0 5px 10px 0;
        font-family: "微軟正黑體";
        outline: none;
        width: 70px;
    }

    ul.Data a.del {
        background: url(../images/icon_cancel.png) no-repeat left top;
        display: block;
        font-size: 15px;
        padding: 0 0 0 23px;
        height: 30px;
        line-height: 30px;
        color: #666;
        width: 60px;
        margin: 0 0 10px 0;
        position: relative;
    }

    ul.Data a.edit {
        background: url(../images/icon_edit.png) no-repeat left top;
        display: block;
        font-size: 15px;
        padding: 0 0 0 23px;
        height: 30px;
        line-height: 30px;
        color: #666;
        width: 60px;
        margin: 0 0 10px 0;
        position: relative;
    }

    ul.Data a.info {
        background: url(../images/icon_info.png) no-repeat left top;
        display: block;
        font-size: 15px;
        padding: 0 0 0 23px;
        height: 30px;
        line-height: 30px;
        color: #666;
        width: 60px;
        margin: 0 0 10px 0;
        position: relative;
    }

    footer {
        font-size: 13px;
        letter-spacing: 0;
    }

        footer img {
            float: right;
            position: absolute;
            bottom: 0;
            right: 0.5%;
            width: 80px auto;
        }

    table.chart {
        width: 100%;
        margin: 0 0 20px 0;
        font-size: 14px;
        line-height: 22px;
        border-top: #4c7080 2px solid;
    }

        table.chart th {
            background: #e2e8eb;
            color: #354d58;
            padding: 10px;
            font-weight: bold;
        }

        table.chart tr {
            border-bottom: #CCC 1px dotted;
        }

        table.chart td {
            padding: 10px;
        }
}


/* --手機版型------------------------------------- */

@media screen and (max-width: 767px) {
    /* -- 自評首頁圖表 -- */
    ul.chart li {
        width: 100%;
        margin: 0 0 20px 0;
        display: inline-block;
        background: #f8f8f8;
        padding: 20px;
        vertical-align: top;
        float: none;
    }

        ul.chart li.half {
            width: 100%;
        }

        ul.chart li.tri {
            width: 100%;
            background: none;
        }

    article.home {
        width: 80%;
        margin: 150px auto 100px auto;
    }

    .homelogo {
        background: none;
        width: 80%;
        text-align: left;
        margin: 80px auto 0 auto;
        float: none;
    }

        .homelogo img {
            width: 100%;
            display: block;
            margin: 0 auto;
        }

    .login {
        border: #d4ac38 1px solid;
        padding: 0 30px;
        position: relative;
        width: 340px;
        float: none;
        margin: 60px auto 30px auto;
    }

    #title {
        padding: 25px 3%;
        color: #2a3e4e;
    }

        #title b {
            font-size: 24px;
            line-height: 30px;
        }

    a.logout,
    a.teach {
        font-size: 15px;
    }

    ul.menuBar {
        font-size: 12px;
        width: 100%;
        text-align: center;
        padding: 10px 0 0 0;
        background: none;
        border-bottom: #eef0f1 1px solid;
        border-right: none;
        margin-bottom: 30px;
    }

        ul.menuBar li a.click,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover,
        ul.menuBar li a.click:hover {
            border-bottom: #d4ac38 4px solid;
            border-right: none;
        }

        ul.menuBar li {
            display: inline-block;
            height: 85px;
            margin-bottom: 15px;
            width: 20%;
        }

            ul.menuBar li a {
                color: #969fa6;
                padding-top: 70px;
                width: 100%;
                display: block;
                padding-bottom: 15px;
            }

                ul.menuBar li a.home {
                    background: url(../images/icon_Home.png) no-repeat center top;
                }

                ul.menuBar li a.check {
                    background: url(../images/icon_NowCheck.png) no-repeat center top;
                }

                ul.menuBar li a.history {
                    background: url(../images/icon_HistoryCheck.png) no-repeat center top;
                }

                ul.menuBar li a.setup {
                    background: url(../images/icon_Setup.png) no-repeat center top;
                }

                ul.menuBar li a.user {
                    background: url(../images/icon_Maintain.png) no-repeat center top;
                }

                ul.menuBar li a.maintain {
                    background: url(../images/icon_System.png) no-repeat center top;
                }

                ul.menuBar li a.self {
                    background: url(../images/icon_CheckSelf.png) no-repeat center top;
                }

                ul.menuBar li a.click,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover,
                ul.menuBar li a.click:hover {
                    border-bottom: #d4ac38 3px solid;
                    border-right: none;
                    color: #d4ac38;
                    background-position: center -92px;
                    padding-top: 70px;
                }

                ul.menuBar li a.home:hover,
                ul.menuBar li a.check:hover,
                ul.menuBar li a.history:hover,
                ul.menuBar li a.setup:hover,
                ul.menuBar li a.user:hover,
                ul.menuBar li a.maintain:hover,
                ul.menuBar li a.self:hover {
                    color: #2a3e4e;
                    background-position: center -92px;
                }

    #mainCon {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }

    h1 {
        font-size: 24px;
    }
    /* -- 滑動頁籤 -- */
    .abgne_tab2 ul.tabs2 {
        width: 100%;
        border-bottom: #3f7a7a 1px solid;
        background: #f8f8f8;
        height: auto;
    }

        .abgne_tab2 ul.tabs2 li {
            display: inline-block;
            margin: 0;
            cursor: pointer;
            color: #2a3e4e;
            font-size: 15px;
            font-weight: bold;
            height: auto;
            text-align: center;
            line-height: 20px;
            border-top: #f8f8f8 3px solid;
            padding: 12px 5px;
            vertical-align: middle;
        }
    /* -- 篩選資料區 -- */
    #filter,
    .filterNew {
        margin: 15px 0 31px 0;
        width: 100%;
    }

    #filter b,
    .filterNew b {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .searchZone {
        padding: 10px;
        font-size: 15px;
        color: #000;
        border: #dfdfdf 1px solid;
        margin: 0 10px 0 0;
        width: auto;
        display: inline-block;
    }

    ul.Data a:not(.nocss),
    input[type=button] {
        background: #dfdfdf;
        text-align: center;
        padding: 10px 20px;
        font-size: 15px;
        color: #000;
        border: none;
        cursor: pointer;
        margin: 0 10px 0 0;
        font-family: "微軟正黑體";
        outline: none;
        font-weight: normal;
    }

    input[type=text],
    select {
        padding: 10px;
        font-size: 15px;
        color: #000;
        border: #dfdfdf 1px solid;
        margin: 0 10px 0 0;
        font-family: "微軟正黑體";
        outline: none;
    }

        input[type=text].wide {
            wdith: 40%;
        }
    /* -- 表格資料 -- */
    ol.tr li {
        display: inline-block;
        font-weight: bold;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 10px;
        width: 10%;
        vertical-align: top;
    }

        ol.tr li.w40 {
            width: 20%;
        }

        ol.tr li.w15 {
            width: 20%;
        }

        ol.tr li.w10 {
            width: 20%;
        }

        ol.tr li.w30 {
            width: 20%;
        }

        ol.tr li.w20 {
            width: 20%;
        }

        ol.tr li.w5 {
            width: 20%;
        }

    .thead li {
        font-weight: bold;
        display: table-cell;
        padding: 15px 10px;
        font-size: 12px;
        border: none;
    }

    .s-icon {
        white-space: nowrap;
    }

    ul.DataS {
        display: block;
        margin: -16px auto 0 auto;
        border-collapse: collapse;
        border: none;
    }

        ul.DataS .thead {
            display: block;
            width: 100%;
            background: #dab956;
            color: #fff;
            border-top: none;
        }

    ol.tr {
        display: block;
        width: 100%;
        border-bottom: #999 1px dotted;
    }

    ul.DataS ol.tr:last-child {
        display: block;
        width: 100%;
        border-bottom: #d4ac38 1px solid;
    }

    .tbody {
        display: block;
        width: 100%;
    }

    ul.DataS li.thead ol.tr li {
        display: inline-block;
        font-weight: bold;
        font-size: 15px;
        font-weight: normal;
        padding: 15x 5px;
    }

    ul.DataS li.tbody ol.tr li {
        display: inline-block;
        font-weight: normal;
        font-size: 15px;
        font-weight: bold;
        padding: 15px 5px;
        line-height: 22px;
        vertical-align: top;
    }
    /*--ul.DataS .thead li { font-weight: bold; display: table-cell; padding: 15px 5px; font-size:15px; border:none;}--*/
    ul.DataS a:not(.nocss) {
        background: #dfdfdf;
        text-align: center;
        padding: 5px;
        font-size: 13px;
        color: #000;
        border: none;
        display: block;
        margin-bottom: 10px;
        width: 100%;
        font-weight: normal;
        white-space: nowrap;
    }

    ul.set {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    ul.DataS li.tbody ol.tr li ul.set li {
        width: 100%;
        display: block;
        margin: 0 0 5px 0;
        padding: 0;
    }

    ul.set > li > b {
        white-space: nowrap;
        display: inline-block;
        min-width: 50%;
        margin: 0;
        padding: 0;
    }

    input[type=text].score {
        padding: 5px 10px;
        font-size: 15px;
        color: #000;
        border: #dfdfdf 1px solid;
        margin: 0 10px 0 0;
        font-family: "微軟正黑體";
        outline: none;
        display: inline-block;
        width: 55px;
    }

    input[type=reset] {
        background: #dfdfdf;
        text-align: center;
        padding: 10px 20px;
        font-size: 15px;
        color: #000;
        border: none;
        cursor: pointer;
        margin: 0 5px;
        font-family: "微軟正黑體";
        outline: none;
        font-weight: normal;
        display: inline-block;
    }

    input[type=submit] {
        text-align: center;
        padding: 10px 20px;
        font-size: 15px;
        border: none;
        cursor: pointer;
        margin: 0 5px;
        font-family: "微軟正黑體";
        outline: none;
        font-weight: normal;
        display: inline-block;
        background: #ffc600;
        color: #2a3e4e;
    }

    footer {
        font-size: 13px;
        letter-spacing: 0;
        height: auto;
        text-align: center;
        padding-bottom: 20px;
    }

        footer img {
            display: none;
        }
}
