/*搜索框*/
.mui-search {
	background-color: #FAFAFA;
	display: flex;
	height: auto;
	padding: 0.16rem;
	flex-direction: column;
	margin-top: 1.6rem;
	position: relative;
	z-index: 9;
	border-radius: 0.12rem 0.12rem 0rem 0rem;
}

.mui-search-boxs {
	/* display: flex;
    flex-direction: row;
    justify-content: space-between; */
	background: #FFFFFF;
	box-shadow: 0rem 0.02rem 0.12rem 0.01rem rgba(204, 204, 204, 0.1);
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
	padding: 0 0.12rem;
	width: 100%;
}

.mui-search-container {
	/* margin-bottom: 15px; */
	height: 0.52rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #F0F0F0;
}

.mui-search-container:last-child {
	border: none;
}

div {
	font-size: 100%;
}

.mui-bar.mui-bar-nav{
	background: transparent !important;
}

.banner {
	width: 100%;
	position: absolute;
	top: 0;
}

.banner img {
	width: 100%;
}

.container {
	background-color: white;
	min-height: 1%;
}

.mui-search-label {
	font-size: 0.14rem;
	padding: 2%;
	display: inline-block;
	min-width: 0.86rem;
	color: #666666;
}

.mui-search-inp {
	width: 60% !important;
	padding: 8px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.mui-search-button {
	width: 100%;
	padding: 10px;
	background-color: #5BB279;
	color: white;
	font-size: 16px;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	margin-top: 0.24rem;
}

.mui-search-button:hover {
	background-color: #5BB279;
}

.select {
	width: 100%;
	height: 0.41rem;
	background: #FFFFFF;
	display: flex;
	align-items: center;
}

.select div {
	flex: 1;
	height: 100%;
	line-height: 0.41rem;
	color: #666666;
	position: relative;
	text-align: center;
}

.select .check {
	color: #5BB279;
}

.select .check::after {
	content: '';
	position: absolute;
	bottom: 0;
	transform: translateX(-50%);
	left: 50%;
	width: 0.16rem;
	height: 0.03rem;
	background: #5BB279;
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.mui-results {
	display: flex;
	flex-direction: column;
	/* margin: 40px auto; */
	background-color: #fff;
	padding: 20px;
}

.mui-result-item {
	margin-bottom: 20px;
	display: none;
	text-align: center;
}

.mui-result-item h3 {
	margin: 0;
	font-size: 16px;
	color: #333;
}

.mui-result-item p {
	/* font-size: 14px;
    color: #777; */
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: bold;
	font-size: 0.18rem;
	color: #5BB279;
	line-height: 0.12rem;
}

.uploadItem {
	padding: 0.12rem 0;
	background: white;
	/* margin-left:0.15rem ; */
	/* margin-right:0.15rem ; */
	margin-bottom: 0.16rem;
	border-radius: 0.1rem;

	display: flex;
	flex-direction: row;

}

.uploadItem .icon {
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.08rem;
}

.uploadItem .icon img {
	width: 100%;
}

.uploadItem .name {
	font-size: 0.12rem;
	color: #333333;

	height: 0.24rem;
	line-height: 0.24rem;
}

.uploadItem .time {
	font-size: 0.10rem;
	color: #999;
	height: 0.24rem;
	line-height: 0.24rem;
	margin-left: auto;
}

.fixed-bottom {
	width: 100%;
	max-width: 768px;
	height: 0.58rem;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	padding: 0.08rem 0.16rem;
	position: fixed;
	bottom: 0;
}