/*banner*/

.banner {
	padding: 0rem 0.23rem;
	box-sizing: border-box;
	margin-top: 0.89rem;
}

.banner a {
	display: block;
}

.banner img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0.35rem;
}
.banner a {
	height: 100%;
	width: 100%;
}
.banner .swiper-slide {
	width: 100%;
	height: 208px;
}

.banner .swiper-pagination-bullet {
	width: 0.07rem;
	height: 0.07rem;
	display: inline-block;
	border-radius: 0.02rem;
	background: rgba(255, 255, 255, 0.5);
	/* opacity: .2; */
}

.banner .swiper-pagination-bullet-active {
	width: 0.15rem;
	background: rgba(255, 255, 255, 1);
}

.banner .swiper-pagination {
	bottom: 0.14rem !important;
}


/*腰部导航*/

.nav {
	padding: 0.46rem 0.23rem 0.2rem;
	box-sizing: border-box;
}

.nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav ul li {
	width: 25%;
}

.nav ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav ul li a img {
	width: 0.7rem;
	height: 0.7rem;
}

.nav ul li a span {
	font-size: 0.25rem;
	color: #333333;
	line-height: 0.5rem;
	padding: 0.1rem 0rem;
	box-sizing: border-box;
}


/*定制流程*/

.flowPath {
	padding: 0rem 0rem 0rem 0.23rem;
	box-sizing: border-box;
}

.flowPath .title {
	font-size: 0.35rem;
	color: #333333;
	line-height: 0.56rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flowPath ol {
	width: 100%;
	overflow-x: hidden;
	/* height: 1.83rem; */
	/* line-height: 1.83rem; */
	/* overflow: hidden; */
	padding: 0.2rem 0px;
	/* box-sizing: border-box; */
}


.flowPath ol ul {
	/* height: 1.83rem; */
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	font-size: 14px;
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
}

.flowPath ol ul li {
	display: inline-block;
	width: 21%;
	height: 1.83rem;
	background-color: #fff1da;
	border-radius: 0.21rem;
	position: relative;
	margin-right: 0.13rem;
	/* padding: 0.3rem 0rem; */
}

.flowPath ol ul li:after {
	position: absolute;
	content: '';
	right: -0.16rem;
	top: 50%;
	margin-top: -0.3rem;
	width: 0;
	height: 0;
	border-top: 0.31rem solid transparent;
	border-bottom: 0.31rem solid transparent;
	border-left: 0.31rem solid #fff1da;
}

.flowPath ol ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.flowPath ol ul li img {
	width: 0.64rem;
	height: 0.64rem;
	display: block;
	margin-top: 0.05rem;
}

.flowPath ol ul li span {
	font-size: 0.25rem;
	color: #333333;
	line-height: 0.4rem;
	margin-top: 0.15rem;
	/* display: block; */
	/* width: 100%; */
}


/*吉祥物公仔专区*/

.prodcut {
	padding: 0.2rem 0.23rem 0.2rem;
	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 {}

.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;
}


/*合作客户*/

.customers {
	padding: 0.12rem 0.23rem 0.64rem;
	box-sizing: border-box;
	overflow: hidden;
}

.customers .title {
	font-size: 0.35rem;
	color: #333333;
	line-height: 0.56rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.customers ul {}

.customers ul li {
	width: 32%;
	height: 85px;
	float: left;
	margin-right: 1%;
	padding: 0.24rem 0rem 0rem;
	box-sizing: border-box;
}

.customers ul li:nth-child(3n+3) {
	margin-right: 0px;
}

.customers ul li a {
	display: block;
}

.customers ul li a img {
	width: 100%;
	display: block;
}