/* 修改默认分页CSS文件中添加以下样式 */
.pagination {
    display: flex;
    justify-content: center;
	width: 100%!important;
}

.pagination ul {
    list-style: none;
    display: flex;
}

.pagination li {
    margin: 0 5px;
	width: 50px!important;
	height: 80px;
}

.pagination a,
.pagination span {
    display: inline-block;
    /*padding: 8px 16px;*/
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    color: #3498db;
	width: 40px;
	height: 40px;
	font-size: 14px;
	margin: 15px;
	font-weight: 700;
	vertical-align: middle;
	margin: 0;
	text-align: center;
    line-height: 38px;
}
.active span {
	background: #009688!important;
    border: 1px solid #009688!important;
	color: #fff !important;
}
.pagination a:hover {
    background: #f8f9fa;
}

.pagination .current {
    background: #009688 !important;
    border: 1px solid #009688 !important;
    color: #fff !important;
}
@media screen and (max-width: 639px) {
	.product .nav {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #fff
	}

	.product .nav .langPic {
		display: none
	}

	.product .nav .text {
		position: absolute;
		top: calc((100% - 82px)/2)
	}

	.product .nav .tip {
		font-size: 30px;
		font-family: comic;
		font-weight: 700;
		padding-bottom: 5px;
		text-align: center
	}

	.product .nav .title {
		font-size: 18px
	}

	.product .nav .title span {
		color: #888;
		padding: 0 15px
	}

	.product .neck {
		position: relative
	}

	.product .neck .drop {
		text-align: center;
		width: 100%;
		background: #e1e1e1;
		height: 60px;
		font-size: 20px;
		font-family: poppins-Bold;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.product .neck .drop img {
		width: 16px;
		height: 16px;
	}
	.product .neck .drop .iconfont {
		margin-left: 10px;
		color: #333
	}

	.product .neck .selectBox {
		width: 100%;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 99;
		background: #ffffff
	}

	.product .neck .selectBox .search,.product .neck .selectBox .project {
		width: 100%;
		margin-bottom: 20px;
		padding: 10px 30px;
		background: #fff;
		border-radius: 15px
	}

	.product .neck .selectBox .label {
		border-left: 3px solid #10eadf;
		font-family: poppins-Bold;
		font-size: 20px;
		padding-left: 15px;
		color: #22254a;
		line-height: 30px;
		font-weight: 700;
		margin-bottom: 15px
	}

	.product .neck .selectBox .search .bottom {
		padding-top: 20px;
		box-sizing: border-box;
		display: flex;
		justify-content: flex-start
	}

	.product .neck .selectBox .search .bottom input {
		width: 80%;
		border-radius: 14px;
		background-color: #f4f2ef;
		height: 60px;
		padding-left: 29px;
		padding-right: 65px;
		font-size: 16px
	}

	.product .neck .selectBox .search .bottom button {
		width: 20%;
		height: 60px;
		background: #10eadf;
		text-align: center;
		line-height: 60px;
		font-size: 20px;
		color: #fff;
		border: 0px;
		border-radius: 14px
	}

	.product .neck .selectBox .search .bottom img {
		width: 30px;
		height: 30px;
	}
	.product .neck .selectBox .project ul {
		overflow: hidden
	}

	.product .neck .selectBox .project ul li {
		width: 100%;
		height: 50px;
		background-color: #f4f2ef;
		border-radius: 14px;
		margin-top: 20px;
		padding-left: 20px;
		line-height: 50px;
		font-size: 16px;
		font-family: poppins-Bold;
		position: relative
	}

	.product .neck .selectBox .project ul li span {
		display: block;
		text-align: center;
		width: 50px;
		height: 50px;
		border-radius: 14px;
		background: #10eadf;
		color: #fff;
		position: absolute;
		right: 0;
		top: 0
	}

	.product .neck .selectBox .ourPro,.product .neck .hiddenBox {
		display: none
	}

	.product .neck .showBox {
		display: block
	}

	.product .productList .title {
		padding: 20px 4%;
		font-family: Calibri;
		font-weight: 400;
		font-size: 30px
	}

	.product .productList ul {
		display: flex;
		flex-wrap: wrap
	}

	.product .productList ul li {
		/*width: 50%;
		box-sizing: border-box;
		float: left;
		padding: 20px;
		border: 1px solid #fff*/
		width: 50%;
		box-sizing: border-box;
		float: left;
		padding: 5px;
		/*border: 1px solid #fff*/
	}

	.product .productList ul li .info .img {
		display: block;
		width: 100%;
		height: 0;
		position: relative;
		padding-bottom: 100%
	}

	.product .productList ul li .info .img img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0
	}

	.product .productList ul li .info div {
		border-top: 1px dashed #e1e1e1;
		overflow: hidden
	}

	.product .productList ul li .info div .name {
		font-family: Franklin;
		font-size: 14px;
		margin: 10px 0 20px;
		line-height: 20px;
		word-break: break-all;
		min-height: 81px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical
	}

	.product .productList ul li .info div .price {
		height: 20px;
		line-height: 20px;
		font-size: 14px
	}

	.product .productList .pagination {
		display: flex;
		justify-content: center;
		padding: 40px 0 60px
	}

	.product .productList .pagination .el-pagination.is-background .el-pager li,.product .productList .pagination .el-pagination.is-background .btn-prev,.product .productList .pagination .el-pagination.is-background .btn-next,.product .productList .pagination .el-pagination.is-background .el-pager li:hover {
		color: #333;
		height: 30px;
		width: 30px;
		margin: 5px;
		background: #fff;
		border-radius: 8px;
		font-size: 14px;
		font-family: comic;
		border: 1px solid #e1e1e1
	}
}

