.loading-img{
	width:72px;
	position: absolute;
	top:20px;
	left:64px;
}


/** sidebar & panel **/
html {
    scrollbar-face-color:#00ACE6;/*婊氬姩鏉￠鑹�*/
    scrollbar-highlight-color:#000;
    scrollbar-3dlight-color:#000;
    scrollbar-darkshadow-color:#000;
    scrollbar-Shadow-color:#00ACE6;/*婊戝潡杈硅壊*/
    scrollbar-arrow-color:rgb(0,0,0);/*绠ご棰滆壊*/
    scrollbar-arrow-color:rgba(0,0,0,0.4);/*绠ご棰滆壊*/
    scrollbar-track-color:#eeeeee;/*鑳屾櫙棰滆壊*/
}

.m-sidebar{
	position:relative;
	cursor: pointer;
    position: absolute;
    left: 0;
    top: 1.75rem;
    bottom: 0;
    z-index: 3;
    width: 2.5rem;
    padding: 4rem 0 .25rem;
    color: #fff;
    background-color: #00ACE6;
    box-shadow: 0 0 9px -2px rgba(0,0,0,0.5);
}
.m-sidebar ~ .m-map{
    left: 2.5rem;
}
.m-sidebar section + section{
    margin-top: 1rem;
}
.m-sidebar .side-title{
    padding: .5rem;
    font-size: .6rem;
    text-align: center;
    cursor: default;
    border-bottom: 1px solid #1c282c;
}
.m-sidebar .side-list>ul>li{
    position: relative;
    padding: 1rem 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.m-sidebar .side-list .list-icon{
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 auto;
    line-height: 1.8rem;
    text-align: center;
    font-size: 1rem;
    border-radius: 3px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.m-sidebar .sec-depart .list-icon{
    background-position: 8px 8px;
}
.m-sidebar .sec-subject .list-icon{
    background-position: 8px -17px;
}
.m-sidebar .sec-apps .list-icon{
    background-position: 8px -47px;
}
.m-sidebar .side-list .list-name{
    position: absolute;
    left: 2.5rem;
    top: .45rem;
    height: 2.5rem;
    padding: 0 .75rem;
    line-height: 2.5rem;
    text-align: center;
    color: #fff;
    background-color: #1a6bc0;
    white-space: nowrap;
    box-shadow: -5px 0 5px -4px rgba(0,0,0,0.5);
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.m-sidebar .side-list>ul>li.active .list-icon,
.m-sidebar .side-list>ul>li:hover .list-icon{
    color: #f4f4f4;
    background-color: #1a6bc0;
}
.m-sidebar .side-list>ul>li:hover .list-name{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.m-sidebar .side-list>ul>li.hover .list-name{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.m-sidebar .side-list>ul>li.active .list-name{
    display: none;
}
.m-sidebar .side-list .list-name:after{
    content: " ";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -7px;
    margin-right: -1px;
    border: solid rgba(28,40,44,0);
    border-right-color: #1a6bc0;
    border-width: 7px;
}
.m-sidebar .side-table{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 5rem;
    right: 0;
}
.m-sidebar .side-table .side-list>ul>li{
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-sidebar .side-conf{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
}
.m-sidebar .side-conf .side-list>ul>li{
    border: none;
}

.m-panel{
	cursor: pointer;
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 9101;
}


.m-panel.active{
    display: block;
    font-size: 0;
}


.close-sect{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 10.5rem;
    top: 0;
    width: 1.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1rem;
    text-align: center;
    font-family: cursive;
    color: #333;
    background-color: rgb(255,255,255);
    cursor: pointer;
    box-shadow: -2px 2px 6px -3px rgba(0,0,0,.5);
    /*   transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s; */
}

.phone .close-sect{
	color: #FDFDFD;
    background-color: #000;
}


.close-sect:hover{
    background-color: #fff;
}

.phone .close-sect:hover{
    background-color: #000;
}

.m-panel>.panel-sect{
    display: none;
    /* position: absolute; */
    top: 0;
    left: 0;
    bottom: 0;
    /* width: 10.5rem; */
    padding:0 .75rem .75rem .75rem;
    background-color: rgb(255,255,255);
    /* background-color: rgba(255,255,255,.95); */
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}


.m-panel>.panel-sect.active{
    display: inline-block;
    min-height: 100%;
    font-size: 14px;
    position: absolute;
}

/* PC绔幓闄� padding-left,padding-right,鎵嬫満绔笉鍘�*/
.m-sidebar-right>.sidebar-section {
	display: none;
	position: absolute;
	top: 0;
	left: -27.2rem;
	bottom: 0;
	width: 27.2rem;
	background-color: transparent;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.m-sidebar-right.active>.close-sect {
	left: -28.4rem;
}

.phone>.m-sidebar-right>.sidebar-section {
	display: none;
	position: absolute;
	top: 0;
	left: -14.5rem;
	bottom: 0;
	width: 14.5rem;
	background-color: transparent;
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.phone>.m-sidebar-right.active>.close-sect {
	left: -15.7rem;
}

.m-sidebar-right.active>.sidebar-section.active {
	display: block;
	z-index: 9100;
}

.m-sidebar-right>.sidebar-section.active {
	/* display: block; */
	z-index: auto;
}


.m-panel .sec-title{
    line-height: 2rem;
    margin-bottom: .5rem;
    font-size: .9rem;
    border-bottom: 1px solid #ddd;
}
.m-panel .sec-subtitle{
    line-height: 1.5;
    font-size: .6rem;
    color: #999;
}
.m-panel .sec-subtitle .fa{
    margin-right: .2rem;
    font-size: .8rem;
}
.m-panel .sec-filter{
    margin-top: .7rem;
    line-height: 1.7rem;
    border-bottom: 1px solid #DDD;
}
.m-panel .sec-filter>span{
    display: inline-block;
    margin-bottom: -1px;
    padding-right: .9rem;
    border-bottom: 1px solid #00ACE6;
}
.m-panel .sec-empty{
    float: right;
    width: 3rem;
    height: 1.2rem;
    margin-top: .2rem;
    line-height: 1.2rem;
    text-align: center;
    font-size: .6rem;
    color: #fff;
    background-color: #00ACE6;
    border-radius: 3px;
    cursor: pointer;
}
.m-panel .sec-add-subject{
    float: right;
    width: 3rem;
    height: 1.2rem;
    margin-top: .2rem;
    line-height: 1.1rem;
    text-align: center;
    font-size: .6rem;
    color: #00ACE6;
    background-color: #fff;
    border: 1px solid #00ACE6;
    border-radius: 3px;
    cursor: pointer;
}
.m-panel #sec-subject .sec-add-subject .fa{
    display: inline-block;
    margin-right: .2rem;
}
.m-panel .sec-content{
    margin-top: .5rem;
}

.m-panel .sec-content .conf-list ul >li{
    margin-bottom: 10px;
}
.m-panel .sec-content .conf-list ul >li ul>li{
    margin-left: 10px;
}
.m-panel .conf-header{
    margin-bottom: .5rem;
    font-weight: bold;
}
.m-panel .map-type-list>ul{
    overflow: hidden;
}
.m-panel .map-type-list>ul>li{
    float: left;
    width: 3rem;
    margin-right: .5rem;
    text-align: center;
    font-size: .6rem;
    color: #999;
    cursor: pointer;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-panel .map-type-list .type-img{
    width: 3rem;
    height: 3rem;
    margin-bottom: .25rem;
    border: 2px solid transparent;
    border-radius: .5rem;
    overflow: hidden;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-panel .map-type-list .type-img img{
    width: 100%;
    height: 100%;
}
.m-panel .map-type-list>ul>li:hover,
.m-panel .map-type-list>ul>li.active{
    color: #008dd5;
}
.m-panel .map-type-list>ul>li.active .type-img,
.m-panel .map-type-list>ul>li:hover .type-img{
    color: #008dd5;
    border-color: #008dd5;
}
.m-panel .map-data-list>ul{
    position: relative;
}
.m-panel .map-data-list>ul>li + li{
    margin-top: 0;
}
.m-panel .map-data-list>ul>li:first-child{
	margin-top: 0.4rem;
}


.m-panel .map-data-list .data-header{
    position: relative;
    display: block;
    height: 2rem;
    width:9rem;
    padding: 0 .5rem;
    line-height: 2rem;
    color: #333;
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.phone .m-panel .map-data-list .data-header{
	width:100%;	
}

.m-panel .map-data-list .data-header em{
    display: inline;
    margin-left: .5rem;
    padding: .02rem .25rem .05rem;
    font-size: .6rem;
    line-height: 1;
    color: #fff;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #3498db;
    border-radius: 50%;
    cursor: default;
}
.m-panel .map-data-list .data-header .fa{
    float: right;
    font-size: 1rem;
    line-height: 2rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.m-panel .map-data-list.active .data-header{
    margin-bottom: -1px;
    background-color: #f9f9f9;
    border-color: #aaa;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.m-panel .map-data-list.active .data-header .fa{
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.map-data-list.active .sidebar-melteSelect-hidden{
	display: block;
	width:180px;
}

.phone .map-data-list.active  .sidebar-melteSelect-hidden{
	width: 100%;
}

#sec-subject .fa{
    display: none;
}
#sec-subject .map-data-list .data-header.active:after{
    content: '宸插彔鍔�';
    position: absolute;
    top: 0;
    right: .5rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .6rem;
    color: #7fc1f6;
}
.m-panel .map-data-list>ul>li>ul{
    width: 100%;
    padding: .75rem .5rem;
    border: 1px solid #aaa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.m-panel .map-data-list>ul>li>ul>li{
    margin-bottom: .25rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.m-panel .map-data-list .m-checkbox{
    max-width: 100%;
    font-size: .6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m-panel .map-data-list .m-checkbox i{
    border-radius: 2px;
}
.m-panel .map-data-list .m-checkbox.active i{
    background-color: #fff;
    border-color: #eee;
}

.m-panel .map-data-list .m-radio{
    max-width: 100%;
    font-size: .6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m-panel .map-data-list .m-radio i{
    border-radius: 2px;
}
.m-panel .map-data-list .m-radio.active i{
    background-color: #fff;
    border-color: #eee;
}


.m-panel .map-sub-list>ul>li a{
    color: #333;

}
.m-panel .map-sub-list>ul>li{
    position: relative;
    display: block;
    height: 2rem;
    padding: 0 .5rem;
    line-height: 2rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-right: 1.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.m-panel .map-sub-list .apps>li{
    padding: 0;
}
.m-panel .map-sub-list .apps>li a{
    display: inline-block;
    padding-left: 0.5rem;
    width:100%;
    height:100%;;
    position: relative;
    z-index: 2;
}
.m-panel .map-sub-list>ul>li:after{
    position: absolute;
    content: "\f138";
    margin-top: .6rem;
    font: normal normal normal .8rem FontAwesome;
    color: #999;
    right:0.5rem;
}
.m-panel .map-sub-list>ul>li + li{
    margin-top: .5rem;
}
.m-panel .map-sub-list>ul>li:hover{
    color: #00ACE6;
    border-color: #00ACE6;
}
.m-panel .map-sub-list>ul>li:hover:after{
    color: #00ACE6;
}
.m-panel #sec-detail  .sec-filter{
    margin-bottom: .5rem;
}
.m-panel #sec-detail .detail-cata-list>ul>li{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: .6rem;
    line-height: 1.5rem;
    cursor: pointer;
    padding-right: 2rem;
    position: relative;
} 
.toggle-btn{
    top: .25rem;
    right: .5rem;
    color: #008acd;
    /* padding-left: 20px; */
}

.sidebarToggle>li{
	position: relative;
}

.sidebarToggle>li>i{
	position: absolute;
}

.m-panel #sec-detail .detail-cata-list>ul>li:hover,
.m-panel #sec-detail .detail-cata-list>ul>li.active{
    color: #008acd;
}

.m-panel #sec-detail .detail-cata-list>ul>li img{
    width: 1rem;
    height: 1rem;
    margin-right: .3rem;
    vertical-align: middle;
}

.m-legend{
    margin: .25rem 0 .5rem;
    padding-left: 1rem;
    font-size: .6rem;
}
.m-legend>div{
    margin-bottom: .25rem;
    overflow: hidden;
}
.m-legend span{
    float: left;
    display: block;
    width: .8rem;
    height: .8rem;
    font-size: .8rem;
    line-height: .8rem;
    background-size: contain!important;
}
.m-legend em{
    display: block;
    margin-left: 1rem;
    font-style: normal;
}
.m-legend .line-legend{
    width: 4rem;
    height: .5rem;
    margin-bottom: .3rem;
}
.detail-cata-table tr:hover{
    cursor: pointer;
    background: #CCCCCC;
}
.detail-cata-table tr.active{
    background: #CCCCCC;
}
.sec-returnlist{
    background-color: #fff;
    border: 1px solid #00ACE6;
    border-radius: 3px;
    width: 3rem;
    height: 1.1rem;
    text-align: center;
}

.m-table thead tr th{
    vertical-align:  middle;
}

.sec-search{
	text-indent: 0.6rem;
	width: 8.5rem;
    border: 1px solid #000;
    border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    padding: 0.1rem 0 0 0;
    margin: 0.5rem 0 0 0;
    -webkit-border-radius: 0.8rem;
    text-indent: 0.6rem;
    outline:none;
    font-size: 0.6rem;
}

.sidebar-search-hidden{
	width: 8rem;
    font-size:0.6rem;
    border: solid 1px #eee;
    margin-left: .3rem;
    position: absolute;
    z-index: 999;
    background: #fff;
}

.blue-color{
	color:#00ACE6!important;
}

.flowView-content{
	text-align: justify;
}

.sidebar-flowView-table.active .flowView-content{
	color:#00ACE6;
}


.sidebar-large-botton{
	width: 100%;
    height: 2rem;
    line-height: 1.5rem;
    margin-bottom: 0.3rem;
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    text-align: center;
    color: #fff;
    background-color: #00ACE6;
    border-radius: 3px;
    /* -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6); */
    display: inline-block;
}

.sidebar-large-botton:hover{
    color: #000;
}

.sidebar-large-botton.active{
    color: #000;
}

.sidebar-botton{
    width: 3rem;
    height: 1.2rem;
    margin-top: .2rem;
    line-height: 1.2rem;
    text-align: center;
    color: #fff;
    background-color: #00ACE6;
    border-radius: 3px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    display: inline-block;
}

.ie8 .sidebar-botton{
    width: 1.8rem;
    height: 0.72rem;
    line-height: .6rem;
    text-align: center;
    color: #fff;
    background-color: #00ACE6;
    font-size:.42rem;
    display: inline-block;
    margin-left: .3rem;
    position: absolute;
    bottom: .5rem;
}


.nav-tabs .nav-text{
	color: #fff;
}

.nav-tabs .nav-text:hover{
	color: #000;
}

.nav-text.active{
	color: #000;
	background: #fff;
}

.cursor-crosshair path{
	cursor:crosshair!important;
}



.sidebar-simply-table{
    border: solid 1px #BFBFBF;
	border-radius: 0.2rem;
    box-shadow: 0px 0px 0.3rem #BFBFBF;
    display: inline-block;
    margin:0.2rem 0.2rem 0.2rem 0.2rem;
}

.sidebar-simply-table.active{
	box-shadow: 0px 0px 0rem #0E97E5;
    border: solid 1px #0e97e5;
}

.sidebar-simply-table-title{
	font-size: 0.8rem;
    line-height: 0.8rem;
    height: 1.3rem;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.sidebar-simply-table-content{
	font-size: 0.5rem;
	vertical-align:top;
	padding-top: .2rem;
	color:#BFBFBF;
}

.siderbar-flowView-showDiv .sidebar-simply-table-content{
	color:#333;
}

.sidebar-simply-table img{
	border: 0;
	border-image-width:0;
	-webkit-border-image-width:0;
	-o-border-image-width:0;
	vertical-align:center;
	background-color: #bfbfbf;
}

.sidebar-simply-table.active img{
	background-color: #0e97e5;
}

.sidebar-simply-table tr{
	border: 0;
}

.sidebar-simply-table tr td{
	border: 0;
}

.right-view{
	padding-left: 10.5rem;	
}

.sidebar-flowView{
 margin: 0 .5rem 0rem .5rem;
 overflow:hidden; 
}
.sidebar-flowView-addBtn{
	background: #E6E6E6;
	text-align: center;
	font-size: 0.8rem;
	cursor: pointer;
    margin: 0.2rem 0.2rem 0.2rem 0.2rem;
    border: none;
	border-radius: 0.2rem;
    box-shadow: 0px 0px 0.1rem #000;
    vertical-align: top;
}
.sidebar-flowView-addBtn:HOVER{
	background: #555;
	color: #000;
}


.sidebar-flowView-table{
	-webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out; 
}

.sidebar-flowView-table:HOVER {
	cursor: pointer;
}


.modal-body::-webkit-scrollbar { /*婊氬姩鏉℃暣浣撴牱寮�*/
	width: 4px; /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
	height: 4px;
}

.modal-body::-webkit-scrollbar-thumb { /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px #00ACE6;
	background: rgba(0, 0, 0, 0.2);
}

.modal-body::-webkit-scrollbar-track { /*婊氬姩鏉￠噷闈㈣建閬�*/
	-webkit-box-shadow: inset 0 0 5px #fff;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.sidebar-simply-table-title>span{
    display: inline-block;
    height:  100%;
    padding-top: .5rem;
	
}

.sidebar-flowView .closeBtn{
	height: 1rem;
	background-color: rgba(255,255,255,0);
	border:  none;
	font-size: 0.8rem;
	line-height: 0rem;
	width: 1rem;
	float:  right;
	
}

.closeBtn{
	position: absolute;
	height: 1rem;
	background-color: rgba(255,255,255,0);
	border:  none;
	font-size: 0.8rem;
	line-height: 0rem;
	width: 1rem;
	display: none;
}
.phone .closeBtn{
	display: block;
}

.closeBtn:focus{
	outline:0;
}
.positon-relative{
	position: relative;	
}


.siderbar-flowView-showDiv{
	/* border: solid 1px #aaa;  */
	width: 100%;
}

.sidebar-flowView .title{
	font-size: 1rem;
    color: #000;
    width: 100%;
    display: block;
}

.sidebar-flowView .data-header{
    position: relative;
    display: block;
    height: 2rem;
    padding: 0 .5rem;
    line-height: 2rem;
    color: #333;
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1rem;
}
.sidebar-flowView  .data-header em{
    display: inline;
    margin-left: .5rem;
    padding: .02rem .25rem .05rem;
    font-size: .6rem;
    line-height: 1;
    color: #fff;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #3498db;
    border-radius: 50%;
    cursor: default;
}
.sidebar-flowView  .data-header .fa{
    float: right;
    font-size: 1rem;
    line-height: 2rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar-flowView  .data-header.active{
    margin-bottom: -1px;
    background-color: #f9f9f9;
    border-color: #aaa;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sidebar-flowView  .data-header.active .fa{
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-flowView  .title.active .fa{
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.siderbar-flowView-showDiv .sidebar-flowView-addBtn{
	margin: .2rem .2rem .3rem .2rem;
	border: solid 1px #E6E6E6;
}

.siderbar-flowView-showDiv .sidebar-flowView-table{
	margin: .2rem .2rem .3rem .2rem;
}

.commonstyle{
	width:auto;
	margin: .2rem 1rem .2rem 1rem;
}

.titleFontSize{
    font-size: .8rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: .8rem;
}

.common-line{
	background: #fff;
    border: solid 1px #bbb;
    height: 1.2rem;
    font-size: .7rem;
    color: #777;
    line-height: 0;
    vertical-align: top;
    display: inline-block;
}

.sidebar-flowSelect .content{
    border: none;
	border-radius: 0.4rem;
    box-shadow: 0px 0px 0.1rem #000;
    vertical-align: top;
    display: inline-block;
    margin:  .2rem .2rem .2rem .2rem;
    padding:  .2rem 0 .2rem 0;
	cursor: pointer;
}

.sidebar-flowSelect .content.active{
	box-shadow: 0px 0px 0rem #0E97E5;
    border: solid 1px #0e97e5;
}


.sidebar-flowSelect .content span{
	padding: .2rem .6rem .2rem .6rem;
}

.sidebar-flowSelect-addBtn{
	background: #E6E6E6;
	text-align: center;
	cursor: pointer;
    margin: 0.2rem 0.2rem 0.2rem 0.2rem;
    padding: 0.2rem 0.6rem 0.2rem 0.6rem;
    border: none;
	border-radius: 0.4rem;
    box-shadow: 0px 0px 0.1rem #000;
    vertical-align: top;
}

.siderbar-flowSelect-showDiv{
	border: none; 
	
}
.sec-subtitle.sec-returnlist{
	margin-bottom: .2rem;
}


.hr{
	display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    border: inset 0.5px #808080;
    margin: .5rem 1rem .5rem 1rem;
}

.sidebar-simply-table-content table{
	table-layout: fixed;
	width: 100%;
}
.sidebar-simply-table-content table td{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

input.common-line {
    margin-right: .2rem;
    width: 5rem;
}

button.common-line {
    margin-right: .2rem;
    margin-left: .2rem;
    outline: none;
}


.modal-title{
	font-size: .8rem;
}

.modal-input{
	margin-left: .5rem;
    font-size: .6rem;
    width: 5rem;
}

.nav.nav-tabs.sidebar-tabs li{
	border: solid 1px #BFBFBF; 
	border-radius: 0.2rem;
    box-shadow: 0px 0px 0.1rem #ccc;
	margin-right: .2rem;
	width:5rem;
	text-align: center;

}

.nav.nav-tabs.sidebar-tabs li.active{
	border: none; 
}

.nav.nav-tabs.sidebar-tabs li.active a{
	background: #BFBFBF;
	color: #fff;
}

.nav.nav-tabs.sidebar-tabs li a{
	color: #000;
	padding: .2rem .6rem .2rem .6rem;
	margin: 0;
}

.tab-content.sidebar-tabs{
	min-height: 18rem;
	border: solid 1px #BFBFBF; 
}

.tab-common-button{
	font-size: .7rem;
	background-color: #00ACE6;
	color: #fff;
	width: 4rem;
	text-align: center;
	height: 1.6rem;
	border-radius: .2rem;
}

#pointList th{
	background-color: #EEEEEE;
}

#pointList> tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.common-content{
	
}

.siderbar-title{
	
}

.m-sidebar-right>.close-sect{
	left:-1.2rem;
}


.active>.close-sect>.fa-caret-right:before {
    content: "\f0d9";
}
.active>.close-sect>.fa-caret-left:before {
    content: "\f0da";
}

.m-sidebar-right>.close-sect{
	display:none;
}

/* .m-sidebar-right.active>.close-sect{
	display:block;
} */
.sidebar-section.active~.close-sect{
	display:block;
}

.export-btn{
	display:table-cell;
	height: 1.9rem; 
	overflow: hidden; 
	vertical-align: bottom; 
}

#tab>.export-btn{
	position: absolute; 
	left: 10.5rem; 
	top: 0.2rem;
}

/* #tab>li{
	background-color: #fff;
} */

.sidebar-section .tab-content{
	background-color: #fff;
	/* padding: .4rem .6rem .4rem .6rem; */
}


#tabContent{
	top:-0.3rem;
}

#tabContent>div{
	height: inherit;
	position: absolute;
	overflow:  hidden;
	padding: .4rem .6rem .4rem .6rem;
}

#homeCate{
	background-color: #000;
	zoom:1;
	filter:filter:alpha(opacity=80);
}

.phone>.siderbar-title>#homeCate{
	background-color: #fff;
}

.phone>.siderbar-title>div{
	display: none;
}

#side-pic-design-right{
	padding:.4rem .6rem .4rem .6rem;
	background-color: #fff;
}

#pointListTable{
	border:none;
}

.w140>.th-inner{
	width:140px;	
}


.w55>.th-inner{
	width:55px;
}


.w60>.th-inner{
	width:60px;
}

.padding0{
	padding:0 !important;
}

.tab-content{
	height:100%;
	height: calc(100% - 2rem);
	width:inherit;
	position:relative;
}

.tab-content.border{
	border:1px solid #AAAAAA;
}


.tab-view{
	padding:10px;
	height: inherit;
}

#ptab{
	background-color: #e5e5e5;
	font-size: .8rem;
	font-weight: 600;
	height:2.4rem;
}

#ptab>.right-tab.active>a{
	background-color: #e5e5e5;
}

#ptab>li>a{
	border:0;
}


#tab1{
	width:100%;
	position: relative;
}

#tab{
	border: 0;
}

#tab>li{
	margin-right: .5rem;
}

