@-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: 62%;
	height: 118px;
	position: absolute;
	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: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
	background: url(../images/menu_bg.png)no-repeat;
	background-size: 100% 100%;
	padding: 10px 0;
}
.menu .menu-list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu .menu-list .menu-item{
	cursor: pointer;
	margin-top: 10px;
	margin-right: 20px;
}

.right_button{
	position: absolute;
	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: url(../images/bgm_bg.png)no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 16px;
}
.right_button .bgm_bg::after{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/bgm_icon.png)no-repeat;
	background-size: cover;
}
.right_button .add_cut{
	width: 40px;
	height: 105px;
	background: rgba(81,94,131,0.60);
	border-radius: 20px;
	padding: 16px 8px;
	position: relative;
}
.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: 24px;
}
.right_button .add_cut .add_button{
	margin-bottom: 25px;
}
.right_button .add_cut li{
	cursor: pointer;
}

.fullpage_switch{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../images/full_icon_bg.png)no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 16px;
}
.fullpage_switch::after{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: '';
	width: 24px;
	height: 24px;
	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;
}

.scene-panel{
	position: fixed;
	bottom: 82px;
	left: 10%;
	width: 80%;
	background: url(../images/swiper_bg.png)no-repeat;
	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: 120px;
    height: 120px;
    border-radius: 6px;
    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.6);
	padding: 50px 50px 110px;
	display: none;
	z-index: 99;
}
.details{
	width: 40%;
	background: linear-gradient(180deg,#63aae5, #606cd3 100%);
	border-radius: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 50px 30px;
}
.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;
}
 /*滚动条样式*/
.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);
}
.details-title h2{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}
.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: 20px;
    top: 118px;
	background: rgba(92,142,229,0.80);
	z-index: 20px;
	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: -520px;
}
.map-panel img{
	width: 100%;
}
.map-panel .map_switch{
	position: absolute;
	left: -30px;
	top: 0;
	width: 29px;
	height: 29px;
	background: url(../images/map_narrow_bg.png)no-repeat;
	background-size: cover;
	cursor: pointer;
}
.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-view{
	position: relative;
}
.map-point {
    position: absolute;
    height: 8px;
    width: 8px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;
}
.map-point:hover{
    background: yellow;
}

.map-looked{
    background: #686868;
}

