.m1 .menu img,.m1 .search img{
	display: none;
}

.bannerBox{
	width: 100%;
	height: auto;
	background: url(../image/pattern-module-small-op20.png) repeat center #000;
}

.listTitle{
	width: 100%;
	display: flex;
	/* border: 1px solid #000; */
	align-items: center;
	margin-bottom: 20px;
	padding-left: 10px;
	/* margin: 30px 0; */
}

.listTitle img{
	width: 30px;
	height: auto;
}

.listTitle span{
	color: #89949b;
    font-size: 14px;
    font-weight: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 22px;
    margin: 0 0 0 6px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.bannerBox .topBigLi{
	border: none;
}


.bannerBox .bottomSmallLi{
	border: none;
}


.bannerBox .topBigLi p{
	display: none;
}


.bannerBox .bottomSmallLi p{
	display: none;
}

.bannerBox .topBigLi img{
	width: 100%;
	height: 100%;
}


.bannerBox .bottomSmallLi img{
	width: 100%;
	height: 100%;
}

.bannerBox .listBox{
	padding: 30px 0;
}

.listBox{
	width: 1100px;
	height: auto;
	margin: auto;
	/* border: 1px solid; */
}

.topBigBox{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.listBox{
	padding: 30px 0 0;
	/* margin-top: 30px; */
}

.topBigLi{
	width: calc((100% - 30px)/4);
	height: 220px;
	border-radius: 8px;
	overflow: hidden;
	/* box-shadow: 4px 4px 0 0; */
	background-color: #fff;
	border:1px solid #b9babb;
}

.topBigLi img{
	width: 100%;
	height: calc((100% - 35px));
}

.topBigLi p{
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.bottomSmallBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bottomSmallLi{
	width: calc((100% - 50px)/6);
	height: 140px;
	margin-top: 10px;
	border-radius: 8px;
	overflow: hidden;
	/* box-shadow: 4px 4px 0 0; */
	background-color: #fff;
	border:1px solid #b9babb;
}

.bottomSmallLi img{
	width: 100%;
	height: calc((100% - 35px));
}

.bottomSmallLi p{
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 0 10px;
}
@media screen and (max-width: 768px) {
	.grd{
		padding: 10px;
	}
	.sidebar {
		left: -100%;
        width: 100%;
		transition: all 0.5s;
		z-index: 10000;
	}
	.content-image{
		width: 100%;
	}
	.content-wrapper{
		flex-wrap: wrap;
	}

	#main-container{
		margin-left: 0;
	}
	.c_dis{
		height: auto;
		margin: 0;
		padding: 0;
	}

	.c_title{
		width: 30%;
	}

	.series_carousel_wrapper{
		padding-left: 0;
	}
	.m-right{
		display: none;
	}
	.m1 .menu img,.m1 .search img{
		display: block;
      width: 30px;
	}

	.search-container{
		position: absolute;
        display: none;
        top: 60px;
        width: 100%;
        height: 100vh;
        background: #141124;
        padding-top: 50px;
        padding-left: 10px;
	}

	.m-left{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 10px;
	}

	.text-container{
		max-height: fit-content;
	}
	.listBox{
		width: 100%;
	}

	.topBigBox{
		flex-wrap: wrap;
	}

	.topBigLi{
		width: calc((100% - 10px)/2);
		margin-bottom: 10px;
	}

	.bannerBox{
		padding: 0 10px;
	}

	.bottomSmallBox {
		flex-wrap: wrap;
	}

	.bottomSmallLi{
		width: calc((100% - 20px)/3);
	}

	.listBox{
		padding: 20px 10px 0;
	}
}