@-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: 94px;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 10;
    background: url(../images/pc_title.png)no-repeat;
    background-size: 100% 100%;
}
.index_title h2 {
    text-align: center;
    margin-top: 8px;
    font-size: 22px;
    color: #fff;
}
.menu {
    /* display: none !important; */
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 10;
    width: 800px;
    transform: translateX(-50%);
    background: url(../images/pc_menu_bg.png)no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    height: 53px;
    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: 0 25px;
}
.menu .menu-list .menu_icon {
    margin: 0;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
._upDown {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.right_button {
    position: fixed;
    right: 25px;
    bottom: 17px;
    z-index: 10;
}
.right_button ._ul {
    display: flex;
}
.right_button ._ul ._li {
    position: relative;
}
.right_button ._ul ._li>img {
    cursor: pointer;
}
.right_button .bgm_bg {
    display: block;
    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: 25px;
    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: 50px;
    height: 93px;
    background: rgba(106, 78, 49, 0.7);
    padding: 14px 0;
    position: relative;
    border-radius: 30px;
}
._play_icon {
    width: 50px;
    height: 50px;
    background: rgba(106, 78, 49, 0.7);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.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_cut img {
    width: 100%;
}
.right_button .add_cut .add_button {
    /* margin-bottom: 25px; */
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.right_button .add_cut ._xian {
    width: 18px;
    margin: 0 auto;
    margin-bottom: 2px;
}
.right_button .add_cut ._xian img {
    width: 100%;
}
.right_button .add_cut .play-icon {
    width: 20px;
    margin: 0 auto;
    cursor: pointer;
}
.right_button .cut_button img {
    width: 20px;
}
.right_button .add_cut li {
    cursor: pointer;
    text-align: center;
}
._full {
    /* width: 50px;
    height: 50px;
    border-radius: 30px;
    background: rgba(106, 78, 49, .7);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer; */
}
.fullpage_switch {
    /* width: 20px;
    height: 20px; */
}
.scene-panel {
    position: fixed;
    bottom: 80px;
    left: 10%;
    width: 80%;
    /* background: rgba(106, 78, 49, 1); */
    background-image: url("../images/mm.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
    font-size: 0;
    z-index: 9;
    display: none;
}
.swiper-thumb .swiper-slide {
    position: relative;
    width: auto !important;
    margin-right: 20px;
    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: 4px;
    cursor: pointer;
}
.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.5);
    /* padding: 50px 50px 110px; */
    display: none;
    z-index: 10000;
}
.detail-panel .details {
    width: 44%;
    /* height: 500px; */
   padding-bottom: 50px;
    /* background-image: url("../images/Background.png");
    background-size: 100% 100%; */
    background: #7B0D02;
    background-repeat: no-repeat;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}
.close-details {
    position: absolute;
    right: -38px;
    top: -19px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 10;
}
.close-details img {
    width: 100%;
}
.details_in {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    /* padding-right: 5px; */
    /* text-align: center; */
}
.video-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 10000;
}
.video-panel .details {
    width: 70%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.close-video {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 9999;
}
.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 {
    font-size: 24px;
    text-align: center;
    /* padding-bottom: 24px; */
    margin-bottom: 20px;
    margin-top: 20px;
    /* border-bottom: 1px solid rgba(255,255,255,0.20); */
}
.details-content {
    padding: 0 20px;
}
.details-title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
}
.details-content p {
    text-indent: 2em;
    line-height: 2;
    font-size: 16px;
}
.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: 99999;
}
.img-panel .imgs {
    /* position: relative; */
}
.img-panel .imgs .close-imgs {
    position: absolute;
    right: -16px;
    top: -16px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    z-index: 1000;
}
.img-panel .imgs .close-imgs img {
    width: 100%;
}
.img-panel .imgs .imgs_in {
    /* position: relative; */
    width: 50%;
    /* height: 800px; */
    background: #7B0D02;
    background-repeat: no-repeat;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    padding-bottom: 50px;

}
.img-panel .imgs .imgs_in .imgs-title {
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
}
.imgs-src {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.imgs-src img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
._text {
    text-indent: 2em;
    line-height: 2;
    text-align: center;

}
.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: 14px;
    top: 120px;
    background: #6A4E31;
    /* padding: 10px; */
    padding: 13px 23px 14px 11px;
    width: 614px;
    height: 425px;
    background: rgba(0, 0, 0, 0.5);
    -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;
    z-index: 10;
}
.map-panel.active {
    position: fixed;
    top: 120px;
    right: -614px;
    z-index: 100001;
}
.map-panel img {
    width: 100%;
}
.map-panel .map_switch {
    position: absolute;
    left: -40px;
    top: 10px;
    width: 40px;
    height: 40px;
    /* background: rgba(124, 69, 27, 0.7); */
    font-size: 0;
    background-size: cover;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-panel .map_switch img {
    width: 40px;
    -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-view {
    position: relative;
}
.map-point {
    position: absolute;
    height: 10px;
    width: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;
}
.map-point:hover {
    background: #FFA538;
}
.map-looked {
    background: #686868;
}
.map-looking {
    /* transform: scale(1.2) rotate(45deg); */
    background: #FFA538;
    /* border-radius: 0; */
}
.map-point.point1 {
    top: 230px;
    right: -20px;
}
.map-point.point2 {
    top: 230px;
    right: 0;
}
.map-point.point3 {
    top: 230px;
    right: 67px;
}
.map-point.point4 {
    top: 288px;
    right: 47px;
}
.map-point.point5 {
    top: 307px;
    right: 72px;
}
.map-point.point6 {
    top: 307px;
    right: 112px;
}
.map-point.point7 {
    top: 307px;
    right: 144px;
}
.map-point.point8 {
    top: 280px;
    right: 144px;
}
.map-point.point9 {
    top: 247px;
    right: 118px;
}
.map-point.point10 {
    top: 230px;
    right: 118px;
}
.map-point.point11 {
    top: 212px;
    right: 118px;
}
.map-point.point12 {
    top: 202px;
    right: 131px;
}
.map-point.point13 {
    top: 228px;
    right: 152px;
}
.map-point.point14 {
    top: 203px;
    right: 152px;
}
.map-point.point15 {
    top: 203px;
    right: 182px;
}
.map-point.point16 {
    top: 203px;
    right: 218px;
}
.map-point.point17 {
    top: 228px;
    right: 194px;
}
.map-point.point18 {
    top: 281px;
    right: 194px;
}
.map-point.point19 {
    top: 304px;
    right: 194px;
}
.map-point.point20 {
    top: 304px;
    right: 221px;
}
.map-point.point21 {
    top: 304px;
    right: 248px;
}
.map-point.point22 {
    top: 277px;
    right: 248px;
}
.map-point.point23 {
    top: 304px;
    right: 264px;
}
.map-point.point24 {
    top: 304px;
    right: 299px;
}
.map-point.point25 {
    top: 291px;
    right: 299px;
}
.map-point.point26 {
    top: 277px;
    right: 299px;
}
.map-point.point27 {
    top: 248px;
    right: 277px;
}
.map-point.point28 {
    top: 231px;
    right: 310px;
}
.map-point.point29 {
    top: 231px;
    right: 374px;
}
.map-point.point30 {
    top: 270px;
    right: 374px;
}
.map-point.point31 {
    top: 287px;
    right: 374px;
}
.map-point.point32 {
    top: 302px;
    right: 374px;
}
.map-point.point33 {
    top: 302px;
    right: 390px;
}
.map-point.point34 {
    top: 302px;
    right: 407px;
}
.map-point.point35 {
    top: 302px;
    right: 425px;
}
.map-point.point36 {
    top: 302px;
    right: 443px;
}
.map-point.point37 {
    top: 302px;
    right: 464px;
}
.map-point.point38 {
    top: 294px;
    right: 490px;
}
.map-point.point39 {
    top: 309px;
    right: 512px;
}
.map-point.point40 {
    top: 280px;
    right: 512px;
}
.map-point.point41 {
    top: 260px;
    right: 450px;
}
.map-point.point42 {
    top: 243px;
    right: 468px;
}
.map-point.point43 {
    top: 225px;
    right: 487px;
}
.map-point.point44 {
    top: 241px;
    right: 502px;
}
.map-point.point45 {
    top: 241px;
    right: 523px;
}
.map-point.point46 {
    top: 232px;
    right: 535px;
}
.map-point.point47 {
    top: 219px;
    right: 535px;
}
.map-point.point48 {
    top: 191px;
    right: 535px;
}
.map-point.point49 {
    top: 191px;
    right: 496px;
}
.map-point.point50 {
    top: 198px;
    right: 464px;
}
.map-point.point51 {
    top: 185px;
    right: 442px;
}
.map-point.point52 {
    top: 171px;
    right: 440px;
}
.map-point.point53 {
    top: 157px;
    right: 454px;
}
.map-point.point54 {
    top: 143px;
    right: 467px;
}
.map-point.point55 {
    top: 149px;
    right: 522px;
}
.map-point.point56 {
    top: 117px;
    right: 495px;
}
.map-point.point57 {
    top: 102px;
    right: 510px;
}
.map-point.point58 {
    top: 102px;
    right: 540px;
}
.map-point.point59 {
    top: 82px;
    right: 540px;
}
.map-point.point60 {
    top: 52px;
    right: 540px;
}
.map-point.point61 {
    top: 39px;
    right: 525px;
}
.map-point.point62 {
    top: 39px;
    right: 506px;
}
.map-point.point63 {
    top: 56px;
    right: 467px;
}
.map-point.point64 {
    top: 32px;
    right: 447px;
}
.map-point.point65 {
    top: 32px;
    right: 401px;
}
.map-point.point66 {
    top: 43px;
    right: 375px;
}
.map-point.point67 {
    top: 67px;
    right: 375px;
}
.map-point.point68 {
    top: 98px;
    right: 375px;
}
.map-point.point69 {
    top: 114px;
    right: 375px;
}
.map-point.point70 {
    top: 105px;
    right: 416px;
}
.map-point.point71 {
    top: 116px;
    right: 427px;
}
.map-point.point72 {
    top: 142px;
    right: 413px;
}
.map-point.point73 {
    top: 142px;
    right: 375px;
}
.map-point.point74 {
    top: 179px;
    right: 375px;
}
.map-point.point75 {
    top: 198px;
    right: 276px;
}
.map-point.point76 {
    top: 172px;
    right: 311px;
}
.map-point.point77 {
    top: 157px;
    right: 311px;
}
.map-point.point78 {
    top: 146px;
    right: 297px;
}
.map-point.point79 {
    top: 146px;
    right: 263px;
}
.map-point.point80 {
    top: 146px;
    right: 235px;
}
.map-point.point81 {
    top: 167px;
    right: 235px;
}
.map-point.point82 {
    top: 146px;
    right: 216px;
}
.map-point.point83 {
    top: 167px;
    right: 204px;
}
.map-point.point84 {
    top: 146px;
    right: 188px;
}
.map-point.point85 {
    top: 167px;
    right: 166px;
}
.map-point.point86 {
    top: 146px;
    right: 166px;
}
.map-point.point87 {
    top: 146px;
    right: 135px;
}
.map-point.point88 {
    top: 167px;
    right: 122px;
}
.map-point.point89 {
    top: 146px;
    right: 114px;
}
.map-point.point90 {
    top: 146px;
    right: 83px;
}
.map-point.point91 {
    top: 146px;
    right: 50px;
}
.map-point.point92 {
    top: 165px;
    right: 50px;
}
.map-point.point93 {
    top: 165px;
    right: 50px;
}
.map-point.point94 {
    top: 8px;
    left: 31px;
}
.map-point.point95 {
    top: 42px;
    left: 31px;
}
.map-point.point96 {
    top: 42px;
    left: 51px;
}
.cover-panel {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/pc_enter_bg.png")no-repeat center center;
    background-size: cover;
    z-index: 100000;
}
.cover-panel .cover {
    position: absolute;
    left: 50%;
    bottom: 0.5%;
    transform: translateX(-50%);
    cursor: pointer;
    /* width: 19.4%; */
}
.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;
    }
}
._xxx {
    display: none;
}
/* mobile */
@media (max-width: 768px) {
    .img-panel .imgs {}
    .img-panel .imgs .imgs_in {
        height: 75%;
        width: 85%;
        padding: 0;
    }
    ._div {
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 0 8px;
    }
    .right_button ._ul {
        display: block;
    }
    .cover-panel {
        background: url(../images/mobile_enter.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .cover-panel .cover {
        width: 50%;
    }
    .map-panel {
        right: auto;
        left: 0;
        top: 118px;
        width: 100%;
        /* overflow-x: auto; */
    }
    .map-view {
        width: 100%;
    }
    .map-panel .map_switch {
        display: none;
    }
    .right_button {
        top: 130px;
        right: 10px;
        z-index: 10000;
        height: 100px;
    }
    ._mobel_bb {
        background-color: rgba(106, 78, 49, .7);
        border-radius: 60px;
    }
    ._xxx {
        display: block;
        width: 37px;
        height: 2px;
        background-image: url("../images/xian.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 0 auto;
    }
    ._play_icon {
        background-color: transparent;
    }
    .index_title {
        width: 100%;
        height: 60px;
        background-size: cover;
        background-position: center center;
        z-index: 10000;
    }
    .index_title h2 {
        margin-top: 3px;
        font-size: 16px;
    }
    .menu {
        height: 40px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /* padding: 15px 0; */
        z-index: 10000;
        width: 100%;
        /* background: url(../images/menu-bg.svg) no-repeat #62A5E3 bottom; */
        /* background-size: 100% 100%; */
    }
    .menu .menu-list {
        margin-top: 10px;
    }
    .menu .menu-list .menu-item img {
        width: 15px;
    }
    .menu .menu-list .menu-item {
        margin: 0 14px;
    }
    .menu .menu-list .menu_icon {
        margin: 0;
    }
    .scene-panel {
        left: 0;
        bottom: 65px;
        width: 100%;
        padding: 10px;
    }
    .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: 62%;
        height: 300px;
        display: block;
        z-index: 10000;
        transform: translate(0, -50%);
        border-radius: 16px; */
    }
    ._upDown {
        top: -46px;
    }
    .details {
        width: 85% !important;
        height: 75% !important;
        /* overflow: auto; */
        /* padding: 40px 20px; */
    }
    .details_in {
        /* height: auto; */
    }
    .details-content {
        padding: 0 8px;
    }
    .video-content {
        height: unset !important;
    }
    .close-details {
        /* width: 32px;
        position: absolute;
        bottom: 0;
        left: calc(50%);
        z-index: 1000; */
    }
    .close-video {
        position: absolute;
        /* bottom: 55px; */
        top: -18px;
        right: -18px;
        z-index: 100000;
    }
    .first-div {
        margin-top: 0 !important;
    }
    .details_in {}
    .details-title {
        margin: 8px 0;
        padding: 0 8px;
    }
    .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: 38px;
        height: 38px;
        border-radius: 60px;
        background: rgba(106, 78, 49, .7); */
        position: fixed;
        right: 10px;
        top: 70px;
        z-index: 10;
    }
    .map-panel {
        display: none;
    }
    .imgs-content {
        z-index: 999;
    }
    .img-panel .imgs .imgs_in .imgs-title {
        /* position: absolute;
        left: 0;
        bottom: 0;
        top: auto; */
        margin: 8px 0;
    }
    .imgs-src {
        width: 100%;
        height: 50%;
        margin-bottom: 8px;
    }
    .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 {
        width: 7px;
        height: 7px;
    }
    .map-point.point1 {
        top: 56%;
        right: -2%;
    }
    .map-point.point2 {
        top: 56%;
        right: 1%;
    }
    .map-point.point3 {
        top: 56%;
        right: 11.5%;
    }
    .map-point.point4 {
        top: 71%;
        right: 8%;
    }
    .map-point.point5 {
        top: 76%;
        right: 12%;
    }
    .map-point.point6 {
        top: 76%;
        right: 20%;
    }
    .map-point.point7 {
        top: 76%;
        right: 24.7%;
    }
    .map-point.point8 {
        top: 71%;
        right: 24.7%;
    }
    .map-point.point9 {
        top: 64%;
        right: 20%;
    }
    .map-point.point10 {
        top: 59%;
        right: 20%;
    }
    .map-point.point11 {
        top: 54%;
        right: 20%;
    }
    .map-point.point12 {
        top: 50%;
        right: 22.5%;
    }
    .map-point.point13 {
        top: 56%;
        right: 26%;
    }
    .map-point.point14 {
        top: 50%;
        right: 27%;
    }
    .map-point.point15 {
        top: 50%;
        right: 31%;
    }
    .map-point.point16 {
        top: 50%;
        right: 38%;
    }
    .map-point.point17 {
        top: 56%;
        right: 33%;
    }
    .map-point.point18 {
        top: 70%;
        right: 33%;
    }
    .map-point.point19 {
        top: 75%;
        right: 33%;
    }
    .map-point.point20 {
        top: 75%;
        right: 37%;
    }
    .map-point.point21 {
        top: 75%;
        right: 42.7%;
    }
    .map-point.point22 {
        top: 68%;
        right: 42.7%;
    }
    .map-point.point23 {
        top: 75%;
        right: 48%;
    }
    .map-point.point24 {
        top: 75%;
        right: 51.5%;
    }
    .map-point.point25 {
        top: 72%;
        right: 51.5%;
    }
    .map-point.point26 {
        top: 68%;
        right: 51.5%;
    }
    .map-point.point27 {
        top: 62%;
        right: 48.5%;
    }
    .map-point.point28 {
        top: 57%;
        right: 53.5%;
    }
    .map-point.point29 {
        top: 57%;
        right: 64.5%;
    }
    .map-point.point30 {
        top: 67%;
        right: 64.5%;
    }
    .map-point.point31 {
        top: 70.5%;
        right: 64.5%;
    }
    .map-point.point32 {
        top: 74.5%;
        right: 64.5%;
    }
    .map-point.point33 {
        top: 74.5%;
        right: 68%;
    }
    .map-point.point34 {
        top: 74.5%;
        right: 71%;
    }
    .map-point.point35 {
        top: 74.5%;
        right: 74%;
    }
    .map-point.point36 {
        top: 74.5%;
        right: 77%;
    }
    .map-point.point37 {
        top: 74.5%;
        right: 80%;
    }
    .map-point.point38 {
        top: 72.5%;
        right: 84.2%;
    }
    .map-point.point39 {
        top: 76.5%;
        right: 88.2%;
    }
    .map-point.point40 {
        top: 69.5%;
        right: 88.2%;
    }
    .map-point.point41 {
        top: 63.5%;
        right: 77.5%;
    }
    .map-point.point42 {
        top: 59.5%;
        right: 81.5%;
    }
    .map-point.point43 {
        top: 55.5%;
        right: 83.5%;
    }
    .map-point.point44 {
        top: 59.5%;
        right: 85.5%;
    }
    .map-point.point45 {
        top: 59.5%;
        right: 89.5%;
    }
    .map-point.point46 {
        top: 57.5%;
        right: 92%;
    }
    .map-point.point47 {
        top: 53.5%;
        right: 92%;
    }
    .map-point.point48 {
        top: 47%;
        right: 92%;
    }
    .map-point.point49 {
        top: 47%;
        right: 85%;
    }
    .map-point.point50 {
        top: 48%;
        right: 80%;
    }
    .map-point.point51 {
        top: 45.5%;
        right: 76%;
    }
    .map-point.point52 {
        top: 41.5%;
        right: 76%;
    }
    .map-point.point53 {
        top: 38.5%;
        right: 78%;
    }
    .map-point.point54 {
        top: 35%;
        right: 80%;
    }
    .map-point.point55 {
        top: 36.5%;
        right: 90%;
    }
    .map-point.point56 {
        top: 28.5%;
        right: 86%;
    }
    .map-point.point57 {
        top: 25.5%;
        right: 88%;
    }
    .map-point.point58 {
        top: 25.5%;
        right: 93%;
    }
    .map-point.point59 {
        top: 20.5%;
        right: 93%;
    }
    .map-point.point60 {
        top: 13.5%;
        right: 93%;
    }
    .map-point.point61 {
        top: 9.5%;
        right: 91%;
    }
    .map-point.point62 {
        top: 9.5%;
        right: 87%;
    }
    .map-point.point63 {
        top: 13.5%;
        right: 80.2%;
    }
    .map-point.point64 {
        top: 7.5%;
        right: 77.2%;
    }
    .map-point.point65 {
        top: 7.5%;
        right: 69.2%;
    }
    .map-point.point66 {
        top: 10.5%;
        right: 64.5%;
    }
    .map-point.point67 {
        top: 16.5%;
        right: 64.5%;
    }
    .map-point.point68 {
        top: 23.5%;
        right: 64.5%;
    }
    .map-point.point69 {
        top: 27.7%;
        right: 64.5%;
    }
    .map-point.point70 {
        top: 25.7%;
        right: 71.5%;
    }
    .map-point.point71 {
        top: 28.7%;
        right: 73.5%;
    }
    .map-point.point72 {
        top: 34.7%;
        right: 70.5%;
    }
    .map-point.point73 {
        top: 34.7%;
        right: 64.5%;
    }
    .map-point.point74 {
        top: 44.7%;
        right: 64.5%;
    }
    .map-point.point75 {
        top: 48.7%;
        right: 47.5%;
    }
    .map-point.point76 {
        top: 42.5%;
        right: 53.5%;
    }
    .map-point.point77 {
        top: 38.5%;
        right: 53.5%;
    }
    .map-point.point78 {
        top: 36%;
        right: 51.5%;
    }
    .map-point.point79 {
        top: 36%;
        right: 44.5%;
    }
    .map-point.point80 {
        top: 36%;
        right: 40.5%;
    }
    .map-point.point81 {
        top: 41%;
        right: 40.5%;
    }
    .map-point.point82 {
        top: 36%;
        right: 37%;
    }
    .map-point.point83 {
        top: 41%;
        right: 35%;
    }
    .map-point.point84 {
        top: 36%;
        right: 32.5%;
    }
    .map-point.point85 {
        top: 41%;
        right: 28.5%;
    }
    .map-point.point86 {
        top: 36%;
        right: 28.5%;
    }
    .map-point.point87 {
        top: 36%;
        right: 23%;
    }
    .map-point.point88 {
        top: 41%;
        right: 20.8%;
    }
    .map-point.point89 {
        top: 36%;
        right: 20.8%;
    }
    .map-point.point90 {
        top: 36%;
        right: 14.8%;
    }
    .map-point.point91 {
        top: 36%;
        right: 8.5%;
    }
    .map-point.point92 {
        top: 40.5%;
        right: 8.5%;
    }
}
@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: 20px;
    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: 20px;
    /* vertical-align: middle; */
}
.active-thumb {
    border: 2px solid rgba(233, 216, 162, 1) !important;
    border-radius: 8px;
}
.thumb-text {
    font-size: 13px;
}
.qianyan {
    width: 100%;
}
.first-div {
    /* margin-top: -24px; */
    width: 45%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}
.first-div img {
    width: 100%;
    margin-bottom: 10px;
}
.first-div ._p {
    text-align: center;
    font-size: 14px;
}
.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: 50px;
    height: 50px;
    border-radius: 30px;
    background: rgba(106, 78, 49, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 10px; */
}
.num-panel {
    position: fixed;
    left: 20px;
    top: 70px;
}
.map-text {
    position: absolute;
    left: 60%;
    bottom: 8px;
    transform: translate(-50%, 0);
    width: 80%;
    text-align: center;
}
.close-map {
    display: none;
}
@media (max-width: 768px) {
    .first-div img {
        width: 80%;
    }
    .map-border {
        width: 98%;
        margin: 0 auto;
        position: relative;
    }
    .close-map {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -50px;
        display: block;
    }
    .close-map img {
        width: 32px;
    }
    .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;
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .map-text {
        left: 63%;
    }
    .thumb-text {
        font-size: 0.85rem;
    }
    .first-div {
        width: 100%;
        margin-top: 35% !important;
    }
    .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;
    }
    .right_button .qrcode-icon-bg {
        /* margin-bottom: 120px; */
        /* position: fixed; */
        /* top: 166px; */
        /* right: 20px; */
        background-color: transparent;
        margin-bottom: 0;
    }
}
.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;
}