.mui-bar{
	background-color: white;
	box-shadow: 0 0 ;
}
.mui-title{
	color: red;
}
.wenzi1{
	width: 100%;
	color: white;
	background-color: red;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#slider img{
	height: 200px;
}
.box1{
	width: 90%;
	border-radius: 10px;
	background-color: white;
	margin: 10px auto;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.xt{
	width: 2px;
	background-color: gray;
	height: 50px;
}
.wenzi3{
	width: 200px;
}
.mui-ellipsis-2{
	color: #000000;
}
.mui-ellipsis{
	color: #000000;
}
.wenzi4{
	width: 95%;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.box2{
	display: flex;
	align-items: center;
}
.xt2{
	width: 3px;
	background-color: red;
	height: 25px;
	margin-right: 10px;
}
.wenzi5{
	font-size: 14px;
}
#listm1{
	width: 90%;
	background-color: transparent;
	margin: 10px auto;
}
#listm1 li{
	background-color: white;
	border-radius: 10px;
	margin-top: 10px;
}
.mui-table-view::after,.mui-table-view::before{
	display: none;
}
#listm1 img{
	width: 70px;
	height: 70px;
	border-radius: 10px;
}
#fhzd{
	background-color: red;
	border-radius: 100px;
	color: white;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
html{
	scroll-behavior: smooth;
}


#grid{
	width: 90%;
margin: auto;
}