body {
	margin: 0;
}

.fl {
	display: flex;
	flex-direction: column;

}


.header {
	height: 53px;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #000;
	position: relative;
	flex-direction: row;

}
.header .logo{
	width: 220px;
	height: 40px;
	position: absolute;
	left: 40px;
	top: 6px;
	z-index: 0;
}
.header .note{
	position: absolute;
	right: 50px;
	font-size: 14px;
	color: #555;
	top: 16px;
}
.header .note i{
	font-size: 15px;
	margin: 0 2px;
	font-weight: 600;
	font-style: normal;
	color: #333;
}
.header .to-home {

	font-size: 16px;
	color: #0984e3;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #0984e3;
	padding: 2px 8px;
	z-index: 1;
	margin-right: 30px;
}

.header .c-menu {
	height: 100%;
	justify-content: space-around;
	flex-direction: row;
	width: 550px;
	z-index: 2;
	background: #fff;

}



.header .c-menu .c-m-item {
	flex-direction: row;
	align-items: center;
}



.header .c-menu .c-m-item .t1 {
	font-size: 17px;
	color: #111;
}

.header .c-menu .c-m-item .ipt {
	width: 100px;
	color: #222;
	font-size: 15px;
	height: 25px;
	margin-right: 6px;
	text-align: right;
	padding: 0 8px;
}

.header .c-menu .c-m-item .cbt {
	width: 16px;
	height: 16px;
	margin-left: 12px;
}

.header .c-menu .c-m-item .btn {
	margin-left: 4px;
	height: 27px;
	font-size: 12px;
	color: #333;
	cursor: pointer;
}

.header .c-menu .c-m-item .lock {
	flex-direction: row;
	align-items: flex-end;
	margin-left: 4px;
}

.header .c-menu .c-m-item .lock .cb {
	width: 15px;
	height: 15px;
	margin: 0;
}

.header .c-menu .c-m-item .lock .ico {
	margin-left: 1px;
	width: 20px;
	height: 20px;
}

.map {
	width: 100%;
}

.left-menu {
	position: fixed;
	top: 70px;
	width: 400px;
	background: #fff;
	border: 2px solid #000;
	left: 20px;
	z-index: 999;
	padding-bottom: 15px;
}
.l-main{
	position: relative;
}

.m-row {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 30px);
	height: 45px;
	padding: 0 15px;
	position: relative;
}

.col{
	display: flex;
	flex-direction: column;
}

.title {
	padding: 0 15px;
	font-size: 15px;
	
	color: #000;
}

.m-col{
	display: flex;
	flex-direction: column;
	
}
.m-col #linkA{
	font-size: 14px;
	color: #0984e3;
	display: none;
	text-decoration: none;
}

.m-row .t1 {
	font-size: 15px;
	color: #555;
	font-weight: 600;

}

.m-row .m-r-r {
	flex-direction: row;
	align-items: center;
	flex: 1;
	justify-content: flex-end;
	text-align: right;
}

.m-row .ipt {
	width: 140px;
	color: #222;
	font-size: 15px;
	height: 25px;
	margin-right: 6px;
	text-align: right;
	padding: 0 8px;
	margin: 0;
}

.m-row .m-r-t {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.m-row .m-r-t .m-r-t-l {
	flex-direction: row;
	align-items: center;


}

.m-row .m-r-t .m-r-t-l .box {
	width: 15px;
	height: 15px;
	margin: 0;
	margin-right: 6px;
}

.m-row .t2 {
	font-size: 17px;
	color: #333;
}

.search-row .ipt{
	width: 200px;
	
}

.l-main .search-view{
	position: absolute;
	width: 100%;
	z-index: 10;
	background: #fff;
	top: 42px;
	right: 0;
	height: 430px;
	overflow-y: scroll;
	display: none;
	
	
}

.search-view .s-row{
	width: calc(100% - 10px);
	padding: 8px 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	
}
.search-view .loading{
	display: flex;
	width: 100%;
	height: 120px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: none;
	
}
.error{
	color: red;
	font-size: 14px;
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.loading .ico{
	width: 30px;
	height: 30px;
	
}
.loading .t1{
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}
.search-view .item:hover{
	background: #f3f3f3;
}
.search-view .title{
	background: #f3f3f3;
}
.search-view .title .col{
	font-size: 15px;
	color: #222;
	
}
.s-row .col{
	width: calc(33.33% - 8px);
	padding: 0 4px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 13px;
	color: #333;
}
.line-row {
	align-items: center;
	margin-top: 10px;
}

.line-row .m-row {
	height: 30px;
	align-items: flex-end;
}

.line-row .line {
	background: #CCCCCC;
	height: 3px;
	width: calc(100% - 30px);
	margin-top: 5px;

}

.tag-s{
	font-size:18px;
	color: #555;
	display: none;
}

/* 移动端且竖屏 */
@media only screen and (max-width: 1100px) and (orientation: portrait) {
	.header {
		height: 80px;

	}

	.header .c-menu {
		width: auto;
		flex-direction: column;
	}

	.header .to-home {
		position: absolute;
		left: auto;
		top: 8px;
		right: 5px;
		padding: 4px 8px;
		font-size: 13px;
		z-index: 9;
		margin-right: auto;
	}
	
	.left-menu{
		width: 90%;
		top: 16%;
	}
	
	.header .logo{
		display: none;
	}
	
	.header .note{
		display: none;
	}
}