#modal__stay_list_age_of_child.modal_outer.js_is_active{
    z-index: 600;
}
#modal__stay_list_age_of_child .modal_page{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#modal__stay_list_age_of_child .modal_page .modal_header {
    padding: 22px;
    border-bottom: 1px solid #ddd;
}
#modal__stay_list_age_of_child .modal_page .modal_header .tit_or_city{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
#modal__stay_list_age_of_child .modal_page .modal_body{
    max-height: 300px;
    overflow: scroll;
}
#modal__stay_list_age_of_child .modal_page .modal_body .select{
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 20px;
    width: 100%;
}
#modal__stay_list_age_of_child .modal_page .modal_body .select:after{
    content:'';
    display: none;
}
#modal__stay_list_age_of_child .modal_page .modal_body .select .select_item{
    display: block;
    padding: 16px 0;
    width: 100%;
}
#modal__stay_list_age_of_child .modal_page .modal_body .select .select_item input{
    width: 0;
    height: 0;
    opacity: 0;
}
#modal__stay_list_age_of_child .modal_page .modal_body .select .select_item label{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1;
}
#modal__stay_list_age_of_child .modal_page .modal_body .select .select_item input:checked + label{
    color: #ff7300;
    font-weight: 700;
}