@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

#box {
    width: 300px;
    height: 30px;
    color: #999999;
    cursor: pointer;
}

#totalConfirm {
    z-index: -9999;
    opacity: 0;
    width: 300px;
    height: 30px;
    position: absolute;
    outline: none;
    left: 0;
    top: 0;
}

.text {
    line-height: 30px;
    color: #000000;
}

.icon-arrow-down, .icon-arrow-up {
    position: absolute;
    left: 380px;
    font-size: 22px;
    line-height: 30px;
    color: #999999;
}

#content {
    width: 300px;
    display: none;
    border-top: none;
    position: relative;
}

.chosePCA {
    width: 80px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.province-list, .city-list, .area-list {
    position: absolute;
    width: 278px;
    min-height: 10px;
    padding: 10px;
    left: 0;
    top: 40px;
    background-color: #fff;
    z-index: 1000;
}

.select {
    background-color: #fff;
    color: #46a4ff;
    border-bottom: none;
}

#content li {
    font-size: 14px;
    display: inline-block;
    padding: 8px;
    line-height: normal;
    cursor: pointer;
    color: black;
}

#content li:hover {
    background-color: #f1f8ff;
    color: #46a4ff;
    border-radius: 4px;
}

.chose-tab {
    width: 300px;
    height: 40px;
    background-color: #f0f0f0;
    clear: both;
    position: relative;
    z-index: 9999;
}

.chosePCA > ul {
    border: 1px solid rgba(200, 200, 200, .8);
    border-top: none;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    cursor: auto;
}

.textProvince:hover, .textArea:hover, .textCity:hover {
    background-color: #bcd5e7;
}

.btn {
    width: 60px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    position: absolute;
}

.confirm {
    left: 70px;
}

#bigOne {
    width: 300px;
    position: relative;
}