@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: 18px;
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}
::selection {
    background: none;
}
::-moz-selection {
    background: none;
}
::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
}
.mbpnframe{
    position: fixed;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mbp{
    /*position: fixed;*/
    width: 100%;max-height: 100%;
    /*left: 50%;top: 50%;*/
    /*transform: translate(-50%,-50%);*/
}
.frame{
    position: fixed;
    width: 81%;
    /*height: 53.51vw;*/
    left: 50%;top: 51%;
    transform: translate(-50.1%,-60.5%);
    display: none;

}
.iframe{
    position: fixed;
    width: 3.4vw;
    height: 1.9vw;
    left: 50%;top: 51%;
    transform: translate(-50.1%,-60.5%);
    border: none;
    display: none;
}

@media (max-aspect-ratio: 1/1) {
}


@keyframes x {
    from {
    }
    to {
    }
}