#tab>li>a{
	color:#333;
	width: 4.6rem;
	height:2rem;
	margin-left:.5rem;
	font-size: .7rem;
	text-align: center;
	background-color: #f2f2f2;
	border: 1px solid #aaa;
	padding: .4rem .6rem .4rem .6rem;
	margin: 0;
}

#tab>li.active>a, #tab>li.active>a:focus, #tab>li.active>a:hover {
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
}

#tab>li.active{
	padding-bottom: .25rem;
	z-index:  2;
}


.tab-pane.active{
	/* border: 1px solid #515151; */
}

/* .phone #tab>li.active>a, .phone #tab>li.active>a:focus, .phone #tab>li.active>a:hover{
	background-color: #aaa;
    border: 1px solid #aaa;
} */

.echart-pie{
	width:24rem;
	height:12rem;
}

.phone .echart-pie{
	width:12rem;
	height:12rem;
}

.left-close{
	z-index:1;
	left:0px;
}

.phone>.m-panel{
    height: 60%;
    width: 100%;
    position: absolute;
    bottom: 0;
}

@media (max-width: 767px) and (max-height:400px) {
   .phone>.m-panel{
	    height: 80%;
	    width: 100%;
	    position: absolute;
	    bottom: 0;
	}
}



.phone .close-sect{
	display:none;
}

