#pickup_content{
    width: 920px;
    margin-top: 20px;
}
#pickup_content .pick_notice p{
    font-size: 15px;
    line-height: 30px;
}
.pick_body .body_left{
    width:160px;
    height: auto;
    overflow-y: auto;
    float: left;
    border: 1px solid #dfdfdf;
}

.pick_body .body_left span{
    font-family: arial, 'Microsoft Yahei', '微软雅黑';
    background-color: #cdcdcd;
    font-size: 15px;
    padding-left: 10px;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #424242;
}
.pick_body .body_left ul{
    padding-left: 10px;
}
.pick_body .body_left li{
    font-family: "microsoft yahei";
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding-left: 10px;
    cursor: pointer;
    color: #646464;
}
.pick_body .body_right{
    width:760px;
    float: left;
}
.pick_body .body_left_en{
    width: 200px;
}
.pick_body .body_right_en{
    width: 720px;
}
.content_map p .to_my_area, .content_list p .to_my_area{
    /*display: inline-block;*/
    float: left;
}
.content_map p .view-list,.content_map p .view-home-list, .content_list p .view-map, .home_zip_list p .view-map{
    display: inline-block;
    float: right;
    background-color: #FA9600;
    border-color: #FA9600;
}
.to_my_area{
    background-color: #FA9600;
    border-color: #FA9600;
}

.map{
    overflow-y: auto;
    width: 100%;
    height: 540px;
    /*border: 1px solid #dfdfdf;*/
}
.content_map{
    padding: 5px 0;
    border: 1px solid #dfdfdf;
}
.content_list{
    border: 1px solid #dfdfdf;
    padding: 5px;
}
.list{
    padding-left: 20px;
}
.list .areaSlide{
    display: block;
    margin: 10px 0;
}
.bgyellowq{
    background:#FA9600;
}
.areaList_no table{
    margin-left: 10px;
}
#bottomAdd p{
    margin: 0;
}
.list{
    height: 860px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto !important
}
/* 默认显示滚动条 */
.list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 18px;
}
.list::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color:#d4d4d4;
}

