body{
    margin: 0 10%;
    padding: 0;
    background-color:#EBF5DF;
    /*背景色*/
}
body .FirstLine{
    display: flex;
    width: 100%;
    height: 75px;
    background-color:#f9de85;
    /*第一行的背景色*/

    border-top-left-radius:15px ;
    border-top-right-radius: 15px;
}
body .FirstLine img{
    width:50px;
    height: 50px;
    margin:5px 0 0 5px;
}
body .FirstLine .t{
    padding-top: 15px;
    padding-left: 10px;
}
body .FirstLine .t a{
    padding-top: 20px;
    font-size: 30px;
    text-decoration: none;
}
body .FirstLine .t a:link{
    color: #000000;
}
body .FirstLine .t a:visited{
    color: #000000;
}
#NV{
    margin-left:auto;
    margin-right: 5px;
    margin-top: 5px;
    width: 50px;
    height: 50px;
    transition: 0.2s;
    overflow: hidden;
    transform: translateZ(20px);
    z-index: 100;
    float: right;
    display:block;
    line-height:35px;
}
#NV.active{
    background: #b7b7b7;
    /*導航列被景色*/
    width: 125px;
    height: 275px;
    border-radius: 15px;
    transform: translateZ(20px);
    z-index: 100;
}
#NV a{
    position: relative;
    margin: 10px;
    right: -4px;
    box-shadow: 3px 2px 0 #000000;
    cursor: pointer;
}
#NV a:link{
    color: #000000;
}
#NV a:visited{
    color: #000000;
}
#navigation{
    margin-left:auto;
    width: 50px;
    height: 50px;
    background: #ADADAD;
    /*導航列被景色*/
    cursor: pointer;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:0.2s;
    
}
#navigation.active{
    background: #b7b7b7;
    /*導航列被景色*/
}
#navigation::before{
    position: absolute;
    content: "";
    width: 28px;
    height: 3px;
    background: #000000;
    transform: translateY(-10px);
    box-shadow: 0 10px 0 #000000;
    transition: 0.2s;
}
#navigation.active::before{
    transform: translateY(0)rotate(45deg);
    box-shadow: 0 0 0 #000000;
}
#navigation::after{
    position: absolute;
    content: "";
    width: 28px;
    height: 3px;
    background: #000000;
    transform: translateY(10px);
    transition: 0.2s;
}
#navigation.active::after{
    transform: translateY(0)rotate(-45deg);
}
marquee{
    font-size: 25px;
    margin-bottom: -5px;
}
.Second marquee img{
    height: 25px;
    width: 25px;
    margin-top:10px;
}
.Second{
    z-index:10;
    margin-bottom: -5px;
}
#images img{
    height: 200px;
    display:block;
    margin: auto;
}
.photo_shower{
    background-color: #FBD1A2;
    /*圖片瀏覽器背景*/   
    margin: 0;
}