.phone>.m-panel>.panel-sect{
	width:100%;
}

.phone>.m-panel>.closeBtn{
    z-index:  10;
    right: 5px;
    top: 5px;
    font-size: 20px;
}

.phone .sidebar-section.active~.close-sect{
	display:none;
}

.sidebar-panel-header{
    position: fixed;
    z-index:1;
    background-color: #fff;
    height: 7rem;
    width: 9rem;
    left:0;
    margin: 0 .75rem .75rem .75rem;
    padding-top:  .75rem;
}


.phone .sidebar-panel-header{
	height: 6rem;
	width:100%;
}

.sidebar-panel-header-hidden{
    height: 7rem;
	position: relative;
	z-index:0;
}

.phone .sidebar-panel-header-hidden{
    height: 6rem;
	position: relative;
	z-index:0;
}

.phone .sidebar-melteSelect-hidden>li{
	width:30%;
	display: inline-block;
}

.phone .bottom-button{
    display:  block;
    position: absolute;
    width: 96%;
    z-index:  1;
    bottom: 0.3rem;
    transform: none;
    padding: .25rem;
    margin: 0 2% 0 2%;
    height: 1.5rem;
}

/* .phone>.m-sidebar-right.active{
	width: 90%;
	background-color: #fff;
}

.phone>.m-sidebar-right.active>.sidebar-section.active{
	left:auto;
	width:100%;
} */

