@media (min-width: 1170px) {
    .page-wrapper {
        margin-top: 0px;
    }

}

@media (max-width: 1170px) {
    .page-wrapper {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .page-wrapper {
        margin-top: 0px;

    }
}
#mapstreetbox{
	width: calc(100vw - 240px);
	height: calc(50vw - 100px);
	position: fixed;  
	background: white;
	bottom: 0; 
	left: 240px;
	border-top: 1px solid #e6e6e6;
	display: none;
}
#mapstreetbox iframe{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#mapstreetbox>p {
	width: 20vw;
	position: absolute;
	top: -10px;
	height: 20px;
	left: calc(50% - 10vw);
	border-radius: 3px;
	text-align: center;
	background-color: #e6e6e6;
	z-index: 88;
}
#mapstreetbox>p .fa {
	position: relative;
	font-size: 18px;
	top: -2px;
}
.layui-layer-btn0 {
    color: white !important;
}

.text_marker {
    word-wrap: normal;
    word-break: keep-all;
    color: white;
    border: 1px solid red;
    padding: 1px 3px;
    font-size: 12px;
    cursor: pointer;
}

.edit_content i {
    margin-left: 10px;
    font-size: 15px;
    cursor: pointer;

}

.dropdown-menu-right {
    position: relative;
    z-index: 9999;
}

#roadbox {
    position: absolute;
    left: 0px !important;
    top: 10px;
    color: white;
}

[type="checkbox"].filled-in:not(:checked)+label:after {
    border-color: white !important;
}

.edit_content i:hover {
    color: blue;
}


.content_left input {
    width: 180px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

.content_left textarea {
    width: 200px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-top: 13px;
}


.edit_btn_group {
    text-align: center;
}

.edit_sign_div {
    width: 321px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4);
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    /*display: none;*/
}

.edit_sign_div_inner .marker_icon_inline {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.edit_sign_div_inner:after,
.edit_sign_div_inner:before {
    clear: both;
    display: table;
    content: "";
}

.edit_sign_div .to_left_tria {
    border: 10px solid transparent;
    border-left: none;
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
    top: 93px;
}

.line_editor .edit_stork_box {
    margin-left: 50px;
}

.edit_label {
    font-weight: 700;
    line-height: 24px;
    color: black;
}

.line_editor .edit_color {
    margin-left: -5px;
}

.line_editor .edit_label {
    float: left;
    width: 40px;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
}

.edit_box_li {
    position: relative;
    margin-top: 10px;
}

.ui-slider {
    position: relative;
    top: 5px;
}

.line_editor .opacity {
    position: absolute;
    left: 0;
}

.line_editor .color_box_com {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: .3s;
    position: relative;
    top: -15px;
}

.line_editor .color_box_com:hover {
    top: -17px;
}

.area_editor .color_box_com:hover {
    top: -17px;
}

.area_editor .color_box_com {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: .3s;
    position: relative;
    top: -15px;
}

.area_editor .color_box_com:hover {
    top: -17px;
}

.select_color:after,
.select_color:before {
    clear: both;
    display: table;
    content: "";
}

.ui-slider-handle {
    border-radius: 50% !important;
}

.ui-slider-range {
    background: #00bea6 !important;
    ;
}

.ui-slider-handle {
    border-color: #00bea6 !important;
    ;
}

.ui-slider-handle:active {
    background: #00bea6 !important;
    ;
}

#select {
    display: block;
    box-sizing: border-box;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d7dde4;
    transition: all .2s ease-in-out;
    height: 30px;
}

.seleted-item {
    border-bottom: 2px solid #b2b2b2;
    ;
    margin-top: 13px;
    width: 80%;
    margin-left: 10%;
}

#select-comment {
    position: relative;
}

#select-item {
    width: 100%;
    padding-left: 0;
    border: 1px solid #d7dde4;
    border-radius: 3px;
    position: absolute;
    top: 30px;
    display: none;
    background: white;
    z-index: 1000;
}

#select-item li {
    height: 30px;
    list-style-type: none;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

#select-item li:hover {
    background: #e5e5e5;
}

.seleted-item1,
.seleted-item2 {
    border-bottom: 2px solid #b2b2b2;
    ;
    width: 80%;
    margin-left: 10%;
    height: 1px;
    position: relative;
    top: 13px;
}

.seleted-item2 {
    border-bottom: 2px dashed #b2b2b2;
    ;
}

#select-img {
    position: absolute;
    font-size: 20px;
    right: 3px;
    top: 5px;
}

.seleted-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}



.search-boxs {
    position: fixed;
    height: 30px;
    right: 10px;
    /* background: white; */
    top: 85px;
    z-index: 400;
}

