html {
    overflow: hidden;
}

body {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    -moz-user-select: -moz-none;
}

div, ul, ul li, form {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fontcolor {
    color: #9D2F05;
    font-weight: bold;
}

.top-nav {
    display: flex;
    flex-direction: column;
}

.top-nav-top {
    color: #90909f;
    background-color: #f4f6fa;
}
.top-nav-top .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.top-nav-top .container .pull-left,
.top-nav-top .container .pull-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-nav-top .container .pull-left a,
.top-nav-top .container .pull-right a {
    padding: 8px 0;
    font-size: 14px;
    color: #90909f;
    box-sizing: border-box;
    transition: all 0.3s;
}

.top-nav-top .container .pull-left a:hover,
.top-nav-top .container .pull-right a:hover {
    color: #0d7aff;
}

.top-nav-top .container .pull-left a {
    margin-left: 30px;
    font-size: 14px;
}

.top-nav-top .container .pull-left a.themeColor {
    color: #0d7aff;
}

.top-nav-top .container .pull-right a {
    margin-left: 56px;
}
.top-nav-top .container .pull-right a:first-child{
    margin: 0;
}
.search-bar {
    width: 650px;
    height: 56px;
    padding: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 28px;
    border: 1px solid #0d7aff;
    user-select: none;
}

.search-icon,
.search-icon img {
    width: 24px;
    height: 24px;
}

.search-icon {
    margin-left: 32px;
    margin-right: 18px;
}

.search-input {
    flex: 1;
    line-height: 54px;
    border: none;
    outline: none;
    font-size: 16px;
}

.search-input::placeholder {
    color: #b6b6be;
}

.search-btn {
    width: 120px !important;
    height: 40px !important;
    padding: 0 !important;
    border-radius: 28px !important;
}

#headdiv {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 87px;
    overflow: hidden;
    background: white url(../img/bg.gif) repeat-x top;
    border-bottom: 3px solid #B9C8DB;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
}

#divname {
    position: absolute;
    top: 32px;
    left: 156px;
    width: 100px;
    height: 22px;
    color: #D43740;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}

#divShopNums {
    position: absolute;
    top: 56px;
    left: 150px;
    width: 109px;
    height: 27px;
    background: url(../img/gif01.gif) no-repeat;
    color: #666633;
    font-weight: bold;
    padding-top: 9px;
    text-align: center;
}

#middlediv {
    position: absolute;
    top: 0px;
    left: 260px;
    width: 540px;
    height: 90px;
}

#searchProject {
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 13px;
}

#searchProject li {
    float: left;
    margin: 0px 26px 0px 0px;
    padding: 0px;
    font-weight: 500;
    color: #005200;
    text-decoration: underline;
    cursor: pointer;
}

.searchContent {
    display: none;
    position: absolute;
    bottom: 33px;
    left: 0px;
}

#shSearch {
    display: block;
}

#shTxt, #roadTxt, #cityTxt {
    background-color: #E3EDF7;
    width: 320px;
    border: 1px #999 solid;
    height: 20px;
    line-height: 20px;
}

#divList {
    position: absolute;
    bottom: 10px;
    left: 0px;
}

#divList li {
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 0px;
}

#divList li a {
    color: #005000;
    font-size: 12px;
}

#curDiv a:link, #curDiv a:visited {
    font-weight: 600;
    color: #eb6100;
    font-size: 14px;
    text-decoration: none;
}

#loginDiv {
    position: absolute;
    top: 15px;
    right: 20px;
    text-align: right;
    margin: 3px 0px 18px 0px;
    color: #666;
}

#loginDiv span {
    cursor: pointer;
}

#navProject {
    position: absolute;
    bottom: 6px;
    right: 20px;
}

#navProject li {
    float: right;
    margin: 3px 0px 0px 16px;
    padding: 1px 4px;
    color: #0075a9;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}



#sidecolumn {
    position: absolute;
    right: 0px;
    top: 90px;
    width: 28px;
    overflow: hidden;
    z-index: 10
}

#columnbutton {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 28px;
}

#columnContent {
    position: absolute;
    top: 0px;
    left: 28px;
    width: 320px;
    height: 100%;
    background: #E1EFFC;
    border-left: 8px solid #9FCCF6;
}


#menuShow {
    width: 320px;
    height: 320px;
    padding: 5px 6px;
    border-bottom: 8px solid #9FCCF6;
}

#sideMenuT {
    height: 0px;
    width: 290px;
    padding-bottom: 25px;
    border-bottom: 1px solid #90B3D9;
}

#menuTitle {
    float: left;
    width: 74px;
    height: 24px;
    border: 1px solid #90B3D9;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 24px;
    background: #fff;
}

#menuContent {
    width: 288px;
    height: 292px;
    border: 1px solid #90B3D9;
    border-top: 0px;
    background: #fff;
    overflow: hidden;
}

.navContent {
    width: 288px;
    height: 290px;
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
    display: none;
}

#cityContent {
    display: block;
}

#sideBottom {
    margin: 6px 0px 3px 6px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#sideAds {}

#adsT {
    height: 24px;
    background: url(../img/adsT.gif) no-repeat;
    width: 290px;
}

#adsDiv {
    width: 290px;
    overflow: hidden;
}

#adsUl {
    list-style-type: none;
    width: 290px;
}

#adsUl li {
    width: 90px;
    float: left;
    margin: 5px 3px 0px 0px;
    background: white;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ccc;
}

#agent {
    clear: both;
    margin-top: 6px;
    width: 290px;
    border: 1px solid #CC9933;
    background: #FFFFCC;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    display: none;
}