/* .phone>.m-sidebar-right.active>.closeBtn {
    z-index: 10;
    right: 5px;
    top: 0;
    font-size: 20px;
} */

.phone>.m-sidebar-right>.closeBtn {
   display: none;
}




.right-top-buttons{
	display: none;
}

.phone>.right-top-buttons{
	display: block;
}

.phone-button{
	display: none;
}

.phone>.m-sidebar-right>.phone-button{
	display: block;
	z-index:1;
	position: absolute;
	top: 0;
	left: -20px;
}

.side-pic-phone{
	background-color: transparent;
}

.phone .point-type{
	display: none;
}

.phone .point-type-body{
	max-height: 200rem;
}

.phone .point-type.show-phone{
	width:14.5rem;
	display: block;
	max-height: 200rem;
}

.phone>.m-sidebar-right.active>.phone-button{
	left:-16.1rem;
}

.phone>.m-sidebar-right>.phone-button{
	left:-1.6rem;
}

.phone-button-view{ 
	background-color: #fff;
	width: 1.6rem;
	height: 1.6rem;
	padding: .2rem;
}

.phone-button-view.type2{ 
	background-color: #01ACE6;
}

.phone-button-view>.type1{ 
	display: inline;
}

.phone-button-view.type2>.type1{ 
	display: none;
}

