.main{
	background-color: RGBA(245, 245, 245, 1);
}
.product .box1{
	padding-bottom: 75px;
}
.product .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.product .box1 .box-c .r{
	width: 75%;
}
.product .box1 .box-c .r .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .box1 .box-c .r .list li,
.product .box1 .box-c .r .list i{
	width: 22.85%;
}
.product .box1 .box-c .r .list li{
	margin-bottom: 36px;
}
.product .box1 .box-c .r .list .text{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #111111;
	line-height: 22px;
	margin-top: 19px;
	text-align: center;
}
.product .box1 .box-c .r .pagination{
	margin-top: 30px;
}
.product-d .box1{
	padding-bottom: 80px;
}
.product-d .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.product-d .box1 .box-c .l{
	width: 48.57%;
}
.product-d .box1 .box-c .l .pic img{
	display: block;
	max-width: 100%;
}
.product-d .box1 .box-c .l .model{
	margin-top: 36px;
}
.product-d .box1 .box-c .l .model .text{
	font-size: 20px;
	font-family: Poppins;
	font-weight: 700;
	color: #080606;
	line-height: 1;
	text-transform: uppercase;
}
.product-d .box1 .box-c .l .model .list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 14px;
}
.product-d .box1 .box-c .l .model .list li{
	margin-top: 10px;
	margin-right: 10px;
}
.product-d .box1 .box-c .l .model .list li a{
	display: block;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #101010;
	height: 28px;
	line-height: 28px;
	background: #FBCCAC;
	padding: 0 13px;
	text-transform: uppercase;
}
.product-d .box1 .box-c .r{
	width: 47.14%;
}
.product-d .box1 .box-c .r .r-title{
	font-size: 20px;
	font-family: Poppins;
	font-weight: 600;
	color: #080606;
	line-height: 22px;
	text-transform: uppercase;
}
.product-d .box1 .box-c .r .text-box{
	margin-top: 38px;
	border-top: 1px solid rgba(222, 222, 222, 1);
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #555555;
	line-height: 26px;
	padding: 34px 0 42px;
	border-bottom: 1px solid rgba(222, 222, 222, 1);
}
.product-d .box1 .box-c .r .items{
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(157, 157, 157, 1);
}
.product-d .box1 .box-c .r .item{
	margin-top: 30px;
}
.product-d .box1 .box-c .r .item-title{
	display: flex;
	align-items: center;
	height: 40px;
	background: #F2995D;
	padding: 0 20px;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
}
.product-d .box1 .box-c .r .item-title span.iconfont{
	margin-right: 5px;
}
.product-d .box1 .box-c .r .item img{
	display: block;
	max-width: 100%;
}
.product-d .box1 .box-c .r .item .dowmload-list{
	margin-top: 33px;
	display: flex;
	align-items: center;
}
.product-d .box1 .box-c .r .item .dowmload-list a:not(:last-child){
	margin-right: 45px;
}
@media (max-width:1199px) {
	.product .box1 .box-c .r{
		width: auto;
		flex: 1;
		margin-left: 30px;
	}
}
@media (max-width:1024px) {
	.product .box1 .box-c .r .list li,
	.product .box1 .box-c .r .list i{
		width: 48%;
	}
	.product-d .box1 .box-c{
		flex-direction: column;
	}
	.product-d .box1 .box-c .l{
		width: 100%;
	}
	.product-d .box1 .box-c .r{
		margin-top: 35px;
		width: 100%;
	}
	.product-d .box1 .box-c .r .text-box{
		margin-top: 20px;
		padding: 10px 0;
	}
}
@media (max-width:768px) {
	.product .box1 .box-c{
		flex-wrap: wrap;
		
	}
	.product .box1 .box-c .r{
		margin-top: 40px;
		margin-left: 0;
	}
	.product .box1{
		padding-bottom: 50px;
	}
	.product-d .box1 .box-c .r .item img{
		max-width: 30px;
		max-height: 30px;
	}
	.product-d .box1{
		padding-bottom: 50px;
	}
	.product-d .box1 .box-c .r .item .dowmload-list{
		margin-top: 20px;
	}
	.product-d .box1 .box-c .r .items{
		padding-bottom: 15px;
	}
	.product-d .box1 .box-c .r .item-title{
		padding: 0 10px;
	}
}
@media (max-width:500px) {
	.product .box1 .box-c .r .list .text{
		margin-top: 10px;
	}
	.product .box1 .box-c .r .list li{
		margin-bottom: 20px;
	}
	.product .box1 .box-c .r .pagination{
		margin-top: 20px;
	}
	.product .box1{
		padding-bottom: 40px;
	}
	.product-d .box1{
		padding-bottom: 40px;
	}
}