.banner_pro {
	width: 100%;
}

.banner_pro img {
	width: 100%;
}

.product {
	width: 1222px;
	margin: 2.8125rem auto 7.25rem;
	display: flex;
	justify-content: space-between;
}

.pro_class {
	width: 18.76%;
}
.pro_class_bg{
	display: none;
}
.model_classTitle{
	display: none;
}
.pro_class .class_title {
	display: flex;
	align-items: center;
	border-bottom: 0.125rem solid #333333;
	cursor: pointer;
	font-size: 1.125rem;
	color: #333333;
	padding-bottom: 1.4375rem;
	margin-bottom: 1.4375rem;
}

.pro_class .class_title img {
	margin-right: 10px;
	width: 1.56vw;
}

.class_con {}

.class_con h1 {
	display: flex;
	font-size: 18px;
	font-weight: bold;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.5625rem;
	background: #2f2f2f;
    color: #fff;
    padding: 4px 10px;
	cursor: pointer;
}

.class_con h1 img {
	cursor: pointer;
	width: 11px;
	margin-left: 6px;
}

.class_con ul {}

.class_con ul li {
	font-size: 0.875rem;
	color: #333333;
	display: flex;
	align-items: center;
	flex-direction: row;
	cursor: pointer;
	margin-bottom: 1.1875rem;
}

.class_con ul li .choice {
	width: 18px;
	height: 18px;
	border: 1px solid #a0a0a0;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin-right: 0.6375rem;
}

.class_con ul li p {
	font-size: 0.875rem;
	color: #333333;
}

.class_con ul li:hover p {
	color: #e00000;
}

.class_con ul li .choice i,
.Selected {
	width: 12px;
	height: 12px;
	background-color: #e00000;
	border-radius: 30px;
	display: none;
}

.class_con ul li:hover .choice i {
	display: block;
}

.class_con ul li .img {
	width: 23px;
	height: 23px;
	margin-right: 0.6875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
}

.class_con ul li .img img {
	/* width:100%; */
	height: 100%;
}

.class_con .class_pro {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.625rem;
	margin-bottom: 0.625rem;
}

.class_con .class_pro .img {
	width: 4.625rem;
	height: 4.625rem;
	display: flex;
	margin-right: 10px;
	align-items: center;
}

.class_con .class_pro .img img {
	max-width: 100%;
	/* height: fit-content; */
	transition: all .6s;
}

.class_con .class_pro .txt {}

.class_con .class_pro .txt h3 {
	font-size: 0.875rem;
	color: #333333;
	font-weight: normal;
}

.class_con .class_pro .txt p {
	font-size: 0.875rem;
	color: #999999;
}

.class_con .class_pro:hover .img img {
	transform: scale(1.2);
}

.pro_con {
	width: 78.8%;
}

.pro_con_top {
	display: flex;
	justify-content: flex-end;
}

.pro_con .sortby {
	position: relative;
}

.pro_con .sortby h1 {
	font-size: 1.125rem;
	color: #333333;
	display: flex;
	align-items: center;
	font-weight: normal;
}

.pro_con .sortby h1 img {
	cursor: pointer;
	width: 1.02vw;
	margin-left: 1.0625rem;
}

.pro_con .sortby h1 span {
	color: #e00000;
}

.pro_con .sortby .sortby_class {
	position: absolute;
	right: -4px;
	top: 2.125rem;
	background-color: #fff;
	display: none;
}

.pro_con .sortby .sortby_class a {
	padding: 0 1.3125rem;
	line-height: 2.25rem;
	font-size: 1rem;
	color: #666666;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	display: block;
}

.pro_con .sortby .sortby_class a:first-child {
	border-top: 1px solid #b9b9b9;
}

.pro_con .sortby .sortby_class a:last-child {
	border-bottom: 1px solid #b9b9b9;
}

.pro_con .sortby .sortby_class a:hover {
	background-color: #e00000;
	color: #fff;
	border-left: 1px solid #e00000;
	border-right: 1px solid #e00000;
}

.pro_con .sortby .sortby_class a:first-child:hover {
	border-top: 1px solid #e00000;
}

.pro_con .sortby .sortby_class a:last-child:hover {
	border-bottom: 1px solid #e00000;
}
.pro_class .class_con h1 #CATEGORY1,#COLOR1,#EFFECT1,#Featured1{
		display: none;
	}
.pro_con ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}

.pro_con ul li {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1.875rem;
	padding: 0 1.25rem;
	box-sizing: border-box;
}

.pro_con ul li .img {
	width: 100%;
	height: 11.625rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.625rem;
}