.phone-button-view>.type2{ 
	display: none;
}

.phone-button-view.type2>.type2{ 
	display: inline;
}
.phone .notshow-phone{
	display: none !important;
}
	

#pointListTable{
	width:25rem;
	font-size: .6rem;
}

.phone #pointListTable{
	width:12rem;
}

.m-sidebar-right>.sidebar-section>.common-content{
	display: none;
	z-index: 2;
}

.m-sidebar-right.active>.sidebar-section.active>.common-content{
	display: block;
	
}

.sidebar-multiSelect.active>a>.fa.fa-angle-down:before {
  content: "\f106";
}

#mainTab>div>.nav>li>a{
	margin-top: 20px;
	filter:alpha(opacity=80);
	opacity:0.8;
}

#homeCate2{
}


.sidebar-full-flow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10500;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .7);
}

.sidebar-full-flow>.sidebar-hideBtn{
    position:  absolute;
    z-index: 99999;
    top: 10px;
    right:  10px;
    font-size:  100px;
    background-color: transparent;
    /* height:  100px; */
    padding:  0;
    margin:  0;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0);
	color:#777;
	cursor: pointer;
}


.navbar-collapse.custom-padding-0-mobile.custom-navbar-collapse.collapse.in{
	z-index: 10000;
}

.export-icon{
	background: url("/images/sidebar/download.png") no-repeat;
	width: 18px;
	height: 25px;
	background-size: 13px 16px;
	position: absolute;
	right: 0;
	top: -20px;
}

