
@media only screen and (max-width: 750px) {

    .honor-box-pc{
        display: none !important;
    }
    
    .honor-box-wap{
        display: flex !important;
        flex-direction: column;
    }


    
.honor-box-pc {
	display: flex;
	gap: 12px;
	padding-top: 40px;
	padding-bottom: 50px;
	position: relative;
    width: 100%;
}

.swiper-container0-wap,.swiper-container3-wap{
    width: 100%;
}

.index_main_0{
    margin: .75rem auto .3rem;
}

.p28{
	padding: 0 0.28rem;
	box-sizing: border-box;
}

.flex-center{
	display: flex;
	justify-content: center;
}

.honor-item {
	/* width: 2.32rem !important;
	height: 4.697rem; */
	width: 6.8rem;
	height: 8rem;
	background-image: url(../img/ab-bg-wap-1.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	position: relative;
	padding: .3rem .25rem .35rem;
	box-sizing: border-box;
	border-radius: 0.3rem;
	overflow: hidden;
}


.honor-item .mask {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	flex-direction: column;
	align-items: center;
	color: #fff;
	padding: .3rem .25rem .35rem;
	box-sizing: border-box;
	margin: 0;
}


.honor-item>p,
.mask>p {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: .28rem;
	color: #FFFFFF;
	line-height: .36rem;
	padding-top: 20px;
}
.clod3{margin-top: 0;}

.honor-item:hover .mask {
	display: flex;
}

.honor-item:hover>p {
	display: none;
}

.honor-item>div,
.mask>div {
	margin-top: .3rem;
	flex-direction: column;
	align-items: center;
	font-size: .24rem;
	line-height: .4rem;
    display: flex;
}


.mask:hover>div {
	display: flex;
}

.honor-item>div:nth-child(3),
.mask>div:nth-child(3) {
	position: absolute;
	bottom: .35rem;
}

.slide-box{
	width: 6.8rem;
}

.bot-btn {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bot-btn>div{
	width: 100%;
	padding: 0 1rem;
	height: .8rem;
	border-radius: .4rem;
	border: 1px solid #FFFFFF;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	gap: .08rem;
    display: flex;

	&::before {
		content: '';
		display: inline-block;
		width: .32rem;
		height: .3rem;
		background: url(../img/icon-cloud.png) no-repeat;
		background-size: 100%;
	}
}

/* .honor-item>div:nth-child(4),
.mask>div:nth-child(4) {
	position: absolute;
	bottom: .7rem;
	width: 1.6rem;
	height: .3rem;
	border-radius: .15rem;
	border: 1px solid #FFFFFF;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	gap: .08rem;
    display: flex;

	&::before {
		content: '';
		display: inline-block;
		width: .16rem;
		height: .15rem;
		background: url(../img/icon-cloud.png) no-repeat;
		background-size: 100%;
	}
} */
    
}