@font-face { font-family: "Times Newer Roman"; src: url('../../fonts/TimesNewerRoman-Regular.otf'); }
html,body {
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    -webkit-overflow-scrolling: touch;
}
a, p, div {
    text-decoration: none;
    font-family: "Times New Roman","Times","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: 400;
    line-height: 14px;
    /*color: #ffffff;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    hyphens: auto;
}
hr{
    color: white;
    border-top: 0;
    border-bottom: dotted 1px black;
}
.text{
    line-height: 14px;
    font-size: 14px;
    margin: 0;
    display: block;
    color: black;
    width: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
video, img{
    max-width: 100vw;
    max-height: 100vh;
}
@media (max-width: 149px){
    .text{
        line-height: 10vw;
        font-size: 10vw;
    }
}