.seatbar {
	align-items: center;
	padding: 10px 3% 10px 3%;
	justify-content: space-between;
}

.locationBox {
	align-items: center;

}

.locationBar {
	width: 18px;
	height: 18px;
	margin-right: 4px;
	background-image: url("../img/page/location.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.locationSingle {
	width: 18px;
	height: 18px;
	margin-left: 4px;
	background-image: url("../img/page/locationSingle.png");
	background-size: 100% 100%;

}

.searchbar {

	/* padding: 8px 0; */
	background-color: #fff;
	border-radius: 30px;
	align-items: center;
	justify-content: space-between;
	/* margin: 0 auto 10px auto; */
	flex-grow: 1;

}

.searchimg {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	margin-right: 4px;
	background-image: url("../img/page/search.png");
	background-size: 100% 100%;
}

.searchbutton {
	color: #fff;
	padding: 5px 15px;
	background-image: linear-gradient(to bottom, #EF6214ed, #FF69A0);
	border-radius: 30px;

}

.mySwiper1 img {
	width: 100%;
	height: auto;
	border-radius: 14px;
	margin: 0 auto;
	display: block;
}

.mySwiper1 .swiper-pagination-bullet-active {
	background-color: #EF6214;
}

.homeflWrap {
	align-items: center;
	justify-content: space-between;
}

.homeflWrap a {
	justify-content: center;
	align-items: center;
}

.homeflWrap a h6 {
	text-align: center;
}

.homeflWrap a span {
	display: block;
	width: 5rem;
	height: 5rem;
	background-repeat: no-repeat;
	background-size: 100%;
}

.homeflWrap a span.homeflSpan1 {
	background-image: url("../img/page/ych.png");
}

.homeflWrap a span.homeflSpan2 {
	background-image: url("../img/page/yyj.png");
}

.homeflWrap a span.homeflSpan3 {
	background-image: url("../img/page/hjgj.png");
}

.homeflWrap a span.homeflSpan4 {
	background-image: url("../img/page/qyzt.png");
}

.homeflWrap a span.homeflSpan5 {
	background-image: url("../img/page/all.png");
}

/* 限时优惠与热门榜单 */
.saleHot {
	justify-content: space-between;
}

.saleWrap {
	width: 49%;
	border-radius: 12px;
	background-image: linear-gradient(to bottom, #FFEBDE 0%, #FFFFFF 30%);
	position: relative;
}

.saleName {
	align-items: center;
	justify-content: space-between;
}

.saleWrap .saleSpan {
	width: 7.6rem;
	height: 2.8rem;
	background-repeat: no-repeat;
	background-size: 100%;

}

.saleWrap span.saleSpan1 {
	background-image: url("../img/page/sale.png");
}

.saleWrap span.saleSpan2 {
	background-image: url("../img/page/hot.png");
}

.homeRightImg {
	width: 1.6rem;
	height: 1.6rem;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("../img/page/right.png");
}

.saleHotGoods {
	padding-top: .5rem;
	padding-left: .8rem;
	padding-right: .8rem;
	padding-bottom: .5rem;
}

.saleHotGoods img {
	width: 3.5rem;
	/* height: 4.7rem; */
	border-radius: 5px;
	margin-right: .8rem;
}

.saleHotGoods p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* 设置排列方向为垂直 */
	-webkit-line-clamp: 2;
	height: 28px;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	word-break: break-all;
}

.saleTip {
	background-color: #FFEBEB;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	height: 2rem;
	position: absolute;
	bottom: 0;
	right: 0;
}

.saleTip span {
	width: 3.2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("../img/page/miao.png");
}

.saleTip span.bao {
	background-image: url("../img/page/bao.png");
}

.saleTip p.orangeColor {
	font-size: 10px;
	padding: 0 .5rem;

}

/* 热抢播报站 */
.robTitBox {
	width: 100%;
	height: 3.9rem;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("../img/page/rob.png");
	justify-content: flex-end;
}

.robTitBox .redColor {
	font-size: 1.4rem;
	padding-top: 1rem;
}

.robBtnImg {
	width: 1.6rem;
	height: 1.6rem;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("../img/page/robBtn.png");
	margin-top: 1rem;
	margin-right: .8rem;
	margin-left: 29%;
}

.mySwiper2 {
	background-color: #fff;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
}

.mySwiper2 li {
	width: 66%;
	margin: 1rem .8rem;

}

.robGoodImg {

	position: relative;
	height: 9.4rem;

}

.robGoodImg img {
	width: 7rem;
	height: 9.4rem;
	border-radius: 6px;
	margin-right: .8rem;
}

.robGoodImg p {
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: rgba(0, 0, 0, 0.50);
	color: #fff;
	font-size: 10px;
	padding: 3px 4px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.robGoodsCon {
	position: relative;
}

.robGoodsCon span {
	/* padding: .5rem 0; */
	line-height: 1;
	/* padding: 4px 10px; */
}

.robGoodsCon .hotQiangBtn {
	/* display: block; */
	/* position: absolute;
	bottom: 0;
	right: 0; */
	/* padding: .7rem 5rem .7rem 1rem; */
	/* padding: 10px 50px 10px 12px; */
	/* background-image: url("../img/page/qiang.png"); */
	/* background-size: 100%; */
	/* width: 100%; */
	/* background-repeat: no-repeat;
	background-position: center; */
	/* line-height: 1; */
	width: -moz-fit-content; /* Firefox */
	width: -webkit-fit-content; /* Safari 和 Chrome */
	width: fit-content;
	position: relative;
	padding-left: 10px;
	padding-right: 48px;
	border-radius: 20px;
	background-image: linear-gradient(to right, rgba(255, 235, 236, 1), rgba(255, 211, 179, 1));

}

/* 人气演出Top榜 */
.topwrap {
	background-color: #fff;
	border-radius: 14px;
	padding-bottom: 1rem;
}

.homeTopImgBg {
	width: 100%;
	height: 4.9rem;
	background-image: url("../img/page/TOP.png");
	background-size: 100%;
	background-repeat: no-repeat;
	align-items: center;
	justify-content: flex-end;
}

.topwrap ul {
	/* padding:0 1rem 1rem 1rem; */
}

.topwrap li {
	width: 50%;
}

.topGoodsImg {
	width: 5.2rem;
	height: 7rem;
	border-radius: 6px;
	border: 1px solid #D9D9D9;
	margin: 0 .8rem;
}

.topGoodsName {
	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;
	margin-right: .8rem;
	font-weight: bold;
}

.moneySymbol {
	font-size: 10px;
}

.recommendMoney {
	align-items: flex-end;
	margin-top: 1rem;
}

/* 热门推荐与演艺活动 */
.hotShowWrap {
	border-radius: 14px;
	background-color: #FFFFFF;

}

.recommendTitBox {
	align-items: center;
	justify-content: space-between;
	padding: 1rem .8rem;
	/* margin-bottom: 1rem; */
}

.recommendTitBtn .btnBg {
	width: 1.6rem;
	height: 1.6rem;
	margin-left: 2px;
	background-image: url("../img/page/shuaxin.png");
}

.mySwiper3,
.mySwiper4 {
	padding: 0 .8rem .8rem .8rem;
}

.mySwiper3 a,
.mySwiper4 a {
	width: 7rem;
	margin-right: .8rem;
}

.recommendGoodsImgBox {
	position: relative;
}

.recommendGoodsImgBox img {
	width: 7rem;
	height: 9.4rem;
	border-radius: 6px;
	margin-bottom: 5px;
}

.recommendGoodsImgBox span {
	position: absolute;
	top: 4px;
	left: 4px;
	color: #fff;
	padding: 2px;
	background-color: #000;
	border-radius: 6px;
	font-size: 10px;
}

.recommendName {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 28px;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;


}

.recommendMoney .fontweight {
	line-height: 1;
}

.mySwiper3 .recommendMoney,
.mySwiper4 .recommendMoney {
	margin-top: .5rem;
}

/*  资讯*/
.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;
}

.mySwiper5 {
	background-color: #fff;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

.mySwiper5 li.swiper-slide {
	padding: 0 .8rem .8rem .8rem;
}

.mySwiper5 li.swiper-slide .flexRow-ali {
	margin-bottom: 1.5rem;
}

.newsTitNum {
	width: 2rem;
	height: 2.3rem;
	line-height: 2.3rem;
	margin-right: 1rem;

	text-align: center;
	flex: 0 0 auto;
}

.newsTitNum0 {
	color: #fff;
	background-image: url("../img/page/newTitNum1.png");
}

.newsTitNum1 {
	color: #fff;
	background-image: url("../img/page/newTitNum2.png");
}

.newsTitNum2 {
	color: #fff;
	background-image: url("../img/page/newTitNum3.png");
}

.mySwiper5 .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;
}

.mySwiper6,
.mySwiper7,
.mySwiper9 {
	padding-left: 3%;
	margin-bottom: 10px;
}

.mySwiper6 span {
	width: auto;
	margin-right: 2rem;
}

.mySwiper6 span.activeClassify {
	padding: 3px 8px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #EF6214;
	border-radius: 5px;
	position: relative;
}

.mySwiper6 span.activeClassify::after {
	content: "";
	display: block;
	/* 使伪元素表现为块级元素 */
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	/* 左边框透明 */
	border-right: 5px solid transparent;
	/* 右边框透明 */
	border-top: 10px solid #EF6214;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);

}

.mySwiper6 .swiper-wrapper {
	padding-bottom: 6px;
}

/*更多演出 */
.showWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 3%;
	box-sizing: content-box;
	/* background-image: linear-gradient(to top, #EFF3F6, #FFFFFF); */
	/* background-color: #fff; */
	/* border-top-left-radius: 20rpx;
	border-top-right-radius: 20rpx; */
	margin-top: 10px;
	margin-bottom: 150px;

}

.showbox {
	/* width: 49%; */
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .16);
	margin-bottom: 10px;
}

