.text-danger {
    color: #ce001e;
}

.text-999 {
    color: #999;
}
.text-success{
    color: #00906C;
}
.text-ddd {
    color: #999;
}
.text-indent{
    text-indent: 2em;
}

.padding-lr-10 {
    padding-left: 20px;
    padding-right: 20px;
}
.padding-b-8{
    padding-bottom: 8px;
}
.padding-t-15{
    padding-top: 15px;
}

.max-100p{
    max-width: 100%;
}

.navbar-expand-lg {
    min-height: 70px;
}

.navbar-expand-lg .navbar-toggle {
    margin-top: 18px;
}

.navbar-expand-lg .navbar-header {
    min-height: 70px;
}

.navbar-expand-lg .navbar-brand img {
    display: inline-block;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav > .active > a, .navbar-expand-lg .navbar-nav > .active > a:hover, .navbar-expand-lg .navbar-nav > .active > a:focus {
        background-color: transparent;
        border-bottom: 2px solid #ce001e;
    }

    .navbar-collapse .navbar-nav {
        float: right;
    }

    .navbar-collapse > .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-expand-lg {
        background-color: rgba(255, 255, 255, 1);
        border-color: #eee;
    }

}

@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }
}

.navbar-expand-lg.sliders {
    background: rgb(255, 255, 255);
    transition: background 1s;
    -moz-transform: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
}

.navbar-expand-lg > .container > .navbar-collapse > .nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}

.login-box {
    height: 70px;
    line-height: 70px;
}

.login-box a {
    color: #ce001e;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.login-box .login {
    border-right: 1px solid #ce001e;
}

.form-control:focus {
    border-color: #ce001e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(206, 0, 30, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(206, 0, 30, 0.3);
}

.cx-footer {
    /*padding: 7em 0;*/
    margin-top: 20px;
    /*border-top: 1px solid #ddd;*/
    background-color: #fff;
    /*background: #303841;*/
    /*color: rgba(255,255,255,.3)*/
}

.cx-footer a {
    color: rgba(0, 0, 0, .5);
    text-decoration: none;
}

.cx-footer a:hover {
    color: #000;
    text-decoration: none;
}

.cx-footer .copyright {
    /*margin-top: 50px*/
}

@media screen and (max-width: 768px) {
    .cx-footer {
        padding: 3em 0
    }

    .cx-footer .copyright {
        margin-top: 0
    }
}



.cx-footer .copyright p {
    line-height: 20px
}

.cx-footer .copyright p .icon {
    position: relative;
    top: 2px
}

.cx-footer .cx-footer-widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;

}

.cx-footer .cx-footer-widget img {
    width: 120px;
    height: 120px;
    margin-top: 20px;
}

.cx-footer .cx-footer-widget h3 {
    /*color: #fff;*/
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px
}

.cx-footer .cx-footer-widget ul {
    margin: 0;
    padding: 0
}

.cx-footer .cx-footer-widget ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 2;
}

.cx-support {
    color: rgba(0, 0, 0, .5);
}

@media (min-width: 992px) {
    .cx-support {
        float: right;
    }

    .cx-foot-qr {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .cx-support {
        display: block;
    }
}

/*分页*/
.page-danger > li > a, .page-danger > li > span {
    color: #ce001e;
}

.page-danger > .active > a, .page-danger > .active > span, .page-danger > .active > a:hover, .page-danger > .active > span:hover, .page-danger > .active > a:focus, .page-danger > .active > span:focus {
    background-color: #ce001e;
    border-color: #ce001e;
}

.page-danger > li > a:hover, .page-danger > li > span:hover, .page-danger > li > a:focus, .page-danger > li > span:focus {
    color: #ce001e;
}

.pager-loose {
    margin: 20px 0;
}

.pager-loose.pager-pills > li > a, .pager-loose.pager-pills > li > span {
    border-radius: 16px
}

.pager-loose > li > a, .pager-loose > li > span {
    margin-left: 5px;
    border-radius: 4px;
}

.pager-loose > li:first-child > a, .pager-loose > li:first-child > span {
    margin-left: 0
}

/*分页 结束*/

/*首页*/
.advance-search {
    background: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 3px;
    box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.12);
    position: relative;
    width: 100%;
    height: 126px;
    margin-top: -63px;
    overflow: hidden;
}

