﻿@charset "utf-8";
/* 你自己的样式 */
body{
    font-size:15px;
}
th, td, button, input, select, textarea {
    font-size: 14px;
}
.navbar-wrapper {
    height: 130px;
}
.Hui-aside {
    top: 80px;
    width: 250px;
    background-color: #c8c7c7;
}
.Hui-article-box {
    top: 80px;
}
.header-img-content {
    height: 130px;
    background-color: #596678;
}
.Hui-article-box {
    left: 250px;
}
.dislpayArrow {
    left: 250px;
}
.big-page .Hui-aside {
    left: -250px;
}
.Hui-aside .menu_dropdown li, .Hui-aside .menu_dropdown dt {
    padding: 0;
    font-size: 17px;
    line-height: 70px;
    font-weight: 600;
    color: #5c4040;
}
    .Hui-aside .menu_dropdown li i, .Hui-aside .menu_dropdown dt .Hui-iconfont {
        margin-left: 30px;
        font-size: 25px;
    }
    .Hui-aside .menu_dropdown li a {
        color: #5c4040;
        padding-left: 60px;
        font-weight: 600;
    }
.Hui-aside .menu_dropdown dd li a {
    padding-left: 60px;
    line-height: 70px;
    font-weight: 600;
    color: #5c4040;
}
.breadcrumb {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    font-weight: 600;
    color: #735555;
}
.hide{
    display:none !important;
}


img[src=""], img:not([src]) {
    /*opacity:0;*/
    /*width:100%!important;*/
}

.pl-100 {
    padding-left: 100px;
}

.Hui-aside .menu_dropdown a.active_c {
    background: #f5f5f5;
    /*-moz-border-radius: 5px; /* Firefox */
    /*-webkit-border-radius: 5px; /* Safari 和 Chrome */
    /*border-radius: 5px;  Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

::-webkit-scrollbar {
    width: 10;
}

.imgConta {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 110px;
    min-height: 110px;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}

    .imgConta img, .imgHospital img, .imgContSmall img {
        width: 100%;
    }

.imgRound {
    width: auto;
    height: 140px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}

    .imgRound img {
        width: 140px;
        height: 140px;
        background: url(../images/picture.png) center;
        background-size: 100% 100%;
    }

.imgHospital {
    width: 180px;
    height: 60px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}
/*身份证尺寸*/
.imgContSmall {
    display: inline-block;
    width: 99%;
    height: 130px;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}

.red {
    color: red;
}

textarea {
    resize: none;
    width: 99%;
    height: 80px;
    line-height: 20px;
    font-size: 14px;
}

.page_div {
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    margin-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: right;
}
    /*
 * 页数按钮样式
 */
    .page_div a {
        min-width: 30px;
        height: 28px;
        border: 1px solid #dce0e0 !important;
        text-align: center;
        /*margin: 0 4px;*/
        margin: 4px;
        cursor: pointer;
        line-height: 28px;
        color: #666666;
        font-size: 13px;
        display: inline-block;
    }

#firstPage,
#lastPage {
    width: 50px;
    color: #0073A9;
    border: 1px solid #0073A9 !important;
}

#prePage,
#nextPage {
    width: 70px;
    color: #0073A9;
    border: 1px solid #0073A9 !important;
}

.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

    .totalPages span,
    .totalSize span {
        color: #0073A9;
        margin: 0 5px;
    }

.cursor {
    cursor: pointer;
}

.liActive {
    background: #0073A9;
    color: #fff;
}

    .liActive > a {
        color: #fff;
    }
/*块*/
.block {
    margin-top: 10px;
    border: 1px solid rgb(169,169,169);
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    margin-right: 45px
}

    .block > .formControls {
        text-align: center;
    }

        .block > .formControls span {
            font-size: 24px;
        }

.allBorder {
    border: 1px solid #ddd;
}

/*切换开关*/
.switchOpen {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 26px;
    border-radius: 13px;
    cursor: pointer;
    background: rgba(0,184,0,0.8);
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

    .switchOpen:after {
        content: "";
        width: 22px;
        height: 22px;
        border-radius: 50%;
        position: absolute;
        background: white;
        box-shadow: 0px 2px 4px rgb(0,0,0);
        top: 2px;
        right: 2px;
    }

.switchClose {
    background: rgba(196,196,196,0.4);
}

    .switchClose:after {
        content: "";
        width: 22px;
        height: 22px;
        border-radius: 50%;
        position: absolute;
        background: rgba(255,255,255,0.8);
        box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
        top: 2px;
        left: 2px;
    }
/*切换开关*/
/*隐藏块*/
.anotherBlock {
    display: none;
}
/**/
.headImg {
    width: 115px;
}

.headImgAno {
    width: 100%;
}

.navbar {
    background-color: #355770;
    background-repeat: no-repeat;
    background-position: center center
}
