@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;
}
.topCover{
    z-index: 999999;
    background-color: white;
    position: fixed;
    left: 0;top: 50%;
    transform: translate(0,calc(-50% - 100vw));
    width: 100vw;
    height: 100vw;
}
.fullview{
    position: fixed;
    left: 0;top: 50%;
    transform: translate(0,-50%);
    width: 100vw;
    height: 100vw;
}
.interior{
    position: absolute;
    width: 100%;height: 100%;
}
.chair{
    z-index: 1;
    position: absolute;
    width: 26%;height: auto;
    left: 47.5%;top: 45.5%;
}
.window{
    z-index: 0;
    position: absolute;
    border: none;
    width: 55%;height: 60%;
    left: 40%;top: -15%;
}
.dollhouse{
    z-index: 1;
    position: absolute;
    width: 33.45%;height: auto;
    left: 34.3%;top: 20.5%;
}
.rusdoll{
    position: absolute;
    border: none;
    width: 5vw;height: 10.4vw;
    left: 12%;top:47%;
}
.mirror{
    position: absolute;
    border: none;
    width: 15vw;height: 15vw;
    left: 18%;top:25%;
}
.lamp{
    position: absolute;
    border: none;
    width: 11vw;
    height: 19vw;
    left: 4%;
    top: 19%;
}
.lamplight{
    display: none;
    mix-blend-mode: soft-light;
    position: absolute;
    border: none;
    width: 11vw;
    height: 19vw;
    left: 7%;
    top: 17%;
}
.mbp{
    position: absolute;
    border: none;
    width:20vw;height: 13.2125vw;
    left: 68%;top:41%;
}
.framedollhouse{
    z-index: 1;
    position: absolute;
    width: 25%;height: 25%;
    left: 37.5%;top: 30%;
}

@keyframes up {
    from {
        top: 0;
    }
    to {
        top: -30%;
    }
}
@keyframes down {
    from {
        bottom: 0;
    }
    to {
        bottom: -30%;
    }
}

@media (max-aspect-ratio: 1/1) {
    .text{
        width: 50vw;
    }
}