#pointListTable>caption{
	padding: 0;
}

.phone .panel-sect.active>div{
	
}

.sidebar-section~.phone-button>#right-phone-view1{
	display:none;
}

.sidebar-section.active~.phone-button>#right-phone-view1{
	display:block;
}


.baidu-search{
	width: 22.2rem;
	height: 1.857rem;
	border: 1px solid #fff;
	border-radius:  1rem 0 0 1rem;
	-moz-border-radius:  1rem 0 0 1rem;
	-webkit-border-radius: 1rem 0 0 1rem;
	padding: 0 2.17315rem 0 1rem;
	font-size: 0.8rem;
	line-height:1rem;
	outline:none;
}

.clear>.baidu-search{
	width: 20.5rem;
	padding: 0 0.5rem 0 1rem;
}

.baidu-search-clear{
	width: 0px;
	height: 1.857rem;
	font-size: 1rem;
	line-height: 1.857rem;
	outline:none;
	display: inline-block;
	vertical-align: bottom;
	border: 0px solid #fff;
	background: #fff;
	text-align: center;
	font-weight: normal;
	color: #aaa;
	cursor: pointer;
}

.clear>.baidu-search-clear{
	cursor: pointer;
	width: 1.7rem;
}

.clear>.baidu-search-clear:BEFORE{
	content: "X";
}

