﻿/*城市选择*/
.sitearea {
    display: none;
    background-color: white;
}

.sitearea-show {
    position: absolute !important;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #ddd;
    width: 200px;
    z-index: 100000;
    max-height: 400px;
    overflow: auto;
    cursor: default;
    margin-left: -15px;
    box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.15);
}

.sitearea-show .sitearea-line {
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    background-color: #fff;
}

.sitearea-show .sitearea-line:last-child {
    border-bottom: none;
}

.sitearea-show .sitearea-line .zimu span {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    margin: -35% 0 0 -25%;
}

.sitearea-show .sitearea-line .zimu {
    height: inherit;
    text-align: center;
    font-size: 24px;
    color: #afb3bb;
    font-weight: 400;
}

.sitearea-show .sitearea-line .provinces {
    margin-top: 0px;
    text-align: center;
    padding: 5px 5px 5px 0px;
}

.sitearea-show .sitearea-line .provinces .province {
    font-size: 16px;
}

.sitearea-show .sitearea-line .provinces .province .province-name {
    font-size: 14px;
    color: #323232;
    font-weight: 700;
    line-height: 48px;
}

.sitearea-show .sitearea-line .provinces .city:hover {
    color: #4a9ff2;
    cursor: pointer;
}

.sitearea-show .sitearea-line .provinces .city-over {
    color: #4a9ff2;
}

.sitearea-show .sitearea-line .districtline {
    color: #333;
    float: right;
    border: 1px solid #e5e5e5;
}

.sitearea-show .sitearea-line .districtline .district:hover {
    color: #4a9ff2;
    cursor: pointer;
}

.sitearea-show .sitearea-line .districtline .district-over {
    color: #4a9ff2;
}

.sitearea-show .sitearea-line .provinces .province {
    font-size: 12px;
}

.sitearea-line .cityline {
    line-height: 48px;
    padding-top: 0px;
    color: #333;
}

.sitearea-show .sitearea-line .districtline-hide {
    display: none;
}

.sitearea-show .sitearea-line .districtline-show {
    display: block;
    line-height: 30px;
}

.sitearea-line .cityline .city,
.sitearea-line .districtline .district {
    float: left;
    margin-left: 10px;
    font-size: 14px;
}

#sitearea .mCSB_scrollTools {
    width: 4px !important;
}