.map-looking{
    transform: scale(1.2) rotate(45deg);
    background: red;
    border-radius: 0;
}
.map-point.point3{
	top: 208px;
	left: 316px;
}
.map-point.point4{
	top: 188px;
	left: 316px;
}
.map-point.point5{
	top: 168px;
	left: 316px;
}
.map-point.point6{
	top: 148px;
	left: 316px;
}
.map-point.point7{
	top: 128px;
	left: 316px;
}
.map-point.point8{
	top: 108px;
	left: 316px;
}
.map-point.point9{
	top: 88px;
	left: 316px;
}
.map-point.point10{
	top: 68px;
	left: 316px;
}
.map-point.point11{
	top: 48px;
	left: 316px;
}
.map-point.point12{
	top: 28px;
	left: 316px;
}
.map-point.point13{
	top: 8px;
	left: 316px;
}
.map-point.point14{
	top: 8px;
	left: 342px;
}
.map-point.point15{
	top: 8px;
	left: 366px;
}
.map-point.point16{
	top: 8px;
	left: 392px;
}
.map-point.point17{
	top: 8px;
	left: 418px;
}
.map-point.point18{
	top: 8px;
	left: 444px;
}
.map-point.point19{
	top: 40px;
	left: 444px;
}
.map-point.point20{
	top: 74px;
	left: 444px;
}
.map-point.point21{
	top: 108px;
	left: 444px;
}
.map-point.point22{
	top: 142px;
	left: 444px;
}
.map-point.point23{
	top: 122px;
	left: 402px;
}
.map-point.point24{
	top: 88px;
	left: 402px;
}
.map-point.point25{
	top: 55px;
	left: 386px;
}
.map-point.point26{
	top: 74px;
	left: 372px;
}
.map-point.point27{
	top: 90px;
	left: 372px;
}
.map-point.point28{
	top: 107px;
	left: 372px;
}
.map-point.point29{
	top: 126px;
	left: 372px;
}
.map-point.point30{
	top: 145px;
	left: 372px;
}
.map-point.point31{
	top: 164px;
	left: 386px;
}
.map-point.point32{
	top: 240px;
	left: 368px;
}
.map-point.point33{
	top: 245px;
	left: 296px;
}
.map-point.point34{
	top: 245px;
	left: 270px;
}
.map-point.point35{
	top: 245px;
	left: 246px;
}
.map-point.point36{
	top: 245px;
	left: 222px;
}
.map-point.point37{
	top: 245px;
	left: 196px;
}
.map-point.point38{
	top: 245px;
	left: 172px;
}
.map-point.point39{
	top: 245px;
	left: 146px;
}
.map-point.point40{
	top: 290px;
	left: 128px;
}
.map-point.point41{
	top: 290px;
	left: 95px;
}
.map-point.point42{
	top: 305px;
	left: 70px;
}
.map-point.point43{
	top: 316px;
	left: 95px;
}
.map-point.point44{
	top: 316px;
	left: 135px;
}
.map-point.point45{
	top: 316px;
	left: 175px;
}
.map-point.point46{
	top: 316px;
	left: 215px;
}
.map-point.point47{
	top: 316px;
	left: 255px;
}
.map-point.point48{
	top: 316px;
	left: 296px;
}
.map-point.point49{
	top: 316px;
	left: 336px;
}
.map-point.point50{
	top: 226px;
	left: 442px;
}
.map-point.point51{
	top: 68px;
	left: 32px;
}
.map-point.point52{
	top: 68px;
	left: 73px;
}
.map-point.point53{
	top: 84px;
	left: 90px;
}
.map-point.point54{
	top: 84px;
	left: 115px;
}
.map-point.point55{
	top: 84px;
	left: 138px;
}
.map-point.point56{
	top: 68px;
	left: 170px;
}
.map-point.point57{
	top: 68px;
	left: 192px;
}
.map-point.point58{
	top: 68px;
	left: 210px;
}
.map-point.point59{
	top: 84px;
	left: 210px;
}
.map-point.point60{
	top: 104px;
	left: 210px;
}
.map-point.point61{
	top: 124px;
	left: 210px;
}
.map-point.point63{
	top: 124px;
	left: 166px;
}
.map-point.point64{
	top: 141px;
	left: 166px;
}
.map-point.point65{
	top: 160px;
	left: 166px;
}
.map-point.point66{
	top: 160px;
	left: 188px;
}
.map-point.point67{
	top: 160px;
	left: 210px;
}
.map-point.point68{
	top: 160px;
	left: 232px;
}
.map-point.point69{
	top: 160px;
	left: 254px;
}
.map-point.point70{
	top: 160px;
	left: 277px;
}
.map-point.point71{
	top: 140px;
	left: 277px;
}
.map-point.point72{
	top: 123px;
	left: 277px;
}
.map-point.point73{
	top: 123px;
	left: 235px;
}
.map-point.point74{
	top: 103px;
	left: 235px;
}
.map-point.point75{
	top: 83px;
	left: 235px;
}
.map-point.point76{
	top: 63px;
	left: 235px;
}
.map-point.point77{
	top: 103px;
	left: 277px;
}
.map-point.point78{
	top: 83px;
	left: 277px;
}
.map-point.point79{
	top: 63px;
	left: 277px;
}
.map-point.point80{
	top: 42px;
	left: 216px;
}
.map-point.point81{
	top: 42px;
	left: 196px;
}
.map-point.point82{
	top: 42px;
	left: 176px;
}
.map-point.point83{
	top: 8px;
	left: 260px;
}
.map-point.point84{
	top: 8px;
	left: 238px;
}
.map-point.point85{
	top: 8px;
	left: 216px;
}
.map-point.point86{
	top: 8px;
	left: 194px;
}
.map-point.point87{
	top: 8px;
	left: 174px;
}
.map-point.point88{
	top: 8px;
	left: 153px;
}
.map-point.point89{
	top: 8px;
	left: 132px;
}
.map-point.point90{
	top: 8px;
	left: 112px;
}
.map-point.point91{
	top: 8px;
	left: 91px;
}
.map-point.point92{
	top: 8px;
	left: 71px;
}
.map-point.point93{
	top: 8px;
	left: 51px;
}
.map-point.point94{
	top: 8px;
	left: 31px;
}
.map-point.point95{
	top: 42px;
	left: 31px;
}
.map-point.point96{
	top: 42px;
	left: 51px;
}
/* 进入页 */
.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;
		background-size: cover;
	}
	.cover-panel .cover{
		width: 50%;
	}
	.map-panel{
		right: auto;
		left: 0;
		top: 118px;
		width: 100%;
		overflow-x: auto;
	}
	.map-view{
		width: 500px;
	}
	.map-panel .map_switch{
		display: none;
	}
	.right_button{
		bottom: 10%;
	}
	.index_title{
		width: 100%;
		height: 88px;
		background-size: cover;
		background-position: center center;
	}
	.index_title h2{
		margin-top: 3px;
		font-size: 16px;
	}
	.menu{
		background-size: cover;
		background-position: center center;
		padding: 15px 0;
	}
	.menu .menu-list .menu-item img{
		width: 30px;
	}
	.scene-panel{
		left: 0;
		bottom: 60px;
		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%;
	}
	.details{
		width: 90%;
		padding: 20px 10px;
	}
	.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: 40px;
		height: 40px;
		border-radius: 50%;
		background: url(../images/bgm_bg.png)no-repeat;
		background-size: cover;
		position: absolute;
		right: 10px;
		bottom: 20%;
	}
	.m_map_switch::after {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		content: '';
		width: 24px;
		height: 24px;
		background: url(../images/m_map_icon.png)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;
	}
	
}
@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: 82px;
	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: 23%;
	margin: 0 1%;
	cursor: pointer;
}
.thumb_img ul li img{
	width: 100%;
}

@media (max-width:768px){
	.thumb_img{
		width: 76%;
		padding: 10px 20px 10px;
	}
}

.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;
}
@media (max-width: 768px) {
	.prevImg img,.nextImg img{
		width: 30px;
	}
}
