*{ margin: 0px;padding: 0px;}
html, body{margin:0px; padding:0px; width: 100%; height: 100%;}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
#mapBox { width: 100%; height: 100%; position: absolute; z-index: 10;}
/* .esriSimpleSliderTL{display:none !important;} */
.leaflet-bottom, .leaflet-top {
    position: absolute;
    z-index: 1000;
	right:0px;
	top:10px;
}
.leaflet-right .leaflet-control {
    margin-right: 10px;
}
.layer_popup .layer_switch {
    padding: 5px;
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 2px 4px, rgba(0,0,0,.02) 0 -1px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.2), 0 -1px 0 rgba(0,0,0,.02);
    border-radius: 4px;
}
.layer_popup .layer_switch i {
    display: block;
    width: 22px;
    height: 22px;
    background:url(../images/map.png) no-repeat;
}
.layer_popup .layer_panel {
    position: absolute;
    background: #fff;
    left: -292px;
    top: 0;
    padding: 10px;
}
.layer_popup .layer_panel i.close {
    float: right;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(icon.png) no-repeat -28px -16px;
    cursor: pointer;
    opacity: 1;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.layer_popup .layer_panel h3 {
    margin: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: 700;
}
.layer_popup .layer_panel .layer-items {
	margin-top: 10px;
}
.layer_popup .layer_panel .layer-items a {
    display: inline-block;
    width: 74px;
    text-align: center;
    text-decoration: none;
    padding-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	font-size: 12px;
}
.leaflet-container a {
    color: #0078a8;
}
.layer_popup .layer_panel .layer-items img {
    width: 74px;
    height: 54px;
}
.layer_popup .layer_panel .layer-items a.active img {
    border: 2px solid #4185d0;
}
.layer_popup ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.layer_popup ul li {
    margin: 10px 0;
    padding: 10px 0 0;
    list-style: none;
    border-top: 1px solid #e1e1e1;
    font-size: 14px;
}
.layer_popup ul li {
    margin: 10px 0;
    padding: 10px 0 0;
    list-style: none;
    border-top: 1px solid #e1e1e1;
    font-size: 14px;
	color: #4c4c4c;
}
.layer_popup ul li i {
    float: right;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 4px;
	cursor: pointer;
    background: url(../images/icon.png) no-repeat -109px -14px;
}
.layer-items a {
    color: #0078a8;
}
.layer_popup ul li i.active {
    background-position: -85px -14px;
}
.esriSimpleSlider{
	border: 2px solid rgba(0,0,0,.2);
	background-clip: padding-box;
}

.ztt-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1005;
    overflow: hidden;
    width: 310px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, .3);
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-title {
    z-index: 1;
    padding: 10px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    display: flex;
    justify-content: space-between;
    ;
}

.menu-logo {
    margin-top: 5px;
    margin-left: 18px;
    width: 256px;
    height: 24px;
    padding-left: 60px;
    background: url(../images/logo3.png) 0px 0px no-repeat;
    font-weight: bold;
    background-size: 100%;
}

.menu-display {
	display:none;
    margin-top: 8px;
    margin-right: 10px;
    width: 19px;
    height: 15px;
    border: none;
    background: url(../images/indexImg.png) -324px 0 no-repeat;
    cursor: pointer;
}

.menu-content {
    height: 500px;
}

.ztt-nav {
    float: left;
    height: 100%;
    width: 58px;
    border-right: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
}

.ztt-nav li {
    width: 58px;
    height: 55px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ztt-nav li .ztt {
    width: 20px;
    height: 20px;
    background: url(../images/subject.png) no-repeat;
}

.ztt-nav li.active {
    background: #337fe5;
}

.ztt-nav li.active .ztt {
    width: 22px;
    height: 21px;
    background: url(../images/indexImg.png) no-repeat;
    background-position: -407px 0px;
}

.ztt-tree {
    float: left;
    height: 100%;
    width: calc(100% - 68px);
    margin-left: 10px;
}

.tree-title {
    line-height: 55px;
    overflow: hidden;
}

.tree-title h3 {
    float: left;
    color: #3b3b3b;
    font-weight: 700;
    font-size: 21px;
    line-height: 55px;
}

.tree-title a {
    float: right;
    margin-top: 20px;
    margin-right: 15px;
    padding-left: 22px;
    color: #3f88e7;
    line-height: 33px;
    font-size: 14px;
    font-style: italic;
}

.tree-title span {
    float: left;
    margin-top: 11px;
    margin-right: 5px;
    width: 11px;
    height: 13px;
    background: url(../images/indexImg.png) -28px 0 no-repeat;
}

.tree-content {
    height: 440px;
    overflow: auto;
}
.mapLegend{    position: absolute !important;
    right: 46px;
    bottom: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
}}

ul {
	list-style: none
}

div,h3,li,span,ul {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none
}

a:active,a:hover {
	outline: 0
}

.classify-box {
	float: left;
	width: 58px;
	border-right: 1px solid #eee;
	background: #fff
}

.classify,.classify-list {
	position: relative
}

