@-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;
}

li {
    list-style: none;
}

.pc-block {
    display: block;
}

.mb-block {
    display: none;
}

.index_title {
    width: 1920px;
    height: 88px;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 10;
    background: url(../images/index_title_bg.png)no-repeat;
    background-size: 100% 100%;
}

.index_title h2 {
    text-align: center;
    margin-top: 8px;
    font-size: 22px;
    color: #fff;
}


.menu {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 10;
    width: 466px;
    background: url(../images/menu_bg.png)no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
    box-sizing: border-box;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .menu-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 664px; */
    text-align: center;
}

.menu .menu-list .menu-item {
    cursor: pointer;
    /* margin-top: 10px; */
    /* margin-right: 20px; */
    width: 60px;
}

.right_button {
    position: fixed;
    right: 10px;
    bottom: 32px;
}

.right_button .bgm_bg {
    display: block;
    width: 40px;
    height: 40px;
    /* border: 2px solid rgba(67,86,89,0.59); */
    border-radius: 50%;
    /* background: #a21f24cc; */
    background-size: cover;
    position: relative;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.right_button .bgm_bg::after {
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%,-50%); */
    /* content: ''; */
    width: 24px;
    height: 24px;
    background-size: cover;
}

.right_button .add_cut {
    /* width: 40px; */
    height: 105px;
    /* background: #a21f24cc; */
    border-radius: 8px;
    padding: 16px 8px;
    position: relative;
    text-align: center;
}

.right_button .add_cut::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: '';
    width: 20px;
    height: 1px;
    background: url(../images/center_icon.png)no-repeat;
    background-size: cover;
    z-index: 11;
}

.right_button .add_cut2::after {
    position: absolute;
    left: 50%;
    top: 105%;
    transform: translate(-50%,-50%);
    content: '';
    width: 20px;
    height: 1px;
    background: url(../images/center_icon.png)no-repeat;
    background-size: cover;
    z-index: 49;
}

.right_button .add_cut img {
    width: 20px;
}

.right_button .add_cut .add_button {
    margin-bottom: 28px;
}

.right_button .add_cut li {
    cursor: pointer;
}

.fullpage_switch {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background: #a21f24cc; */
    background-size: cover;
    position: relative;
    /* margin-top: 16px; */
}

.fullpage_switch::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/full_icon.png)no-repeat;
    background-size: cover;
}

.fullpage_switch.active::after {
    background: url(../images/suo_icon.png)no-repeat;
    background-size: cover;
}

.righttop-bg{
	background: url(../images/button_bg-02.png) no-repeat rgb(69 32 23 / 70%);
	border-radius: 8px;
	margin-bottom: 7px;
	background-size: 100% 100%;
	padding: 2px 2px;
}



.righttop-bg1{
	background: url(../images/button_bg-01.png) no-repeat rgb(69 32 23 / 70%);
	border-radius: 8px;
	margin-bottom: 7px;
	background-size: 100% 100%;
	padding: 2px 2px;
}

.righttop-bg1 .qrcode-icon-bg {
    margin-bottom: 0;
}

.scene-panel {
    position: fixed;
    bottom: 125px;
    left: 10%;
    width: 80%;
    background: rgb(69 32 23 / 70%);
    background-size: 100% 100%;
    border-radius: 6px;
    padding: 15px 35px 15px;
    font-size: 0;
    display: none;
}

.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: 130px;
    height: 90px;
    border-radius: 6px;
    cursor: pointer;
    object-fit: cover;
}

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


.detail-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    padding: 50px 50px 110px;
    display: none;
    z-index: 10000;
}

