.popup-picker {
    width: 100%;
    max-width: 750px;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 999;
    top: 0;
    display: none;
    box-sizing: border-box;
    padding-bottom: 260px;
}
.popup-picker .popup-clocse {
    width: 100%;
    height: 100%;
}
.popup-picker .popup-container {
    height: 480px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: none;
}
.popup-picker .popup-top {
    height: 80px;
    line-height: 80px;
    display: flex;
    box-sizing: border-box;
}
.popup-picker .popup-top div {
    width: 50%;
    font-size: 34px;
    box-sizing: border-box;
    padding: 0 15px;
    border-bottom: 1px solid #e7e7e7;
    color: #828282;
    cursor: pointer;
}
.popup-picker .popup-top .yes-btn {
    text-align: right;
    color: #f90;
}
.popup-picker .popup-bot {
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.popup-picker .popup-main {
    height: 80px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    box-sizing: border-box;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
.popup-picker .popup-lists {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.popup-picker .popup-lists .popup-list {
    height: 80px;
    line-height: 80px;
    font-size: 34px;
} 