@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-05-24 15:15:05
 * @version $Id$
 */
body {
	background: rgb(248, 250, 251);
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
	font-size: 36px;
	color: #03a9f4;
	padding: 5px;
}

.iconSearch {
	position: absolute;
	padding-top: 0;
	left: 30px;
	font-size: 30px;
	padding-bottom: 0;
	height: 30px;
	margin-top: 5px;
	margin-left: 3px;
}

.main {
	background: #fff;
	margin-bottom: 15px;
}

.mainContent {
	padding: 0 17px;
	margin-bottom: 20px;
}

.search {
	height: 64px;
	background: #f3f5f7;
}

.searchContent {
	position: relative;
	display: flex;
	padding: 10px 40px 0 40px;
}

.searchIcon {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	margin-top: 13px;
	margin-left: 4px;
}

.searchContent>input {
	height: 40px;
	flex: 1;
	border-radius: 5px;
	line-height: normal;
	text-indent: 25px;
}

.searchBtn {
	height: 40px;
	color: #fff;
	background: #03A9F4;
	border: none;
	border-radius: 5px;
	width: 18%;
	margin-left: 5px;
}

.menu {
	display: flex;
	border-bottom: 1px solid rgb(225, 225, 225);
	padding: 6px 0;
}

.menuLeft {
	flex: 1;
	line-height: 30px;
	font-size: 0.6rem;
	/*text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
}

.menuLeft p {
	/* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; */
	color: rgb(51, 51, 51);
}

.menuRight {
	width: 40px;
	text-align: right;
}

.menuRight>.iconLeft {
	padding: 0;
	font-size: 25px;
}

.menuRight>img {
	padding-top: 5px;
	height: 20px;
	width: 20px;
	background-size: 20px 20px;
}