.l_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.l_top_addr {
    width: 33%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 35px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l_top_road {
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid #ddd;
    height: 35px;
    cursor: pointer;
    text-align: center;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.addr_sel {
    cursor: pointer;
    background-color: #ECF5FF;
    color: rgb(29, 155, 247);
    border: rgb(29, 155, 247);
    border: 1px solid rgb(29, 155, 247);
}

.l_top_addrdes {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;

}

.fa-exchange {
    color: rgb(29, 155, 247);
    ;
}

.l_top_sel_addr {
    color: #000000;
    margin-bottom: 10px;
}

.roomlist {
    margin-top: 10px;
    overflow-y: auto;
    height: 455px;
    width: 100%;
}

.roomlist-item {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
}

.roomlist-item:hover {
    background: #FFAC55;
    color: #fff;
}

.roomlist-item-sel {
    background: #FFAC55;
    color: #fff;
}

.wayPointIdS {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    max-height: 200px;
    overflow-y: auto;
}

.wayPointIdS-item {
    cursor: pointer;
    background-color: #ecf5ff;
    border-color: #d9ecff;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409eff;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.input_w {
    width: calc(100% - 70px);
}

.m_top {
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
}

.m_list {
    display: flex;
}

.m_list_l {
    width: 120px;
    border-right: 1px solid #000;
    height: 590px;
    overflow-y: auto;
}

.m_list_l_item {
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

.m_list_l_item:hover {
    background: #409eff;
    color: #fff;
}

.m_list_l_item_sel {
    background: #409eff;
    color: #fff;
    border-bottom: none;
}

.m_list_l_item_sels {
    background: #409eff;
    color: #fff;
}

.m_list_r {
    width: calc(100% - 120px);
    height: 590px;
    overflow-y: auto;
}

.m_list_r_item {
    display: flex;
    /* gap: 10px; */
    /* justify-content: space-between; */
    margin-top: 10px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.m_list_r_item_div {
    padding: 0 10px;
    display: block;
    width: 40%;

    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.m_list_r_item_input {
    width: 40px;
    border-top: none;
    border-bottom: none;
    height: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

.m_list_r_item_div_r {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 20px;
}

.m_list_r_item_div_r i {
    border: 1px solid #ddd;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: rgb(245, 247, 250);
    cursor: pointer;
}

.m_list_r_item_div_r_unsel {
    background: rgb(245, 247, 250);
}

.r_top {
    display: flex;
    /* justify-content: space-between; */
    /* border-bottom: 2px solid #ddd; */
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    padding: 0 20px;
}

.r_top_item {
    width: 50%;
    text-align: center;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #ddd;
}

.r_top_item:nth-child(1) {
    border-right: none;
}

.r_top_item:nth-child(2) {
    border-left: none;
}

.r_top_item_sel1 {
    border-radius: 4px 0 0 4px;
    background: #409eff;
    color: #fff;
    border: 1px solid #409eff;
}

.r_top_item_sel2 {
    border-radius: 0 4px 4px 0;
    background: #409eff;
    color: #fff;
    border: 1px solid #409eff;

}

.r_top_item_sel1:nth-child(1) {
    border-right: none;
}

.r_top_item_sel1:nth-child(2) {
    border-left: none;
}

.r_user_list {
    padding: 20px;
    box-sizing: border-box;
    height: 170px;
    overflow-y: auto;
    position: relative;
    border-bottom: 2px solid #ddd;
}

.r_user_list_item {
    padding: 0 10px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
}

.r_user_list_item::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bgColor);

    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.r_user_list_item:hover {
    background: #FFAC55;
    color: #fff;
}

.r_user_list_item_sel {
    background: #FFAC55;
    color: #fff;
}

.r_user_list_top {
    display: flex;
    gap: 5px;
    align-items: center;
    background: #fff;
    margin-top: 10px;
    padding: 0 20px;
}

.is_isUrgent_cont {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 20px 0;
    /* margin-top: 10px; */
    /* border-bottom: 2px solid #ddd; */
    /* margin-bottom: 10px; */
}

.is_isUrgent_cont_r {
    display: flex;
}

.is_isUrgent_cont_r div {
    padding: 4px 25px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.is_isUrgent_cont_r div:nth-child(1) {
    border-right: 0;
}

.is_isUrgent_cont_r_sel {
    background: #409eff;
    color: #fff;
}

.patient_data {
    padding: 0 20px 10px;
    border-bottom: 2px solid #ddd;
    /* height: 200PX; */
    overflow-y: auto;
}

.patient_data_title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.patient_data_cont {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 0 10px;
}

.patient_data_cont_item {
    width: 44%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.select_w_w {
    width: calc(100% - 80px);
}

.workOrderManageAddInfo_describes {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.workOrderManageAddInfo_describes div:nth-child(1) {
    width: 70px;
}

.workOrderManageAddInfo_describes div:nth-child(2) {
    width: calc(100% - 80px);
    height: 70px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #ddd;
    overflow-y: auto;
}

.createWorkOrder {
    border-radius: 20px;
    background: #409eff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    color: #fff;
    margin: 0 20px;
    cursor: pointer;
}

.ibox-content-height {
    height: 720px;
    overflow-y: auto;
    box-sizing: border-box;
}

.m_list_r_item_div_sel {
    cursor: pointer;
    background-color: #ECF5FF;
    color: rgb(29, 155, 247);
    border: 1px solid rgb(29, 155, 247)
}

.workOrderManageDetails_title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.workOrderManageDetails_title_text {
    font-size: 18px;
    position: relative;
    padding-left: 10px;
}

.workOrderManageDetails_title_text::before {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: #409eff;
    width: 5px;
}

.workOrderManageDetails_title_type {
    border: 1px solid #409eff;
    color: #409eff;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}


.steps-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step {
    position: relative;
    /*width: 100%;*/
    padding-bottom: 20px;
    padding-left: 70px;
    /* 圆点左侧的间距 */
}

.step.active .step-circle {
    background-color: teal;
    color: #fff;
}

.step-line {
    position: absolute;
    top: 10px;
    left: 26px;
    /* 线条左侧的位置 */
    width: 4px;
    height: 100%;
    background-color: #ddd;
    z-index: 0;
    /* 线条位于圆点下方 */
}

.step:last-child .step-line {
    display: none;
    /* 最后一个步骤不需要线条 */
}

.step-circle {
    position: absolute;
    left: 20px;
    top: 3px;
    /* transform: translateY(-50%); */
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    background-color: #ddd;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.step-opera {
    color: #fff;
    background-color: #F36B6E;
    border-radius: 5px;
    padding: 2px 5px;
    margin-right: 5px;
}

.step.active .step-circle {
    background-color: teal;
    color: #fff;

}

.workOrderManageDetails__pic {
    width: 120px;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.workOrderManageDetails__text {
    color: #409eff;
    cursor: pointer;
}

.workOrderManage_type {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.workOrderManage_type div {
    padding: 6px 10px;
}

.workOrderManage_type_sel {
    color: #fff;
    background: #409eff;
}

.workOrderManage_type_r {
    width: 10px;
    height: 10px;
    background: #409eff;
    border-radius: 50%;
}

.dropdown-menu {
    /*
    解决bootstrap表头filter-control select下拉框内容被遮挡显示不全的问题
    重写.dropdown-menu类的最大高度，同时配合调整table的style="min-height: 300px"
    */
    /* max-height: 500px !important; */
    overflow-y: auto;
}

#workOrderManage .dropdown-toggle::after {
    position: absolute;
    border-top: 0.35em solid #000000 !important;
    right: 12px;
    top: 18px;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
}

#workOrderManage .dropdown-toggle::before {
    position: absolute;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    right: 12px;
    border-bottom: 0.35em solid #000000 !important;
    top: 12px;
}

.workOrderManage_color_red {
    color: red;
}

.default-btn::file-selector-button {
    border: 1px solid #ced4da;
    color: #495057;
    background: #fff;
}