body {
	background-color: #fff;
}

.starNav {
	padding: 1rem 3%;
	margin-bottom: 1rem;
	font-size: 16px;
}

.starNav .layui-icon {
	font-size: 22px;
}

.starNav .btnBg {
	width: 36px;
	height: 36px;
	background-image: url("../img/common/starOrange.png");
	margin: 0 5px;
	border-radius: 18px;
}

.starSwiper {

	border-radius: 14px;
}

.starSwiper ul {
	padding-bottom: 3rem;
}

.starSwiper img {
	width: 100%;
	border-radius: 14px;
	margin-right: 3%;
}

.swiper-pagination-bullet-active {
	background-color: #EF6214;
}

.tit-h1 {
	font-size: 16px;
	padding-bottom: 1rem;

}

.starCon {
	line-height: 1.8;
	padding-bottom: 1rem;
}

.relevant {
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 1rem .8rem;
	color: #666;
	margin-bottom: 1rem;
}

.relevantImg {
	width: 9.4rem;
	border-radius: 8px;
	margin-right: 10px;
}

.relevant-r {
	flex: 1;
	justify-content: space-between;
	overflow: hidden;
}

.relevant-r>p {
	/* padding-bottom: 1rem; */
}

.relevant-name {
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.relevant-name1 {
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 1.5rem;
}

.relevant-address {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.relevant-price-box {
	justify-content: space-between;
	font-size: 12px;
}

.relevant-price {
	align-items: flex-end;
	line-height: 1;
}

.relevant-price span {
	font-size: 20px;
	font-weight: bold;
}

.relevant-but-btn {
	width: 8rem;
	padding: .4rem 0;
	background-image: linear-gradient(to bottom, #EF6214, #FF69A0);
	border-radius: 2rem;
	text-align: center;
	color: #fff;
}

.relevant-but-btn1 {
	width: 10rem;
	padding: .4rem 0;
	background-image: linear-gradient(to bottom, #EF6214, #FF69A0);
	border-radius: 2rem;
	text-align: center;
	color: #fff;
	margin-bottom: 1.5rem;
}

.readTime {
	justify-content: space-between;
	font-size: 12px;
}

.starLine {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #F5F6F8;
}

.last-next {
	justify-content: center;
}

.last-next .last,
.last-next .next {
	width: 45%;
	background-color: #EFEFEF;
	text-align: center;
	color: #666;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1;
	padding: 5px 0;
}

.last {
	margin-right: 4%;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
}

.next {
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
}

.star-titP {
	padding-bottom: 1rem;
}

.quesBox {
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.quesBox li {
	width: 48%;
	background-color: #F3F4F8;
	border-radius: 20px;
	padding: 2px 5px;
	margin-bottom: 1rem;
}

.starIcon {
	width: 16px;
	height: 16px;
	background-image: url("../img/common/starIcon.png");
}

.quesBox li a {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}

.headImg {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin-right: 10px;
}

.starCon img {
	width: 100% !important;
	height: auto !important;
	border-radius: 10px;
	margin: 0 auto 1rem auto;
}