html[lang^="zh-"]{
    font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}
body{
    background-image: url(/images/bg.svg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
main{
    background-color: white;
    background-image: url(/images/timeline.svg);
    background-repeat: repeat-y;
    background-size: 165px;
    background-position: 20% -5px;
    padding-top: 100px;
}
footer{
    display: flex;
    margin: 30px 0;
    align-items: center;
    justify-content: center;
}
.header{
    overflow: hidden;
    width: 100%;;
    height: 100vh;
}
a{
    color: black;
    text-decoration: none;
}
a:visited{
    color: black;
    text-decoration: none;
}
a:hover{
    color: black;
    text-decoration: none;
}
a:link{
    color: black;
    text-decoration: none;
}
.frame{
    width: 33vw;
    position: relative;
}
.frame > div{
    width: 100%;;
}
.frame img{
    width: 100%;
    height: auto;
}
.frame01 .frame-fg{
    z-index: 230;
}
.frame01 .frame-src{
    z-index: 220;
}
.frame01 .frame-bg{
    z-index: 210;
}
.frame02 .frame-fg{
    z-index: 330;
}
.frame02 .frame-src{
    z-index: 320;
}
.frame02 .frame-bg{
    z-index: 310;
}
.frame03 .frame-fg{
    z-index: 130;
}
.frame03 .frame-src{
    z-index: 120;
}
.frame03 .frame-bg{
    z-index: 110;
}
.frame-fg{
    position: absolute;
    top:0;
    left: 0;
}
.frame-src{
    position: absolute;
}
.frame-bg{
    position: absolute;
    top:0;
    left: 0;
}
.frame01{
    top: 190px;
    left: 0;
}
.frame02{
    left: 33%;
}
.frame03{
    top: 320px;
    left: 66%;
}
.frame01 .frame-src{
    width: 64%;
    height: auto;
    top: 0;
    left: 17%;
    padding-top: 16%;
    transform: rotate(352deg);
}
.frame02 .frame-src{
    width: 71%;
    height: auto;
    top: 0;
    left: 14%;
    padding-top: 17%;
}
.frame03 .frame-src{
    width: 67%;
    height: auto;
    top: 0;
    left: 18%;
    padding-top: 16%;
    transform: rotate(5deg);
}

.header-title{
    position: absolute;
    left: 10%;
    bottom: 0;
    font-size: 72px;
    z-index: 500;
    text-shadow:
    1px  1px 2px white,
    1px -1px 2px white,
   -1px  1px 2px white,
   -1px -1px 2px white;
}
.header-title h1{
    margin: 0;
}
.header-title h2{
    margin: 15px 0;
}
.page-section{
    max-width: 480px;
    width: 100%;
    min-height: 870px;
}
.page-section h1{
    text-align: center;
}
.page-cover{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.page-cover-fg img{
    height: auto;
    width: 100%;

}
.page-cover-bg img{
    height: auto;
    width: 94%;
    border-radius: 300px;
    border: 3px solid black;
}
.page-cover-fg{
    max-width: 450px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.page-cover-bg{
    position: absolute;
    top: 5px;
    left: 7px;
    max-width: 450px;
    width: 100%;
    z-index: 10;
}
.summary{
    position: absolute;
    top: 610px;
    left: 0;
}
.flex{
    display: flex;
    justify-content: center;
}
.page-date{
    font-size: 4rem;
    margin-left: -60px;
    margin-top: 75px;
    padding-right: 80px;
    width: 395px;
    text-align: right;
}
.page-date-mobile{
    display: none;
    font-size: 1.2rem;
}
.container, .container-inside-page, .container-tag-page{
    background-image: url(/images/ribbon-background.png);
    background-repeat: repeat;
}
.container-inside-page main{
    background-image: none;
    background-color: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
}
.container-inside-page main > div{
    background-color: white;
    max-width: 1100px;
    padding: 0 50px;
}
.container-inside-page header{
    max-width: 480px;
    height: 785px;
    width: 100%;
    margin: 0 auto;
}
.align-center{
    text-align: center;
}
.main-content{
    text-align: left;
    max-width: 750px;
    margin: 30px auto;
}
.container-inside-page .title{
    margin-top: 630px;
    text-align: center;
    text-shadow:
    1px  1px 2px white,
    1px -1px 2px white,
   -1px  1px 2px white,
   -1px -1px 2px white;
}
.container-inside-page .subtitle{
    text-align: center;
    text-shadow:
    1px  1px 2px white,
    1px -1px 2px white,
   -1px  1px 2px white,
   -1px -1px 2px white;
}
.main-content img{
    max-width: 1000px;
    width: 100%;
    height: auto;
}

.flex .page-title-section{
    width: 740px;
    text-align: left;
}
.container-tag-page header{
    height: 785px;
    width: 100%;
    padding: 0 20%;
    margin: 0 auto;
}
.container-tag-page header h1{
    text-align: left;
}
.container-tag-page .header-title{
    position: initial;
    margin-top: 180px;
    font-size: 72px;
}

.container .search-container{
    max-width: 955px;
}
.search-container{
    width: 100%;
    text-align: right;
    position: relative;
}
#search{
    width: 100%;
    max-width: 300px;
    height: 45px;
    font-size: 1.2rem;
    margin-right: 0;
    z-index: 100;
    border: 1px solid #ccc;
    padding-inline: 0;
    padding-left: 10px;
}
.search-container svg{
    width: 2.2rem;
    height: auto;
    position: absolute;
    z-index: 200;
    top: 10px;
    right: 8px;
    color: #CCC;
}
#result{
    position: absolute;
    top:47px;
    z-index: 700;
    right: 0;
    width: 100%;
    max-width: 360px;
}
#result a{
    display: block;
    text-align: left;
    padding: 7px 0 7px 3px;
    border: 1px solid #ccc;
    background-color: white;
    overflow: hidden;
    font-weight: bold;
}
.hide{
    display: none;
}
@media only screen and (max-width: 600px) {
    main{
        background-image: none;
    }
    .page-date{
        display: none;
    }
    .page-date-mobile{
        display: block;
    }
    .frame{
        width: 80%;
        position: relative;
    }
    .frame02{
        left: 50%;
        margin-left: -35%;
    }
    .frame01{
        top: 213px;
    }
    .frame03{
        top: 372px;
        left: 31%;
    }
    div .header-title{
        font-size: 18px;
    }
    .container-tag-page .header-title{
        font-size: 20px;
    }
    .container-inside-page header{
        height: 660px;
    }
    .container-inside-page .title{
        margin-top: 548px;
    }
    .container-inside-page main > div{
        padding: 0 5px;
    }
    footer{
        font-size: 0.5rem;
    }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
    main{
        background-image: none;
    }
    .page-date{
        display: none;
    }
    .page-date-mobile{
        display: block;
    }
    .frame{
        width: 80%;
        position: relative;
    }
    .frame02{
        left: 50%;
        margin-left: -35%;
    }
    .frame01{
        top: 213px;
    }
    .frame03{
        top: 372px;
        left: 31%;
    }
    .header-title{
        font-size: 20px;
    }
    .container-tag-page .header-title{
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1135px) {
    .frame{
        width: 80%;
        position: relative;
    }
    .frame02{
        left: 50%;
        margin-left: -35%;
    }
    .frame01{
        top: 213px;
    }
    .frame03{
        top: 372px;
        left: 31%;
    }
    .header-title{
        font-size: 20px;
    }
    .container-tag-page .header-title{
        font-size: 50px;
    }
    .container-inside-page main > div{
        padding: 0 15px;
    }
}
@media only screen and (min-width: 1136px) and (max-width: 1800px) {
    .header-title{
        font-size: 55px;
    }
    .container-tag-page header{
        padding: 0;
    }
    main{
        background-position: 30px -5px;
    }
}