@charset "utf-8";

/* CSS Document */
@media screen and (min-width:749px ) {
.mlunbo {
	display: none;
}
.proTab {
	width: 100%;
	height: 54px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	line-height: 52px;
	font-size: 15px;
	text-align: center;/*	position: relative;*/
	min-width: 1140px;
}
.proTabK {
	display: inline-block;
	border-radius: 26px;
	height: 54px;
	background-color: #f5f5f5;
	
	/*	position: relative;*/
}
.proTabItemBg {
	border: solid 1px #eee;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 26px;
	box-sizing: border-box;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.proTabItem {
	float: left;
	margin-right: 0;
	position: relative;
}
.proTabItem:last-child {
	margin-right: 0;
}
.proTabItem a {
	display: block;
	padding-left:20px;
	padding-right: 20px;
	text-align: center;
	border-radius: 26px;
	overflow: hidden;
	color: #595959;
}
.proTabItem.on a {
	color: #000000;
}
.proList {
	width: 1140px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	margin-bottom: 100px;
}
/*
.proListItem {
	width: 25%;
	height: auto;
	overflow: hidden;
	
}
.proList {
	width: 1200px;
	height: auto;
	overflow: hidden;
}
*/
.proListItem {
	width: calc( 25% - 11.25px );
	height: auto;
	overflow: hidden;
	margin-right: 15px;
	box-sizing: border-box;
	padding: 3px;
	border: solid 1px #fff;
	border-radius: 24px;
	padding-bottom: 25px;
	margin-bottom: 15px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: left;
}
.proListItem:hover {
	border: solid 1px #ff6200;
}
.proListItem:nth-child(4n) {
	margin-right: 0;
}
.proListItemImg {
	width: 100%;
	height: 274px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fafafa;
}
.proListItemImg img {
	display: block;
	width: 100%;
	height: 100%;
}
.proListItemTit {
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	color: #11192d;
	display: -webkit-box;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	font-weight: 500;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	width: 100%;
	word-break: break-all;
	margin-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
}
.proListItemTit2 {
	height: 22px;
	margin-top: 4px;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	color: rgb(122, 122, 122);
}
.proListItemPrice {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 22px;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.proListItemPriceS {
	color: #ff6200;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 7px;
	margin-top: 13px;
	float: left;
}
.proListItemPriceB {
	color: #ff6200;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	vertical-align: middle;
	float: left;
	margin-right: 8px;
}
.proListItemPriceO {
	color: #50607a;
	font-size: 14px;
	line-height: 14px;
	white-space: nowrap;
	float: left;
	margin-top: 15px;
}
.proListItemD1 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 16px;
	margin-top: 4px;
	min-height: 16px;
	overflow: hidden;
	color: rgb(255, 98, 0);
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
}
.proListItemD2 {
	height: 16px;
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
	margin-top: 8px;
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 22px;
	white-space: nowrap;
	color: #7a7a7a;
}
.proListItemD2 span {
	display: inline-block;
	float: left;
	margin-right: 4px;
	color: #ff5000;
}
/*详情*/
.button {
	position: relative;
	bottom: 0;
	background-color: hsla(0, 0%, 100%, .96);
	border: 1px solid rgba(0, 0, 0, .02);
	border-radius: 20px;
/*	box-shadow: 0 12px 36px 0 rgba(31, 31, 51, .12);*/
	height: 80px;
/*	margin-left: -16px;*/
	min-width: 400px;
/*	padding: 0;*/
	width: 100%;
	box-sizing: border-box;
	margin-top: 170px;
	
}
.buttonn {
	width: 100%;
	height: 48px;
	background: linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));
	font-size: 14px;
	text-align: center;
	line-height: 48px;
	border-radius: 12px;
	color: rgb(255, 255, 255);
}
.showPro {
	width: 1140px;
	height: auto;
	/*	overflow: hidden;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.showProR {
	width: 480px;
/*	height: calc( 100vh - 100px );*/
	/*	overflow: hidden;*/
	position: absolute;
	left: 50%;
	top: 450px;
	margin-left: 90px;
	z-index: 2;
}
.showProR.on {
	position: fixed;
	top: auto;
	bottom: 50px;
}
.showProR.on2 {
	position: absolute;
	top: auto;
	bottom: 552px;
}
.showProRTit {
	line-height: 28px;
	color: rgba(9, 9, 10, .92);
	font-size: 20px;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: bold;
}
.showProR2 {
	color: rgba(9, 9, 10, .48);
	font-size: 14px;
	height: 22px;
	margin-top: 4px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.showProR2 span {
	float: left;
	display: inline-block;
}
.showProR3 {
	width: 100%;
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 28px;
	overflow: hidden;
	margin-top: 12px;
}
.showProR3_1 {
	align-items: flex-end;
	color: #ff5000;
	display: flex;
	flex-direction: row;
	margin-right: 4px;
}
.showProR3_2 {
	align-items: flex-end;
	color: #7a7a7a;
	display: flex;
	flex-direction: row;
	margin-left: 8px;
	font-size: 14px;
	font-weight: 400;
	height: 22px;
	line-height: 22px;
	margin-right: 2px;
}
.showProR3_1 div:nth-child(1) {
	font-size: 14px;
	font-weight: 500;
	height: 20px;
	line-height: 20px;
	margin-right: 2px;
}
.showProR3_1 div:nth-child(2) {
	font-family: Inter V;
	font-size: 16px;
	font-weight: 600;
	height: 20px;
	letter-spacing: -.02em;
	line-height: 20px;
	margin-right: 1px;
}
.showProR3_1 div:nth-child(3) {
	font-family: Inter V;
	font-size: 28px;
	font-weight: 600;
	height: 28px;
	letter-spacing: -.02em;
	line-height: 28px;
}
.red {
	color: #ff5000;
}
.big {
	font-size: 28px;
}
.b {
	font-weight: bold;
}
.fl {
	float: left;
}
.line {
	background-color: rgba(31, 31, 51, .1);
	height: 12px;
	margin: 0 7.5px;
	width: 1px;
	float: left;
	margin-top: 4px;
}
.showProR4 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 24px;
}
.showProR4 div {
	background-color: #fff1eb;
	border-radius: 8px;
	color: #ff5000;
	font-weight: 500;
	height: 32px;
	line-height: 32px;
	margin-right: 8px;
	overflow: hidden;
	padding: 0 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	margin-top: 12px;
	float: left;
}
.showProR5 {
	color: #1F1F1F;
	font-size: 14px;
	height: 22px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 8px;
}
.showProR5 img {
	float: left;
	width: 17px;
	height: 17px;
	display: block;
	margin-top: 2px;
	margin-right: 13px;
}
.showProR5 span {
	float: left;
	display: inline-block;
}
.showProR6 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 24px 0 4px;
	border-top: solid 1px #eee;
	margin-top: 24px;
	display: none;
}
.showProR6 h1 {
	align-items: center;
	color: rgba(9, 9, 10, .48);
	display: flex;
	font-size: 14px;
	height: 40px;
	line-height: 22px;
	margin-right: 16px;
	width: 56px;
	font-weight: normal;
}
.showProR6k {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: rgba(9, 9, 10, .48);
	font-size: 14px;
	line-height: 40px;
}
.showProR6num {
	margin-right: 12px;
	float: left;
}
.showProR6num span {
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(31, 31, 51, .1);
	margin-right: -1px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.showProR6num span:nth-child(1) {
	border-radius: 8px 0 0 8px;
}
.showProR6num span:nth-child(2) {
	font-size: 14px;
}
.showProR6num span:nth-child(3) {
	border-radius: 0 8px 8px 0;
}
.showProL {
	width: 620px;
	height: auto;/*	overflow: hidden;*/
}
.showProLThumb {
	/*	padding: 16px 0 0;*/
	position: relative;
	width: 100%;
	height: auto;/*	overflow: hidden;*/
}
.showProLImg {
}
.showProLTap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0 12px 0;
	color: rgba(9, 9, 10, .92);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;/*	position: relative;*/
}
.showPLTapLine {
	background-color: #ff5000;
	content: "";
	display: block;
	height: 2px;
	width: 64px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	margin-top: 34px;
}
.showProLTap ul li {
	margin-right: 32px;
	cursor: pointer;
	float: left;
}
.showProLTap li.on {
	color: #ff5000;
}
.showProLK {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sPLKItem {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}
.sPLKItem.on {
	display: block;
}
.sPLKR {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sPLKRTit {
	color: rgba(9, 9, 10, .92);
	flex-shrink: 0;
	font-family: PingFang SC;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 15px;
}
.sPLKRTit span {
	color: rgba(9, 9, 10, .48);
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 22px;
	margin-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sPLKRTipsk {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 16px;
}
.sPLKRTips {
	background-color: #fff5eb;
	border: none;
	border-radius: 20px;
	color: #996e3d;
	height: 40px;
	padding: 9px 16px;
	font-size: 14px;
	line-height: 22px;
	margin: 0 8px 8px 0;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}
.sPLKRTips span {
	display: inline-block;
	margin-left: 3px;
}
.sPLKRTips.on { background-color: #996e3d; color: #fff; }
.sPLKRList {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sPLKRList li {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}
.sPLKRList li:last-child .sPLKRListDesc {
	margin-bottom: 0;
	margin-bottom: -8px;
}
.sPLKRListHead {
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 12px;
	border-radius: 50%;
	border: 1px solid rgba(31, 31, 51, .1);
	box-sizing: border-box;
	background-size: cover;
}
.sPLKRListName {
	width: calc( 100% - 54px );
	height: auto;
	overflow: hidden;
	color: rgba(9, 9, 10, .92);
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 22px;
}
.sPLKRListTime {
	width: calc( 100% - 54px );
	height: auto;
	overflow: hidden;
	color: rgba(9, 9, 10, .48);
	font-size: 12px;
	line-height: 20px;
	box-sizing: border-box;
}
.sPLKRListDesc {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: rgba(9, 9, 10, .92);
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 22px;
	padding-left: 54px;
	box-sizing: border-box;
	margin-top: 4px;
	margin-bottom: 20px;
}
.sPLKRListImgs {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 8px;
}
.sPLKRListImg {
	background-size: cover;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 135.5px;
	height: 135.5px;
}
.sPLKRListImg:nth-child(4n) {
	margin-right: 0;
}
	.sPLKRContent{
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 15px;
	}
	.sPLKRContent img{
		width: 100%;
		display: block;
	}
}

/*--------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px ) {
.imgdet {
	display: none;
}
.mlunbo {
	display: block;
}
.proTab {
	width: 100%;
	height: 12vw;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6vw;
	line-height: 12vw;
	font-size: 4vw;
	text-align: center;/*	position: relative;*/
}
.proTabK {
	display: inline-block;
	border-radius: 6vw;
	height: 12vw;
	background-color: #f5f5f5;/*	position: relative;*/
}
.proTabItemBg {
	border: solid 1px #eee;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 6vw;
	box-sizing: border-box;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.proTabItem {
	float: left;
	margin-right: 0;
	position: relative;
}
.proTabItem:last-child {
	margin-right: 0;
}
.proTabItem a {
	display: block;
	padding-left: 3vw;
	padding-right: 3vw;
	text-align: center;
	border-radius: 6vw;
	overflow: hidden;
	color: #595959;
}
.proTabItem.on a {
	color: #000000;
}
.proList {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5vw;
	margin-bottom: 10vw;
	box-sizing: border-box;
	padding-left: 3vw;
}
.proListItem {
	float: left;
	width: 45.5vw;
	height: auto;
	overflow: hidden;
	margin-right: 3vw;
	box-sizing: border-box;
	padding: 1vw;
	border: solid 1px #fff;
	border-radius: 4vw;
	padding-bottom: 4vw;
	margin-bottom: 1vw;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.proListItem:hover {
	border: solid 1px #ff6200;
}
.proListItem:nth-child(4n) {
	margin-right: 0;
}
.proListItem:nth-child(2n) {
	margin-right: 0;
}
.proListItemImg {
	width: 100%;
	height: 45vw;
	border-radius: 3vw;
	overflow: hidden;
	background-color: #fafafa;
}
.proListItemImg img {
	width: 100%;
	height: 100%;
	display: block;
}
.proListItemTit {
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	color: #11192d;
	display: -webkit-box;
	font-family: PingFangSC-Medium;
	font-size: 4vw;
	font-weight: 500;
	height: 12vw;
	line-height: 6vw;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	width: 100%;
	word-break: break-all;
	margin-top: 1vw;
	padding-left: 1vw;
	padding-right: 1vw;
	box-sizing: border-box;
}
.proListItemTit2 {
	height: 5vw;
	margin-top: 0vw;
	font-size: 3.4vw;
	line-height: 5vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 1vw;
	padding-right: 1vw;
	color: rgb(122, 122, 122);
}
.proListItemPrice {
	padding-left: 1vw;
	padding-right: 1vw;
	padding-top: 1vw;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.proListItemPriceS {
	color: #ff6200;
	font-size: 4vw;
	font-weight: 700;
	line-height: 6vw;
	margin-bottom: 1vw;
	margin-top: 2vw;
	float: left;
}
.proListItemPriceB {
	color: #ff6200;
	font-size: 6vw;
	font-weight: 700;
	line-height: 9vw;
	vertical-align: middle;
	float: left;
	margin-right: 1vw;
}
.proListItemPriceO {
	color: #50607a;
	font-size: 3vw;
	line-height: 5vw;
	white-space: nowrap;
	float: left;
	margin-top: 3vw;
}
.proListItemD1 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 4vw;
	margin-top: 1vw;
	min-height: 4vw;
	overflow: hidden;
	color: rgb(255, 98, 0);
	font-size: 3vw;
	padding-left: 1vw;
	padding-right: 1vw;
	box-sizing: border-box;
}
.proListItemD2 {
	height: 4vw;
	padding-left: 1vw;
	padding-right: 1vw;
	box-sizing: border-box;
	margin-top: 1vw;
	position: relative;
	vertical-align: middle;
	font-size: 3vw;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 4vw;
	white-space: nowrap;
	color: #7a7a7a;
}
.proListItemD2 span {
	display: inline-block;
	float: left;
	margin-right: 1vw;
	color: #ff5000;
}
/*详情*/
.showPro {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
.button {
	position: relative;
	bottom: 0;
	background-color: hsla(0, 0%, 100%, .96);
	border: 1px solid rgba(0, 0, 0, .02);
	border-radius: 20px;
	box-shadow: 0 0 0 0 rgba(31, 31, 51, 0);
	height: auto;
	min-width: 100%;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	margin-top: 5vw;
}
.buttonn {
	width: 100%;
	height: 48px;
	background: linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));
	font-size: 14px;
	text-align: center;
	line-height: 48px;
	border-radius: 12px;
	color: rgb(255, 255, 255);
}
.showProR {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	margin-left: 0;
	z-index: 2;
	padding-top: 5vw;
}
.showProR.on {
	position: relative;
}
.showProRTit {
	line-height: 6vw;
	color: rgba(9, 9, 10, .92);
	font-size: 5vw;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: bold;
}
.showProR2 {
	color: rgba(9, 9, 10, .48);
	font-size: 3.2vw;
	height: 5vw;
	margin-top: 2vw;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.showProR2 span {
	float: left;
	display: inline-block;
}
.showProR3 {
	width: 100%;
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 6vw;
	overflow: hidden;
	margin-top: 2vw;
}
.showProR3_1 {
	align-items: flex-end;
	color: #ff5000;
	display: flex;
	flex-direction: row;
	margin-right: 1vw;
}
.showProR3_2 {
	align-items: flex-end;
	color: #7a7a7a;
	display: flex;
	flex-direction: row;
	margin-left: 1vw;
	font-size: 3vw;
	font-weight: 400;
	height: 5vw;
	line-height: 6vw;
	margin-right: 1vw;
}
.showProR3_1 div:nth-child(1) {
	font-size: 3vw;
	font-weight: 500;
	height: 6vw;
	line-height: 6vw;
	margin-right: 1vw;
}
.showProR3_1 div:nth-child(2) {
	font-family: Inter V;
	font-size: 16px;
	font-weight: 600;
	height: 20px;
	letter-spacing: -.02em;
	line-height: 20px;
	margin-right: 1px;
}
.showProR3_1 div:nth-child(3) {
	font-family: Inter V;
	font-size: 28px;
	font-weight: 600;
	height: 28px;
	letter-spacing: -.02em;
	line-height: 28px;
}
.red {
	color: #ff5000;
}
.big {
	font-size: 28px;
}
.b {
	font-weight: bold;
}
.fl {
	float: left;
}
.line {
	background-color: rgba(31, 31, 51, .1);
	height: 12px;
	margin: 0 7.5px;
	width: 1px;
	float: left;
	margin-top: 4px;
}
.showProR4 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 3vw;
}
.showProR4 div {
	background-color: #fff1eb;
	border-radius: 8px;
	color: #ff5000;
	font-weight: 500;
	height: 32px;
	line-height: 32px;
	margin-right: 8px;
	overflow: hidden;
	padding: 0 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	margin-top: 12px;
	float: left;
}
.showProR5 {
	color: #1F1F1F;
	font-size: 3.2vw;
	height: 6vw;
	line-height: 6vw;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0vw;
}
.showProR5 img {
	float: left;
	width: 3.2vw;
	height: 3.2vw;
	display: block;
	margin-top: 1.5vw;
	margin-right: 2vw;
}
.showProR5 span {
	float: left;
	display: inline-block;
}
.showProR6 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 4vw 0 1vw;
	border-top: solid 1px #eee;
	margin-top: 4vw;
	display: none;
}
.showProR6 h1 {
	align-items: center;
	color: rgba(9, 9, 10, .48);
	display: flex;
	font-size: 3vw;
	height: 6vw;
	line-height: 3vw;
	margin-right: 2vw;
	width: 15vw;
	font-weight: normal;
}
.showProR6k {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: rgba(9, 9, 10, .48);
	font-size: 14px;
	line-height: 40px;
}
.showProR6num {
	margin-right: 12px;
	float: left;
}
.showProR6num span {
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(31, 31, 51, .1);
	margin-right: -1px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.showProR6num span:nth-child(1) {
	border-radius: 8px 0 0 8px;
}
.showProR6num span:nth-child(2) {
	font-size: 14px;
}
.showProR6num span:nth-child(3) {
	border-radius: 0 8px 8px 0;
}
.showProL {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 3vw;
	padding-right: 3vw;
}
.showProLThumb {
	/*	padding: 16px 0 0;*/
	position: relative;
	width: 100%;
	height: auto;/*	overflow: hidden;*/
}
.showProLImg {
}
.showProLTap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0 12px 0;
	color: rgba(9, 9, 10, .92);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;/*	position: relative;*/
}
.showPLTapLine {
	background-color: #ff5000;
	content: "";
	display: block;
	height: 2px;
	width: 64px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	margin-top: 34px;
}
.showProLTap ul li {
	margin-right: 32px;
	cursor: pointer;
	float: left;
}
.showProLTap li.on {
	color: #ff5000;
}
.showProLK {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sPLKItem {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}
.sPLKItem.on {
	display: block;
}
.sPLKR {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sPLKRTit {
	color: rgba(9, 9, 10, .92);
	flex-shrink: 0;
	font-family: PingFang SC;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 15px;
}
.sPLKRTit span {
	color: rgba(9, 9, 10, .48);
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 22px;
	margin-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sPLKRTipsk {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 16px;
}
.sPLKRTips {
	background-color: #fff5eb;
	border: none;
	border-radius: 5vw;
	color: #996e3d;
	height: 6vw;
	padding: 2vw 4vw;
	font-size: 3vw;
	line-height: 6vw;
	margin: 0 1vw 1vw 0;
	/*	box-sizing: border-box;*/
	float: left;
	cursor: pointer;
}
.sPLKRTips span {
	display: inline-block;
.sPLKRTips.on { background-color: #996e3d; color: #fff; }
	margin-left: 0.5vw;
}
.sPLKRList {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sPLKRList li {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}
.sPLKRList li:last-child .sPLKRListDesc {
	margin-bottom: 0;
}
.sPLKRListHead {
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 12px;
	border-radius: 50%;
	border: 1px solid rgba(31, 31, 51, .1);
	box-sizing: border-box;
}
.sPLKRListName {
	width: calc( 100% - 54px );
	height: auto;
	overflow: hidden;
	color: rgba(9, 9, 10, .92);
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 22px;
}
.sPLKRListTime {
	width: calc( 100% - 54px );
	height: auto;
	overflow: hidden;
	color: rgba(9, 9, 10, .48);
	font-size: 12px;
	line-height: 20px;
	box-sizing: border-box;
}
.sPLKRListDesc {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: rgba(9, 9, 10, .92);
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 22px;
	padding-left: 54px;
	box-sizing: border-box;
	margin-top: 4px;
	margin-bottom: 20px;
}
.sPLKRListImgs {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 8px;
}
.sPLKRListImg {
	background-size: cover;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	width: 25%;
	height: 0;
	padding-top: 25%;
}
.sPLKRListImg:nth-child(4n) {
	margin-right: 0;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.mySwiper2 {
	height: 80%;
	width: 100%;
}
.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
}