.advance-inner {
    position: relative;
    width: inherit;
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
    align-items: center;
    height: 100px;
}

.advance-inner .search-left-logo {
    position: absolute;
    left: 0;
    top: 0px;

}

.advance-inner .search-right-logo {
    position: absolute;
    right: 0;
    top: 0px;
}

.input-group-addon.fix-border {
    border: 0;
    background-color: transparent;
    padding-left: 0;
}

.search-item {
    font-size: 16px;
}

.search-item a {
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
    text-decoration: none;
}

.search-item a.active {
    color: #ce001e;
}

.btn-nurse {
    border-right: 2px solid #ccc;
}

.form-line {
    width: 100%;
}

.form-line .input-lg {
    font-size: 16px;
}

.form-line .btn-lg {
    border-radius: 0;
}

@media (min-width: 768px) {
    .form-line .btn-lg {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 599px) {
    .form-line .search-item {
        display: block;
    }

    .form-line .input-group-btn, .form-line .input-group-btn .btn-lg {
        display: block;
    }

}

.cx-fast-box {
    padding-top: 50px;
    padding-bottom: 35px;
    text-align: center;
}

.panel-custom {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 257px;
    overflow: hidden;
    border-radius: 0;
}

.panel-custom:hover {
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .2);
}

.panel-custom .panel-body {
    padding: 50px 15px;
    text-align: center;
}

.panel-custom .panel-body a {
    color: #999;
    text-decoration: none;
}

.panel-custom .panel-body a p {
    font-size: 18px;
    padding-top: 10px;
    color: #333;
}

.panel-custom .panel-body a:hover, .panel-custom .panel-body a:focus {
    text-decoration: none;
}

/*首页 结束*/

/*详情公共部分*/
@media (min-width: 992px ) {
    .serarch-box {
        margin-top: 90px;
    }
}

@media (max-width: 991px ) {
    .serarch-box {
        margin-top: 20px;
    }
}

.bread-custom {
    margin-top: 20px;
    background-color: #fff;
    border-top: 3px solid #ce001e;
    border-radius: 2px;
    box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.12);
}

.bread-custom .trangle .glyphicon {
    color: #ce001e;
}

.bread-custom > .trangle + li:before {
    content: '';
}

.id-info-box .media-heading{font-size: 16px; font-weight: bold;}
.id-info-box .id-info{
    margin-bottom: 5px;
    color: #666;
}

/*详情公共部分 结束*/

/*公司列表*/
.cx-list-right {
    width: 120px;
    text-align: center;
}

.btn-list-detail {
    display: block;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 15px;
    margin-top: 5px;
}

