.switch{
	height: 45px;
	background: rgba(65,52,94,0.5);
	text-align: center;
	color: #fff;
	padding-top: 12px;
}
.switch-item{
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}
.fullscreen{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.95);
	z-index: 99999;
	padding: 130px;
	opacity: 0;
	visibility: hidden;
}
.slider-fullscreen{
	width: 100%;
	height: 100%;
}
.slider-fullscreen .slick-slide{
	height: 100%;
	object-fit: contain;
    text-align: center;
}
.slider-fullscreen video{
	object-fit: contain;
	height: 100%;
	width: 100%;
}
#close{
	position: absolute;
	right: 77px;
	top: 55px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#close:hover{
	transform: rotate(90deg);
}
.slick-dots{
	bottom: 50px;
	width: calc(100% - 260px);
}
.slick-dots li button:before{
	color: #41345E;
	opacity: 0.5;
}
.slick-dots li.slick-active button:before{
	color: #41345E;
	opacity: 1;
}
.slider{
	height: calc(100vh - 403px);
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 0;
}
.slider video,
.slider img{
	height: 100%;
	object-fit: cover;
}
.slider-nav{
	height: 178px;
	margin: 30px 0;
	font-size: 0;
}
.slider-nav .slick-list{
	overflow: hidden;
}
.video-box{
	display: inline-block;
}
.slider-nav video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-nav img,
.slider-nav .video-box{
	margin: 0 15px;
	height: 178px;
	object-fit: cover;
	overflow: hidden;
}
.video-box{
	position: relative;
}
.video-box .play-icon{
	width: 60px;
	height: 60px;
	margin: 0;
}
.arrow{
	width: 16px!important;
	height: 30px!important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.prev{
	left: -40px;
}
.prev-full{
	left: 80px;
}
.next{
	right: -40px;
}
.next-full{
	right: 80px;
}
#map{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
	top: 0;
	left: 0;
	display: none;
}
.breadcrumb{
	margin-top: 10px;
	margin-bottom: 60px;
	color: rgba(65,52,94,0.5);
}
.breadcrumb span{
	display: inline-block;
	margin-right: 5px;
}
.breadcrumb span:hover,
.current{
	color: rgba(65,52,94,1)!important;
}
.property-title{
	margin-bottom: 20px;
	color: rgba(65,52,94,1);
}
.content{
	padding: 30px 0;
}
.content h3,
.content h2,
.content h1,
.content h4,
.content p,
.content{
	color: rgba(65,52,94,1);
}
.content p{
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
.line{
	width: 100%;
	height: 20px;
	border-top: 1px solid rgba(65,52,94,1);
}
.content table{
	margin: 0 -15px;
	width: calc(100% + 30px)!important;
	font-size: 16px;
}
.content table td{
	padding: 15px;
}
.content table td img{
	width: 100%;
}
.right-box{
	padding-left: 40px;
	width: 100%;
}
#property-detail th{
	font-weight: bold;
	width: 120px;
	font-size: 16px;
}
#property-detail th,
#property-detail td{
	padding: 5px 0;
}
#property-detail{
	text-align: left;
}
#mobile-content-block{
	overflow: hidden;
	display: none;
}
#normal-content-block{
	padding-bottom: 30px;
}
@media(max-width: 768px){
	.slider{
		height: 300px;
	}
	.slider-nav,
	.slider-nav img,
	.slider-nav .video-box{
		height: 110px;
	}
	.slider-nav img, .slider-nav .video-box{
		margin: 0 7.5px;
	}
	.arrow {
	    width: 8px!important;
	    height: 15px!important;
	}
	.next{
		right: -20px;
	}
	.prev{
		left: -20px;
	}
	.switch{
		height: 35px;
		padding-top: 7px;
	}
	.breadcrumb {
	    margin-top: 0;
	    margin-bottom: 20px;
	}
	.property-title{
		margin-bottom: 10px;
	}
	#property-detail{
		margin-bottom: 30px;
	}
	#property-detail th{
		font-size: 14px;
	}
	.right-box{
		padding: 0;
	}
	.left-box{
		padding-right: 30px;
	}
	#wechat{
	    left: 40px;
	}
	.content table,
	.content table tbody,
	.content table tr,
	.content table td{
		display: block;
	}
/*	.content table tr{
		padding: 10px 0;
	}*/
	.content table td{
		width: 100%!important;
	}
	.content p{
		font-size: 12px;
		line-height: 16px;
	}
	.content td{
		font-size: 12px;
		line-height: 16px;
	}
	.content table td{
		padding: 7.5px;
	}
	.content table {
	    margin: 0 -7.5px;
	    width: calc(100% + 15px)!important;
	}
}

@media (max-width: 550px){
	.slider-nav{
		display: none;
	}
	.top-box{
		margin-bottom: 10px;
	}
	.slider{
		height: 180px;
	}
	.fullscreen{
		display: none;
	}
	.prev-mobile{
		width: 25px!important;
		height: auto!important;
		z-index: 99999;
		left: 5px;
		opacity: 0.9;
	}
	.next-mobile{
		width: 25px!important;
		height: auto!important;
		z-index: 99999;
		right: 5px;
		opacity: 0.9;
	}
	#normal-content-block{
		display: none;
	}
	#mobile-content-block{
		display: block;
	}
	.qrcode-box{
		margin-bottom: 50px;
	}
	.recent-item,
	.right-box .line,
	.right-box .mobile-recent{
		display: none;
	}
}