.detail-panel .details {
    width: 40%;
    background: linear-gradient(180deg,#63aae5, #606cd3 100%);
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 30px 30px;
    background: rgb(69 32 23 / 70%);
    background-size: 100%;
    color: #F6D5D0;
    line-height: 1.6;
    font-size: 14px;
}

.close-details {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.close-details img {
    width: 100%;
}

.details_in {
    width: 100%;
    /* height: 500px; */
    overflow: auto;
    position: relative;
    /* padding-right: 5px; */
    /* text-align: center; */
}

.video-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(69 32 23 / 70%);
    padding: 50px 50px 110px;
    display: none;
    z-index: 10000;
}

.video-panel .details {
    width: 80%;
    height: 80%;
    background: linear-gradient(180deg,#63aae5, #606cd3 100%);
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 50px 30px;
    background: rgb(69 32 23 / 70%);
    background-size: 100%;
    color: #F6D5D0;
    line-height: 1.6;
    font-size: 14px;
}

.close-video {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.close-video img {
    width: 100%;
}

.video_in {
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    position: relative;
    padding-right: 5px;
}

#video {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 100;
}


.details_in::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}

.details_in::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

.details_in::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

/* .details_in::after{
	position: absolute;
	left: 10px;
	top: 0;
	content: '';
	width: 25px;
	height: 25px;
	background: url(../images/sound_icon.png)no-repeat;
	background-size: cover;
	cursor: pointer;
} */
.details-title {
    text-align: center;
    /* padding-bottom: 24px; */
    margin-bottom: 24px;
    /* border-bottom: 1px solid rgba(255,255,255,0.20); */
    color: #197FC6;
}

.details-title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
}

.details-content p {
    text-indent: 2em;
    line-height: 2;
}

.details-content p.textP {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-bottom: 10px;
    text-indent: 2em;
}


.img-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 99;
}

.img-panel .imgs {
    position: relative;
}

.img-panel .imgs .close-imgs {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    z-index: 1000;
}

.img-panel .imgs .close-imgs img {
    width: 100%;
}

.img-panel .imgs .imgs_in {
    position: relative;
}

.img-panel .imgs .imgs_in .imgs-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 90;
    background: rgba(0,0,0,0.8);
}

