* {
    padding: 0;
    margin: 0
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

select::-ms-expand {
    display: none;
    outline: none
}

.higherSelect {
    background: url("images/higher.png") center no-repeat;
    background-size: 70%;
}

body {
    overflow: hidden;
    font-family: "宋体";
    font-size: 12px;
}

label {
    color: #43484B;
    font-size: 12px;
}

#app-header {
    position: absolute;
    width: 100%;
    height: 45px;
    background-color: #33a1ec;
    overflow: hidden;
    /*z-index: 10;*/
}

#header_toolcontainer {
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

#app_content {
    position: absolute;
    width: 100%;
    background-color: #f9f9f9;
}

#mapcontentClass {
    top: 0px;
    height: 100%;
    position: absolute;
    background-repeat: repeat-x, repeat-y;
}

.mapSwitch {
    position: absolute;
    top: 5px;
    right: 20px;
}

#tabbuttonbar {
    color: #ffffff;
    font-family: '微软雅黑';
    font-size: 13px;
    padding: 0 0;
    margin: 0px 10px 0px 10px;
    width: 360px;
    height: 36px;
    position: absolute;
    bottom: 0px;
}

#tabbuttonbar > li {
    list-style-type: none;
    float: right;
    line-height: 36px;
    vertical-align: middle;
    margin-right: 10px;
}

#tabbuttonbar > li:first-child {
    float: left;
}

#tabbuttonbar > li:hover {
    color: #7d6116;
    cursor: pointer;
}

.tabbuttonbar-actived {
}

#topWidgetContainer {
    min-height: 35px;
    min-width: 100px;
    /*border: 1px red solid;*/
    position: absolute;
    top: 104px;
    left: 370px;
    /*z-index: 10;*/
}

#tabcontainer {
    width: 300px;
    height: 100%;
    background-color: #fafaf9;
    position: absolute;
    top: 0px;
    z-index: 10;
    overflow-y: hidden;
    overflow-x: hidden;
    border: 0px solid #c1c1c1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: url("images/tabcontainer.png");
    background-size: 100% 100%;
    background-position: 0 0;
}


#siderbutton:hover {
    border-width: 2px;
}

.siderbutton-normal {
    border-color: #87898A;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    vertical-align: middle;
    width: 15px;
    height: 70px;
    display: none;
    position: absolute;
    left: 300px;
    background-image: url('images/sidersj.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FAFAFA;
    cursor: pointer;
    z-index: 2;
}

.siderbutton-shrink {
    border-color: #87898A;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-style: solid;
    border-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    vertical-align: middle;
    width: 15px;
    height: 70px;
    display: block;
    position: absolute;
    left: 0px;
    background-image: url(images/sidersj.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FAFAFA;
    cursor: pointer;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
    z-index: 100;
}

.toolbar {
    height: 50px;
    position: absolute;
    top: 117px;
    right: 10px;
    z-index: 10;
}

#closeStreetViewButton {
    display: none;
}

.in-header {
    width: 100%;
    height: 80px;
    background: url(images/head/head-right.png) repeat-x;
    border-bottom: 5px solid #22891e;
    z-index: 10;
    position: absolute;
    background-size: 100% 100%;
}

.in-logo {
    width: 72%;
    float: left;
    background: url(images/head/head-left.png);
    line-height: 40px;
    font-size: 22px;
    color: #34883d;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 12;
    background-size: 100% 100%;
}

.in-logo img {
    float: left;
    margin: 12px 20px;
    width: 560px;
    vertical-align: middle;
}

.in-logo span {
    color: #34883d;
    margin-left: 5px;
}

.in-menu {
    width: auto;
    float: right;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 13;
}

.in-menu ul li {
    line-height: 45px;
    float: left;
    font-size: 14px;
    text-align: center;
    color: #f6f6f6;
    cursor: pointer;
    /* border-left: 1px solid #408c3d; */
    border-right: 1px solid #408c3d;
    position: relative;
}

.in-menu ul li span {
    width: 111px;
    padding: 20px 10px 15px 9px;
    display: block
}

.in-menu ul li ul {
    width: 90px;
    position: absolute;
    z-index: 10000;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    left: -5px;
    top: 75px;
    display: none;
}

.in-menu ul li ul li {
    width: 100%;
    line-height: 30px;
    padding: 5px 3px 5px 3px;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
}

.in-menu ul li:hover, .in-menu ul li.on {
    background-color: #408c3d;
    color: #f6f6f6;
    /*border-left: 1px solid #408c3d;*/
    border-right: 1px solid #408c3d;
}

#iframeContainer {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none
}