.search-boxs ul {
    margin: 0;
    padding: 0;
    /* display: none; */
    background: white;
    color: white;
}

.search-boxs ul li {
    list-style-type: none;
}

.search_content {
    width: 200px;
    height: 30px;
    float: right;
    /* background: white; */
    overflow: hidden;
}

.search-boxs #suggestId {
    width: 250px;
    height: 30px;
    border: 1px solid #D6D6D6;
    outline: none;
    padding: 5px;
    padding-left: 10px;
}

#suggestVIP {
    width: 200px;
    height: 30px;
    border: 1px solid #D6D6D6;
    outline: none;
    padding: 5px;
    padding-left: 10px;
    display: none;
}

#handelsearch {
    width: 50px;
    height: 30px;
    padding: 0;
    margin: 0;
    float: right;
    text-align: center;
    line-height: 30px;
    background: #FFFFFF;
    color: #6C6C6C;
    cursor: pointer;
    display: none;
	z-index: 1000;
	position: relative;
	top: -30px;
}




.marker_icon_list img {
    width: 32px;
    height: 32px;
}

.luopanimgs {
    background-color: white !important;
    padding: 0;
}

.luopanimgs li {
    width: 30%;
    margin-left: 2.5%;
    float: left;
    list-style-type: none;
    margin-top: 15px;
    position: relative;
}

.luopanimgs img {
    width: 100%;
}
.luopanimgs li div {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: red;
    color: white;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.iconlist img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
}

.iconlist p {
    color: black;
    border-bottom: 1px solid #D6D8D9;
    margin-top: 20px;
}

.marker_icon img {
    /* width: 40px; */
}

.showmapicon {
    margin-left: 20px;
    margin-top: 15px;
}
.setlist {
    padding: 10px;
}
.setlist li {
    list-style-type: none;
    position: relative;
    margin-top: 18px;
    
}

.setlist .switch {
    position: absolute;
    right: 0;
    top: 0;
}




.editor_box {
    display: none;
    padding: 30px;
    width: 550px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    overflow-y: auto;
    font-size: 15px;
}

.editor_box .label-input {
    color: #6C6C6C;
}

.editor_box .label-input input {
    width: 70%;
    margin-left: 5%;
}
.editor_box .label-input input[type="range"]{
    width: 50%;
}
.label-input>span {
    display: inline-block;
    width: 25%;
    text-align: right;
}
.label-input .saveroad{
	width: 60%;
}

.point_icon img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #C6C6C6;
    padding: 4px;
}

.point_icon_all img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #C6C6C6;
    padding: 4px;
}

#point_editor .icon_box>span {
    color: #6C6C6C;
    width: 25%;
    display: inline-block;
    text-align: right;
}

#point_editor .icon_box>div {
    width: 70%;
    position: relative;
    left: calc(25% + 0px);
    top: -30px;
}

#point_editor .icon_box>.point_icon_all {
    width: 70%;
    position: relative;
    left: calc(25% + 0px);
    top: -34px;
}

.point_icon_all>p {
    padding-top: 10px;
}

.point_all_marker {
    position: relative;
}

.point_all_marker .hide_all_icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #0089e1 !important;
}

.editor_box input[type="range"] {
    position: relative;
    top: 12px;
}

.point_model2 {
    display: none;
}

#editorShapeBox {
    display: none;
    position: fixed;
    left: calc(50% - 100px);
    bottom: 100px;
    width: 150px;
    height: 60px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    border-radius: 5px;
}

#editorShapeBox label i {
    font-size: 20px;
}

#editorShapeBox label {
    float: left;
    width: 33%;
    text-align: center;

    /* line-height: 50px; */
    cursor: pointer;
}

#editorShapeBox label:hover {
    color: #0089e1;
}



#editorMeasureBox {
    display: none;
    position: fixed;
    left: calc(50% - 100px);
    bottom: 100px;
    width: 150px;
    height: 60px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    border-radius: 5px;
}

#editorMeasureBox label i {
    font-size: 20px;
}

#editorMeasureBox label {
    float: left;
    width: 33%;
    text-align: center;

    /* line-height: 50px; */
    cursor: pointer;
}

#editorMeasureBox label:hover {
    color: #0089e1;
}

#drawroadBox {
    display: none;
    position: fixed;
    left: calc(50% - 100px);
    bottom: 100px;
    width: 150px;
    height: 60px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    border-radius: 5px;
}

#drawroadBox label i {
    font-size: 20px;
}

#drawroadBox label {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

#drawroadBox label:hover {
    color: #0089e1;
}

.layui-layer-content {
    overflow-x: hidden !important;
}

#save_road,
#save_measure_road,
#save_draw_road,
#save_draw_road1 {
    width: 60% !important;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    position: relative;
    top: 6px;
}

