@font-face {
	font-family: 'canger';
	src: url('../css/W05.ttf') format('truetype');
}

.showPageWrap1 {}

.showPageWrap1 a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-family: "canger", sans-serif;
	font-size: 18px;
	margin-right: 40px;
}

.showPageWrap1 a.activeShow1 {
	font-size: 20px;
	background-image: url('../img/page/showTitBg.png');
}

.mySwiper7 a {
	width: auto;
	padding: 0 6px;
	border-radius: 4px;
	margin-right: 1.2rem;
	background-color: #fff;
}

.mySwiper7 a.activeClassify {

	color: #EF6214;
	background-color: #FFD8C0;

}

.mySwiper3 {
	padding-bottom: 1.5rem;
}

.toddayRobBg {
	width: 100%;
	height: 6px;
	background-image: url('../img/page/todayRobBg.png');
}

.recommendTitBox .todayRobBtn {
	width: 5.8rem;
	height: 1.2rem;
	background-image: url("../img/page/todayRob.png");
}

.mySwiper8 {
	background-color: #fff;
	position: relative;
	border-radius: 14px;
	padding: .8rem .8rem;
}

.mySwiper8 .swiper-slide {
	width: auto;
	text-align: center;
	margin-right: 1.2rem;
	align-items: center;
	justify-content: center;
}

.mySwiper8 .swiper-slide .calendarSpan1 {
	width: 4.4rem;
	height: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
}

.mySwiper8 .calendarSpan2 {
	padding-top: 1rem;
}

.mySwiper8 .empty {
	width: 2.5rem;
	height: 2rem;
}

.mySwiper8 .activeCalendar .calendarSpan1 {
	background-color: #EF6214;
	color: #fff;
	border-radius: 1.2rem
}

.mySwiper8 .activeCalendar .calendarSpan2 {
	color: #000;
}

.mySwiper8 .swiper-slide:first-child {
	margin-left: .5rem;
}

.classifyBtn {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	height: 100%;
	justify-content: center;
	padding: 0 10px;
	z-index: 1;
	align-items: center;
}

.classifyBtn i.btnBg {
	width: 2.2rem;
	height: 2.2rem;
	background-image: url('../img/page/rili.png');
}

/* 明星及巡演 */
.mySwiper9 ul {
	padding-bottom: 7px;
}

.mySwiper9 .swiper-slide {
	width: auto;
	position: relative;
	margin-right: 1rem;
}

.mySwiper9 img {
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 8px;
}

.mySwiper9 span {
	width: 100%;
	position: absolute;
	color: #fff;
	bottom: 4px;
	left: 0;
	z-index: 1;
	text-align: center;
	line-height: 1.1;
}

.mySwiper9 .showImgMask {
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 8px;
	position: absolute;
	z-index: 0;
	background-color: rgba(0, 0, 0, .3);
	bottom: 0;
	left: 0;
}

.mySwiper9 .acticwStar {
	padding: 4px;
	background-image: linear-gradient(to bottom, #F16329, #FE6993);
	border-radius: 12px;
}

.mySwiper9 .acticwStar img {
	width: 7rem;
	height: 7rem;
}

.mySwiper9 .acticwStar .showImgMask {
	width: 7rem;
	height: 7rem;
	border-radius: 8px;
	position: absolute;
	z-index: 0;
	background-color: rgba(0, 0, 0, .3);
	bottom: 4px;
	left: 4px;
}
.mySwiper9 .acticwStar span{
	bottom: 8px;
}
.mySwiper9 .acticwStar::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #FE6993;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
}

.mySwiper9 .moreStarBtn {
	display: block;
	width: 14px;
	text-align: center;
	padding: 0.7rem 1.2rem;
	background-color: #F3F4F8;
	border-radius: 6px;
	box-sizing: content-box;
	line-height: 1.1;
}

.mySwiper10 {
	padding: .8rem .8rem;
	background-color: #fff;
	border-radius: 14px;
}

.mySwiper10 ul {
	margin-top: 10px;
	height: 80px;
}

.mySwiper10 .swiper-slide {
	min-width: 70%;
	width: auto;
	padding: 1.5rem 1.6rem;
	background-color: #FFF6F7;
	border-radius: 8px;
	text-align: center;
	position: relative;
	margin-right: 1rem;
}

.mySwiper10 .cityName {
	font-size: 16px;
	font-weight: bold;
}

.mySwiper10 .xunySpan {
	position: absolute;
	right: 0;
	top: 0;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 1px solid #FF7A30;
	font-size: 8px;
	color: #ff7a30;
	padding: 2px 6px;
}

.mySwiper10 .actBuy {
	background-color: #FFF6F7;
	border: 2px solid #FF69A0;
	color: #EF6214;
}

.mySwiper10 .actBuy a {
	margin-left: 3rem;
	padding: .5rem 1.5rem;
	color: #fff;
	background-image: linear-gradient(to bottom, #EF6214, #FF69A0);
	border-radius: 6px;

}

.starShowName {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 场馆 */

.venueBox {
	padding: 1rem .8rem;
	justify-content: space-between;
}

.venueBox-left {
	flex: 1;
}

.venueBox .venueName {
	font-size: 16px;
	font-weight: bold;
}

.venueBox-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;
}

.paddingVen {
	padding-right: 2rem;
}

.venue-ygz {
	color: #999;
	border: 1px solid #999;
	width: 6.6rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border-radius: 1.5rem;
	margin-left: 1rem;
}

/* 我想看 */
.demo-tab-header {
	border: 1px solid #FF7A30;
	border-radius: 4px;
	justify-content: center;
	width: 14.6rem;
	margin: 1rem auto;
}

.demo-tab-header button {
	width: 50%;
	border: none;
	padding: 8px 0;
	border-radius: 4px;
}
.demo-tab-header .layui-btn1{
	color: #222;
}
.demo-tab-header .layui-btn1.layui-this {
	background-color: #FF7A30;
	color: #fff;
	border-radius: unset;
}

.demo-tab-body>ul {
	display: none;
}

/* 5.13修改样式 */

.showIcon0 {
	width: 18px;
	height: 18px;
	background-image: url("../img/page/guanzhuHs.png");
}

.flexBt {
	justify-content: space-between;
}

.buyBtn1 {
	width: 64px;
	height: 20px;
	line-height: 20px;
	background-image: url("../img/common/showIconbg.png");
	color: #fff;
	text-align: center;
}

.mySwiper10 .swiper-slide .flexBt:first-child {
	margin-bottom: 5px;
}

.buyBtn2 {
	width: 85px;
	line-height: 20px;
	height: 20px;
	justify-content: center;
	color: #fff;
	background-image: linear-gradient(to right, #FF752A, #FF7D8A);
	border-radius: 12px;
}

.buyBtn2 em {
	font-size: 12px;
}

.showIcon2 {
	width: 16px;
	height: 16px;
	background-image: url("../img/common/showIcon2.png");
	margin-right: 3px;
}

.showIcon1 {
	width: 16px;
	height: 16px;
	background-image: url("../img/common/showIcon1.png");
	margin-right: 3px;
}

.showIcon3 {
	width: 16px;
	height: 16px;
	background-image: url("../img/common/showIcon3.png");
	margin-right: 3px;
}

.mySwiper10 .swiper-slide.onlyOne {
	width: inherit;
}