@charset "utf-8";
img {
    vertical-align: middle;
}
.font-num {
    font-family: Tahoma;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dd, ul, ol, pre, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
body{
    margin-top:20px;
}

ul, ol {
    list-style: none;
}

/* ==== 图标 ==== */
.detail-icon {
    background:url(/map_files/detail-icon-bg.png) no-repeat;
}

.detail-icon {
    position: relative;
    top: 8px;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 8px;
    /*background-color: #f1f5f6;*/
}

/* 地址及地铁icon */
.building-address .detail-icon {
    background-position: -28px -271px;
}
.building-distance .detail-icon {
    background-position: -56px -271px;
}
.building-office .detail-icon {
    background-position: -144px -271px;
}

/* 首页地图 */
.category-message-box {
    position: relative;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

/* ==== 周边配套 page ==== */
.map-container {
    float: left;
    width: 800px;
    height: 420px;
}

.navbtn-item.item-panorama {
    background-position: -120px -22px;
}
.navbtn-item.item-panorama.active {
    background-position: -22px -22px;
}
.navbtn-item.item-hybrid {
    background-position: -120px -58px;
}
.navbtn-item.item-hybrid.active {
    background-position: -22px -58px;
}
.navbtn-item.item-normal {
    margin-bottom: 0;
    background-position: -120px -94px;
}
.navbtn-item.item-normal.active {
    background-position: -22px -94px;
}

.navbtn-item {
    width: 70px;
    height: 28px;
    margin-bottom: 10px;
    cursor: pointer;
    background: url(/map_files/maptypeicon.png) no-repeat;
}

.map-conts {
    float: right;
    width: 380px;
    height: 420px;
    border: 1px solid #EEE;
    box-sizing: border-box;
}
.map-type-nav {
    height: 56px;
    border-bottom: 1px solid #EEE;
}
.map-type-nav .map-type-item {
    float: left;
    width: 20%;
    height: 100%;
    line-height: 21px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
.map-type-nav .map-type-item.on {
    color: #FFF;
    background-color: #00a2e9;
}
.map-type-item .detail-icon {
    top: 7px;
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 4px;
}
.map-type-item .detail-icon.jt {
    background-position: -27px -148px;
}
.map-type-item.on .detail-icon.jt {
    background-position: -27px -117px;
}
.map-type-item .detail-icon.ct {
    background-position: -228px -147px;
}
.map-type-item.on .detail-icon.ct {
    background-position: -228px -116px;
}
.map-type-item .detail-icon.jd {
    background-position: -188px -146px;
}
.map-type-item.on .detail-icon.jd {
    background-position: -188px -115px;
}
.map-type-item .detail-icon.js {
    background-position: -108px -147px;
}
.map-type-item.on .detail-icon.js {
    background-position: -108px -116px;
}
.map-type-item .detail-icon.yh {
    background-position: -148px -146px;
}
.map-type-item.on .detail-icon.yh {
    background-position: -148px -115px;
}
.type-item-sel {
    height: 44px;
    border-bottom: 1px solid #EEE;
}
.type-item-sel li {
    float: left;
    min-width: 70px;
    height: 44px;
    line-height: 18px;
    padding: 14px 10px 13px;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.type-item-sel li.currenttype{
    border-bottom: 3px solid #00a2e9;
}
.results-panel li {
    height: 20px;
    line-height: 20px;
    padding: 10px 20px 10px 15px;
    font-size: 13px;
}
.results-panel {
    height: 316px;
    overflow-x: hidden;
    overflow-y: auto;
}
.results-panel li {
    cursor: pointer;
}
.results-panel li:hover {
    background-color: #FAFAFA;
}
.results-panel li i {
    display: block;
    float: left;
    font-style: normal;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    background-color: #00a2e9;
}
.results-panel li p {
    float: left;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.results-panel li span {
    float: right;
}