.editor_box>button {
    width: 70%;
    margin-left: 15%;
}

#add_collection_box {
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 100;
    color: white;
}

#add_collection_box li {
    float: left;
    list-style-type: none;
    margin-left: 25px;
    text-align: center;
    cursor: pointer;
}

#add_collection_box li:hover {
    color: #0089e1;
}

#add_collection_box li:active {
    color: #0089e1;
}

.maplist .active {
    border: 2px solid #f6c809;
}
#add_collection_box li i {
    font-size: 30px;
}

.file_change_list_net {
    display: none;
}

.file_change_list_net li {
    list-style-type: none;
    width: 100%;
}

.file_change_list_net .item>span {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    width: 70%;
}

.file_change_list_net .item {
    /* height: 30px; */
    line-height: 30px;
    cursor: pointer;

}

.file_change_list_net .item img {
    position: relative;
    bottom: 12px;
}

.file_change_list_net .item i {
    position: relative;
    bottom: 12px;
}
.interest_file_change_list {
    display: none;
}

.interest_file_change_list li {
    list-style-type: none;
    width: 100%;
}

.interest_file_change_list .item>span {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    width: 70%;
}

.interest_file_change_list .item {
    /* height: 30px; */
    line-height: 30px;
    cursor: pointer;

}

.interest_file_change_list .item img {
    position: relative;
    bottom: 12px;
}

.interest_file_change_list .item i {
    position: relative;
    bottom: 5px;
	font-size: 30px;
}







.measure_file_change_list_net {
    display: none;
}

.measure_file_change_list_net li {
    list-style-type: none;
    width: 100%;
}

.measure_file_change_list_net .item>span {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    width: 70%;
}

.measure_file_change_list_net .item {
    /* height: 30px; */
    line-height: 30px;
    cursor: pointer;

}

.measure_file_change_list_net .item img {
    position: relative;
    bottom: 12px;
}

.measure_file_change_list_net .item i {
    position: relative;
    bottom: 5px;
    font-size: 30px;
}





.drawroad_file_change_list_net {
    display: none;
}

.drawroad_file_change_list_net li {
    list-style-type: none;
    width: 100%;
}

.drawroad_file_change_list_net .item>span {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    width: 70%;
}

.drawroad_file_change_list_net .item {
    line-height: 30px;
    cursor: pointer;

}

.drawroad_file_change_list_net .item img {
    position: relative;
    bottom: 12px;
}

.drawroad_file_change_list_net .item i {
    position: relative;
    bottom: 5px;
    font-size: 30px;
}

.change_file_road {
    display: none;
}

.file_change_list_locate {
    display: none;
}

.file_change_list_locate li {
    list-style-type: none;
    width: 100%;
}

.file_change_list_locate .item>span {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    width: 70%;
}

.file_change_list_locate .item {
    /* height: 30px; */
    line-height: 30px;
    cursor: pointer;

}

.file_change_list_locate .item img {
    position: relative;
    bottom: 12px;
}

.file_change_list_locate .item i {
    position: relative;
    bottom: 5px;
    font-size: 30px;
}

.tool_model2 {
    display: none;
}

.measure {
    padding: 0;
    margin: 0;
}

.measure>li {
    list-style-type: none;
    padding: 10px;
}

.measure>li>span {
    width: 70% !important;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    cursor: pointer;
}

.drawroad {
    padding: 0;
    margin: 0;
}

.drawroad>li {
    list-style-type: none;
    padding: 5px 10px;
}

.drawroad>li>span {
    width: 70% !important;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    cursor: pointer;
}

.recordroad {
    padding: 0;
    margin: 0;
}

.recordroad>li {
    list-style-type: none;
    padding: 5px 10px;
}

.recordroad>li>span {
    width: 70% !important;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    cursor: pointer;
}

.recordroad>li p {
    font-size: 12px;
    color: #6C6C6C;
    margin: 0;
    padding: 0 3px;
    margin-top: px;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?tmfsfo');
    src: url('fonts/icomoon.eot?tmfsfo#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?tmfsfo') format('truetype'),
        url('fonts/icomoon.woff?tmfsfo') format('woff'),
        url('fonts/icomoon.svg?tmfsfo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;


    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-uniE900:before {
    content: "\e900";
    line-height: 20px;
}



#loginBox,
#register {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.qrcode_img {
    width: 100%;
}

.rightpng {
    position: absolute;
    top: 0px;
    right: 0;
}

.toqrcode {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(/static/images/toaccount.png) no-repeat;
}

#returnCurrentDo {
    display: none;
}

.listmenu {
    display: none;
    left: 18%;
    position: absolute;
    top: 30px;
    background-color: white;
    z-index: 1000;
    box-shadow: 1px 1px 6px #C6C6C6;
    width: 70%;
    text-align: center;
}

