@-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: 86px;
    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: 35px;
    z-index: 10;
    width: 380px;
    transform: translateX(-50%);
    background: url(../images/pc_menu_bg.png)no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu .menu-list {
    width: 80%;
    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 {
    width: 85px;
    height: 85px;
    background-image: url("../images/image_jiafnegguan_logo_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    /* 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: 16px;
    bottom: 30px;
    z-index: 10;
}
.right_button ._ul {
    /* display: flex; */
}
.right_button ._ul ._li {
    position: relative;
}
.right_button ._ul ._fs {
    width: 40px;
    height: 89px;
    background-image: url('../images/image_fangda_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    margin: 15px 0;
}
.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: 100px;
    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: 2px;
    padding: 20px 20px 29px 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: 770px;
    height: 560px;
    background-image: url("../images/image_bg_erweima.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.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: 18px;
    top: 120px;
    background: #6A4E31;
    /* padding: 10px; */
    padding: 12px;
    width: 157px;
    height: 333px;
    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: -157px !important;
    z-index: 100001;
}
.map-panel.active1 {
    position: fixed;
    top: 120px;
    right: -394px !important;
    z-index: 100001;
}
.map-panel img {
    width: 100%;
}
._mapPng1 {
    display: none;
}
.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: 8px;
    width: 8px;
    background: #DCCFB9;
    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: 305px;
    right: 69px;
}
.map-point.point2 {
    top: 279px;
    right: 69px;
}
.map-point.point3 {
    top: 153px;
    right: 56px;
}
.map-point.point4 {
    top: 99px;
    right: 47px;
}
.map-point.point5 {
    top: 85px;
    right: 53px;
}
.map-point.point6 {
    top: 69px;
    right: 60px;
}
.map-point.point7 {
    top: 355px;
    right: 197px;
}
.map-point.point8 {
    top: 309px;
    right: 197px;
}
.map-point.point9 {
    top: 309px;
    right: 228px;
}
.map-point.point10 {
    top: 309px;
    right: 264px;
}
.map-point.point11 {
    top: 309px;
    right: 297px;
}
.map-point.point12 {
    top: 309px;
    right: 327px;
}
.map-point.point13 {
    top: 284px;
    right: 327px;
}
.map-point.point14 {
    top: 258px;
    right: 327px;
}
.map-point.point15 {
    top: 214px;
    right: 327px;
}
.map-point.point16 {
    top: 214px;
    right: 269px;
}
.map-point.point17 {
    top: 253px;
    right: 269px;
}
.map-point.point18 {
    top: 253px;
    right: 236px;
}
.map-point.point19 {
    top: 253px;
    right: 180px;
}
.map-point.point20 {
    top: 213px;
    right: 213px;
}
.map-point.point21 {
    top: 213px;
    right: 170px;
}
.map-point.point22 {
    top: 213px;
    right: 124px;
}
.map-point.point23 {
    top: 242px;
    right: 124px;
}
.map-point.point24 {
    top: 275px;
    right: 124px;
}
.map-point.point25 {
    top: 309px;
    right: 124px;
}
.map-point.point26 {
    top: 309px;
    right: 42px;
}
.map-point.point27 {
    top: 196px;
    right: 58px;
}
.map-point.point28 {
    top: 19px;
    right: 58px;
}
.map-point.point29 {
    top: 137px;
    right: 42px;
}
.map-point.point30 {
    top: 137px;
    right: 90px;
}
.map-point.point31 {
    top: 137px;
    right: 133px;
}
.map-point.point32 {
    top: 137px;
    right: 175px;
}
.map-point.point33 {
    top: 137px;
    right: 225px;
}
.map-point.point34 {
    top: 137px;
    right: 278px;
}
.map-point.point35 {
    top: 137px;
    right: 336px;
}
.map-point.point36 {
    top: 78px;
    right: 336px;
}
.map-point.point37 {
    top: 29px;
    right: 336px;
}
.map-point.point38 {
    top: 29px;
    right: 269px;
}
.map-point.point39 {
    top: 80px;
    right: 269px;
}
.map-point.point40 {
    top: 80px;
    right: 217px;
}
.map-point.point41 {
    top: 72px;
    right: 198px;
}
.map-point.point42 {
    top: 54px;
    right: 186px;
}
.map-point.point43 {
    top: 28px;
    right: 209px;
}
.map-point.point44 {
    top: 28px;
    right: 178px;
}
.map-point.point45 {
    top: 28px;
    right: 146px;
}
.map-point.point46 {
    top: 36px;
    right: 120px;
}
.map-point.point47 {
    top: 75px;
    right: 120px;
}
.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: 5.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
}
._hidden {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
._hidden ._nr {
    width: 770px;
    height: 560px;
    background-image: url("../images/image_bg_code.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
._hidden ._close {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
._hidden ._close img {
    width: 40px;
}
._h1 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #303030;
    margin-top: 20px;
}
._hidden ._content {
    height: 85%;
    padding: 20px 40px;
    overflow-y: auto;
    overflow-x: hidden;
}
._hidden ._content::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    background-color: transparent;
}
._hidden ._content::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgba(144, 147, 153, 0.5);
}
._nr ._html {
    color: #303030;
}
@keyframes breathe {
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}
._xxx {
    display: none;
}
/* mobile */
@media (max-width: 768px) {
    ._hidden ._nr {
        width: 92%;
    }
    ._hidden ._close {
        top: -10px;
        right: -10px;
    }
    ._hidden ._close img {
        width: 28px;
    }

    ._hidden ._content{
       padding: 20px;
    }

    ._hidden ._content img{
        width: 100%;
    }
    .right_button ._ul ._fs {
        display: none;
    }
    .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: 90%;
        /* background: url(../images/menu-bg.svg) no-repeat #62A5E3 bottom; */
        /* background-size: 100% 100%; */
    }
    .menu .menu-list {
        /* margin-top: 10px; */
        width: 90%;
    }
    .menu .menu-list .menu-item img {
        width: 15px;
    }
    .menu .menu-list .menu-item {
        margin: 0 10px;
    }
    .menu .menu-list .menu_icon {
        margin: 0;
    }
    .scene-panel {
        left: 0;
        bottom: 100px;
        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: 86% !important;
        height: 47% !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: 96%;
        right: 51.2%;
    }
    .map-point.point2 {
        top: 88%;
        right: 50.8%;
    }
    .map-point.point3 {
        top: 49%;
        right: 47%;
    }
    .map-point.point4 {
        top: 31%;
        right: 44.5%;
    }
    .map-point.point5 {
        top: 27%;
        right: 46%;
    }
    .map-point.point6 {
        top: 22%;
        right: 48%;
    }
    .map-point.point7 {
        top: 98%;
        right: 53.2%;
    }
    .map-point.point8 {
        top: 85%;
        right: 53.2%;
    }
    .map-point.point9 {
        top: 85%;
        right: 62.2%;
    }
    .map-point.point10 {
        top: 85%;
        right: 71.2%;
    }
    .map-point.point11 {
        top: 85%;
        right: 80.2%;
    }
    .map-point.point12 {
        top: 85%;
        right: 88.5%;
    }
    .map-point.point13 {
        top: 78%;
        right: 88.5%;
    }
    .map-point.point14 {
        top: 70%;
        right: 88.5%;
    }
    .map-point.point15 {
        top: 58.5%;
        right: 88.5%;
    }
    .map-point.point16 {
        top: 58.5%;
        right: 72.5%;
    }
    .map-point.point17 {
        top: 69%;
        right: 72.5%;
    }
    .map-point.point18 {
        top: 69%;
        right: 64%;
    }
    .map-point.point19 {
        top: 69%;
        right: 48.8%;
    }
    .map-point.point20 {
        top: 57%;
        right: 57.5%;
    }
    .map-point.point21 {
        top: 57%;
        right: 45.5%;
    }
    .map-point.point22 {
        top: 57%;
        right: 33.8%;
    }
    .map-point.point23 {
        top: 66%;
        right: 33.8%;
    }
    .map-point.point24 {
        top: 75%;
        right: 33.8%;
    }
    .map-point.point25 {
        top: 84.5%;
        right: 33.8%;
    }
    .map-point.point26 {
        top: 84.5%;
        right: 11.5%;
    }
    .map-point.point27 {
        top: 53.5%;
        right: 16%;
    }
    .map-point.point28 {
        top: 5.2%;
        right: 16%;
    }
    .map-point.point29 {
        top: 37.5%;
        right: 12%;
    }
    .map-point.point30 {
        top: 37.5%;
        right: 24%;
    }
    .map-point.point31 {
        top: 37.5%;
        right: 37%;
    }
    .map-point.point32 {
        top: 37.5%;
        right: 48%;
    }
    .map-point.point33 {
        top: 37.5%;
        right: 61%;
    }
    .map-point.point34 {
        top: 37.5%;
        right: 74%;
    }
    .map-point.point35 {
        top: 37.5%;
        right: 91%;
    }
    .map-point.point36 {
        top: 23.5%;
        right: 91%;
    }
    .map-point.point37 {
        top: 7.8%;
        right: 91%;
    }
    .map-point.point38 {
        top: 7.8%;
        right: 72.5%;
    }
    .map-point.point39 {
        top: 21.8%;
        right: 72.5%;
    }
    .map-point.point40 {
        top: 21.8%;
        right: 58.5%;
    }
    .map-point.point41 {
        top: 19.8%;
        right: 53.5%;
    }
    .map-point.point42 {
        top: 14.8%;
        right: 50.5%;
    }
    .map-point.point43 {
        top: 7.5%;
        right: 56.8%;
    }
    .map-point.point44 {
        top: 7.5%;
        right: 47.8%;
    }
    .map-point.point45 {
        top: 7.5%;
        right: 38.8%;
    }
    .map-point.point46 {
        top: 9.5%;
        right: 32.5%;
    }
    .map-point.point47 {
        top: 21.5%;
        right: 32.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: 14px;
    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: 60%;
    }
    .map-border {
        width: 98%;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }
    .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% !important;
        height: auto;
        padding: 10px;
    }
    .map-panel ._mapPng {
        width: 40%;
    }
    .map-text {
        left: 63%;
    }
    .thumb-text {
        font-size: 0.85rem;
    }
    .first-div {
        width: 100%;
        margin-top: 8% !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;
}