.product-table td {
        background-color: rgba(255, 255, 255, 0.2);
        transition: .3s;
        color: #333;
}
@media screen and (min-width: 1367px) {
    .product-detail-section-txt {
        margin-top: 5%;
        width: 100%;
        max-width: 1600px;
    }
.producrList th,td {
	padding:10px;
	border:1px solid rgba(255,255,255,.1);
	text-align:center;
	color:#333;
	font-size:1.2rem;
}
}
@media screen and (max-width: 1366px) and (min-width: 1024px) {
    .serlist li {
        float: left;
        width: 23%;
        margin-bottom: 8px;
        border-radius: 2rem;
        margin-right: 2%;
    }
}
 @media screen and (max-width:980px) {
 .product-detail-section-txt {
        margin-top: 5%;
        width: 100%;
        max-width: 1600px;
    }    
.product-detail-section-title .shentitle-1 {
	font-weight:900;
	font-size:1.6rem;
	line-height:1.8;
	color:#fff;
}
.subnav {
	position:relative;
	z-index:8;
	line-height:26px;
	padding:8px 0;
	font-size:13px;
	background:#fff;
}
.n_makely {
	width:100%;
	max-width:100%;
	margin:0rem auto;
}
.n_makely ul li .makecon {
	background:#fff;
	border-radius:1rem;
	padding:1.25rem 1.75rem;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	height:100%;
}
.n_makely ul li {
	width:100%;
	display:block;
	float:left;
	gap:10px;
	grid-template-columns:.678fr .322fr;
	margin-bottom:0rem;
}
.n_makely ul li .makecon b span {
	display:block;
	line-height:22px;
	color:#3d8a38;
	font-size:16px;
	padding:0 0px;
	float:left;
	position:relative;
	margin:5px 5px 0 0;
	margin-bottom:5px;
	width:33%;
	float:left;
	font-weight:900;
}
.e_richText-4 {
	width:100%;
	max-width:1600px;
	margin:3rem auto 0;
	border-radius:1rem;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
}
.serlist {
	padding:0 0 0px;
	margin:3rem 0 0 0;
}
.serlist li .pic {
	width:100%;
	height:100%;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	font-size:0;
	text-align:center;
	line-height:328px;
	border-radius:1rem;
}
tr {
	background-color:rgba(255,255,255,0.2);
	transition:.3s;
	color:#333;
	font-size:14px;
}
.producrList th,td {
	padding:10px;
	border:1px solid rgba(255,255,255,.1);
	text-align:center;
	color:#333;
	font-size:14px;
}
}