@charset "utf-8";
.mui-table-view{
	background-color: #f5f5f5;
}
.sailing-folter-box ul:before {
	height: 0px!important;
}

.sailing-folter-box li:after {
	left: 0px!important;
}

.sailing-folter-box .folter-content {
	border-left: #DDDDDD 1px solid;
	left: 33.3333333%;
	margin-bottom: 40px;
}
.folter-port-index {
	position: fixed;
	z-index: 999;
	right: 0px;
	/*top: 5%;*/
	height: 100%;
	width: 20px;
	font-size: 14px;
	bottom: 10px;
	display: flex;
	/*Flex布局*/
	display: -webkit-flex;
	/* Safari */
	align-items: center;
	/*指定垂直居中*/
}

.folter-port-index ul:after {
	width: 0;
}

.folter-port-index li:after {
	width: 0;
}

.folter-port-index ul {
	background: rgba(0, 0, 0, 0);
}

.folter-port-index li {
	padding: 0;
	text-align: center;
}