.cx-media-list {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.cx-media-list:last-child {
    border-bottom: 0;
}

.cx-media-list .media-left .media-object {
    width: 164px;
    height: 120px;
}

.cx-media-list .media-body .media-heading {
    margin-bottom: 10px;
}

.cx-media-list .media-body p {
    color: #999;
}

@media (max-width: 599px) {
    .cx-media-list .media-left .media-object {
        width: 64px;
        height: 64px;
    }

    .cx-media-list .media-body .media-heading {
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cx-media-list .media-body p {
        margin-bottom: 4px;
        font-size: 12px;
    }
}



/**公司列表 结束*/

/**详情部分*/
@media (min-width: 768px) {
    .advance-search-inner {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .advance-search-inner {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.media-img {
    width: 164px;
    height: 120px;
}

@media (max-width: 767px) {
    .media-img {
        margin-bottom: 15px;
    }
}

.padding-r-15 {
    padding-right: 15px;
}

.cx-contact-box {
    width: 100%;
    padding: 8px;
    background-color: #f8f8f8;
}

.cx-contact-box p {
    margin-bottom: 5px;
}

.cx-contact-box p:last-child {
    margin-bottom: 0;
}

.option-box {
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.option-box > .breadcrumb {
    background-color: transparent;
    float: right;
    margin-bottom: 0;
}

.option-box > .breadcrumb > li + li:before {
    content: "|";
}

.cx-detail .panel .panel-body h4 {
    font-size: 16px;
    font-weight: bold;
}

.cx-detail-total {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #f8f8f8;
}

.cx-detail-total .total-number {
    font-size: 20px;
    color: #ce001e;
}

.cx-detail-total-title {
    font-size: 16px;
}

.cx-service-total {
    border: 1px solid #ce001e;
    padding: 2px 10px;
    text-align: center;
    color: #ce001e;
    display: inline-block;
}

@media (min-width: 600px) {
    .visible-xxs {
        display: none;
    }

    .chart-title {
        padding-right: 5px;
        margin-right: 5px;
        border-right: 1px solid #333;
    }

    .table-box {
        display: table;
        width: 100%;
    }

    .table-cell {
        overflow: hidden;
        display: table-cell;
    }

    .chart-left {
        width: 75%;
    }

    .chart-right {
        vertical-align: middle;
        width: 25%;
        border-left: 1px solid #ddd;
        padding-left: 10px;
        padding-right: 10px;
    }

    .chart-pie {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 599px) {
    .hidden-xxs {
        display: none !important;
    }

    .visible-xxs {
        display: block !important;
    }

    .chart-title {
        font-size: 14px;
        font-weight: bold;
    }

    .use-title {
        font-weight: bold;
        font-size: 14px;
    }

    .chart-pie {
        width: 100%;
        height: 100px;
        font-size: 12px;
    }

}

.table-responsive .table-custom {
    text-align: center;
}

.table-responsive > .table-custom > thead > tr > th {
    text-align: center;
}

.table-responsive > .table-custom > thead > tr > th, .table-responsive > .table-custom > thead > tr > td {
    border-bottom-width: 1px;
    background-color: rgba(238, 238, 238, .35);
}

.cx-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cx-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cx-content-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.cx-content-nav li {
    padding: 8px 5px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 20px;

    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.cx-content-nav li .glyphicon {
    display: none;
    position: absolute;
}

.cx-content-nav li .glyphicon-triangle-right {
    left: 5px;
    top: 50%;
    margin-top: -7px;
}

.cx-content-nav li .glyphicon-triangle-left {
    right: 5px;
    top: 50%;
    margin-top: -7px;
}

.cx-content-nav > li + li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background-color: #eee;
    top: -31px;
    left: 50%;
}

.cx-content-nav li.active {
    border: 1px solid #ce001e;
    color: #ce001e;
}

.cx-content-nav li.active .glyphicon {
    display: inline-block;
}

/*详情 结束*/

.check-box {
    cursor: pointer;
}

.check-item {
    width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.checkbox-empty {
    background: url('../../images/index/icon-check-empty.png') no-repeat top center;
    background-size: 100% 100%;
    width: 20px;
    margin-right: 3px;
}

.checkbox-checked {
    background: url('../../images/index/icon-checked.png') no-repeat top center;
    background-size: 100% 100%;
}

/*个人中心*/
.pc-user-head {
    background: url("../../images/index/pc-user.png") no-repeat center center;
    width: 100%;
    height: 158px;
    line-height: 158px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .user-index {
        padding-top: 85px;
    }

}

@media (max-width: 991px) {
    .user-index {
        padding-top: 15px;
    }

}

.pc-user-head img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.pc-user-head span {
    color: #fff;
}

.user-name {
    margin-left: 10px;
}

.user-phone {
    margin-left: 10px;
}

.user-panel {
    border-radius: 0;
}

.user-panel .panel-heading {
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.user-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-menu li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.user-menu li .glyphicon-triangle-right {
    display: none;
    position: absolute;
    left: 0;
    top: 2px;
}

.user-menu li a {
    color: #333;
    text-decoration: none;
}

.user-menu li.active, .user-menu li.active a {
    color: #ce001e;
}

.user-menu li.active .glyphicon-triangle-right {
    display: inline-block;
}

/*个人中心 右内容区*/
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.nav-list li {
    cursor: pointer;
    padding-right: 25px;
    position: relative;
    display: inline-block;
}

.nav-list li.active {
    color: #ce001e;
}

.nav-list li.active:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #ce001e;
    bottom: -10px;
    left: 50%;
    margin-left: -32px;
}

.fav-nurse {
    border: 1px solid #eee;
    padding: 10px;
}

.credit-box thead tr th {
    background-color: #f8f8f8;
    border-bottom: 0;
    font-weight: normal;
    color: #999;
}

.credit-box tbody tr td {
    vertical-align: middle;
}

.btn-credit {
    color: #053DAE;
    border-color: #053DAE;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 10px;
}

.btn-credit:hover {
    background-color: #053DAE;
    color: #fff;
    border-color: #053DAE;
}

.cpy-base{
    box-shadow: none;
    border-radius: 0;
}

.media-credit{
    margin-top: 0;
}
.media-credit p{
    margin-bottom: 8px;
}


.credit-detail{
    background-color: #f8f8f8;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.media-object-circle{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #00906C;
    display: inline-block;
}
.media-credit .media-body p{
    margin-bottom: 5px;
}
.badge-empty-danger{
    padding: 0 5px;
    text-align: center;
    border: 1px solid #ce001e;
    color: #ce001e;
    border-radius: 7px;
}


.btn-setting{
    background-color: #fff;
    border-color: #ce001e;
    color: #ce001e;
    padding-left: 50px;
    padding-right: 50px;
}
.btn-setting:hover{
    background-color: #fff;
    border-color: #ce001e;
    color: #ce001e;
}
@media (max-width: 599px) {
    .pwd{
        display: block;
        margin-bottom: 5px;
    }
}
@media (min-width: 600px) {
    .pwd-tips{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*求职*/
.job-title {
    position: relative;
    font-weight: normal;
}

.job-title:before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #999;
    position: absolute;
    top: 50%;
    margin-left: -80px;
}

.job-title:after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #999;
    position: absolute;
    top: 50%;
    margin-left: 30px;
}

.job-sub-title {
    color: #999;
}

.want-job-add {
    padding: 5px 30px;
    border-radius: 0;
}

/*征信查询*/
.query-title {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.combo {
    border: 1px solid #ce001e;
    padding: 8px 10px;
}

.query-cpy {
    background-color: #f5f5f5;
    box-shadow: none;
    border-radius: 0;
}

.query-cpy .form-group {
    position: relative;
}

.query-cpy input {
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 75px;
}

.query-cpy input:focus {
    box-shadow: none;
}

.query-cpy .form-group .label-title {
    position: absolute;
    left: 10px;
    top: 6px;
    z-index: 10;
}
.query-cpy .readonly .label-title,.query-cpy .readonly input{
    color: #999;
}

.ckb-item{
    background: url("../../images/index/checkbox-empty.png") no-repeat center center;
    width: 14px;
    height: 14px;
    vertical-align: text-top;
}
.ckb-item input[type=checkbox]{
    display: none;
}
.ckb-item.active{
    background: url("../../images/index/checkbox-checked.png") no-repeat center center;

}

.position-wxqrcode{
    position: absolute;
    z-index: 10;
    display: none;
    background-color: #fff;
    border:1px solid #ce001e;
    padding: 5px;
}
.position-wxqrcode img{
    width: 100px;
    height: 100px;
}
.position-wxqrcode p{
    padding-top: 5px;
    margin: 0;
    text-align: center;
    color: #999;
}
.position-wxqrcode:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    width:0;
    height:0;
    border-right:10px solid transparent;
    border-left:10px solid transparent;
    border-bottom:10px solid #ce001e;
}

.cpy-authed{
    padding: 1px 5px;
    background-color: #00a65a;
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
}
.cpy-auth-empty{
    font-size: 14px;
    padding: 1px 5px;
    background-color: #ccc;
    color: #fff;
    margin-left: 10px;
}
.cpy-authed:hover, .cpy-authed:focus, .cpy-auth-empty:hover,.cpy-auth-empty:focus{
    color: #fff;
    text-decoration: none;
}


.book-menu {
    width: 100%;
}

.book-menu li {
    width: 100%;
    height: 28px;
    margin: 0 auto;
    list-style-type: none;
    background: url(../../images/index/line_bg.gif) repeat-x 0 13px;
}
/*
.book-menu li a {
    float: left;
    height: 28px;
    padding: 0 5px 0 0;
    line-height: 28px;
    font-size: 14px;
    color: #00f;
    text-decoration: none;
    background: #fff;
}

.book-menu li span {
    float: right;
    height: 28px;
    padding: 0 0 0 5px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    background: #fff;
}*/

.book-menu li a {
    float: right;
    height: 28px;
    padding: 0 0 0 5px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    background: #fff;
}
.book-menu li span{
    float: left;
    height: 28px;
    padding: 0 5px 0 0;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    background: #fff;
}