.banner {
	
}
.banner img{
	width: 100%;
}
.page-divider{
	position: relative;
	height: 60px;
}

.page-divider .r-line{
	position: absolute;
	width: calc(100% - 20px);
	top: 30px;
	left: 10px;
	height: 1px;
	background-color: #000;
}
.r-text{
	display: inline-block;
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #000;
	z-index: 9;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	background-color: #efeff4;
}
.mui-input-group{
	margin: 0 10px;
	border-radius: 10px;
	padding-top: 10px;
}
.mui-input-group::before{
	height: 0;
}
.mui-input-group::after{
	height: 0;
}
.mui-input-group .mui-input-row{
	display: flex;
	padding: 10px 20px;
	height: 60px;
}
.mui-input-group .btn{
	width: calc(100% - 30px);
	margin: 15px;
	height: 40px;
}
.datePicker-text{
	height: 40px;
	line-height: 40px;
	flex: 1;
}
label{
	white-space: nowrap;  /*强制span不换行*/
	display: inline-block;  /*将span当做块级元素对待*/
}
.mui-input-row img{
	width: 25px;
	height: 30px;
}