.baidu-search-hidden{
	width: 21.7rem;
    font-size:0.6rem;
    border: solid 1px #eee;
    margin-left: .5rem;
    position: absolute;
    z-index: 999;
    background: #fff;
    cursor: pointer;
}

.baidu-search-hidden>li{
	padding:0.2rem 0 0.2rem 0.4rem;
}

.baidu-search-hidden>li:HOVER{
	background-color: #eee;
}

.baidu-search-view{
	margin-top: 0.4rem;
	width: 26rem;
	overflow:hidden;
	margin-left:0;
	
}

.baidu-search-view-body{
	overflow:hidden;
	height: 100%;
	width: 100%;
	position: relative;
}

.baidu-search-btn{
	background: url(/images/lzh/lzh-search.png) #0099CB;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 17px;
	width: 3.82685rem;
	height: 1.857rem;
	line-height: 1rem;
	vertical-align: bottom;
	border: 1px solid #0099CB;
	border-radius: 0 1rem 1rem 0;
	-moz-border-radius:  0 1rem 1rem 0;
	-webkit-border-radius: 0 1rem 1rem 0;
	outline:0;
}

.baidu-search-btn:HOVER {
	background-color: #3385ff;
}

#mainTab {
	z-index: 2;
	background: rgb(51, 51, 51);
	filter: alpha(opacity = 80);
	background: rgba(51, 51, 51, 0.8);
	margin-top: -1px;
	width: 100%;
	height: 60px;
	margin-right: 0px;
	margin-left: 0px;
	display: none
}

