@-ms-viewport {
    width: device-width;
}

@media only screen and (min-device-width: 800px) {
    html {
        overflow: hidden;
    }
}

html {
    height: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #000000;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select:none;
    user-drag:none;
}

.menu{
    position: fixed;
    bottom: 20px;
    left: calc(50% - 198px / 2);
    background: rgba(0,0,0,.70);
    border-radius: 6px;
    box-shadow: 1px 1px 2px 1px #272727;
    z-index: 100000;
}

.menu-list{
    display: flex;
    align-items: baseline;
    padding: 12px 30px 10px;
    list-style: none;
}

.menu-item{
    margin-right: 30px;
}

.menu-list .menu-item:last-child{
    margin-right: 0px;
}

.menu-item img{
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.scene-panel{
    position: fixed;
    bottom: 82px;
    left: 10%;
    width: 80%;
    background: rgba(0,0,0,.70);
    border-radius: 6px;
    box-shadow: 1px 0px 2px 1px #272727;
    display: none;
    padding: 30px 90px 30px;
    font-size: 0;
}

.swiper-thumb .swiper-slide{
    position: relative;
    width:auto!important;
    margin-right: 10px;
    border: 2px solid transparent;
    overflow: hidden;
}

.swiper-thumb .swiper-slide:last-child{
    margin-right: 0;
}

.swiper-thumb .swiper-slide img{
    width: 200px;
    height: 200px;
    border-radius: 6px;
    cursor: pointer;
}

.swiper-thumb .swiper-slide:hover img{
    transition: all .6s;
    transform: scale(1.2);
}

.swiper-title{
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 0px;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
}

.active-thumb{
    border: 2px solid #fff!important;
    border-radius: 6px;
    font-size: 0;
}

.close-menu{
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center;
    display: none;
}

.close-menu img{
    cursor: pointer;
}

.thumb-button-prev{
    position: absolute;
    top: calc(50% - 17px);
    left: 35px;
    cursor: pointer;
}

.thumb-button-next{
    position: absolute;
    top: calc(50% - 17px);
    right: 35px;
    cursor: pointer;
}

.detail-panel{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 50px 50px 110px;
    display: none;
    z-index: 90009;
}

.details{
    background: rgba(0,0,0, 0.5);
    border-radius: 6px;
    /* box-shadow: 1px 1px 2px 1px #272727; */
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    min-width: 1200px;
}

.details-left{
    width: 70%;
    height: 100%;
    padding: 50px;
    position: relative;
    /* background: rgba(0,0,0,0.55); */
}

.details-right{
    width: 30%;
    background: rgba(0, 0, 0, 0.63);
    border-radius: 6px;
    height: 100%;
    /* border-left: 1px solid #2B2B2B; */
    padding: 40px;
    min-width: 520px;
}

.details-top{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.details-title{
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
}

.details-title-line{
    height: 1px;
    background: linear-gradient(to right,#202020,#000);
    width: 70%;
    margin: 20px 0;
}

.audio-btn{
    margin-right: 14px;
    cursor: pointer;
}

.close-details{
    padding-left: 14px;
    border-left: 1px solid #969090;
    cursor: pointer;
}

.details-btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}

.details-content p{

    line-height: 26px!important;
}

img.details-left-btn {
    position: absolute;
    top: calc(50% - 26px);
    left: 50px;
    cursor: pointer;
}

img.details-right-btn {
    position: absolute;
    top: calc(50% - 26px);
    right: 50px;
    cursor: pointer;
}

.details-img {
    text-align: center;
    padding: 0 130px;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.swiper-details .swiper-wrapper{
    display: flex;
    align-items: center;
}

.details-img img{
    height: auto;
    width: auto;
    max-width: 80%;
    max-height: 80%;
}

.swiper-button-disabled {
    opacity: .2;
}

.map-panel{
    position: fixed;
    right: 30px;
    top: 30px;
    padding: 10px;
    background: rgba(0,0,0,.80);
    border-radius: 6px;
    box-shadow: 1px 1px 2px 1px #272727;
    display: none;
}

.map-point{
    position: absolute;
    height: 10px;
    width: 10px;
    background: red;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;
}

.map-point:hover{
    background: yellow;
}

.map-looked{
    background: #686868;
}

.map-looking{
    transform: scale(1.2) rotate(45deg);
    background: red;
    border-radius: 0;
}

.map-panel .map-point:nth-child(2){
    top: 235px;
    left: 115px;
}

.map-panel .map-point:nth-child(3){
    top: 235px;
    left: 50px;
}

.map-panel .map-point:nth-child(4){
    top: 155px;
    left: 50px;
}

.map-panel .map-point:nth-child(5){
    top: 155px;
    left: 140px;
}

.map-panel .map-point:nth-child(6){
    top: 95px;
    left: 140px;
}

.map-panel .map-point:nth-child(7){
    top: 95px;
    left: 50px;
}

.map-panel .map-point:nth-child(8){
    top: 50px;
    left: 50px;
}

.map-panel .map-point:nth-child(9){
    top: 50px;
    left: 140px;
}

.map-panel .map-point:nth-child(10){
    top: 95px;
    left: 190px;
}

.map-panel .map-point:nth-child(11){
    top: 68px;
    left: 246px;
}

.map-panel .map-point:nth-child(12){
    top: 95px;
    left: 355px;
}

.map-panel .map-point:nth-child(13){
    top: 69px;
    left: 422px;
}

.map-panel .map-point:nth-child(14){
    top: 112px;
    left: 422px;
}

.map-panel .map-point:nth-child(15){
    top: 151px;
    left: 422px;
}

.map-panel .map-point:nth-child(16){
    top: 176px;
    left: 451px;
}

.map-panel .map-point:nth-child(17){
    top: 127px;
    left: 499px;
}

.map-panel .map-point:nth-child(18){
    top: 60px;
    left: 499px;
}

.map-panel .map-point:nth-child(19){
    top: 240px;
    left: 493px;
}

.map-panel .map-point:nth-child(20){
    top: 240px;
    left: 438px;
}

.map-panel .map-point:nth-child(21){
    top: 180px;
    left: 354px;
}

.map-panel .map-point:nth-child(22){
    top: 180px;
    left: 275px;
}


.map-panel .map-point:nth-child(23){
    top: 180px;
    left: 191px;
}


.map-panel .map-point:nth-child(24){
    top: 68px;
    left: 290px;
}


.film-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
}

.film-body {
    width: 900px;
    height: 500px;
}

.study-panel .swiper-slide {
    width: initial;
    /* margin-right: 20px; */
}

video#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none;
}

.film-body{
    position: relative;
}

.close-film-box {
    position: absolute;
    right: 0;
    top: -60px;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
}

.cover-panel{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(201,186,157,1);
    align-items: center;
    justify-content: center;
    z-index: 100000;
    display: flex;
}
.cover{
    text-align: center;
    position: relative;
}

.cover img{
    width: 80%;

}


.meng{
    display: none;
}

@media (max-width:768px){
    .map-panel{
        position:fixed;
        top: 30%;
        left: 0;
        width: 100%;
        display: none;
    }

    .map-panel img{
        width: 100%;
        height: auto;
    }

    .scene-panel{
        height:calc(100% - 112px);
        padding:15px;
        width: 90%;
        left:5%;
        overflow: auto;
    }

    .thumb-button-next,.thumb-button-prev{
        display:none;
    }

    .swiper-thumb .swiper-wrapper{
        display:inline-block;
    }

    .swiper-item {
        width: 50%;
        display: inline-block;
        text-align: center;
        padding: 5px;
        position: relative;
    }

    .swiper-item img{
        width: 100%;
        border-radius: 6px;
    }

    .detail-panel{
        /* width: 100%; */
        padding: 15px;
        /* left: 0; */
        overflow: hidden;
        z-index: 100001;
    }

    .details{
        display: inline-block;
        min-width: auto;
    }

    .details-left{

        width: 100%;

        height: 40%;

        padding: 0px;

    }

    img.details-right-btn{
        width:15px;
        height:auto;
        top: calc(50% - 16px);
        right: 10px;
    }

    img.details-left-btn{
        width:15px;
        height:auto;
        top: calc(50% - 16px);
        left: 10px;
    }

    .details-img{
        padding: 0 30px;
        overflow: hidden;
    }

    .details-right{
        width:100%;
        min-width: auto;
        padding: 20px;
        height: 60%;
        /* overflow: auto; */
    }

    .details-content p{
        font-size: 16px!important;
    }

    .details-content span{
        font-size: 16px!important;
    }

    .film-body{
        width: 92%;
        height:auto;
    }

    .close-menu{
        display: none;
    }

    .audio-btn {
        width:44px;
        height:auto;
    }

    .map-panel .map-point:nth-child(2){
        top: 77%;
        left: 20%;
    }

    .map-panel .map-point:nth-child(3){
        top: 77%;
        left: 11%;
    }

    .map-panel .map-point:nth-child(4){
        top: 52%;
        left: 11%;
    }

    .map-panel .map-point:nth-child(5){
        top: 51%;
        left: 22%;
    }

    .map-panel .map-point:nth-child(6){
        top: 32%;
        left: 22%;
    }

    .map-panel .map-point:nth-child(7){
        top: 32%;
        left: 11%;
    }

    .map-panel .map-point:nth-child(8){
        top: 16%;
        left: 13%;
    }

    .map-panel .map-point:nth-child(9){
        top: 16%;
        left: 24%;
    }

    .map-panel .map-point:nth-child(10){
        top: 28%;
        left: 32%;
    }

    .map-panel .map-point:nth-child(11){
        top: 23%;
        left: 40%;
    }

    .map-panel .map-point:nth-child(12){
        top: 31%;
        left: 57%;
    }

    .map-panel .map-point:nth-child(13){
        top: 16%;
        left: 68%;
    }

    .map-panel .map-point:nth-child(14){
        top: 30%;
        left: 68%;
    }

    .map-panel .map-point:nth-child(15){
        top: 45%;
        left: 68%;
    }

    .map-panel .map-point:nth-child(16){
        top: 59%;
        left: 73%;
    }

    .map-panel .map-point:nth-child(17){
        top: 39%;
        left: 81%;
    }

    .map-panel .map-point:nth-child(18){
        top: 17%;
        left: 81%;
    }

    .map-panel .map-point:nth-child(19){
        top: 77%;
        left: 81%;
    }

    .map-panel .map-point:nth-child(20){
        top: 77%;
        left: 70%;
    }

    .map-panel .map-point:nth-child(21){
        top: 56%;
        left: 55%;
    }

    .map-panel .map-point:nth-child(22){
        top: 56%;
        left: 44%;
    }


    .map-panel .map-point:nth-child(23){
        top: 56%;
        left: 31%;
    }

    .map-panel .map-point:nth-child(24){
        top: 23%;
        left: 49%;
    }

    .details-content {
        height: 55%;
        overflow: auto;
    }

}



.breathe-img {
    position: absolute;
    bottom: 27%;
    left: calc(50% - 40px);
    /*width: 100px;*/
}

.breathe-img img{
    width:80px;
    height: auto;
    cursor: pointer;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: breathe;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate
}

.movie-panel{
    position: fixed;
    top: 30px;
    left: 30px;
    cursor: pointer;
    display: none;
}

.movie-panel img{
    width: 49px;
    height: 42px;
}


@keyframes breathe {
    0% {
        opacity:.2;
    }
    100% {
        opacity:1;
    }

}