* {
    padding: 0;
    margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.pano_menu_fly, .pano_menu_ground {
    position: fixed;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    width: 100%;
    height: 90px;
    transform: translate(-50%, 0%);
    background: rgba(0, 0, 0, 0.5);
}

.pano_menu_fly .panoSwiper, .pano_menu_ground .panoSwiper {
    margin: 0 !important;;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 70px;
    transform: translate(-50%, -50%);
}

.pano_menu_fly .panoSwiper .swiper-slide, .pano_menu_ground .panoSwiper .swiper-slide {
    border: 2px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    width: 100px;
}

.pano_menu_fly .panoSwiper img, .pano_menu_ground .panoSwiper img {
    width: 100%;
    height: 100%;
}


.pano_menu_fly .panoSwiper span, .pano_menu_ground .panoSwiper span {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
}
.pano_menu_fly .panoSwiper span a, .pano_menu_ground .panoSwiper span a {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

.mar{
    animation: marqueeAnimation 10s linear infinite;;
}

@keyframes marqueeAnimation {
    0% {
        left: 0;
        transform: translateX(0);
    }
    100% {
        right: 0;
        transform: translateX(-100%);
    }
}


.typeChange {
    position: fixed;
    z-index: 1;
    bottom: 25px;
    left: 50%;
    width: 140px;
    height: 35px;
    transform: translate(-50%, 0%);
    border-radius: 15px;
    background: radial-gradient(circle, #dfe0df, #dfe0df, #dfe0df, #c8c8c8);
}

.flyType {
    border-right: 1px solid #cbcbcb;
}

.flyType, .groundType {
    position: absolute;
    width: 50%;
    display: inline-block;
    text-align: center;
    height: 50%;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 18px;
    color: #bbbbbb;
}

.groundType {
    left: 50%;
}

.menuBtn {
    position: fixed;
    z-index: 1;
    width: 40px;
    height: 40px;
    bottom: 25px;
    left: 15px;
    background-image: url("../images/icon/menu.png");
    background-size: 100% 100%;
}

.menuBtn span ,.infoBtn span ,.musicBtn span{
    position: absolute;
    bottom: -15px;
    font-size: 12px;
    width: 140%;
    height: 15px;
    text-align: center;
    color: #ffffff;
    left: 50%;
    transform: scale(1) translate(-50%, 0);
}

.menuBtn img ,.infoBtn img ,.musicBtn img{
    position: absolute;
    top: 50%;
    width: 70%;
    height: 70%;
    left: 50%;
    transform:translate(-50%, -50%);
}

.infoBtn {
    position: fixed;
    z-index: 1;
    width: 35px;
    height: 35px;
    top: 15px;
    right: 7px;
    border-radius: 20px;
    background-color: rgba(31,31,31,0.2);
    border:1px solid rgba(67,67,67,0.3);
}

.musicBtn {
    position: fixed;
    z-index: 1;
    width: 35px;
    height: 35px;
    top: 77px;
    right: 7px;
    border-radius: 20px;
    background-color: rgba(31,31,31,0.2);
    border:1px solid rgba(67,67,67,0.3);
}

.logo {
    position: fixed;
    z-index: 1;
    left: 10px;
    top: 10px;
    background-image: url("../images/logo.png");
    width: 22vh;
    height: 5vh;
    background-size: 100% 100%;
}
.infoPanel,.doorPanel{
    position: fixed;
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.8);
    top: 50%;
    left: 50%;
}
.infoContent{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%,-50%);
    overflow-y: scroll;
    line-height: 25px;
}
.infoCloseBtn,.doorCloseBtn{
    position: absolute;
    right: 1px;
    top: 6px;
    font-weight: 900;
    width: 40px;
    height: 50px;
    font-size: 40px;
}
.doorImg{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    width: 72vh;
    height: 50vh;
    background-image: url("../images/door.jpg");
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
}
::-webkit-scrollbar {
    display: none;
}
.enterPanel{
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-image: url("../images/pcBg.jpg");
    background-size: 100% 100%;
}
.enterTitle{
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-50%);
    width: 52vw;
    height: 15vw;
    background-image: url("../images/title.png");
    background-size: 100% 100%;
}
.enterBtn{
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 75%;
    transform: translate(-50%,-50%);
    width: 30vw;
    height: 7.5vw;
    background-image: url("../images/enter.png");
    background-size: 100% 100%;
}
.enterLogo{
    position: absolute;
    z-index: 99;
    left: 2%;
    top: 3%;
    transform: translate(0%,0%);
    width: 14vw;
    height: 3.5vw;
    background-image: url("../images/logo.png");
    background-size: 100% 100%;
}