.zonghe .mbx {
	bottom: 0.625rem !important;
}
/* 数字滚动部分开始 */
.nyets {
	margin-top: -0.50rem;
	position: absolute;
	width: 100%;
	z-index: 5;
}

.nyets ul {
	background: #fff;
	border-radius: .05rem;
}

.nyets.app ul {
	padding: 0.175rem 0.25rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
}

.nyets.app ul li {
	display: flex;
	flex-direction: column;
	gap: 0.08rem;
	align-items: center;
	justify-content: center;
	width: 0.75rem;
	position: relative;
}

.nyets.app ul li:last-child::before {
	display: none;
}

.nyets.app ul li::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 0.275rem;
	background: #dadada;
	top: 50%;
	transform: translate(0, -50%);
	right: -0.5rem;
}

.nyets.app ul li p {
	font-size: var(--f18);
	line-height: 1.5;
	color: #434343;
}

.nyets.app ul li div {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	position: relative;
}

.nyets.app ul li div .counter {
	 
	font-size: var(--f55);
	line-height: 1;
	color: #c80a14;
	font-weight: bold;
}

.nyets.app ul li div em {
	color: #303030;
	font-size: var(--f20);
	line-height: 1.5;
	font-weight: bold;
}

.nyets.app ul li.on div::before{
	content: '';
	display: block;
	position: absolute;
	background: url(../images/banner-arrow.png) no-repeat center;
	height: 100%;
	aspect-ratio: 21/32;
	right: -60%;
	bottom: 0;
}
/* 数字滚动部分结束 */





/* 我们能为您做的开始 */
.n-wzjs .wp-cont .ulxcx {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2375rem 0.30625rem;
    margin-top: 0.25rem;
}

.n-wzjs .wp-cont .ulxcx li a {
    display: flex;
    align-items: flex-start;
    gap: 0.1125rem;
    background: #fff;
    padding: 0.265rem 0.345rem 0.18rem;
    position: relative;
    z-index: 0;
    border-radius: .05rem;
    transition: all .5s;
}

.n-wzjs .wp-cont .ulxcx li a:hover {
    box-shadow: 0px 0px 38px rgba(199, 199, 199, 0.26);
}

.n-wzjs .wp-cont .ulxcx li a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/apphoverbg.jpg)center no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    border-radius: .05rem;
    z-index: -1;
    opacity: 0;
}

.n-wzjs .wp-cont .ulxcx li a i {
    color: #000000;
    font-size: var(--f36);
}

.n-wzjs .wp-cont .ulxcx li a > img {
    /* color: #000000; */
    width: 0.26rem;
    height:auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    filter: invert(1) hue-rotate(.5turn);
}

.n-wzjs .wp-cont .ulxcx li a h5 {
    color: #2a2a2a;
    font-size: var(--f24);
    line-height: 1.5;

}

.n-wzjs .wp-cont .ulxcx li a p {
    color: #a4a4a4;
    font-size: var(--f18);
    line-height: 1.5;
    margin: 0.06rem 0 0.1rem;
}

.n-wzjs .wp-cont .ulxcx li a div div {
    width: 0.7375rem;
    height: 0.23125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
    color: #e4e4e4;
    font-size: var(--f17);
    /* line-height: 1.5; */
    border-radius: 1.25rem;
    position: relative;
    z-index: 0;
}

.n-wzjs .wp-cont .ulxcx li a div div::before{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    background: var(--btnBgColor);
    background-size: cover;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
    border-radius: 0.125rem;
}

.n-wzjs .wp-cont .ulxcx li a:hover div div::before {
    opacity: 1;
}

.n-wzjs .wp-cont .ulxcx li a:hover div div {
    color: #fff;
}

.n-wzjs .wp-cont .ulxcx li a:hover::before {
    opacity: 1;
}
/* 我们能为您做的结束 */