.popup {
    width: 280px;
    height: auto;
    background: #fff;
    position: absolute;
    left: 290px;
    z-index: 10000;
    border: 1px solid #d4d4d4;
    padding: 20px;
    top: 10px;
    display: none;
}

#poputClose {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    display: block;
    position: absolute;
    font-size: 16px;
    right: 3px;
    top: 3px;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    background-color: #c4c4c4;
    color: #fff;
    cursor: pointer;
}

.popup-box {
    margin-right: 10px;
    text-indent: 2em;
    color: #626262;
    font-size: 14px;
    font-family: "微软雅黑";
}

.searchDiv {
	z-index: 20;
    background: #ffffff;
    width: 338px;
    height: 40px;
    position: absolute;
    right: 370px;
    top: 11px;
    border-radius: 6px;
    box-shadow: 1px 1px 4px -1px #757575;
    /*z-index: 20;
    background: #FFFFFF;
    width: 338px;
    height: 35px;
    position: absolute;
    right: calc(50% - 150px);
    top: 10px;
    box-shadow: 1px 1px 3px #c4c2c0;
    border-radius: 10px;*/
}

.searchDiv #mapQueryInput {
	    border: none;
    padding-left: 10px;
    height: 40px;
    float: left;
    width: 297px;
    background: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    /*border: none;
    padding-left: 10px;
    height: 35px;
    float: left;
    width: 297px;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;*/
}

.searchDiv #searchMap {
	width: 30px;
    height: 25px;
    float: left;
    border: none;
    cursor: pointer;
    margin-top: 2px;
    /*width: 30px;
    height: 50px;
    float: left;
    border: none;
    cursor: pointer;*/
}

.searchDiv img {
    width: 20px;
    height: 20px;
    margin-top: 9px;
    margin-left: -3px;
}

.searchDiv #showLayers {
    width: 400px;
    z-index: 1;
    height: auto;
    background: #F7F7F7;
    position: absolute;
    top: 29px;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    display: none;
}

.Bigimgs {
	overflow: hidden;
    position: absolute;
    width: calc(100% - 285px);
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

/*.Bigimgs span {
    color: #fff;
    cursor: pointer;
    width: 30px;
    font-size: 25px;
    position: absolute;
    right: 0;
}*/

.Bigimgs .ims {
    position: absolute;
    z-index: 2;
}

#mapcontentClassBox{
	height:100%;
    position: absolute;
   
    width: 0;
    z-index: 2;
}

.Bigimgs-introduction{ 
    width: 100%;
    height: calc(100% - 200px);}

.ThematicDiagramIntroduction .colses {
    cursor: pointer;
    width: 50px;
    font-size: 14px;
    position: absolute;
    right: 0;
    background-color: #308DE9;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.toolbar{
	right: 20px;
    z-index: 20;
    background: #ffffff;
    height: 40px;
    position: absolute;
    top: 11px;
    border-radius: 6px;
    box-shadow: 1px 1px 4px -1px #757575;
}
.attribute-box{
	width: 99%;
    height: 100%;
    background-color: #fafaf9;
    position: absolute;
    top: 0px;
    z-index: 10;
    padding: 10px 0;
    display:none;
}

/*2019.6.22*/
.layer_box{
	
}
.layer_box>div{
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.box_left{
	float: left;
}
.box_right{
	float: right;
	cursor: pointer;
	width: 50px;
	text-align: right;
	margin-right: 2.01%;
}
.box_left>span:nth-child(1){
	margin-right: 8px;
	color: #02a606;
}
.layer_title{
	color: #02a606;
	font-weight: bold;
}
.layer_btn{
	display: inline-block;
	width: 11px;
	height: 11px;
	color: #02a606;
	border: 1px solid black;
	position: absolute;
	top: 2px;
	right: 30px;
}
.layer_list{
	width: 31.33%;
	float: left;
	margin-right: 2%;
	cursor: pointer;
	margin-bottom: 10px;
}
.layer_list_right{
	margin-right: 0;
}
.layer_list img{
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.layer_list p{
	margin-top: 5px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.layer_list_act{
	color: #02a606;
}
.layer_list_act img{
	border-color: #02a606;
}
