@import './iconfont.css';

* {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

a {
	color: #333;
	text-decoration: none;
}

body {
	background-color: #fff;
}

input {
	outline: none;
}

.ms-z {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ms-topbar {
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 10px;
	background-color: #fff;
}

.ms-topbar a {
	color: #666;
}

.ms-topbar a:active {
	color: #666;
}

.ms-topbar a:visited {
	color: #666;
}

.ms-topbar .city {
	width: 70px;
}

.ms-topbar .search {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background-color: #eee;
	height: 30px;
	border-radius: 30px;
	margin-right: 10px;
	line-height: 30px;
	padding: 0 5px;
}

.ms-topbar .search .icon-search {
	margin: 0 5px;
}

.ms-topbar .attention {
	height: 30px;
	width: 60px;
	border: 1px solid #0162B9;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
}

.ms-navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 45px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.ms-navbar .left,
.ms-navbar .right {
	height: 45px;
	min-width: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ms-navbar .title {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
			flex: 1;
	text-align: center;
}

.ms-navbar .title:last-child {
	margin-right: 40px;
}