.goodsBg {
	height: 22rem;
}

.venueDetBox {
	padding: 1rem .8rem;
	background-color: #fff;
	border-radius: 12px;
	margin-bottom: 1rem;
}

.venueDetWrap {
	padding: 1rem 3%;
	background-image: linear-gradient(to bottom, #fff, #EFF3F6);
	background-size: 100% 10rem;
	/* 渐变宽度100%，高度50px */
	background-position: top left;
	/* 从顶部左侧开始 */
	background-repeat: no-repeat;
	border-radius: 12px;
	background-color: #EFF3F6;
	margin-top: 16.4rem;

}

.venueDetFlex {
	justify-content: space-between;
}

.venueDetFlex h1 {
	font-size: 20px;
}

.venueDetFlex em {
	width: 6.6rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(to bottom, #EF6214, #FF69A0);
	border-radius: 1.5rem;
	margin-left: 1rem
}

.venueDetFlex em.activeVen {
	background-image: unset;
	color: #222;
	border: 1px solid #222;
}

.venueDetp1 {
	color: #333;
	padding-top: .5rem;
}

.venueDetp1 span:first-child {
	padding-right: 1rem;
}

.venueDetSer {
	margin: .5rem 0;
}

.venueDetSer li {
	color: #F66A00;
	border: 1px solid #F66A00;
	border-radius: 4px;
	margin-right: .8rem;
	font-size: 12px;
	padding: 2px 6px;
}

.venueDetSer li i {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url("../img/common/doubleRight.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.mapBtn {
	text-align: center;
	align-items: center;
}

.mapBtn em {
	font-size: 10px;
	text-align: center;
}

.venueDetAddress {
	justify-content: space-between;
	background-color: #F3F4F8;
	border-radius: 14px;
	padding: .5rem 1rem;
	margin-top: .5rem;
}

.venueDetAddress .mapBtn {
	width: 40px;
	margin-left: 1;
}

.venueDetAddress .addresDet-p {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.venueDetAddress span:first-child {
	flex: 1;

}

.mapBtn .btnBg {
	width: 1.8rem;
	height: 1.8rem;
	background-image: url("../img/common/ditu.png");
}

.goodsListItem {
	padding: 0;
	margin-bottom: 2rem;
}

.venueDetTit {
	display: block;
	font-size: 16px;
	margin-bottom: 1rem;
	font-weight: bold;
}

.venueDetMes {
	padding: 5px 0;
}

.venueDetMes .venueDetMes-left {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	flex: 1;
}

.venueDetMes .orangeColor {

	background-color: #fff;
	box-shadow: 2px 2px 5px 0 rgba(255, 255, 255, .16);
	align-items: center;
	line-height: 1;
	padding: 2px 5px;
}

.venueDetMes .orangeColor em {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/common/doubleRight.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(90deg);
}

/* 资讯 */
.newTitWrap {
	width: 100%;
	background-image: linear-gradient(to right, #FF9F76FF 0%, #FF8DD5FF 100%);
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}

.newTitRadius {
	width: 100%;
	height: .8rem;
	background-color: #fff;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;

}

.newTitBox {

	justify-content: space-between;
	padding: .8rem .8rem;

}

.newTitBox span {
	color: #fff;
}

.newTitem1 {
	width: 1.6rem;
	height: 1.6rem;
	background-image: url("../img/page/homeNewIcon.png");
	margin-right: 8px;
}

.newTitem2 {
	width: 1.6rem;
	height: 1.6rem;
	background-image: url("../img/common/rightWhite.png");
}

.newTitspan1 {
	font-size: 18px;
	font-style: italic;
	letter-spacing: 5px;
}

.venueDetNewsList {
	background-color: #fff;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

/* .venueDetNewsList li{
	padding: 0 .8rem .8rem .8rem;
} */
.venueDetNewsList li.flexRow-ali {
	margin-bottom: 1.5rem;
}

.newsTitNum {
	width: 2rem;
	height: 2.3rem;
	line-height: 2.3rem;
	margin-right: 1rem;
	color: #fff;
	text-align: center;
	flex: 0 0 auto;
	font-weight: bold;
	background-image: url("../img/page/newTitNum.png");
}

.newsTitNum0 {

	background-image: url("../img/page/newTitNum1.png");
}

.newsTitNum1 {
	background-image: url("../img/page/newTitNum2.png");
}

.newsTitNum2 {
	background-image: url("../img/page/newTitNum3.png");
}

.venueDetNewsList .newTitP {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* margin-bottom: .8rem; */
}

.newsTitHref {
	flex: 0 1 auto;
	overflow: hidden;
}

.mySwiper5 .swiper-pagination-bullet-active {
	background-color: rgba(51, 51, 51, 1);
	width: 20px;
	height: 8px;
	border-radius: 5px;
}

/* 弹出层 */
.venuePopText {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding: 2rem 3%;
	overflow: hidden;
}

.venueText {
	width: 100%;
	max-width: 650px;
	min-width: 320px;
	min-height: 34rem;
	

}

.venuePopTit {
	justify-content: flex-end;
	/* line-height: 1; */
	padding-bottom: 2rem;
}

.venuePopTit span {
	flex: 1;
	text-align: center;
	font-size: 16px;
	line-height: 1;
}

.venuePopTit i {
	font-size: 22px;
	font-weight: bold;
	color: #666;
	line-height: 1;

}