.showGoodsImgBox {
	position: relative;
}

.showGoodsImg {
	width: 100%;
	height: 22.6rem;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.GoodsImgText {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	border-top-right-radius: 10px;
	font-size: 10px;
	padding: 4px 10px;
}

.showGoodsname {

	/* height: 40px; */
	line-height: 20px;
	font-size: 14px;
	color: #000;
	/* overflow: hidden;
	text-overflow: ellipsis; */
	margin: 10px;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; */
}

.showGoodsTips {
	align-items: center;
	margin: 0 10px 0 10px;
}

.showGoodsBuy {
	justify-content: space-between;
	margin: 0 10px 10px 10px;
	align-items: center;
}

.mySwiper4 .recommendMoney,
.mySwiper3 .recommendMoney {
	align-items: center;
}


.showGoodsBuyBtn {
	background-image: linear-gradient(to bottom, #EF6214, #FF69A0);
	color: #fff;
	border-radius: 6px;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.discountTips {
	padding: 2px 8px;
	color: #fff;
	background-color: #FF4040;
	font-size: 10px;
	border-radius: 4px;
	margin-right: 4px;
	vertical-align: 2px;
}

/* 城市演出 */
.cityShowBody {
	background-image: linear-gradient(to bottom, #fff, #EFF3F6);
	background-size: 100% 25rem;
	background-position: top left;
	background-repeat: no-repeat;
}

.cityShowBody .showbox {
	width: 49%;
}

.citynavWrap {
	padding: 1rem 3%;
}

.citynavWrap>i {
	font-size: 20px;
	font-weight: bold;
}

.citynavWrap .seatbar {
	flex: 1;
	background-color: #F5F5F5;
	padding: 0 0 0 12px;
	border-radius: 30px;
}

.citynavWrap .seatbar .searchbar {
	background-color: transparent;
}

.citynavWrap input.grayColor1 {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #D9D9D9;
}

.cityShowTit {
	border-radius: 25px;
	border: 1px solid #EF6214;
	padding: .3rem 1rem;
	font-size: 16px;
	display: inline-block;

}

.cityShowMore {
	display: block;
	text-align: center;
	width: 12rem;
	padding: .5rem 0;
	border: 1px solid #EF6214;
	border-radius: 30px;
	margin: 0 auto 2rem auto;
}

.cityShowBody .showWrap {
	margin-bottom: 0;
}

.cityShowTitBlack {
	display: block;
	font-size: 16px;
	margin-bottom: 1rem;
	font-weight: bold;
}

.showWrap2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.showWrap2 .showbox2 {
	width: 32%;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}

.showGoodsImgBox2 {
	position: relative;
}

.showGoodsImg2 {
	width: 100%;
	height: auto;
	border-radius: 10px;

}

.showGoodsname2 {
	margin: 10px 0 0 0;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.recommendMoney2 {
	margin-bottom: 0;
	margin-top: 0;
}

.GoodsImgText2 {
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #000;
	color: #fff;
	border-radius: 6px;
	font-size: 10px;
	padding: 2px 6px;
}

.cityShowBtnBox {
	justify-content: space-between;
}

.cityShowBtnBox-right {
	margin-bottom: 1rem;
}

.cityShowBtnBox-right .layui-icon-right {
	font-size: 16px;
	color: #666;
}

.cityVenuBox li {
	margin-bottom: 1rem;
}

.cityShowNewBox a {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #F5F6F8;
}

.cityShowNewBox a:last-child {
	border: none;
	padding-bottom: 0;
}

.cityShowNewBox a p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: .3rem;
}

.cityVenuBox {
	align-items: center;
}

.cityVenue-left {
	flex: 1;
}

.cityVenue-left img {
	width: 5rem;
	height: 5rem;
	border-radius: 8px;
	margin-right: .8rem;
}

.cityVenueName {
	font-size: 16px;
}

.cityVenue-right {
	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;
}

/* 瀑布流测试 */
.waterfall-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	align-items: start;

}

.waterfall-grid li.showbox {
	width: auto;
	break-inside: avoid;
}

/* 城市定位弹框 */
.homePopWrap {
	background-color: transparent;
	box-shadow: none;

}

.homePop {
	width: 28rem;
	/* display: none; */
}

.homePopBg {
	width: 28rem;
	height: 15.6rem;
	background-image: url("../img/common/homePopbg.png");
}

.homePopCon {
	text-align: center;
	background-color: #fff;
	padding-bottom: 2rem;
	border-bottom-left-radius: 28px;
	border-bottom-right-radius: 28px;
}

.homePopCon p {
	margin-bottom: 1.5rem;
	font-size: 16px;
}

.homePopCon p.homePop-p1 {
	font-size: 20px;

	color: #000;
}

.homePop-p3 {
	width: 24rem;
	color: #fff;
	background-color: #EF6214;
	height: 3.8rem;
	line-height: 3.8rem;
	margin: 0 auto;
	border-radius: 2rem;
}

/* 修改bug 热抢播报站 */
.robGoodsCon {
	justify-content: space-between;
}

.robGoodsCon .robGoodName {
	line-height: 16px;
	height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	word-break: break-all;
}

.hotQiangBtn span {
	
	padding: 7px 0;
}

.hotQiangBtn i {
	width: 48px;
	height: 28px;
	background-image: url("../img/page/qiang1.png");
	position: absolute;
	bottom: 0;
	right: 0;
}

/* 人气演出榜 */
.recommendMoneyNew {
	margin-top: 1.5rem;
	line-height: 1;
	align-items: flex-end;
}
/* 瀑布流测试 */
.waterfall-grid, .waterfall-grid2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	align-items: start;

}

.waterfall-grid li.showbox, .waterfall-grid2 li.showbox{
	width: auto;
	break-inside: avoid;
}
/* 更多推荐标题 */
.homeMoreTj{
	position: relative;
	font-weight: bold;
	margin-left: 3%;
	margin-bottom: 10px;
}
.homeMoreTj i{
	position: absolute;
	width: 56px;
	height: 8px;
	background-image: url("../img/bg/homeMoretj.png");
	left: 0;
	bottom: 0;
	z-index: -5;
}