/* 产品左侧菜单 */

.n_product {
    padding-bottom: 6.25rem
}

.n_product .left {
    width: 20rem;
    flex-shrink: 0;
    margin-right: 2.125rem;
}

.n_product .left .box {
    position: sticky;
    top: 8rem;
    border: 1px solid #e2e4e4;
    padding: 2.1875rem;
    border-radius: .9375rem;
}

.n_product .left .box .down .nav {
    padding: 1.4375rem 0;
    border-bottom: 1px solid #e4e7e8;
}

.n_product .left .box .down .nav.nav2 {
    padding: 0;
    border: none;
}

/* .n_product .left .box .down .nav:last-child {
    border: 0;
} */

.n_product .left .box .down .nav>a,.n_product .left .box .down .nav2>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--f18);
    font-weight: bold;
    line-height: 1;
    color: #212121;
    transition: all .5s ease-in-out
}

.n_product .left .box .down .nav .box1 a,.n_product .left .box .down .nav.nav2 {
    display: block;
    font-size: var(--f18);
    font-weight: 300;
    color: #515151;
    margin-bottom: 1.5rem;
}

.n_product .left .box .down .nav.nav2>a {
    display: flex
}

.n_product .left .box .down .nav .box1 a p {
    display: inline-block;
}

.n_product .left .box .down .nav .box1 a:last-child,.n_product .left .box .down .box1 .nav.nav2:last-child,.n_product .left .box .down .box1 .nav.nav2 > a {
    margin-bottom: 0;
}

.n_product .left .box .down .nav .box1 {
    margin-top: 1.875rem;
    display: none;
}

.n_product .left .box .down .nav .box1 a.on p,.n_product .left .box .down .nav .box1 a:hover p {
    font-weight: bold;

	color: var(--themeColor2);
}

.n_product .left .box .down a.on p,.n_product .left .box .down a:hover p {

	color: var(--themeColor2);
}
.n_product .left .top{

	border-bottom: 1px solid #e4e7e8;

	padding-bottom: 1.8rem;

}
.n_product .left .top p {
    font-size: var(--f18);
    color: #212121;
    margin-bottom: 1.25rem;

	font-weight: bold;
}

.n_product .left .top form {
    position: relative
}

.n_product .left .top input {
    font-size: var(--f16);
    color: #515151;
    padding: .625rem 1.25rem;
    border: 2px solid #e7e9e9;
    border-radius: .625rem;

	width: 100%;
}

.n_product .left .top button {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    background: #ffffff00
}



.n_product .left .top button i{

	font-size: var(--f20);

	color: var(--themeColor2);

}

.n_product .left .box .down a i {
    /* transform: rotate(-90deg); */
    /* background: url(../images/nav_jt.svg) center no-repeat;
    background-size: contain;
    width: .875rem;
    height: .875rem; */

	font-size: var(--f18);
    transition: all .5s ease;
}

.n_product .left .box .down .act > a i {
    /* transform: rotate(90deg); */
}



.n_product .wp {
    display: flex;
    justify-content: space-between
}





/* 产品右侧列表 */

.n_product .right {
    width: 100%
}

/* .n_product .right .top {
    padding: 2.875rem 3.4375rem;
    border-radius: .9375rem;
    background-color: #f3f4f6;
}

.n_product .right .top span {
    display: block;
    font-size: 1.125rem;
    color: #cfc7d3;
    margin-bottom: .625rem;
    text-transform: uppercase;
}

.n_product .right .top h2 {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 1.75rem;
    background-image: linear-gradient(90deg, #a051ba, #7159a3);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.n_product .right .top .ms {
    font-size: 1rem;
    line-height: 2rem;
    color: #414141;
}
 */
.n_product .right .lists li {
    position: relative;
    padding: 1.125rem 0;
}

.n_product .right .lists li::before,.n_product .right .lists li::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e7e9e9;
    position: absolute;
    bottom: 0;
}

.n_product .right .lists li::after {
    z-index: 2;
    width: 0;
    transition: all .5s ease;
    /* background-image: linear-gradient(90deg, #a051ba, #7159a3); */

	background: var(--themeColor2);
}

.n_product .right .lists li:hover::after {
    width: 100%;
}





.n_product .right .lists li:hover .txt h2{

	color: var(--themeColor2);

}

.n_product .right .lists li a {
    display: flex;
    align-items: center;
    justify-content: space-between;

	gap:2rem;
}

.n_product .right .lists li .img {
    border-radius: .9375rem;
    /* width: 100%; */
    flex-shrink: 0;
    /* margin-right: 2.1875rem; */
    width: 32%;

	height: auto;

	aspect-ratio: 390/260;

	border-radius: 1rem;

	overflow: hidden;
}

.n_product .right .lists li .img img{

	object-fit: fill;

	width: 100%;

	height: 100%;

}

.n_product .right .lists li .txt {
    /* width: 100%; */

	flex: 1;
}

.n_product .right .lists li .txt h2 {
    font-size: var(--f22);
	color: #414141;
    margin-bottom: .8rem;
    /* display: inline-block; */

	transition: all .5s;
}

.n_product .right .lists li .txt p {
    font-size: var(--f16);
    line-height: 1.8;

	height: 4em;
    color: #989899;
    margin-bottom: 1.6rem
}

.n_product .right .lists li .txt .more {
    display: flex;
    align-items: center;
    gap: .875rem;
    transition: all .5s ease
}

/* .n_product .right .lists li .txt .more p {
    margin-bottom: 0;
    font-size: .875rem;
    background-image: linear-gradient(90deg, #a051ba, #7159a3);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.n_product .right .lists li .txt .more .iconfont {
    display: inline-block;
    transform: rotate(180deg) translateY(1px);
    font-size: .9375rem;
    background-image: linear-gradient(90deg, #a051ba, #7159a3);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
} */



/* 按钮部分 */

.more-btn2{

	width: 11em;

}

.more-btn3{

	justify-content: center;

}

.more-btn3 svg{

	height: 1.4rem;

	width: auto;

	margin-right: .6rem;

}

.more-btn3 svg path{

	fill: var(--themeColor2);

	transition: all .5s;

}

.more-btn3 span{

	padding: 0;

}

.more-btn2-hover:hover .more-btn3 svg path{

	fill: #fff;

}