.biliary {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.biliary_nav {
    height: 100%;
    position: relative;
}

.biliary_nav_head {
    display: flex;
    align-items: center;
    background-color: #fff;
}

.biliary_nav_head img {
    vertical-align: middle;
}

.biliary_nav .biliary_nav_head p {
    padding: 6px 20px;
    padding-right: 10px;
    position: relative;
    font-weight: 600;
    box-sizing: border-box;
}

.biliary_nav .biliary_nav_head p span {
    position: absolute;
    left: 10px;
    top: 9px;
    width: 2px;
    height: 13px;
    background-color: #ce0505;
}

.biliary_nav_content {
    background-color: #fff;
    height: calc(100% - 90px);
}

.biliary_nav_content_list {
    padding: 0 12px;
    margin-top: 14px;
}

.nav_list_col {
    padding: 5px 0;
    border-bottom: 1px solid #2525254f;
    box-sizing: border-box;
}

.biliary_appear {
    margin-top: 5px;
}

.biliary_choose {
    display: flex;
    align-items: center;
}

.biliary_choose p {
    width: 50px;
    text-align: right;
}

.biliary_choose span {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #Fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-left: 5px;
    color: #2525254f;
}

.biliary_btn_nav {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.biliary_btn_nav .biliary_btn {
    width: 60px;
    height: 22px;
    color: #2525254f;
    border: 1px solid #4242424f;
    display: flex;
    margin-left: 5vw;
}

.biliary_btn_nav .biliary_btn:nth-child(1) {
    margin-left: 0;
}

.biliary_btn_icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4242424f;
}

.biliary_btn_icon span {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
}

.biliary_btn_text {
    width: calc(100% - 22px);
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose_active {
    background-color: #d81e06 !important;
    color: #fff !important;
    border-color: #d81e06 !important;
}

.nav_list_btn {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.cancel_btn,
.submit_btn {
    width: 48%;
    height: 45px;
    border-radius: 3px;
    background-color: #65a0f8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.submit_btn {
    background-color: #d82d17;
}

.biliary_nav_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
}

.modal_nav {
    width: 300px;
    max-height: 270px;
    margin-top: 30%;
    border-radius: 8px;
    background-color: #Fff;
    font-size: 14px;
}

.modal_nav_head {
    background-color: #ef4932;
    height: 40px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.modal_nav_content {
    padding: 15px;
    text-align: center;
    min-height: 135px;
}

.modal_nav_btn {
    width: 100%;
    height: 50px;
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.nav_tips_head {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.nav_tips_head span:nth-child(2) {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.nav_tips_body {
    height: calc(100% - 41px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav_tips_text {
    height: 60%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.nav_tips_btn {
    width: 40%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #40d061;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}