﻿body{
    font-family:\5FAE\8EDF\6B63\9ED1\9AD4, Microsoft JhengHei, MingLiU, sans-serif;
}

.search-header{
    padding: 15px;
    background: #a3e5e1;
}

.search-header form .input-group{
    margin:auto;
}

.search-header form .input-group input.form-control{
    width: 275px;
    height: 40px;
}

.search-header form .input-group .input-group-btn .btn{
    height: 40px;
    width: 45px;
    font-size: 18px;
}

.search-header form .search-header-Title{
    text-align: center;
    margin: 0;
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: black 0px 0px 3px;
}

body{
    background-color:#f1f3f2;
}

h2.catalog-Title{
    margin: 0;
    margin-bottom: 15px;
    font-size: 35px;
    letter-spacing: 7px;
    color: #000;
    padding-left:10px;
}

h2.catalog-Title::before{
    content: ' ';
    position: absolute;
    top: 0%;
    left: 0px;
    width: 12px;
    height: 95%;
    float: left;
    background-color: #ccc;
    border-radius: 2px 7px 7px 2px;
}

h2.catalog-Title.beforeBlue::before{
    background-color: #80d6d9;
}

h2.catalog-Title.beforeOrange::before{
    background-color: #ef8669;
}

hr.homeHr{
    border-top: 1px dashed #888;
}

.examBlock {
    margin-bottom: 20px;
}

.examBlock .exam-Title{
    color:#fff;
    background-color:#aaa;
    line-height:24px;
    padding:6px 12px;
    letter-spacing: 7px;
    margin:0;
}

.examBlock .exam-Title.Blue{
    background-color:#80d6d9;
}

.examBlock .exam-Title.Orange{
    background-color:#ef8669;
}

.examBlock .exam-Title img{
   width: auto;
    height: 24px;
    vertical-align:middle;
}
.examBlock .exam-Body{
    background-color:#fff;
    padding:8px;
    min-height:447px;
}
.examBlock .exam-List{
    width:100%;
    border: 1px solid #ccc;
}

.examBlock .exam-List td{
     padding:8px;
     padding-bottom:0px;
}

    .examBlock .exam-List td .examTestTdDivBlock {
        padding: 5px;
         padding-bottom: 12px;
        border-bottom:1px solid #ababab;
    }

    .examBlock .exam-List tr:last-child td .examTestTdDivBlock {

        border-bottom:none;
    }

        .examBlock .exam-List td .examTestTdDivBlock a{
      color:#666;
      font-size:12pt;
    }

.examBlock .exam-List .tag-Icon{
    height:10pt;
    width:auto;
}

.examBlock .exam-List .tag-Icon-Orange{
  fill:#ef8669;
}

.examBlock .exam-List .tag-Icon-Blue{
    fill:#80d6d9;
}


.examBlock .exam-List .examTestIndexLabel{
    font-weight:100;
    font-size: 10px;
}

.examBlock .exam-more-btn{
   background-color: #80d6d9;
    color: #fff;
    transform: skewX(160deg);
    border-radius: 0;
    text-align: center;
    padding: 2px 10px;
    font-size: 10pt;
}

.examBlock .exam-more-btn img{
   height: 12px;
   width:auto;
}

.examBlock .exam-footer{
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}

.GoTopBTN {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 1001;
    background: #80d6d9;
    color: white;
    height: 50px;
    width: 50px;
    padding: 11px 0 0 12px;
    border-radius: 100%;
    box-shadow: rgba(71, 71, 71, 0.7) 0px 4px 10px 2px;
    cursor: pointer;
}

