body,h1,h2,h3,h4,h5,h6,p,img,a,div,header,nav,section,article,footer,ul,ol,li,dt,dd,dl{
    margin: 0em;
    padding: 0em;
}
body{
    background-color: rgb(251, 252, 222);
    color: rgb(73, 73, 73);
    font-size: 100%;
}
#wrapper{
    width: 99%;
    /* 左右兩邊留邊 */
    margin: auto;
    /* 大盒子置中 */
}
header,nav,section,footer{
    width: 100%;  
}
header,#logo,nav,section,footer{
    float: left;
}
header{
    background-image: url(../images/page_photo.jpg);
    background-repeat: no-repeat;
    /* 不要背景圖片輪替 */
    min-height: 500px;
    background-position: top center;
    /* 讓圖片在頂部置中 */
    background-size: cover;
    /* 背景圖片填滿,放大縮小都會填滿 */
}
#logo{
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 170px;
    height: 120px;
    float: left;
    margin-left: 8px;
    margin-top: 10px;
}
#logo2{
    display: none;
}
#logo a{
    width: 100%;
    height: 100%;
    display: block;
    /* 於LOGO區塊內可按超連結 */
    text-indent: -9999px;
    /* 不顯示超連結的文字 */
}
nav{
    background-image: url(../images/bottom.png);
    background-repeat: repeat-x;
    height: 50px;
}
nav ul{
    list-style-type: none;
    /* 把黑點弄掉 */
    padding-top: 0.5%;
}
nav ul li{
    width: 18%;
    float: left;
    margin: 0 1%;
/* 左右兩邊各1% */
}
nav ul li a{
    width: 100%;
    height: 99%;
    padding: 0.5% 0;
    display: block;
    text-align: center;
    font-size: 1em;
    color: rgb(58, 114, 107);
    background-color: rgba(255, 255, 183, 0.5);
    text-decoration: none;
    font-family: "微軟正黑體";
    border-radius: 0px 20px 0px 20px;
    border: 2px rgb(147, 167, 198) solid;
    transition: all 0.5s linear;
    /* 慢慢變,線性漸變 */
}
nav ul li a:hover{
    color: rgb(6, 100, 100);
    font-size: 1.2em;
    font-weight: bold;
    background-color: rgb(226, 249, 236);
    padding-top: 1%;
    border-radius: 25px;
    border: 2px rgb(66, 112, 85) solid;
}
/* /* section{
    width: 98%;
    margin: 0 1%;
} */
/* section h2{
    color: rgb(64, 107, 107);
    font-size: 2em;
    font-family: "微軟正黑體","標楷體";
    letter-spacing: 0.5em;
    border-top: 2px dashed rgb(172, 172, 172);
    border-bottom: 2px dashed rgb(172, 172, 172);
    width: 80%;
    margin: 1em auto;
    padding: 0.3em 0;
    text-align: center;
    text-shadow: 3px 3px 10px rgb(168, 186, 212);
    font-weight: bold;
} */
section{
    width: 90%;
    margin: 1em 5%;
}
section h2{
    text-align: center;
    color: rgb(59, 78, 126);
    font-family: "微軟正黑體";
    letter-spacing: 0.2em;
    /* 字與字間距 */
    margin: 0.5em 0;
    font-size: 2em;
    text-shadow: 0.1em 0.1em 5px rgb(167, 202, 233);
    /* 字的陰影沒有擴散 */
    border-top: 2px dashed rgb(172, 172, 172);
    border-bottom: 2px dashed rgb(172, 172, 172);
    padding: 0.5em 0;
} 
#create{
    background-image: url(../images/square.png);
    background-repeat: repeat;
    background-color: rgba(213, 222, 254, 0.6);
    border: 3px dashed rgb(181, 200, 164);
    border-radius: 25px;
    margin-top: 2em;
}
#create p{
    font-weight: bold;
    width: 90%;
    margin: 2em auto;
    text-align: center;
    background-color: rgb(223, 247, 207);
    padding: 1em;
    border-radius: 20px;
    font-family: "標楷體";
    letter-spacing: 0.2em;
    /* 字與字間距 */
    box-shadow: 3px 3px 10px rgb(176, 214, 229);
    color: rgb(66, 116, 95);
    font-size: 1.2em;
    line-height: 1.8em;
    /* 行高 */
}
#create h3{
    width: 90%;
    margin: 2em auto;
    text-align: center;
    background-color: rgb(195, 237, 230);
    padding: 1em;
    border-radius: 20px;
    font-family: "標楷體";
    letter-spacing: 0.2em;
    /* 字與字間距 */
    box-shadow: 3px 3px 10px rgb(176, 214, 229);
    color: rgb(66, 116, 95);
    font-size: 1.2em;
    line-height: 1.8em;
    /* 行高 */
    text-indent: 2.5em;
}
#actor{
    width: 100%;
    background-color: rgb(250, 251, 235);
    font-family: "微軟正黑體";
}
#actor dt{
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(45, 57, 97);
    background-color: rgb(244, 239, 207);
    border-bottom: 3px double rgb(223, 202, 152);
    /* solid:實線、dashed:虛線、double:兩條實線、dotted:點線 */
    background-image: url(../images/icon_1.png);
    background-repeat: no-repeat;
    padding: 0.5em 0 0.5em 36px;
    background-position: 3px;
    /* 調整icon位置 */
    cursor: pointer;
    /* 讓整排dt都有手的效果 */
}
#actor dd{
    color: rgb(101, 101, 100);
    font-size: 1.05em;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    padding:0.5em 2.3em;
    text-align: justify;  
     /* 左右對齊 */
}
#together p{
    background-color: rgb(197, 224, 217);
    width: 15%;
    height: 110px;
    padding-top: 60px;
    float: left;
    margin: 2em 2.5%;
    border-radius: 50%;
    text-align: center;
    font-size: 1.2em;
    color: rgb(46, 68, 69);
    font-family: "微軟正黑體";
    font-weight: bold;
    box-shadow: 0px 0px 5px 8px rgb(237, 234, 199);
    /* 若前兩個數值為0,就是光暈,若有數值就是陰影 */
}
.actor2{
    color: rgb(51, 67, 58);
    font-size: 1.4em;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: "微軟正黑體";
}
#photo{
    text-align: center;
}
#photo img{
    margin: 3em 2em;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 5px rgb(147, 145, 142);
    border: 3px solid rgb(219, 230, 187); 
}
.video{
    width: 70%;
    height: 500px;
    border: 0;
    /* 邊框拿掉 */
    border-radius: 20px;
    margin: 3em 15%;
}
footer{
    font-size: 1em;
    height: 28px;
    padding-top: 10px;
    text-align: center;
    background-color: rgb(187, 186, 184);
    color: black;
    margin-top: 2em;
    border-radius: 0px 0px 15px 15px;
    /* 圓角順序為上左下右 */
}