@media screen and (min-width: 1000px) {
	.product .nav {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #fff
	}

	.product .nav .shortPic {
		display: none
	}

	.product .nav .text {
		position: absolute;
		top: calc((100% - 136px)/2);
		color: #fff
	}

	.product .nav .text .tip {
		font-size: 40px;
		font-family: comic;
		font-weight: 700;
		padding-bottom: 15px;
		text-align: center
	}

	.product .nav .text .title {
		font-family: comic;
		font-size: 18px
	}

	.product .nav .text .title span {
		cursor: pointer;
		padding: 0 15px
	}
    
	.product .content {
		display: flex;
		position: relative;
		margin: 0 auto;
		overflow-x: hidden
	}

	.product .content .neck {
		width: 395px;
		position: absolute;
		top: 0;
		right: 0
	}

	.product .content .neck .drop {
		display: none
	}

	.product .content .neck .selectBox {
		width: 390px;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 99;
		background: #ffffff
	}

	.product .content .neck .selectBox .search,.product .content .neck .selectBox .project,.product .content .neck .selectBox .ourPro {
		width: 100%;
		margin-bottom: 20px;
		background: #fff;
		border-radius: 15px;
		box-shadow: 0 0 7px #e1e1e1;
		float: left;
		padding: 30px
	}

	.product .content .neck .selectBox .label {
		border-left: 3px solid #10eadf;
		font-family: poppins-Bold;
		font-size: 20px;
		padding-left: 15px;
		color: #22254a;
		line-height: 30px;
		font-weight: 700;
		margin-bottom: 15px
	}

	.product .content .neck .selectBox .search .bottom {
		padding-top: 20px;
		box-sizing: border-box;
		display: flex;
		justify-content: flex-start
	}

	.product .content .neck .selectBox .search .bottom input {
		width: 80%;
		border-radius: 14px;
		background-color: #f4f2ef;
		height: 60px;
		padding-left: 29px;
		padding-right: 65px;
		font-size: 16px
	}

	.product .content .neck .selectBox .search .bottom button {
		width: 20%;
		height: 60px;
		background: #10eadf;
		text-align: center;
		line-height: 60px;
		font-size: 20px;
		color: #fff;
		border: 0px;
		border-radius: 14px
	}
   .product .content .neck .selectBox .search .bottom  img {
		width: 30px;
		height: 30px;
	}
	.product .content .neck .selectBox .project ul {
		overflow: hidden
	}

	.product .content .neck .selectBox .project ul li {
		width: 100%;
		height: 50px;
		background-color: #f4f2ef;
		border-radius: 14px;
		margin-top: 20px;
		padding-left: 20px;
		line-height: 50px;
		font-size: 16px;
		font-family: poppins-Bold;
		position: relative
	}

	.product .content .neck .selectBox .project ul li span {
		display: block;
		text-align: center;
		width: 50px;
		height: 50px;
		border-radius: 14px;
		background: #10eadf;
		color: #fff;
		position: absolute;
		right: 0;
		top: 0
	}

	.product .content .neck .selectBox .ourPro img {
		width: 160px;
		height: 160px
	}

	.product .content .productList {
		flex: 1
	}

	.product .content .productList .title {
		font-size: 40px;
		font-family: comic;
		font-weight: 700;
		padding: 35px 20px 20px
	}

	.product .content .productList ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap
	}

	.product .content .productList ul li {
		width: 32%;
		/* margin: 0; */
		margin-top: 20px;
		margin-right: 1%;
		transition: all .6s;
		/* background: #fff; */
		overflow: hidden;
		cursor: pointer
	}

	.product .content .productList ul li .info {
		border: 1px solid #e1e1e1;
		text-align: center;
		transition: all .6s;
		display: flex;
		flex-direction: column;
		padding: 20px
	}

	.product .content .productList ul li .info .img {
		display: block;
		width: 100%;
		height: 0;
		position: relative;
		padding-bottom: 100%
	}

	.product .content .productList ul li .info .img img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0
	}

	.product .content .productList ul li .info div {
		padding-top: 20px;
		border-top: 1px dashed #e1e1e1
	}

	.product .content .productList ul li .info div .name {
		font-family: Franklin;
		font-size: 18px;
		margin: 10px 0 20px;
		line-height: 20px;
		word-break: break-all;
		min-height: 81px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical
	}

	.product .content .productList ul li .info div .price {
		font-size: 14px
	}

	.product .content .productList .pagination {
		display: flex;
		justify-content: center;
		padding: 40px 0 60px
	}

	.product .content .productList .pagination .el-pagination.is-background .el-pager li,.product .content .productList .pagination .el-pagination.is-background .btn-prev,.product .content .productList .pagination .el-pagination.is-background .btn-next,.product .content .productList .pagination .el-pagination.is-background .el-pager li:hover {
		color: #333;
		width: 40px;
		height: 40px;
		margin: 15px;
		background: #fff;
		border-radius: 8px;
		font-size: 14px;
		font-family: comic;
		border: 1px solid #e1e1e1
	}

	.product .content:after {
		position: relative;
		display: block;
		content: " ";
		width: 450px;
		height: 100%
	}
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
	.content {
		min-width: 1000px;
		max-width: 1280px;
		width: fit-content
	}
}