.img-panel .imgs .imgs_in .imgs-title .title-in {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.img-panel .imgs .imgs_in .imgs-title .title-in h3 {
    margin-right: 10%;
    white-space: nowrap;
}

.img-panel .imgs .imgs_in .imgs-title .title-in p {
    margin-right: 5%;
    white-space: nowrap;
}

.imgs-content {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.imgs-content img {
    position: absolute;
    width: 100%;
    cursor: move;
}


.map-panel {
    position: fixed;
    right: 10px;
    top: 100px;
    background: rgb(69 32 23 / 70%);
    z-index: 20px;
    border-radius: 8px;
    padding: 10px;
    -webkit-transition: all ease-in .4s;
    -moz-transition: all ease-in .4s;
    -ms-transition: all ease-in .4s;
    -o-transition: all ease-in .4s;
    transition: all ease-in .4s;
}

.map-panel.active {
    position: fixed;
    top: 118px;
    right: -290px;
    z-index: 100001;
}

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

.map-panel .map_switch {
    position: absolute;
    left: -40px;
    top: 0;
    width: 34px;
    height: 34px;
    background: rgb(69 32 23 / 70%);
    font-size: 0;
    background-size: cover;
    cursor: pointer;
    border-radius: 4px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-panel .map_switch img {
    -webkit-transition: all ease-in .4s;
    -moz-transition: all ease-in .4s;
    -ms-transition: all ease-in .4s;
    -o-transition: all ease-in .4s;
    transition: all ease-in .4s;
}

.map-panel .map_switch.active img {
    transform: rotate(-180deg);
}


.map-text1{
    position: absolute;
    left: 55%;
    top: 78%;
    font-size: 12px;
}

.map-text2{
    position: absolute;
    left: 23%;
    top: 52%;
    font-size: 12px;
    width: 12px;
}

.map-text3{
    position: absolute;
    left: 73%;
    top: 52%;
    font-size: 12px;
    width: 12px;
}

.map-text4{
    position: absolute;
    left: 46%;
    top: 19.5%;
    font-size: 12px;
}

.map-view {
    position: relative;
    /* width: 421px; */
}

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

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

.map-looked {
    background: #686868;
}

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

.map-point.point1 {
    top: 486px;
    left: 132.4px;
}


.map-point.point2 {
    top: 439px;
    left: 132.4px;
}

.map-point.point3 {
    top: 400px;
    left: 132.4px;
}

.map-point.point4 {
    top: 343px;
    left: 132.4px;
}

.map-point.point5 {
    top: 329px;
    left: 54.4px;
}

.map-point.point6 {
    top: 297px;
    left: 54.4px;
}

.map-point.point7 {
    top: 307px;
    left: 14.4px;
}

.map-point.point8 {
    top: 297px;
    left: 14.4px;
}

.map-point.point9 {
    top: 286px;
    left: 14.4px;
}

.map-point.point10 {
    top: 267px;
    left: 14.4px;
}

.map-point.point11 {
    top: 254px;
    left: 14.4px;
}

.map-point.point12 {
    top: 246px;
    left: 14.4px;
}

.map-point.point13 {
    top: 238px;
    left: 14.4px;
}

.map-point.point14 {
    top: 224px;
    left: 14.4px;
}

.map-point.point15 {
    top: 208px;
    left: 14.4px;
}

.map-point.point16 {
    top: 199px;
    left: 14.4px;
}

.map-point.point17 {
    top: 191px;
    left: 14.4px;
}

.map-point.point18 {
    top: 183px;
    left: 14.4px;
}

.map-point.point19 {
    top: 175px;
    left: 14.4px;
}

.map-point.point20 {
    top: 167px;
    left: 14.4px;
}

.map-point.point21 {
    top: 160px;
    left: 14.4px;
}

.map-point.point22 {
    top: 151px;
    left: 14.4px;
}

.map-point.point23 {
    top: 145px;
    left: 14.4px;
}

.map-point.point24 {
    top: 138px;
    left: 14.4px;
}

.map-point.point25 {
    top: 131px;
    left: 14.4px;
}

.map-point.point26 {
    top: 24.5%;
    left: 14.4px;
}

.map-point.point27 {
    top: 23.2%;
    left: 14.4px;
}

.map-point.point28 {
    top: 22%;
    left: 14.4px;
}

.map-point.point103 {
   top: 21%;
   left: 20.4px;
}

.map-point.point29 {
    top: 20%;
    left: 14.4px;
}

.map-point.point30 {
    top: 17.6%;
    left: 20.4px;
}

.map-point.point31 {
    top: 17.6%;
    left: 14.4px;
}

.map-point.point32 {
    top: 16%;
    left: 14.4px;
}

.map-point.point33 {
    top: 15.2%;
    left: 14.4px;
}

.map-point.point34 {
   top: 12.8%;
   left: 14.4px;
}

.map-point.point35 {
    top: 15.2%;
    left: 18.9%;
}

.map-point.point36 {
    top: 42px;
    left: 28px;
}

.map-point.point37 {
    top: 2.8%;
    left: 4.5%;
}

.map-point.point38 {
    top: 7px;
    left: 7px;
}

.map-point.point39 {
    top: 7px;
    left: 23px;
}

.map-point.point40 {
    top: 7px;
    left: 36px;
}

.map-point.point41 {
    top: 7px;
    left: 45px;
}

.map-point.point42 {
    top: 15px;
    left: 39px;
}

.map-point.point43 {
    top: 43px;
    left: 37px;
}

.map-point.point44 {
    top: 51px;
    left: 132px;
}

.map-point.point45 {
    top: 36px;
    left: 132px;
}

.map-point.point46 {
    top: 23px;
    left: 113px;
}

.map-point.point47 {
    top: 23px;
    left: 96px;
}

.map-point.point48 {
    top: 10px;
    left: 132px;
}

.map-point.point49 {
    top: 24px;
    left: 178px;
}

.map-point.point50 {
    top: 17px;
    left: 178px;
}

.map-point.point51 {
    top: 9px;
    left: 178px;
}

.map-point.point52 {
    top: 54px;
    left: 142px;
}

.map-point.point53 {
    top: 42px;
    left: 236px;
}

.map-point.point54 {
    top: 19px;
    left: 238px;
}

.map-point.point55 {
    top: 18px;
    left: 219px;
}

.map-point.point56 {
    top: 8px;
    left: 258px;
}

.map-point.point57 {
    top: 18px;
    left: 258px;
}

.map-point.point58 {
    top: 42px;
    left: 242px;
}

.map-point.point59 {
    top: 78px;
    left: 210px;
}

.map-point.point60 {
    top: 63px;
    left: 251px;
}

.map-point.point61 {
    top: 71px;
    left: 251px;
}

.map-point.point62 {
    top: 80px;
    left: 251px;
}

.map-point.point63 {
    top: 87px;
    left: 251px;
}

.map-point.point64 {
    top: 94px;
    left: 251px;
}

.map-point.point65 {
    top: 102px;
    left: 251px;
}

.map-point.point66 {
    top: 109px;
    left: 251px;
}

.map-point.point67 {
    top: 116px;
    left: 251px;
}

.map-point.point68 {
    top: 123px;
    left: 251px;
}

.map-point.point69 {
    top: 130px;
    left: 251px;
}

.map-point.point70 {
    top: 136px;
    left: 251px;
}

.map-point.point71 {
    top: 143px;
    left: 251px;
}

.map-point.point72 {
    top: 150px;
    left: 251px;
}

.map-point.point73 {
    top: 163px;
    left: 251px;
}

.map-point.point74 {
    top: 170px;
    left: 251px;
}

.map-point.point75 {
    top: 177px;
    left: 251px;
}

.map-point.point76 {
    top: 186px;
    left: 251px;
}

.map-point.point77 {
    top: 194px;
    left: 251px;
}

.map-point.point78 {
    top: 202px;
    left: 251px;
}

.map-point.point79 {
    top: 210px;
    left: 251px;
}

.map-point.point80 {
    top: 222px;
    left: 251px;
}

.map-point.point81 {
    top: 229px;
    left: 251px;
}

.map-point.point82 {
    top: 237px;
    left: 251px;
}

.map-point.point83 {
    top: 243px;
    left: 251px;
}

.map-point.point84 {
    top: 250px;
    left: 251px;
}

.map-point.point85 {
    top: 256px;
    left: 251px;
}

.map-point.point86 {
    top: 262px;
    left: 251px;
}

.map-point.point87 {
    top: 268px;
    left: 251px;
}

.map-point.point88 {
    top: 274px;
    left: 251px;
}

.map-point.point89 {
    top: 284px;
    left: 251px;
}

.map-point.point90 {
    top: 292px;
    left: 251px;
}

.map-point.point91 {
    top: 301px;
    left: 251px;
}

.map-point.point92 {
    top: 309px;
    left: 251px;
}

.map-point.point93 {
    top: 297px;
    left: 211px;
}

.map-point.point94 {
    top: 322px;
    left: 132.4px;
}

.map-point.point95 {
    top: 282px;
    left: 132.4px;
}

.map-point.point96 {
    top: 242px;
    left: 132.4px;
}


.map-point.point97 {
    top: 184px;
    left: 132.4px;
}



.map-point.point98 {
    top: 138px;
    left: 132.4px;
}


.map-point.point99 {
    top: 116px;
    left: 132.4px;
}


.map-point.point100 {
    top: 104px;
    left: 99.4px;
}


.map-point.point101 {
    top: 104px;
    left: 164.4px;
}



.map-point.point102 {
    top: 76px;
    left: 132.4px;
}




.cover-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pc_enter.png)no-repeat center center;
    background-size: cover;
    z-index: 100000;
}

.cover-panel .cover {
    position: absolute;
    left: 50%;
    bottom: 5.5%;
    transform: translateX(-50%);
    cursor: pointer;
    width: 19.9%;
}

.breathe-img {
    width: 100%;
}

.breathe-img img {
    width: 100%;
    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
}

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

    100% {
        opacity: 1;
    }
}

