
			/* 产品列表 */
				.product-box {
					width: 100%;
					height: 560px;
					overflow: hidden;
				}

				.product-box div {
					float: left;
					transition: all 0.5s;
					overflow: hidden;
				}

				.product-box img {
					width: 100%;
					height: 100%;
					cursor: pointer;
				}

				.lastwidth {
					width: 7.5%;
				}

				.newwidth {
					width: 32.5%;
				}

				.product-img-box {
					position: relative;
					width: 410px;
					height: 560px;
				}

				.product-pop-title {
					position: absolute;
					display: flex;
					flex-direction: column;
					bottom: 10px;
					left: 30px;
					color: #fff;
					z-index: 100;
				}

				.product-pop-title span:nth-child(1) {
					font-size: 26px;
					font-weight: bold;
					color: #FFFFFF;
				}

				.product-pop-title span:nth-child(2) {
					font-size: 18px;
					font-weight: 400;
					color: #FFFFFF;
					margin: 10px 0;
				}

				.add-cover-bg {
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					opacity: 0.8;
					z-index: 10;
				}

				.productlist {
					height: 100%;
				}

				.productlist:nth-child(1) .add-cover-bg {
					background: #660066;
				}

				.productlist:nth-child(2) .add-cover-bg {
					background: #5555ff;
				}

				.productlist:nth-child(3) .add-cover-bg {
					background: #ff7744;
				}
				
				.productlist:nth-child(4) .add-cover-bg {
					background: #1742A7;
				}

				.productlist:nth-child(5) .add-cover-bg {
					background: #F40000;
				}

				.productlist:nth-child(6) .add-cover-bg {
					background: #00ffcc;
				}

				.productlist:nth-child(7) .add-cover-bg {
					background: #FFBC1C;
				}

				.productlist:nth-child(8) .add-cover-bg {
					background: #57C88A;
				}

				.productlist:nth-child(9) .add-cover-bg {
					background: #ff9900;
				}

				.productlist:nth-child(10) .add-cover-bg {
					background: #9955ff;
				}

				.myhidden {
					display: none !important;
				}

				.myhidden .swiper-slide {
					display: none !important;
				}