.search-table{
	width: 100%;
	border: none;
	padding: 0 20px 20px 20px;
	font-family: Microsoft YaHei;
}

.search-table tr,td{
	border: none;
}

.qrCode{
	text-align: right;
}

.search-table-title{
	height: 70px;
    vertical-align: middle;
    position: relative;
    line-height: 66px;
    font-size: 20px;
    font-weight: bold;
}

.search-table-title2{
  	padding-top:10px;
	height: 50px;
  	color: #0D0D0D;
  	font-size: 16px;
}
.search-table-title2.bottom{
  border: 1px 0 solid  #ccc; 
  margin-bottom: 30px;
}

.search-table-title2-img{
   width: 16px;
   height: 16px;
   display: inline-block;
   margin: 0 8px;
}
.search-table-title2-text{
	font-size: 16px;
	line-height: 16px;
   	display: inline-block;
   	vertical-align: middle;
} 

.search-table-title2.title-buttom{
	border-bottom: solid 1px #ccc;
	margin-top:0px;
}

.search-table-title3{
	height: 83.33px;
    line-height: 83.33px;
    color: #2D2D2D;
    font-size: 18px;
    font-weight: bold;
}


.search-table-content{
	word-break: break-all;
  	word-wrap: break-word;
	font-size:16px;
	line-height:24px;
	color:#545454;
	margin-top:15px;
}

.search-table-intro-img{
	margin-right: -1px;
}

.search-table-intro-img{
	margin-right: -1px;
  display: inline-block;
}

.left-pic{
  padding-right: 10px;
}

.search-table-img1{
  width: 478px;
  height: 269px;
}

.search-table-img2{
  width: 234px;
  height: 132px;
}
.search-table-img3{
  width: 156px;
  height: 89px;
}

.anchorBL{
	display: none;	
}

.baidu-search-view-body.ps-container>.ps-scrollbar-y{
	width: 0px;
}


.baidu-search-view-contains *{
	overflow-wrap:break-word;
}

.sidebar-menu-items{
    z-index: 99999;
    display: none;
    position: absolute;
    top: 0;
    left: 8.9rem;
}

.sidebar-menu-hover>.sidebar-menu-items{
	display: block;
	border: solid 1px #aaa;
	width: 9rem;
	
}


.sidebar-menu-item{
	position: relative;
	display: block;
	color: #333;
	background-color: #fff;
}

.sidebar-menu-item>span{
	height: 2rem;
	padding: 0 .5rem;
	line-height: 2rem;
	width: 100%;
	display: inline-block;
}


.sidebar-menu-item:hover,.sidebar-menu-item.sidebar-menu-hover{
	background-color: #00ACE6;
}

.close-sect.left-close{
	position: absolute;
}

.sidebar-toggle,.sidebar-subList{
	width:9rem;
}