/* mobile */
@media (max-width: 768px) {
    .cover-panel {
        background: url(../images/mobile_enter.png) no-repeat center center #6A3334;
        background-size: contain;
    }

    .cover-panel .cover {
        width: 50%;
    }

    .map-panel {
        right: auto;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(69 32 23 / 90%);
        /* overflow-x: auto; */
    }

    .map-view {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .map-panel .map_switch {
        display: none;
    }

    .right_button {
        top: 141px;
        z-index: 10000;
    }

    .index_title {
        width: 100%;
        height: 88px;
        background-size: cover;
        background-position: center center;
        z-index: 10000;
    }

    .index_title h2 {
        margin-top: 3px;
        font-size: 16px;
    }

    .menu {
        background-size: cover;
        background-position: center center;
        padding: 15px 0;
        z-index: 10000;
        width: 90%;
        /* background: url(../images/menu-bg.svg) no-repeat #62A5E3 bottom; */
        /* background-size: 100% 100%; */
        border-radius: 8px;
    }

    .menu .menu-list .menu-item img {
        width: 30px;
    }

    .scene-panel {
        left: 0;
        bottom: 111px;
        width: 100%;
        padding: 10px 20px;
    }

    .swiper-thumb .swiper-slide {
        width: 25%!important;
    }

    .swiper-thumb .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .detail-panel {
        padding: 10%;
    }

    .detail-panel {
        position: fixed;
        top: 50%;
        left: 20%;
        width: 60%;
        height: 350px;
        background: rgba(0,0,0,0.6);
        padding: 50px 50px 110px;
        display: block;
        z-index: 10000;
        transform: translate(0, -50%);
        border-radius: 16px;
    }
    

    .details {
        width: 100%!important;
        height: 100%!important;
        padding: 40px 20px;
    }

    .video-content {
        height: unset!important;
    }

    .close-details {
        position: absolute;
        bottom: -40px;
        top: unset;
        left: calc(50% - 15px);
        z-index: 1000;
    }

    .close-video {
        position: absolute;
        /* bottom: 55px; */
        top: 20px;
        right: 20px;
        z-index: 100000;
    }

    .details_in {
        /* height: calc(100% - 80px); */
        /* display: flex; */
        /* align-items: center; */
    }

    .video-panel {
        padding: 10%;
    }

    .img-panel .imgs .imgs_in .imgs-title .title-in h3 {
        font-size: 14px;
    }

    .img-panel .imgs .imgs_in .imgs-title .title-in p {
        font-size: 12px;
    }

    .m_map_switch {
        width: 44px;
        height: 44px;
        border-radius: 8px;
        background: url(../images/button_bg-01.png) no-repeat rgb(69 32 23 / 70%);
        background-size: cover;
        position: fixed;
        right: 10px;
        top: 90px;
        /* padding: 2px; */
    }

    .m_map_switch::after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        content: '';
        width: 24px;
        height: 24px;
        background: url(../images/map-icon.svg)no-repeat;
        background-size: cover;
    }

    .map-panel {
        display: none;
    }

    .imgs-content {
        z-index: 999;
    }

    .img-panel .imgs .imgs_in .imgs-title {
        position: absolute;
        left: 0;
        bottom: 0;
        top: auto;
    }

    .img-panel .imgs .imgs_in .imgs-title .title-in {
        display: flex;
        flex-flow: wrap;
        padding: 20px 10px;
        height: auto;
    }

    .img-panel .imgs .imgs_in .imgs-title .title-in h3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .img-panel .imgs .imgs_in .imgs-title .title-in p {
        margin-bottom: 10px;
    }

    .imgs-content img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu .menu-list .menu-item {
        /* margin: 10px 10px 0; */
        width: 50px;
    }

    .map-point.point1 {
        top: 97%;
        left: 49.3%;
    }
    
    
    .map-point.point2 {
        top: 87%;
        left: 49.3%;
    }
    
    .map-point.point3 {
        top: 79%;
        left: 49.3%;
    }
    
    .map-point.point4 {
        top: 68%;
        left: 49.3%;
    }
    
    .map-point.point5 {
        top: 65%;
        left: 26.3%;
    }
    
    .map-point.point6 {
        top: 59%;
        left: 26.3%;
    }
    
    .map-point.point7 {
        top: 61%;
        left: 14.5%;
    }
    
    .map-point.point8 {
        top: 59%;
        left: 14.5%;
    }
    
    .map-point.point9 {
        top: 57%;
        left: 14.5%;
    }
    
    .map-point.point10 {
        top: 54%;
        left: 14.5%;
    }
    
    .map-point.point11 {
        top: 51%;
        left: 14.5%;
    }
    
    .map-point.point12 {
        top: 49%;
        left: 14.5%;
    }
    
    .map-point.point13 {
        top: 48%;
        left: 14.5%;
    }
    
    .map-point.point14 {
        top: 45%;
        left: 14.5%;
    }
    
    .map-point.point15 {
        top: 42%;
        left: 14.5%;
    }
    
    .map-point.point16 {
        top: 40.5%;
        left: 14.5%;
    }
    
    .map-point.point17 {
        top: 39%;
        left: 14.5%;
    }
    
    .map-point.point18 {
        top: 37.5%;
        left: 14.5%;
    }
    
    .map-point.point19 {
        top: 35.5%;
        left: 14.5%;
    }
    
    .map-point.point20 {
        top: 34%;
        left: 14.5%;
    }
    
    .map-point.point21 {
        top: 32.5%;
        left: 14.5%;
    }
    
    .map-point.point22 {
        top: 30.5%;
        left: 14.5%;
    }
    
    .map-point.point23 {
        top: 29.2%;
        left: 14.5%;
    }
    
    .map-point.point24 {
        top: 27.5%;
        left: 14.5%;
    }
    
    .map-point.point25 {
        top: 25.7%;
        left: 14.5%;
    }
    
    .map-point.point26 {
        top: 24.5%;
        left: 14.5%;
    }
    
    .map-point.point27 {
        top: 22.5%;
        left: 14.5%;
    }
    
    .map-point.point28 {
        top: 21.5%;
        left: 14.5%;
    }
    
    .map-point.point103 {
       top: 20.5%;
       left: 16.5%;
    }
    
    .map-point.point29 {
        top: 20%;
        left: 14.5%;
    }
    
    .map-point.point30 {
        top: 17.6%;
        left: 16.5%;
    }
    
    .map-point.point31 {
        top: 17.6%;
        left: 14.5%;
    }
    
    .map-point.point32 {
        top: 15.9%;
        left: 14.5%;
    }
    
    .map-point.point33 {
        top: 15.2%;
        left: 14.5%;
    }
    
    .map-point.point34 {
       top: 12.8%;
       left: 14.5%;
    }
    
    .map-point.point35 {
        top: 15.2%;
        left: 25.9%;
    }
    
    .map-point.point36 {
        top: 45px;
        left: 17.9%;
    }
    
    .map-point.point37 {
        top: 2.8%;
        left: 13.5%;
    }
    
    .map-point.point38 {
        top: 1.5%;
        left: 12.9%;
    }
    
    .map-point.point39 {
        top: 1.5%;
        left: 15.5%;
    }
    
    .map-point.point40 {
        top: 1.5%;
        left: 19.5%;
    }
    
    .map-point.point41 {
        top: 1.5%;
        left: 22.5%;
    }
    
    .map-point.point42 {
        top: 2.9%;
        left: 20.5%;
    }
    
    .map-point.point43 {
        top: 8.7%;
        left: 21.5%;
    }
    
    .map-point.point44 {
        top: 9.5%;
        left: 49.5%;
    }
    
    .map-point.point45 {
        top: 6.8%;
        left: 49.5%;
    }
    
    .map-point.point46 {
        top: 4.5%;
        left: 43.5%;
    }
    
    .map-point.point47 {
        top: 4.5%;
        left: 38.5%;
    }
    
    .map-point.point48 {
        top: 2.2%;
        left: 49.5%;
    }
    
    .map-point.point49 {
        top: 4.5%;
        left: 63.5%;
    }
    
    .map-point.point50 {
        top: 3.2%;
        left: 63.5%;
    }
    
    .map-point.point51 {
        top: 2%;
        left: 63.5%;
    }
    
    .map-point.point52 {
        top: 10.5%;
        left: 51.5%;
    }
    
    .map-point.point53 {
        top: 8%;
        left: 80.5%;
    }
    
    .map-point.point54 {
        top: 3.5%;
        left: 80.5%;
    }
    
    .map-point.point55 {
        top: 3.5%;
        left: 74.5%;
    }
    
    .map-point.point56 {
        top: 1.5%;
        left: 86.5%;
    }
    
    .map-point.point57 {
        top: 3.5%;
        left: 86.5%;
    }
    
    .map-point.point58 {
        top: 8%;
        left: 81.5%;
    }
    
    .map-point.point59 {
        top: 15.5%;
        left: 72.5%;
    }
    
    .map-point.point60 {
        top: 12.5%;
        left: 84.5%;
    }
    
    .map-point.point61 {
        top: 14.5%;
        left: 84.5%;
    }
    
    .map-point.point62 {
        top: 15.9%;
        left: 84.5%;
    }
    
    .map-point.point63 {
        top: 17.2%;
        left: 84.5%;
    }
    
    .map-point.point64 {
        top: 18.5%;
        left: 84.5%;
    }
    
    .map-point.point65 {
        top: 20.2%;
        left: 84.5%;
    }
    
    .map-point.point66 {
        top: 21.6%;
        left: 84.5%;
    }
    
    .map-point.point67 {
        top: 22.9%;
        left: 84.5%;
    }
    
    .map-point.point68 {
        top: 24.5%;
        left: 84.5%;
    }
    
    .map-point.point69 {
        top: 25.7%;
        left: 84.5%;
    }
    
    .map-point.point70 {
        top: 27.3%;
        left: 84.5%;
    }
    
    .map-point.point71 {
        top: 28.5%;
        left: 84.5%;
    }
    
    .map-point.point72 {
        top: 30%;
        left: 84.5%;
    }
    
    .map-point.point73 {
        top: 32.5%;
        left: 84.5%;
    }
    
    .map-point.point74 {
        top: 34%;
        left: 84.5%;
    }
    
    .map-point.point75 {
        top: 35.5%;
        left: 84.5%;
    }
    
    .map-point.point76 {
        top: 37.5%;
        left: 84.5%;
    }
    
    .map-point.point77 {
        top: 38.5%;
        left: 84.5%;
    }
    
    .map-point.point78 {
        top: 40.5%;
        left: 84.5%;
    }
    
    .map-point.point79 {
        top: 42.1%;
        left: 84.5%;
    }
    
    .map-point.point80 {
        top: 43.5%;
        left: 84.5%;
    }
    
    .map-point.point81 {
        top: 44.8%;
        left: 84.5%;
    }
    
    .map-point.point82 {
        top: 46.1%;
        left: 84.5%;
    }
    
    .map-point.point83 {
        top: 47.5%;
        left: 84.5%;
    }
    
    .map-point.point84 {
        top: 48.8%;
        left: 84.5%;
    }
    
    .map-point.point85 {
        top: 50.2%;
        left: 84.5%;
    }
    
    .map-point.point86 {
        top: 51.6%;
        left: 84.5%;
    }
    
    .map-point.point87 {
        top: 53.1%;
        left: 84.5%;
    }
    
    .map-point.point88 {
        top: 54.5%;
        left: 84.5%;
    }
    
    .map-point.point89 {
        top: 56.5%;
        left: 84.5%;
    }
    
    .map-point.point90 {
        top: 58%;
        left: 84.5%;
    }
    
    .map-point.point91 {
        top: 59.5%;
        left: 84.5%;
    }
    
    .map-point.point92 {
        top: 61%;
        left: 84.5%;
    }
    
    .map-point.point93 {
        top: 59%;
        left: 73%;
    }
    
    .map-point.point94 {
        top: 64%;
        left: 49.3%;
    }
    
    .map-point.point95 {
        top: 56.3%;
        left: 49.3%;
    }
    
    .map-point.point96 {
        top: 48.3%;
        left: 49.3%;
    }
    
    
    .map-point.point97 {
        top: 36.1%;
        left: 49.3%;
    }
    
    
    
    .map-point.point98 {
        top: 27.3%;
        left: 49.3%;
    }
    
    
    .map-point.point99 {
        top: 23.1%;
        left: 49.3%;
    }
    
    
    .map-point.point100 {
        top: 20.5%;
        left: 39.3%;
    }
    
    
    .map-point.point101 {
        top: 20.5%;
        left: 59.3%;
    }
    
    
    
    .map-point.point102 {
        top: 15.0%;
        left: 49.3%;
    }
    
}

