.bottom-row {
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 25;
	overflow: hidden;
	opacity: 0.9;
}

.bottom-row .left {
	display: block;
	float: left;
	width: calc(100% - 70px);
	height: 50px;
	overflow: auto;
}

.bottom-row .left .menu-type-row {
	display: block;
	width: 420px;
	height: 100%;
	overflow: hidden;
}

.bottom-row .left .menu-type-row .menu-type-item {
	display: block;
	float: left;
	width: 67px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: center center;
	overflow: hidden;
}

.bottom-row .right {
	display: block;
	float: left;
	width: 70px;
	height: 50px;
	overflow: hidden;
	background-image: url("../images/up.png");
	background-repeat: no-repeat;
	background-size: 20px 10px;
	background-position: center center;
	border-left: 1px solid #d4d4d4;
}

@keyframes bottom-menu-up {
	form {
		height: 50px;
	}
	to {
		height: 450px;
	}
}

@keyframes bottom-menu-down {
	form {
		height: 450px;
	}
	to {
		height: 50px;
	}
}

.animation-bottom-menu-up {
	animation-name: bottom-menu-up;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.animation-bottom-menu-down {
	animation-name: bottom-menu-down;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.bottom-row-content-box {
	display: block;
	width: 100%;
	height: calc(100% - 50px);
	overflow: hidden;
}

.bottom-row-content-box input {
	display: block;
	width: calc(100% - 30px);
	height: 40px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	font-size: 15px;
	color: #333333;
	background-image: url("../../images/search/search_input_bg.png");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 20px 20px;
	padding-left: 40px;
	padding-right: 10px;
	overflow: hidden;
}

.bottom-row-content-box .bottom-row-list {
	display: block;
	width: 100%;
	height: calc(100% - 70px);
	overflow: auto;
}

.bottom-row-content-box .bottom-row-list div {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background-size: 20px 20px;
	background-position: 15px 10px;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 15px;
	font-size: 15px;
	white-space: nowrap;
	color: #333333;
}