.classify-list {
	display: block;
	width: 58px;
	height: 55px;
	cursor: pointer
}

.collection.active,.place.active,.special.active {
	background: #337fe5
}

.specialNav {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 20px;
	height: 20px;
	background: url(../images/subject.png) 0px 0 no-repeat;
}

.specialNav.active {
	top: 17px;
	left: 18px;
	width: 22px;
	height: 21px;
	background: url(../images/indexImg.png) no-repeat;
	background-position: -407px 0;
}

.placeNav {
	position: absolute;
	top: 16px;
	left: 19px;
	width: 20px;
	height: 20px;
	background: url(../images/indexImg.png) -814px 0 no-repeat
}

.placeNav.active {
	top: 16px;
	left: 20px;
	width: 20px;
	height: 20px;
	background-position: -794px 0
}

.collectionNav {
	position: absolute;
	top: 15px;
	left: 17px;
	width: 23px;
	height: 23px;
	background: url(../images/indexImg.png) -539px 0 no-repeat
}

.collectionNav.active {
	top: 1pc;
	left: 18px;
	width: 22px;
	height: 22px;
	background-position: -385px 0
}

.classify-content {
	float: left;
	display: none;
	overflow: hidden;
	margin-left: 10px;
	background: #fff;
}

.classify-tool {
	line-height: 55px;
}

.clear-all, .clear-search {
	float: right;
	margin-top: 22px;
	margin-right: 15px;
	padding-left: 22px;
	color: #3f88e7;
	line-height: 33px;
	font-size:13px;
    font-style: italic;
}

.clear-all span {
    display:none;
	float: left;
	/*display: block;*/
	margin-top: 11px;
	margin-right: 5px;
	width: 11px;
	height: 13px;
	background: url(../images/indexImg.png) -28px 0 no-repeat;
}

#subjectTree {
	position: relative;
	overflow: hidden;
	margin: 0 auto 5px;
	padding: 0;
	height:430px;
	width: 241px;
}

.classify-title {
	float: left;
	color: #333;
	font-weight: 400;
	font-size:17px;
}

.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -20px;
	margin-left: -20px;
	text-align: center;
}

.classify-children .children-lv1 {
	margin-top: 6px;
	width: 96%;
	border: 1px solid #eee;
}

.lv1-title {
	display: block;
	padding-left: 10px;
	height: 40px;
	color: #000;
	line-height: 40px;
	font-size:14px;
}

.children-lv1:first-child {
	margin-top: 0;
}

.classify-children .active .lv1-title {
	background: #eaf1fb;
	color: #4187e7;
}
.classify-children .lv1-title:hover {
    background: #eaf1fb;
}
.children-lv2 {
	padding: 0 15px;
}
.children-lv2.ischecked {
    background: #f6f6f6;
}
.lv2-title {
	position: relative;
	display: block;
	padding: 7px 0;
	color: #000;
	line-height: 1pc;
}

.lv2-text {
	padding-left: 5px;
	font-size:13px;
}

.lv2-info {
	overflow: hidden;
	padding-left: 25px;
	height: 0;
	transition: .3s;
	font-size:12px;
}

.classify-children .checkbox {
	float: left;
	display: block;
	margin-top: 1px;
	width: 14px;
	height: 14px;
	background: url(../images/indexImg.png) -90px 0 no-repeat;
	margin-top: 5px;
}

.classify-children .help {
	float: right;
	width: 11px;
	height: 15px;
	background: url(../images/list-help.png) 0 0 no-repeat;
}
.classify-children .help:hover {
    background: url(../images/list-help-over.png) 0 0 no-repeat;
}
.classify-children .ischecked .checkbox {
	background-position: -78pt 0;
}

.classify-children .ischecked .lv2-info {
	height: auto;
}

.classify-children .ischecked .lv2-title {
	/*color: #487cb4;*/
}

.triangle-down {
	float: right;
	display: block;
	margin-top: 17px;
	margin-right: 10px;
	width: 9pt;
	height: 7px;
	background: url(../images/indexImg.png) no-repeat;
	background-position: -39px 0;
	transition: .1s;
}

.down-up {
	clear: both;
	width: 100%;
	height: 31px;
	border-top: 1px solid #eee;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.down-up-btn {
	display: inline-block;
	margin-top: 11px;
	width: 0;
	height: 0;
	border-top: none;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ccc;
	border-left: 8px solid transparent;
}
.subject-brief{
	position:absolute;
	width:320px;
	background:white;
	box-shadow: 2px 5px 5px rgba(0,0,0,.3);
	padding:10px;
	left:400px;
	top:0px;
	font-size:14px;
    z-index: 100;
}
.subject-brief .brief-header{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
.subject-brief .brief-header span:last-child{
	float:right;
}
.subject-brief .brief-header a{
	color: #3f88e7;
	text-decoration:underline;
}
.subject-brief .brief-body .brief-title{
	font-weight:bold;
	margin:5px 0px;
}
.subject-brief .brief-body .brief-content P{
	font-size:13px;
	line-height:25px;
}
.hover_subject_54 .subject-brief .brief-header span.brief-url {
    display: none;
}