@media screen and (min-width: 1300px) and (max-width: 1599px) {
	.content {
		max-width: 1280px
	}
}

@media screen and (min-width: 1600px) {
	.content {
		max-width: 1600px
	}
}

@media screen and (min-width: 640px) and (max-width: 1000px) {
	.product .nav {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		color: #fff
	}

	.product .nav .langPic {
		display: none
	}

	.product .nav .text {
		position: absolute;
		top: calc((100% - 82px)/2)
	}

	.product .nav .tip {
		font-size: 30px;
		font-family: comic;
		font-weight: 700;
		padding-bottom: 5px;
		text-align: center
	}

	.product .nav .title {
		font-size: 18px
	}

	.product .nav .title span {
		cursor: pointer;
		color: #888;
		padding: 0 15px
	}

	.product .neck {
		position: relative
	}

	.product .neck .drop {
		text-align: center;
		width: 100%;
		background: #e1e1e1;
		height: 60px;
		font-size: 20px;
		font-family: poppins-Bold;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.product .neck .drop .iconfont {
		margin-left: 10px;
		color: #333
	}
.product .neck .drop img {
		width: 16px;
		height: 16px;
	}

	.product .neck .selectBox {
		width: 100%;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 99;
		background: #ffffff
	}

	.product .neck .selectBox .search,.product .neck .selectBox .project {
		width: 100%;
		margin-bottom: 20px;
		padding: 10px 30px;
		background: #fff;
		border-radius: 15px
	}

	.product .neck .selectBox .label {
		border-left: 3px solid #10eadf;
		font-family: poppins-Bold;
		font-size: 20px;
		padding-left: 15px;
		color: #22254a;
		line-height: 30px;
		font-weight: 700;
		margin-bottom: 15px
	}

	.product .neck .selectBox .search .bottom {
		padding-top: 20px;
		box-sizing: border-box;
		display: flex;
		justify-content: flex-start
	}

	.product .neck .selectBox .search .bottom input {
		width: 80%;
		border-radius: 14px;
		background-color: #f4f2ef;
		height: 60px;
		padding-left: 29px;
		padding-right: 65px;
		font-size: 16px
	}

	.product .neck .selectBox .search .bottom button {
		width: 20%;
		height: 60px;
		background: #10eadf;
		text-align: center;
		line-height: 60px;
		font-size: 20px;
		color: #fff;
		border: 0px;
		border-radius: 14px
	}

	.product .neck .selectBox .project ul {
		overflow: hidden
	}

	.product .neck .selectBox .project ul li {
		width: 100%;
		height: 50px;
		background-color: #f4f2ef;
		border-radius: 14px;
		margin-top: 20px;
		padding-left: 20px;
		line-height: 50px;
		font-size: 16px;
		font-family: poppins-Bold;
		position: relative;
		cursor: pointer
	}

	.product .neck .selectBox .project ul li span {
		display: block;
		text-align: center;
		width: 50px;
		height: 50px;
		border-radius: 14px;
		background: #10eadf;
		color: #fff;
		position: absolute;
		right: 0;
		top: 0
	}

	.product .neck .selectBox .ourPro,.product .neck .hiddenBox {
		display: none
	}

	.product .neck .showBox {
		display: block
	}

	.product .productList .title {
		padding: 20px 4%;
		font-family: Calibri;
		font-weight: 400;
		font-size: 30px
	}

	.product .productList ul {
		display: flex;
		flex-wrap: wrap
	}

	.product .productList ul li {
		width: 50%;
		box-sizing: border-box;
		float: left;
		/*padding: 20px;*/
		padding: 6px;
		border: 1px solid #fff
	}

	.product .productList ul li .info .img {
		display: block;
		width: 100%;
		height: 0;
		position: relative;
		padding-bottom: 100%
	}

	.product .productList ul li .info .img img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0
	}

	.product .productList ul li .info div {
		border-top: 1px dashed #e1e1e1;
		overflow: hidden
	}

	.product .productList ul li .info div .name {
		font-family: Franklin;
		font-size: 14px;
		margin: 10px 0 20px;
		line-height: 20px;
		word-break: break-all;
		min-height: 81px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical
	}

	.product .productList ul li .info div .price {
		height: 20px;
		line-height: 20px;
		font-size: 14px
	}

	.product .productList .pagination {
		display: flex;
		justify-content: center;
		padding: 40px 0 60px
	}

	.product .productList .pagination .el-pagination.is-background .el-pager li,.product .productList .pagination .el-pagination.is-background .btn-prev,.product .productList .pagination .el-pagination.is-background .btn-next,.product .productList .pagination .el-pagination.is-background .el-pager li:hover {
		color: #333;
		width: 35px;
		height: 35px;
		margin: 10px;
		background: #fff;
		border-radius: 8px;
		font-size: 14px;
		font-family: comic;
		border: 1px solid #e1e1e1
	}
}

.greenClass {
	background: #a9f8f4!important
}

.pagin .is-active {
	background: #009688!important;
	border: 1px solid #009688!important;
	color: #fff!important
}

.paginEn .is-active {
	background: #c29c42!important;
	border: 1px solid #c29c42!important;
	color: #fff!important
}