#sidebarnav1>li:hover .listmenu {
    display: block !important;
}

.sharecollection {
    position: absolute;
    right: 36px;
    font-size: 16px;
    color: #f2d841;
    top: 3px;
}

#morris {
    position: fixed !important;
    z-index: 999999;
    bottom: 0;
    left: 0;
    width: calc(100% - 240px);
    left: 240px;
    height: 350px;
    background-color: white;
    display: none;
    border-left: 1px solid #e1dddd;
}
#morris>i{
    position: absolute;
    right: 5px;
    top: 5px;
}


.tangram-suggestion-main{
    z-index: 999;
}
.maplayers ul{
     padding-left: 10px;
     width: 300px;
}
 
.maplayers ul li{
    list-style-type: none;
    text-align: left;
    padding: 5px 10px;
}

.maplayers ul li label{
    float: right;
}
.editor_box .fa-close{
  position: absolute;
      right: 5px;
      top: 5px;
      font-size: 18px;
      color: gray;
      cursor: pointer;
}
.mapitem,.maproad{
	position: relative;
	float: left;
	width: 120px;
	height: 80px;
	display: block;
	padding: 0 !important;
	margin-left: 15px;
	margin-top: 10px;
	cursor: pointer;
	overflow: hidden;
}

.maplist::after{
	clear: both;
	display: table;
	content: "";
}
.maplist{
	padding: 0;
	margin: 0;
}
.zdy li{
	text-align: center;
	border: 1px solid #C0C4CC;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	font-size: 14px;
}

.mapitem img{
	width: 120px;
	height: 80px;
}

.mapitem b{
	display: inline-block;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	color: white;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
}
.maproad img{
	width: 120px;
	height: 80px;
}

.maproad b{
	display: inline-block;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	color: white;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
}
#interesttype {
	width: 100%;
	background-color: white;
	display: none;
}



.interesttype_content {
	padding: 2px 20px;
	overflow-y: auto;
	padding-bottom: 50px;
	width: 100%;
}

.interesttype_content p {
	margin-bottom: 0;
}

.interesttype_content ul {
	margin-left: 10px;
	padding-left: 0;
}

.interesttype_content li {
	list-style-type: none;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	text-align: center;
	width: 55px;      
	font-size: 12px;    
}    
 
.interesttype_content ul::after {
	clear: both;
	display: table;
	content: "";
}

.interesttype_content img {
	width: 30px;
	height: 30px; 
}

.chooseInterestImg { 
	padding: 0;  
}   
 
.chooseInterestImg::after {
	clear: both;
	display: table;       
	content: "";
}
.chooseInterestImg .uploadImg{
	margin-left: 2.5vw;
	float: left;
	margin-top: 16px;
	cursor: pointer;
	position: relative;
	width: 30vw;
	height: 30vw;
	border: 1px dashed #6b2fc1;
	color: #6b2fc1;
	line-height: 100px;
	border-radius: 5px;
	text-align: center;
}
.chooseInterestImg li {
	list-style-type: none;
	margin-left: 10px;
	float: left;
	margin-top: 16px;
	cursor: pointer;
	position: relative;
	width: 100px;
	height: 100px;
	border: 1px dashed #6b2fc1;
	color: #6b2fc1;
	line-height: 100px;
	border-radius: 5px;
}

.chooseInterestImg li img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
} 

.chooseInterestImg li .fa-close {
	line-height: 16px;
	height: 18px;
	width: 18px;
	border: 1px solid red;
	color: red;
	border-radius: 50%;
	position: absolute;
	right: -9px;
	top: -9px;
	background-color: white;
}

.mapvip{
	position: absolute;
	    right: -20px;
	    top: -5px;
	    width: 60px;
	    padding-top: 6px;
	    font-size: 10px;
		display: block;
		height: 13px;
		line-height: 13px;
	    color: white;
	    transform: rotate(45deg);
	    background: red;
	    text-align: center;
		box-sizing: content-box;
		text-indent: 10px;
}
.is_zdy_map{
	position: absolute;
	    left: -35px;
	    top: -10px;
	    width: 80px;
	    padding-top: 6px;
	    font-size: 10px;
		display: block;
		height: 33px;
		line-height: 50px;
	    color: white;
	    transform: rotate(-45deg);
	    background: #0062CC;
	    text-align: center;
		box-sizing: content-box;
		text-indent: 10px;
}

.historymapitem{
	border: 1px solid #36bfee;
	border-radius: 3px ;
	text-align: center;
	display: inline-block;
	color: #36bfee;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 15px;
	padding: 3px 10px;
	cursor: pointer;
}