.cover-bg {
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #000000;
	opacity: 0.3;
	z-index: 29;
}

.detail-win {
	display: none;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	z-index: 30;
	background-color: #ffffff;
	overflow: hidden;
}

.detail-win-title-row {
	display: block;
	position: relative;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #f8f8f8;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.detail-win-title-row .img1 {
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 8px;
	top: 5px;
}

.detail-win-title-row .img2 {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	right: 10px;
	top: 9px;
}

.detail-win-scrollable-box {
	display: block;
	width: 100%;
	height: calc(100% - 40px);
	overflow: auto;
}

.detail-win-scrollable-box .scene-img {
	display: block;
	width: 100%;
	height: 150px;
	border: none;
}

.detail-win-scrollable-box .address-box {
	display: block;
	width: calc(100% - 30px);
	margin-left: 15px;
	border-bottom: 1px solid #d6d7dc;
	overflow: hidden;
	padding-top: 45px;
}

.detail-win-scrollable-box .address-box span {
	display: block;
	height: 19px;
	line-height: 19px;
}

.detail-win-scrollable-box .address-box div {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #000000;
	overflow: auto;
}

.detail-win-scrollable-box .description-box {
	display: block;
	width: calc(100% - 30px);
	margin-top: 22px;
	margin-left: 15px;
}

.detail-win-scrollable-box .description-box .title {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}

.detail-win-scrollable-box .description-box .content {
	display: block;
	width: 100%;
	margin-top: 17px;
}

.detail-win-toolbar {
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 156px;
	height: 56px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 15px;
	z-index: 1;
	overflow: hidden;
	box-shadow: 0px 1px 1px 1px #d6d7dc;
}

.detail-win-toolbar .btn {
	display: block;
	float: left;
	width: 20%;
	height: 56px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}

.detail-win-toolbar .btn-small {
	background-size: 30px 30px;
}

.detail-win-toolbar .btn-big {
	background-size: 40px 40px;
}