  html,
body {
    position: relative;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    background-color: #16151a;
    /*overflow-y:  hidden;*/
    font-family: arial, sans-serif;
    font-weight: 300;
}
* {
    margin: 0px 0px;
    padding: 0px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.table::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.table::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #ffcb05;
}
.table::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #000;
}






/*DESKTOP FRAMES*/
.main-canvas {position: relative; height: 100vh; width: 100%; overflow-x: scroll; white-space: nowrap;cursor: grab;}

.main-canvas .main-header {width: 200px; position: fixed; top: 23px; left: 27px; z-index: 200;}
.main-canvas .main-header a {}
.main-canvas .main-header a img {width: 200px;}

.main-canvas .scroll-arrow {
    position: fixed;
    top: 580px;
    right: 25px;
    z-index: 999;
}

.main-canvas .bgm-player {
    height: 34px;
    padding: 0 10px 0 16px;
    position: fixed;
    z-index: 100;
    top: 10px;
    right: 0; /*background: #fccf00;*/
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.main-canvas .bgm-player span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size:14px;
    color:#fff;
    margin: 8px 30px 0 0;
}
.main-canvas .bgm-player a[class^="jAudioBtn"] {
    position: absolute;
    top: 3px;
    right: 10px;
}

.main-canvas .frames {
    width: auto;
    height: 600px;
    display: block;
    white-space: nowrap;
}
.main-canvas .frames .frame {
    display: inline-block;
}
.main-canvas .frames .frame .frame-inner {
    position: relative;
    max-height: 100%;
}
.main-canvas .frames .frame .frame-inner img {
    max-height: 100vh;
}
.main-canvas .frames .frame .frame-inner img.video-gif {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translatey(-50%);
    height: 55%;
    border: 2px solid #06d5f7;
    min-height: 330px;
    min-width: 580px;
    background: #111;
}

.main-canvas .frames .frame .frame-inner .tables {
    position: absolute;
    z-index: 100;
    left: 5%;
    top: 60%;
    transform: translatey(-50%);
    display: flex;
    height: 69%;

}
.main-canvas .frames .frame .frame-inner .tables .table-wrap {
    position: relative;
    padding: 20px;
    border:  2px solid #ffcb05;
    border-radius: 10px;
    margin: 0 30px;
}
.main-canvas .frames .frame .frame-inner .tables .table-wrap img.rt-logo {
    position: absolute;
    z-index: 100;
    width: auto;
    top: -10%;
    right: 10%;
    height: auto;
}
.main-canvas .frames .frame .frame-inner .tables .table {
    height: 100%;
    overflow-y: scroll;
    padding: 5px;
}

.main-canvas .frames .frame .frame-inner .tables .table table {
    
}
.main-canvas .frames .frame .frame-inner .tables .table table td,
.main-canvas .frames .frame .frame-inner .tables .table table td {
    line-height: 25px;
    padding: 10px 0px;
    font-family: arial;
    font-size: 14px;
    color: #efefef;
    text-align: center;
}

/*MOBILE FRAMES*/
.mobile-canvas {
    display: none;
}
.rotate-room {
    position: absolute;
    z-index: 20000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.rotate-room a.button-close {
    position: fixed;
    top:  20px;
    right:  20px;
    z-index: 30000;
}
.rotate-room a.button-close img {
    filter: brightness(0) invert(1);
}
.rotate-room .rotate-box {
    text-align: center;
    width: 100%;
    position: fixed;
    top:  100px;
    right:  0;
    z-index: 30000;
}
.rotate-room .rotate-box img {
    width: 200px;
}
.rotate-room .rotate-box span {
    display: block;
    color:  #fff;
    font-size: 14px;
}
.rotate-room .rotate-box span span {
    font-size: 12px;
}



.mobile-canvas .main-header {width: 200px; position: fixed; top: 59px; right: -70px; z-index: 200; transform: rotate(90deg) scale(0.7);}
.mobile-canvas .main-header a {display: block;}
.mobile-canvas .main-header a img {width: 200px;}

.mobile-canvas .scroll-arrow {
    position: fixed;
    bottom: 40px;
    left: -39px;
    transform: rotate(90deg) scale(0.7);
    z-index: 10000;
}

.mobile-canvas .bgm-player {
    height: 34px;
    padding: 0 10px 0 16px;
    position: fixed;
    z-index: 300;
    bottom: 73px;
    right: -70px;
    transform: rotate(90deg);
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.mobile-canvas .bgm-player span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size:12px;
    color:#fff;
    margin: 10px 40px 0 0;
}
.mobile-canvas .bgm-player a[class^="jAudioBtn"] {
    position: absolute;
    top: 3px;
    right: 10px;
}

.mobile-canvas .mobile-frames {
}
.mobile-canvas .mobile-frames .frame {
    position: relative;
}
.mobile-canvas .mobile-frames .frame .frame-inner {
    position: relative;
}
.mobile-canvas .mobile-frames .frame .frame-inner img {
    width: 100%;
}
.mobile-canvas .mobile-frames .frame img.video-gif {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translatex(-50%);
    width: 60%;
    border: 2px solid #06d5f7;
    min-height: 300px;
    min-width: 190px;
    background: #111;
}

.mobile-canvas .mobile-frames .frame .frame-inner .tables {
        position: absolute;
        z-index: 100;
        top: 30%;
        transform: translatey(-50%) rotate(90deg);
        display: flex;
        width: 100%;
}
.mobile-canvas .mobile-frames .frame .frame-inner .tables .table-wrap {
    position: relative;
    padding: 5px 5px;
    border:  2px solid #ffcb05;
    border-radius: 10px;
    margin: 0 10px;
    height: 240px;
    width: 590px;
}
.mobile-canvas .mobile-frames .frame .frame-inner .tables .table-wrap img.rt-logo {
    position: absolute;
    width: 100px;
    top: -10%;
    right: 10%;
    height: auto;
}
.mobile-canvas .mobile-frames .frame .frame-inner .tables .table {
    height: 100%;
    overflow-y: scroll;
    padding: 5px;
}

.mobile-canvas .mobile-frames .frame .frame-inner .tables .table table {
    
}
.mobile-canvas .mobile-frames .frame .frame-inner .tables .table table td,
.mobile-canvas .mobile-frames .frame .frame-inner .tables .table table td {
    line-height: 25px;
    padding: 10px 0px;
    font-family: arial;
    font-size: 14px;
    color: #efefef;
    text-align: center;
}

@media (max-width: 991px) {
    .main-canvas {
        display: none;
    }

    .frames {
        height: 100%;
        width: 100vw;
        transform: rotate(90deg);
    }
    .frames .frame .frame-inner img {
        height: 100%;
    }

    .mobile-canvas {
        display: block;
    }
}