@media (max-width: 768px) {
    .pc-block {
        display: none;
    }

    .mb-block {
        display: block;
    }

    .menu img {
        pointer-events: none;
        -webkit-pointer-events: none;
        -ms-pointer-events: none;
        -moz-pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

.thumb_img {
    position: fixed;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    /* width: 35%; */
    background: url(../images/swiper_bg.png)no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
    padding: 20px 35px 20px;
    font-size: 0;
    display: none;
}

.thumb_img ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb_img ul li {
    width: 70px;
    margin: 0 1%;
    cursor: pointer;
}

.thumb_img ul li img {
    width: 100%;
}

.thumb-img {
    width: 24px;
    vertical-align: middle;
}

.video-panel {
}

@media (max-width: 768px) {
    .thumb_img {
        width: 76%;
        padding: 10px 20px 10px;
        bottom: 98px;
    }
}

.imgs-mobile {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.imgs-mobile .imgs-min {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.pinch-zoom {
    width: 100%;
    -webkit-user-drag: none;
    position: relative;
}

.pinch-zoom img {
    pointer-events: none;
    width: 100%;
    height: auto;
}

.prevImg img,.nextImg img {
    width: 24px;
    /* vertical-align: middle; */
}

.active-thumb {
    border: 2px solid rgb(241,210,104)!important;
    border-radius: 8px;
}

.thumb-text {
    font-size: 13px;
}

.qianyan {
    width: 100%;
}

.first-div {
    /* margin-top: -24px; */
    width: 55%;
    margin: 0 auto;
}

.right-panel {
    position: fixed;
    top: 100px;
    right: 20px;
}

.video-content {
    height: 100%;
}

.right-item {
    background: rgba(144,28,13,0.7);
    font-size: 0;
    border-radius: 6px;
    padding: 5px;
}

.details-title {
    position: relative;
}

.music-icon {
    position: absolute;
    right: 0px;
    top: 4px;
    font-size: 0;
    cursor: pointer;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.qrcode-icon-bg {
    width: 40px;
    height: 40px;
    /* border: 2px solid rgba(67,86,89,0.59); */
    border-radius: 50%;
    /* background: rgba(144,28,13,0.7); */
    background-size: cover;
    position: relative;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.num-panel {
    position: fixed;
    left: 20px;
    top: 50px;
}

.map-text {
    position: absolute;
    left: 18%;
    bottom: 3px;
    transform: translate(-50%,0);
    width: 35%;
    text-align: center;
    font-size: 12px;
}

.close-map {
    display: none;
}

@media (max-width: 768px) {
    .map-border {
        width: 355px;
        height: 530px;
        margin: 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-map {
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
        bottom: -60px;
        display: block;
    }

    .close-map img {
        /* width: 50px; */
    }

    .num-panel {
        position: fixed;
        left: 20px;
        top: 80px;
    }

    .prevImg img,.nextImg img {
        width: 30px;
    }

    .map-panel {
        -webkit-transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
        -o-transition: unset;
        transition: unset;
        z-index: 10000;
    }

    .map-text{
        left: 26%;
        width: 25%;
        /* bottom: 10%; */
    }

    .map-text2{

left: 29%;

}

    .map-text3{
        
left: 69%;
    }


    .thumb-text {
        font-size: 0.85rem;
    }

    .first-div {
        width: 100%;

    }

    .right_button .bgm_bg {
        /* margin-bottom: 120px; */
        /* position: fixed; */
        /* top: 166px; */
        /* right: 20px; */
/*         background: rgba(144,28,13,0.7); */
        font-size: 0;
        border-radius: 6px;
        padding: 9px;
        margin-bottom: 0;
    }

    .right_button .add_cut2::after{
        content: unset;
    }


    .right_button .qrcode-icon-bg {
        /* margin-bottom: 120px; */
        /* position: fixed; */
        /* top: 166px; */
        /* right: 20px; */
        /* background: rgba(144,28,13,0.7); */
        font-size: 0;
        border-radius: 6px;
        padding: 9px;
    }
}

.num-panel{
	font-size: 13px;
	color: #DEC494;
	
}

.last-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,.5);
    padding: 5px 10px;
    border-radius: 8px;
    display: none;
}
