body {
    background-color: #f7f7f7;
    font-size: 14px;
    padding-right: 0 !important;
    padding-top: 0 !important;
    font-family: Microsoft Yahei;
}
.boldRow:hover > div:first-child {
    font-weight: bolder;
}
.form-control {
    font-size: 14px!important;
}

header a {
    color: #999999!important;
}

a:hover {
    cursor: pointer;
}

.myTitle {
    color: #fff;
    background-color: #2281d5;
    padding: 4px 15px;
}

.footerHospital {
    color: #5E7684;
    background-color: #034566;
    font-size: 12px;
}

.footerInfo {
    color: #BFBFBF;
    background-color: #133142;
}

.flexBetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexBetween>li {
    text-align: center;
    width: 16.66%;
    height: 50px;
    line-height: 50px;
}

.flexBetween>li>a {
    padding: 0;
    height: 100%;
}

.flexBetween>li:hover {
    color: #2da1e5;
    border-bottom: 3px solid #2da1e5;
    box-sizing: border-box;
}

.active_li {
    border-bottom: 3px solid #2da1e5;
    box-sizing: border-box;
}

.active_span {
    color: #2da1e5;
}

.CurrentRoute {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #939393;
    border-bottom: 1px solid #f1f1f1;
}

.icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    margin-bottom: 3px;
    background-color: #ccc;
}

.dropdown-menu a:focus {
    background-color: #fff;
}

.offcanvas-collapse {
    z-index: 99;
}

.menuUlclass li {
    position: relative;
    list-style: none;
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}

.imgIndex {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
}

.menuUlclass li a {
    display: block;
    text-decoration: none;
    color: #777777;
    background-color: #f6f6f6;
    padding-left: 30px;
    width: 100%;
    height: 100%;
}

.menuUlclass li a:hover {
    cursor: pointer;
    background-color: #fff;
    color: #E56026;
}

.suiFanBtn {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #6edafb;
    outline: none;
    border: 0;
    border-radius: 5px;
}

.radioCommonClass {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
}

.completionStatusClass {
    display: none;
    vertical-align: baseline;
    margin-left: 5px;
}

.deleteClass {
    height: 35px;
    line-height: 35px;
}

.deleteClass:hover {
    cursor: pointer;
}

.modalWidth {
    min-width: 1000px;
}

.CaseCodeClass {
    color: #2270b5;
    font-weight: 600;
}

.MainTitle {
    font-size: 18px;
    color: #23A9EA;
}

.ViceTitle {
    font-size: 13px;
    color: #23A9EA;
    border-bottom: 3px solid #23A9EA;
}

.commonTitleClass {
    border-left: 5px solid #3fbef0;
    padding-left: 5px;
    color: #3FBEF0;
}

.minHeightCommonClass {
    min-height: 600px;
}

.loge {
    height: 70px;
}

.VideoClass {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 400px;
    background-color: #000;
    border: 1px solid #ccc;
    z-index: 999;
}

    .VideoClass video {
        outline: none;
    }

.closeVideo {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    transform: translate(50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .closeVideo img {
        width: 70%;
        height: 70%;
    }

    .videoListClass img:hover,
    .closeVideo:hover {
        cursor: pointer;
    }
.CollapseOrOpenClass img {
    width: 50%;
    height: 50%;
}

.CollapseOrOpenClass {
    display: none;
    position: absolute;
    top: 50%;
    right: -45px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    z-index: -1;
    background-color: #2270b5;
    transform: translateY(-50%);
}

.echartHeight {
    min-height: 680px;
}
.commonPadding {
    padding: 2rem !important;
}

.disabledClaSS {
    background-color: #dfdfdf !important;
}

@media screen and (max-width: 768px) {
    .commonPadding {
        padding: 1rem !important;
    }
    .echartHeight {
        min-height: 320px;
    }

    .CollapseOrOpenClass {
        display: block;
        position: absolute;
        top: 40%;
        right: -40px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        z-index: -1;
        background-color: #2270b5;
    }
    .flexBetween {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .offcanvas-collapse {
        top: 78px;
        z-index: 99;
    }
    .tableResponsive {
        width: 1000px;
    }
    .tableResponsiveMin {
        width: 600px;
    }
    .modalWidth {
        min-width: auto;
    }
    .menuUlclass {
        position: fixed;
        display: block;
        z-index: 98;
        height: 100%;
        width: 60%;
        left: 0;
        top:75px;
        background-color: #fff;
        transition: all 0.4s;
        transform: translateX(-100%);
    }
    .menuUlclass li {
        position: relative;
        list-style: none;
        height: 30px;
        width: 100%;
        line-height: 30px;
        border-bottom: 1px dashed #ccc;
    }
    .suiFanBtn {
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
        height: 25px;
        line-height: 25px;
        color: #fff;
        background-color: #6edafb;
        outline: none;
        border: 0;
        border-radius: 5px;
    }
    .loge {
        height: 65px;
    }
    .flexBetween > li {
        text-align: center;
        width: 20.66%;
        height: 50px;
        line-height: 50px;
    }
    .VideoClass {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 400px;
        background-color: #000;
        border: 1px solid #ccc;
        z-index: 999;
    }
}
@media (min-width: 992px) {
    .modal-tigen{
        max-width: 1234px;
    }
}