.pro_con ul li img {
	max-width: 100%;
	transition: all .6s;
}

.pro_con ul li h2 {
	font-weight: normal;
	color: #333;
	font-size: 1rem;
	line-height: 24px;
	text-align: center;
}

.pro_con ul li p {
	color: #999999;
	font-size: 1rem;
	line-height: 24px;
}

.pro_con ul li:hover img {
	transform: scale(1.2);
}

.pro_con ul li:hover h2 {
	color: #e00000;
}

.pro_con ul li:hover p {
	color: #e00000;
}

/* 基本分页样式 */
.page {
	text-align: center;
	margin: 20px auto;
}

/* 分页链接样式 */
.page a {
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin: 0 5px;
	border-radius: 3px;
}

/* 当前页码样式 */
.page .current {
	color: #fff;
	background-color: #e00000;
	padding: 5px 10px;
	border: 1px solid #e00000;
	margin: 0 5px;
	border-radius: 3px;
}

/* 鼠标悬停时的分页链接样式 */
.page a:hover {
	color: #fff;
	background-color: #e00000;
}

/* 下一页和上一页链接样式 */
.page .prev,
.page .next {
	color: #333;
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin: 0 5px;
	border-radius: 3px;
}

/* 禁用链接样式 */
.page .disabled {
	color: #999;
	cursor: not-allowed;
}
@media (max-width: 1300px) {
	.product{
		width: 98%;
	}
	.pro_con ul li .img {
	    height: 13vw;
	    
	}
}
@media (max-width: 720px) {
	.banner_pro {
		width: 100%;
		display: flex;
        justify-content: center;
		overflow: hidden;
	}
	.banner_pro img {
		width: 160%;
	}
	.product{
		width: 100%;
		display: block;
		margin: 0 auto 0;
		position: relative;
		padding-top: 104px;
	}
	.pro_class_bg{
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 9999;
		display: none;
	}
	.model_classTitle{
		font-size: 24px;
		font-weight: bold;
		color: #000;
		position: absolute;
        top: 46px;
        left: 38px;
		display: flex;
        align-items: center;
	}
	.model_classTitle img{
		width: 25px;
		height: 25px;
        margin-right: 13px;
	}
	.pro_class{
		width: 65%;
		position: fixed;
        top: 0;
        z-index: 9999;
        background: #fff;
		padding: 80px 38px 30px;
		box-sizing: border-box;
		height: 100vh;
        overflow: scroll;
		display: none;
	}
	.pro_class .class_title{
		font-size: 30px;
		color: #f80000;
        font-weight: bold;
	}
	.pro_class .class_title img{
		width: 48px;
	}
	.class_con h1{
		font-size: 24px;
		padding: 10px 20px;
	}
	.class_con h1 img{
		width: 14px;
		height: 12px;
	}
	.class_con ul{
		padding: 0  0 0 18px;
	}
	.class_con ul li{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.class_con ul li p{
		font-size: 24px;
	}
	.pro_class .class_con:last-child{
		display: none;
	}
	.class_con ul li .choice{
		display: none;
	}
	.class_con ul li .img{
		width: 34px;
		height: 34px;
	}
	.pro_con_top{
		position: absolute;
        top: 46px;
        right: 66px;
	}
	.pro_con .sortby {
	    position: static;
	}
	.pro_con .sortby h1{
		font-size: 22px;
	}
	.pro_con .sortby h1 #Featured{
		display: none;
	}
	.pro_con .sortby h1 img{
		width: 17px;
		height: 8px;
	}
	.pro_con .sortby .sortby_class {
	    position: absolute;
	    left: -84px;
	    top: 37px;
	    background-color: #fff;
	    display: none;
		width: 150%;
        border: 1px solid #b9b9b9;
	}
	.pro_con .sortby .sortby_class a {
	    padding: 0 38px;
	    line-height: 48px;
	    font-size: 22px;
	    color: #666666;
	    display: block;
		border: none;
	}
	.pro_con .sortby .sortby_class a:first-child{
		border: none;
	}
	.pro_con .sortby .sortby_class a:last-child{
		padding-bottom: 22px;
	}
	.pro_con{
		width: 100%;
	}
	.pro_con ul{
		padding: 0 38px;
		box-sizing: border-box;
	}
	.pro_con ul li {
		width: 50%;
	}
	.pro_con ul li .img {
	    height: 260px;
	}
	.pro_con ul li h2{
		font-size: 22px;
	}
	.pro_con ul li p{
		font-size: 22px;
		margin-top: 10px;
	}
	
}