body{
    font-size: 1rem;
    font-family:Arial, Calibri, Microsoft JhengHei !important;
    color: #505050;
    letter-spacing: 2px;
    background-color: #d9f1ff;
    background-image: url(../images/bg.png);
}
a{
 text-decoration: none;   
  color: #404040;
}
li{
    list-style: none;
}
ul{
    padding: 0;
}
div{
    margin: 0;
    padding: 0;
    
}
.back{
    position: fixed;
    right: 0;
    top: 552px;
    cursor: pointer;
    z-index: 999;
    opacity: 0.8;
}
.back a, .back img{
    width: 45px;
    height: auto;
}


.w1200{
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.header{
    margin-top: 40px
}
.top{
    width: 100%;
    background-color: #daf2ff;
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.big_title{
    width: 980px;
    height: auto;
    display: block;
    position: absolute;
    /* top:5rem;*/
    left: calc(50% - 490px); 
}
.big_title img{
    width: 100%;
    display: block;
    height: auto;
}
.mobile_title{
    display: none;
}
.theme{
    height: 340px;
    /* background-image: url(../images/top.jpg); */
    background-repeat: no-repeat;
    background-position: center;

   
/*    background-position: center;
    background-size: cover;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.5);
*/
}
.header h1{
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    line-height: 400px;
    letter-spacing: 0.5rem;
    color: rgba(255, 255, 255);
    text-shadow: 0px 0px  8px #020202;
}
.dropdowns{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    box-sizing: border-box;
    z-index: 9999;
}
.topsnav ul {
    position: fixed;
    top: 40px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0px 0;
    box-sizing: border-box;
    background-color:  #d9f1ff; 
    box-sizing: border-box;
    z-index: 999;
}
.topsnav ul::after {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    background-color:  #d9f1ff; 
}
.header .topsnav ul li{
    background-color: rgba(255, 255, 255, 0);
}
.header .topsnav ul a{
    color:#1755a4;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.8;

}
.nav{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    z-index: 9999;
    align-content: space-around;
    justify-content: space-around;
    text-align: center;
    padding: 12px 0;
    box-sizing: border-box;
}
.nav li{
    display: inline-block;
    background-color: #53d8bf;
    height: 2.5rem;
    padding: 2px 20px;
    border-radius: 25px;
    line-height: 2.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    box-sizing: border-box;
}
.nav li:hover{
    background-color: #299480;    
}
.nav li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
}

.nav li.current{
    display: inline-block;
    background-color: #299480;  
    color: #fff;
    height: 2.5rem;
    line-height: 2.4rem;
    padding: 2px 20px;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 600;
}

.main{
    width: 100%;
    display: block;
    min-height: 500px;
    padding: 2%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
}
.title{
    font-size: 1rem;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    margin-left: 4rem;
    padding-top: 2rem;
    position: relative;
    display: inline-block;


}
.title h2{
    z-index: 99999;
}
.title h2 span{
    font-size: 2.8rem;
}
.title h2::before{
    content: "";
    height: 30px;
    width: 30px;
    left: -10px; 
    z-index: 9;
    border-radius: 50%;
    background-color: rgba(12, 175, 214, 0.3);
    position: absolute;
}

.title h3{
    font-size: 1.4rem;
    font-style: italic;
    color: #ffffff;
    line-height: 2.5rem;
    padding: 0 32px 0 2px ;
    width: 100%;
    background-color: rgba(11, 188, 140, 0.5);


}
.title_2{
    color: #5a8eaa;
    font-size: 1.8rem;
    font-weight: 600;
    margin-left: 1rem;
    margin-top: 5vh;
    margin-bottom: 2vh;
    display: inline-block;
    position: relative;
}
.title_2::before{
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    bottom: 5px;
    background-color: #869f98;
    z-index: 1;
    right: -10px;
}
.title_2::after{
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    bottom: 4px;
    background-color: #73b2d6;
    z-index: 1;
    right: -30px;
 
}
.list ul{
    width: 80%;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: wrap;
}
.list ul li a{
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 4px 20px;
    border-radius: 20px;
    background-color: #aae8ff;
    color: #495079;
    margin: 5px
}
.content_s{
    overflow: hidden;
    margin: 2rem auto;
    position: relative;
    height: 380px;
}  
.content_s div:nth-of-type(1) h4{
    font-size: 1.5rem; 
    text-align: center;
    margin-bottom: 1rem;
    color: #0bbc8c;

}
.content_s div:nth-of-type(1){
    position: absolute;
    line-height: 1.5;
    font-size: 1rem;
    width: 36%;
    padding: 8px; 
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(121, 121, 121, 0.43);
    box-sizing: border-box;
    bottom: 1%;
    left: 10%;
    z-index: 10;
}
.content_s div:nth-of-type(2){
    position: absolute;
    width: 50%;
    height: auto;
    right: 10%;
    top: 0;
    z-index: 9;
}
.content_s:nth-of-type(odd)>div:nth-of-type(1){
    left: 55%;

}
.content_s:nth-of-type(odd) div:nth-of-type(2){
    left: 10%;

}
.content_s div:nth-of-type(2) img{
    width: 100%;
    height: auto;
    margin: 0;

}
.content_s ::after{
    content: "";
    display: block;
    width: 100%;
    float: none;
    clear: both;
}
#plate_B .plate tbody tr {
    line-height: 2 !important;
}
#plate_B .plate tbody tr:nth-of-type(even) td{
    font-size: 1.3rem !important;
    font-weight: 600 !important;
}
#plate_B .plate tbody tr:nth-of-type(even) td a{
    color: #466c6f !important;
    font-size: 1.3rem  !important;
    display: inline-block !important;
    width: 100% !important;
    line-height: 2 !important;
}
#plate_B .plate tbody tr:nth-of-type(even) td a:hover{
   color: #466c6f !important;
    background-color: rgba(87, 255, 165, 0.1) !important;
}
#plate_B .plate tbody tr:nth-of-type(odd) td{
    font-size: 1rem !important;
    color: #447e9d !important;
}
#plate_B .plate tbody tr:nth-of-type(odd) td:nth-of-type(2) span{
    font-size: 1.4rem !important;
    color: #ff3357 !important;
    font-weight: 500 !important;
}
#plate_B .plate tbody tr:nth-of-type(1) td b{
    font-size: 1.4rem !important;
    padding-top: 1rem !important;
    color: #0bbc8c !important;

}
.footer{
    margin-top: 10px;
    width: 100%;
    background-image: url(../images/footer.png);
    background-repeat: repeat-x;
    background-size: contain;

    height: 160px;
}
@media only screen and (max-width: 700px) {
    body{
        font-size: 0.9rem;
        letter-spacing: 1px;
    }
    .w1200{
        width: 95%;
    }
    .theme{
        height: auto;
        width: 100%;
    }
    .big_title{
        display: none;
    }
    .mobile_title{
        display: block;
        /* margin-top: 30px; */
        width: 100%;
        height: auto;
    
    }
    .mobile_title img{
        width: 100%;
        height: auto;
        display: block;
    }
    .nav li{
        width: auto;
        padding: 2px 8px;
        margin: 1%;
        font-size: 1.2rem;
        line-height: 1.8rem;
        height: 1.8rem;
    }
    .nav li a,.header .topsnav ul a {
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .list ul{
        width: 100%;
    }
    .list ul li a{
        font-size: 1rem;
        margin: 5px 20px;
    }
    .main{
        background-color: rgba(255, 255, 255, 0.8)
    }
    .content_s{
        margin: 2rem auto;
        position: relative;
        height: 550px;
    }  
    .content_s div:nth-of-type(1) h4{
        font-size: 1.5rem; 
        text-align: center;
        margin-bottom: 1rem;
        color: #0bbc8c;
    }
    .content_s div:nth-of-type(1),.content_s:nth-of-type(odd)>div:nth-of-type(1){
        position: relative;
        width: 90%;
        left: 5%;
    }
    .content_s div:nth-of-type(2),.content_s:nth-of-type(odd)>div:nth-of-type(2){
        position:relative;
        width: 90%;
        height: auto;
        right: 0%;
        left: 5%;
        z-index: 9;
    }  
    #plate_B .plate tbody tr {
        line-height: 1.5 !important;
    }
    #plate_B .plate tbody tr:nth-of-type(even) td a{
        font-size: 1rem !important;
    }
    #plate_B .plate tbody tr:nth-of-type(odd) td{
        font-size: 0.9rem !important;
    }
    #plate_B .plate tbody tr:nth-of-type(odd) td:nth-of-type(1){
        display: none;
        font-size: 0.9rem !important;
    }
    #plate_B .plate tbody tr:nth-of-type(odd) td:nth-of-type(2) span{
        font-size: 1rem !important;
    }
    #plate_B .plate tbody tr:nth-of-type(1) td{
        font-size: 1.2rem !important;

    }
    .footer{
        height: 10vh;
    }

  }
@media only screen and (max-width: 400px) {
    .title{
        font-size: 0.9rem;
        text-align: left;
        margin-left: 1rem;
        padding-top: 1rem;
    }
    .title h2 span{
        font-size: 2rem;
    }
    .nav li,.topsnav ul li{

        margin: 2px;
    }
    .nav li a,.header .topsnav ul a {
        font-size: 0.9rem;
        line-height: 1.5rem;

    }
    .list ul li a{
        font-size:0.9rem;
        margin: 4px 10px;
    }
    .content_s{
        margin: 2rem auto;
        position: relative;
        height: 480px;
    }  
    .content_s div:nth-of-type(1),.content_s:nth-of-type(odd)>div:nth-of-type(1){
        width: 100%;
        left: 0%;
        margin-bottom: 1rem;
    }
    .content_s div:nth-of-type(2),.content_s:nth-of-type(odd)>div:nth-of-type(2){
        width: 100%;
        left: 0%;

    }    

    } 
@media only screen and (max-width: 370px) {
    
}



