.fixedFoot ul li {
	width: 50%;
}


/*banner*/

.banner {
	padding: 0rem 0rem;
	box-sizing: border-box;
	margin-top: 0.89rem;
	height: 7.51rem;
	background-color: #fff1da;
	position: relative;
}

.banner:after {
	position: absolute;
	content: '';
	left: 0rem;
	top: 0rem;
	/* margin-top: -0.3rem; */
	width: 0;
	height: 0;
	border-right: 7.5rem solid transparent;
	border-bottom: -0.5rem solid transparent;
	border-top: 7.5rem solid #ffedcf;
}

.banner a {
	display: block;
	width: 100% !important;
	height: 7.51rem;
}

.banner img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0.35rem;
}

.banner .swiper-slide {
	width: 100% !important;
	height: 7.51rem;
}

.banner .swiper-pagination-bullet {
	width: 0.07rem;
	height: 0.07rem;
	display: inline-block;
	border-radius: 0.02rem;
	background: rgba(253, 172, 41, 0.5);
	opacity: initial;
}

.banner .swiper-pagination-bullet-active {
	width: 0.15rem;
	background: rgba(253, 172, 41, 1);
}

.banner .swiper-pagination {
	bottom: 0.14rem !important;
}


/*吉祥物公仔专区*/

.prodcut {
	padding: 1.2rem 0.23rem 0.4rem;
	box-sizing: border-box;
	overflow: hidden;
}

.prodcut .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prodcut .title h1 {
	font-size: 0.35rem;
	color: #333333;
	line-height: 0.56rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70%;
}

.prodcut .title a {
	font-size: 0.24rem;
	color: #fdac29;
}

.prodcut .prodcutList {
	overflow: hidden;
}

.prodcut .prodcutList ul {}

.prodcut .prodcutList ul li {
	width: 48.5%;
	float: left;
	margin-right: 3%;
	padding: 0.24rem 0rem 0.1rem;
	box-sizing: border-box;
}

.prodcut .prodcutList ul li:nth-child(2n+2) {
	margin-right: 0px;
}

.prodcut .prodcutList ul li a {}

.prodcut .prodcutList ul li .imgBox {
	width: 100%;
	height: 3.41rem;
	background-color: #fff1da;
	border-radius: 0.21rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.prodcut .prodcutList ul li .imgBox:after {
	position: absolute;
	content: '';
	left: 0rem;
	top: 0rem;
	background: url(../img/common/afterBact.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	background-position: left top;
}

.prodcut .prodcutList ul li .imgBox img {
	width: 3.2rem;
	height: 3.2rem;
	position: relative;
	z-index: 9;
	display: block;
}

.prodcut .prodcutList ul li .textBox {
	padding: 0.2rem 0rem;
	box-sizing: border-box;
}

.prodcut .prodcutList ul li .textBox h2 {
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prodcut .prodcutList ul li .textBox span {
	font-size: 0.19rem;
	color: #666666;
	line-height: 0.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.prodcut .prodcutList ul li .btnBox {
	width: 1.65rem;
	height: 0.62rem;
	background-color: #fdac29;
	border-radius: 0.21rem;
	font-size: 0.24rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.06rem;
}

.prodcut .labelList {
	padding-bottom: 0.03rem;
	box-sizing: border-box;
}

.prodcut .labelList .label {
	overflow: hidden;
}

.prodcut .labelList .label h1 {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.26rem;
	font-weight: initial;
	font-weight: inherit;
	letter-spacing: 0.01rem;
	color: #333333;
	float: left;
	height: 0.56rem;
	line-height: 0.56rem;
}

.prodcut .labelList .label span {
	float: left;
	display: block;
	padding: 0rem 0.2rem;
	height: 0.56rem;
	line-height: 0.56rem;
	background-color: #f8f8f8;
	border-radius: 0.5rem;
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
	font-family: NotoSansHans-Regular;
	font-size: 0.22rem;
	color: #333333;
}

.prodcut .labelList .label span.active {
	background-color: #fdac29;
	color: #ffffff;
}


/*产品详情*/

.productDetail {
	padding: 0.34rem 0.24rem 0.6rem;
	box-sizing: border-box;
}

.productDetail h1 {
	font-family: NotoSansCJKsc-Medium;
	font-size: 0.39rem;
	line-height: 0.6rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.productDetail .detail {
	padding: 0.22rem 0rem;
	box-sizing: border-box;
}

.productDetail .detail .detailList {
	display: flex;
	align-items: flex-start;
}

.productDetail .detail .detailList span {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.24rem;
	line-height: 0.5rem;
	letter-spacing: 0.01rem;
	color: #666666;
	width: 1.4rem;
	flex-shrink: 0;
}

.productDetail .detail .detailList ul {
	width: calc(100% - 1.4rem);
	/* display: flex; */
}

.productDetail .detail .detailList ul li {
	float: left;
	line-height: 0.4rem;
}

.productDetail .detail .detailList ul li a {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.24rem;
	line-height: 0.5rem;
	letter-spacing: 0.01rem;
	color: #333333;
	border-right: 1px solid #928d8d;
	padding-right: 0.05rem;
	margin-right: 0.05rem;
	box-sizing: border-box;
}

.productDetail .detail .detailList ul li a:last-child {
	border: none
}

.productDetail .guarantee {
	overflow: hidden;
}

.productDetail .guarantee .title {
	font-family: NotoSansCJKsc-Medium;
	font-size: 0.31rem;
	line-height: 0.6rem;
	letter-spacing: 0.02rem;
	color: #333333;
	font-weight: bold;
	padding: 0rem 0rem 0.34rem 0rem;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.productDetail .guarantee ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.productDetail .guarantee ul li {
	width: 31%;
	float: left;
	background-color: #f2f2f2;
	border-radius: 0.21rem;
	margin-right: 1%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.26rem 2%;
	box-sizing: border-box;
	/* letter-spacing: -0.01rem; */
}

.productDetail .guarantee ul li:last-child {
	margin-right: 0px;
}

.productDetail .guarantee ul li img {
	width: 0.72rem;
	height: 0.72rem;
}

.productDetail .guarantee ul li span {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.25rem;
	line-height: 0.4rem;
	color: #333333;
	padding: 0.2rem 0rem 0.06rem;
}

.productDetail .guarantee ul li p {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.21rem;
	line-height: 0.4rem;
	color: #333333;
	letter-spacing: -0.01rem;
}

.productDetail .productContent {}

.productDetail .productContent .title {
	font-family: NotoSansCJKsc-Medium;
	font-size: 0.31rem;
	line-height: 0.6rem;
	letter-spacing: 0.02rem;
	color: #333333;
	font-weight: bold;
	padding: 0.34rem 0rem;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.productDetail .productContent .content {}

.productDetail .productContent .content img {
	display: block;
	width: 100%;
}