#searchResultDiv {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 260px;
    border: 2px solid #6666CC;
    overflow: hidden;
    background: white;
    display: none;
    z-index: 18;
}

#searchResultDiv img {
    cursor: pointer;
}

#searchWaitImg {
    position: absolute;
    top: 0px;
    left: 5px;
    display: block;
}

#searchTitle {
    padding: 5px 0px;
    width: 210px;
    text-align: center;
    font-size: 14px;
}

#handle {
    background: #666699;
    height: 25px;
    cursor: move;
}

#mmcBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 0px;
    width: 50px;
}

#searchResult {
    height: 160px;
    padding: 5px;
    overflow: auto;
    border-top: 1px solid #6633FF;
}

#searchWaitDiv {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 260px;
    height: 181px;
    background: #999999;
    filter: alpha(opacity=85);
    opacity: 0.85;
    display: none;
}

#loginTable {
    position: absolute;
    top: 45px;
    right: 80px;
    border: 2px solid #CC9900;
    background: #fff;
    z-index: 100;
    display: none;
}

#loginTable td {
    height: 20px;
    padding: 2px 5px;
}

#usernameAjax, #passwordAjax {
    margin: 0px;
    padding: 0px;
    width: 100px;
}

#emap {
    position: absolute;
    width: 100%;
    top: 35px;
    left: 0px;
    overflow: hidden;
    background: #CCDCEC;
}

#max_btn {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#map {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

#star {
    position: absolute;
    display: none;
}


#wheelTip {
    position: absolute;
    width: 200px;
    height: 20px;
    background: #fff;
    border: 1px solid #999999;
    color: red;
    text-align: center;
    line-height: 20px;
    display: none;
    z-index: 100
}


#MiniMapPosDiv {}

#drawUL {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 3px;
    z-index: 2;
    height: 11px;
}

#drawUL li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 9px;
    margin-left: 10px;
}

#drawUL li div {
    position: relative;
}

#drawUL li div div {
    position: absolute;
    top: 2px;
    left: 15px;
    font-size: 10px;
    cursor: pointer;
    font-family: PMingLiU;
}

#newMapMiniInner {
    margin: 0px;
    padding: 0px;
}

#newMapMiniInner div {
    padding: 0px;
    margin: 0px;
}

#mapShow {
    position: absolute;
    background-color: #000;
    filter: Alpha(opacity=40);
    opacity: 0.4;
}

#xzMapLi {
    display: none;
}

#xzMapLi, #miniMapLi, #openLi {
    float: left;
}

#newMapMiniInner #xzMapLi, #newMapMiniInner #miniMapLi {
    padding: 3px;
    border: 1px solid #4F87AD;
    background-color: #fff;
}

#mapXz {
    border: 1px #336699 solid;
}

#miniMapConttainer {
    position: relative;
    border: 1px solid #336699;
}

#jsDrawDiv div, .hadClicked div {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#eroadDiv {
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #FFFFFF;
}

#eroadClose {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    cursor: pointer;
}

#eRoadFrame {
    background: transparent;
    border-bottom: 1px #000 solid;
    border-top: 0px;
}

#eroadMask {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ccc;
    filter: alpha(opacity=70);
    opacity: 0.70;
    color: #fff;
    font-size: 20px;
    text-align: center
}

#swMask {
    background: #ccc;
    position: absolute;
    left: 0px;
    top: 90px;
    filter: alpha(opacity=60);
    opacity: 0.60;
    width: 1000px;
    height: 1000px;
    z-index: 15;
    display: none;
}

#business {
    position: absolute;
    left: 0px;
    top: 90px;
    z-index: 30;
    width: 780px;
    display: none;
}

#swOpen {
    position: absolute;
    top: 130px;
    left: 0px;
    z-index: 25px;
}

.popup-btn {
    position: fixed;
    z-index: 99;
    right: 38px;
    bottom: 60px;
    width: 148px;
    height: 50px;
    border-radius: 12px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #0d7aff;
    font-weight: 600;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.popup-btn.d2st {
    bottom: 148px;
}

.popup-btn.d3st {
    bottom: 236px;
}

.popup-btn.d4st {
    bottom: 324px;
}

.popup-title {
    width: 100%;
    height: 60px;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 24px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.title-corss {
    font: normal 24px "Open Sans";
    color: #101010;
    cursor: pointer;
    margin-right: 16px;
}

.popup-content {
    width: 449px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding: 23px 0 13px 24px;
}

.market {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.market .item {
    width: 189px;
    height: 72px;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 24px;
    user-select: none;
}

.market .item:nth-child(2n) {
    margin-left: 23px;
}

.market .item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
}

.market .item .info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.market .item .name {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #40424d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market .item .info .name {
    width: 100%;
}

.market .item .info .tip {
    width: 100%;
    font-size: 14px;
    color: #0d7aff;
}

.vue-treeselect__control {
    display: none;
}

.nav-search {
    width: 510px;
    padding: 8px 16px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #0d7aff;
    background-color: #ffffff;
}

.nav-search img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.nav-search input {
    flex: 1;
    border: none;
    outline: none;
    background-color: transparent;
}

.search-city-bar {
    padding: 8px 16px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    margin-right: 23px;
}

.search-city-bar img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.search-city-bar input {
    flex: 1;
    border: none;
    outline: none;
}

.vue-treeselect__menu {
    margin-right: 23px;
    border-radius: 5px;
    border-color: #cfcfcf !important;
    box-shadow: none !important;
}