body{
    padding: 0;
    margin: 0;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -99;
}
.container{
    margin-top: 100px;
    border-radius:10px;
    position: relative;
    width: 90%;
    padding-top: 15px;
}
#logo{
    position: absolute;
    top:0px;
    left: 10px;
    background-color: rgba(255,255,255,1);
    border-radius:0 0 10px 10px;
    padding: 5px;
    box-shadow:4px 4px 3px rgba(20%,20%,40%,1);
    margin-left: 5%;
}

#logo h1,#logo img{
    float: left;
}
#logo h1{
    margin-top: 30px;
    font-family: '微軟正黑體';
    font-weight: 700;
    font-size: 30px;
    color:#000;
    line-height: 0;
}
#logo2{
    position: absolute;
    right: 8%;
    top: 10px;
}
#logo2 img{
    height: 50px;
}
.box,.classbox{
    padding: 10px;
}

.classbox .box{
    border-radius:10px;
    position: relative;
    padding: 10px;
    background: rgba(251, 255, 157, 0.5);
    background-image:
        linear-gradient(90deg, rgba(60, 118, 61, 0.2) 50%, transparent 0),
        linear-gradient(rgba(60, 118, 61, 0.2) 50%, transparent 0);
    background-size: 20px 20px;
    margin-bottom: 10px;
}
.classbox .box .btn{
    margin-bottom: 10px;
}
.classbox .box  .fan{
    width: 50%;
    max-width: 100px;
}
.classbox .box  .secMainbox{
    padding-top: 20px;
    background-color: rgba(255,255,255,0.85)
}

*{
    font-family: '微軟正黑體';
}
h2{
    font-size: 34px;
    font-weight: 700;
}
h1{
    color:white;
    font-weight: 700;
    font-size: 50px;
}
.container h1{
    text-shadow: 0em 0em 4px #333; 
}

.table {
    font-size: 18px;
    font-weight: 700;
}
.table th{
    width: 50%;
    text-align: right;
}

.table td{
    width: 50%;
    text-align: left;
}
.box {
    background-color: rgba(255,255,255,0.9);
    margin-bottom: 10px;
}
.box h3{
    font-weight: 700;
    text-align: center;
    font-size: 38px;
}
#logo img{
    height: 50px;
}

#logo h1{
    font-size: 24px;
}
.footer{
    text-align: center;
    background-color: #fff;
    padding: 10px;
    margin-top: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
h3 span{
    font-size: 12px;
    color:#999;
}

/*過場動畫*/

.container,.footer{display: none;}
.dt-loading{background:rgb(255,255,255);width:100%;height:100%;z-index:101;text-align:center;position:fixed;top:0;bottom:0;left:0;right:0;padding:20% 0}
.laying {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(247, 237, 118, 0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #faff81;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite ease-in-out;
    -o-animation: spinPulse 1s infinite ease-in-out;
    animation: spinPulse 1s infinite ease-in-out;
}
.layout {
    /* margin-top: 13px; */
    background-color: rgba(0,0,0,0);
    border: 5px solid #a5eaa7;
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #8cda8e;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -40px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
    -o-animation: spinoffPulse 1s infinite linear;
    animation: spinoffPulse 1s infinite linear;
}

@media screen and (max-width: 460px) {
    #logo img{
        height: auto;
        float: none;
        width:50%;
    }
    #logo h1{
        float: none;
        font-size: 32px;
    }
    
    h1{
        font-size: 27px;
    }
    #logo{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
        position:relative;
        box-shadow: none;
        left:0;
        top: 0;
    }
    .container{
        margin-top:0;
    }
    
}

@media screen and (max-width: 730px) {
    #logo2{
        position: relative;
        text-align: center;
        background-color: #fff;
        width: 100%;
        right: 0;
        
    margin-bottom: 50px;
          
    }
}
.morris-hover.morris-default-style {
    font-size: 1.2em;
    font-weight: 700;
    position: absolute;
    white-space:nowrap;
}
@-moz-keyframes spinPulse{0{-moz-transform:rotate(160deg);opacity:0;box-shadow:0 0 1px #187BD8}
                          50%{-moz-transform:rotate(145deg);opacity:1}
                          100%{-moz-transform:rotate(-320deg);opacity:0}
}
@-moz-keyframes spinoffPulse{0{-moz-transform:rotate(0)}
                             100%{-moz-transform:rotate(360deg)}
}
@-webkit-keyframes spinPulse{0{-webkit-transform:rotate(160deg);opacity:0;box-shadow:0 0 1px #187BD8} 50%{-webkit-transform:rotate(145deg);opacity:1} 100%{-webkit-transform:rotate(-320deg);opacity:0}
}
@-webkit-keyframes spinoffPulse{0{-webkit-transform:rotate(0)}
                                100%{-webkit-transform:rotate(360deg)}
}
@-o-keyframes spinPulse{0{-o-transform:rotate(160deg);opacity:0;box-shadow:0 0 1px #187BD8}
                        50%{-o-transform:rotate(145deg);opacity:1}
                        100%{-o-transform:rotate(-320deg);opacity:0}
}
@-o-keyframes spinoffPulse{0{-o-transform:rotate(0)}
                           100%{-o-transform:rotate(360deg)}
}
@keyframes spinPulse{0{transform:rotate(160deg);opacity:0;box-shadow:0 0 1px #187BD8}
                     50%{transform:rotate(145deg);opacity:1}
                     100%{transform:rotate(-320deg);opacity:0}
}
@keyframes spinoffPulse{0{transform:rotate(0)}
                        100%{transform:rotate(360deg)}

