@font-face { font-family: "Times Newer Roman"; src: url('TimesNewerRoman-Regular.otf'); }
html,body {
    /*cursor: url(arrow.png), auto;*/
    /*position: fixed;*/
    /*overflow-y: scroll;*/
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #dedede;
    /*display: flex;*/
    /*background: linear-gradient(#86888C 80%, #E9E7EB 100%);*/
    /*background-attachment: fixed;*/
    /*transition: background-color 0s;*/
}
a, p, div {
    text-decoration: none;
    font-family:  "Times", "Times New Roman","Times Newer Roman", "Songti SC", "宋体", STSong, Simsun, 'Noto Serif CJK SC', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
    font-weight: bold;
    line-height: 18px;
    /*letter-spacing: 0.1px;*/
    color: #000000;
    /*hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*-moz-hyphens: auto;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}
::selection {
    background: grey;
}
::-moz-selection {
    background: grey;
}
/*::-webkit-scrollbar, body::-webkit-scrollbar {*/
/*    display: none;*/
/*    width: 0;*/
/*    background: transparent;*/
/*}*/
.bg{
    position: fixed;background-color: white;
    width: 100vw;height: 100%;top: 0;left: 0;
}
.title{
    position: fixed;
    width: 100vw;height: 80px;
}
.title-text{
    position: absolute;height: 30px;
    top: 50%;left: 50%;margin: 0;
    transform: translate(-50%,-50%);
}
#blurarea{
    filter: blur(0);
}
.content{
    /*background-color: black;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    display: none;
    z-index: 999;
}
.content-img{
    position: absolute;
    left: 50%;top: 50%;max-width: 90%;max-height: 90%;
    transform: translate(-50%,-50%);
    transition-duration: 0.5s;
    opacity: 0;
}
.contentthumbnail{
    /*background-color: black;*/
    position: absolute;
    left: 50%;
    top: 50vh;transform: translateY(-50%);
    width: 40vw;
    height: 40vw;max-height: 50vh;
}
.content-img0{
    position: absolute;
    left: 50%;top: 50%;max-width: 90%;max-height: 90%;
    transform: translate(-50%,-50%);
    transition-duration: 0.5s;
    opacity: 0;
}
.text{
    /*background-color: #dcdcdc;*/
    position: absolute;
    /*border: solid 1px grey;*/

    left: 15vw;
    top: 45vh;transform: translateY(-50%);
    width: 500px;
    height:60vh;
}
.topbr{
    position: relative;width: 100%;
}
.text div{
    background-color: #ffffff;top: 0;margin-top: -4px; padding: 0 5px 5px 5px;overflow-y: scroll;
    font-size: 11px;font-weight: 500;
    font-family: 'Noto Sans CJK SC', 'Source Han Sans SC', ‘Source Han Sans’, source-han-sans-sc,"黑体",sans-serif;
    line-height: 17px;
    height: 100%;
    box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.034),
            0 6.7px 5.3px rgba(0, 0, 0, 0.048),
            0 12.5px 10px rgba(0, 0, 0, 0.06),
            0 22.3px 17.9px rgba(0, 0, 0, 0.072),
            0 41.8px 33.4px rgba(0, 0, 0, 0.086),
            0 100px 80px rgba(0, 0, 0, 0.12)
}
.footer{
    float: left;
    background-color: #ffffff;
    width: 600px;max-width: 88%;
    padding-left:10px ;
    /*position: absolute;*/

    /*left: 25vw;*/
    /*top: 115%;*/
    /*width: 70vw;*/
    /*height: 20%;*/
}
.pdf-icon{
    background-color: black;color: white;
    font-size: 20px;line-height: 25px;padding: 20px;
    position: absolute;top: 70vh;right: 5%;
}
.pdf-icon a{
    background-color: black;color: white;
    font-size: 20px;line-height: 25px;
    text-decoration-line: underline;
}
.bottomcontent{
    height: max-content;
    padding-bottom: 50px;
}
@media (max-width: 1000px){
    .text{
        left: 12vw;
        width: 40%;
    }
}
@media (max-aspect-ratio: 1/1) {
    .content{
        /*left: 5vw;*/
        /*width: 90vw;*/
        /*height: 50%;*/
    }
    .contentthumbnail{
        position: absolute;
        left: 45%;
        top: auto;
        bottom: 5%;
         transform: translateY(0);
        width: 50vw;
        height: 50vw;
        max-height: 50%;
    }

    .text{
        left: 5vw;
        width: 70vw;
        top: 45%;
    }
    .text p{
        padding: 5%;
        width: 90%;
    }
    .pdf-icon{
        font-size: 12px;line-height: 18px;padding: 12px;
        /*bottom: 40%;*/
    }
    .pdf-icon a{
        font-size: 12px;line-height: 18px;
    }
}
@media (max-height: 550px){
    .title{
        position: fixed;
        width: 100vw;height: 15vh;
    }
    .title-text{
        position: absolute;height: 30%;
        top: 50%;left: 50%;margin: 0;
        transform: translate(-50%,-50%);
    }
}
@media  (max-width: 350px) ,  (max-height: 350px){
    .text div{
        font-size: 3vw;
        line-height: 5vw;
    }
    .pdf-icon{
        font-size: 3.5vw;
        line-height: 5.5vw;padding: 3vw;
    }
    .pdf-icon a{
        font-size: 3.5vw;
        line-height: 5.5vw;
    }
}
@keyframes opacityUp {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blur-on {
    from {
        filter: blur(0px);
    }
    to {
        filter: blur(20px);
    }
}
@keyframes blur-off {
    from {
        filter: blur(20px);
    }
    to {
        filter: blur(0px);
    }
}