﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}

    *::before, *::after {
        box-sizing: border-box;
    }

:root {
    --primary-color: #3F82F7;
    --default-color: #EDF0F6;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
}

input {
    height: 40px;
    padding-left: 6px;
    border: 1px solid #eee;
    outline: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

.red {
    color: red;
}
.blue {
    color: blue;
}
.green {
    color: green;
}
.flex {
    display: flex;
}

    .flex.flex-3 > div {
        width: 33%;
    }

    .flex.flex-2 > div {
        width: 50%;
    }

    .flex.flex-4 > div {
        width: 25%;
    }

.flex-item {
    flex: 1;
}

.btn {
    display: inline-block;
    height: 40px;
    padding: 0 21px;
    line-height: 40px;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
}

    .btn:last-child {
        margin-right: 0;
    }

input[type=submit].btn {
    height: 38px;
}

.btn-default {
    background: #EDF0F6 !important;
    color: #999 !important;
}

.btn-primary {
    background: #3F82F7;
    color: #fff;
}

    .btn-primary:hover {
        color: #fff;
    }


.primary-color {
    color: #3F82F7;
}

.text-center {
    text-align: center !important;
}

.table-list {
    margin-bottom: 20px;
}

    .table-list > thead > tr > th {
        background: #F1F3F7;
        padding: 11px 0;
    }

    .table-list > tbody > tr > td {
        padding: 3px 0;
        text-align: center;
        border-bottom: 1px solid #eee;
        height: 30px !important;
        line-height: 30px !important;
    }


.input-disabled {
    background: #ddd !important;
}

.one-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*通用*/
.container {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    /*overflow: hidden;*/
}

.layout-container::after {
    content: "";
    clear: both;
    display: block;
}

.left-layout {
    float: left;
    width: 255px;
}

.right-layout {
    float: left;
    width: 885px;
}

.w100per {
    width: 100% !important;
}

.w50per {
    width: 50% !important;
}

.w50per {
    width: 50% !important;
}

.text-red {
    color: #f00 !important;
}

.text-green {
    color: #7cb305 !important;
}

.hs-checkbox {
    width: 22px;
}
/*华顺label*/
.hs-label {
    position: relative;
}

    .hs-label > label {
        color: #999;
        width: 140px;
        display: inline-block;
        text-align: right;
        vertical-align: top;
    }

    .hs-label > span {
        color: #333;
        display: inline-block;
        /*max-width: 255px;*/
    }

.hs-label-inline {
    width: 114px;
    font-size: 12px;
    display: inline-block;
}

.hs-label-inline {
    width: 114px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0 !important;
}

.hs-table-label > label {
    color: #999;
    width: 100px;
    display: table-cell;
    text-align: right;
    vertical-align: top;
}

.hs-table-label > span {
    color: #333;
    display: table-cell;
}

/*华顺tab*/
.hs-tabs {
    background: #DCE7FA;
    color: #000;
    padding: 0 10px;
    margin-bottom: 10px;
}

.hs-tab {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #666;
    margin: 0 22px;
    cursor: pointer;
}

    .hs-tab:hover {
        color: #3F82F7;
    }

    .hs-tab.active {
        color: #333;
        border-bottom: 2px solid #3F82F7;
    }


/*华顺布局*/
.hs-grid {
}

    .hs-grid::after {
        content: "";
        clear: both;
        display: block;
    }

.hs-col {
    /*text-align: center;*/
    width: 255px;
    float: left;
    margin-bottom: 40px;
    margin-left: 40px;
}


/*华顺按钮*/

.hs-grid-buttons a {
    border: 1px solid #f2f2f2;
    border-left: none;
    border-top: none;
}

    .hs-grid-buttons a:first-child {
        border-left: 1px solid #f2f2f2;
    }

.hs-grid-buttons::after {
    content: "";
    clear: both;
    display: block;
}

.hs-grid-button {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.hs-grid-buttons > .hs-grid-button {
    text-decoration: none;
}

.hs-grid-button.default {
    color: #999;
    background: #EDF0F6;
}


.hs-grid-button.primary {
    color: #fff;
    background: #3F82F7;
}


.span-word-2 {
    display: inline-block;
    width: 28px;
}


/*hs步骤条*/
.hs-step-box {
    position: relative;
}

/*.hs-step-box .hs-step-line {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        height: 1px;
        border-bottom: 1px dashed #d2d2d2;
        margin-top: 1px;
        z-index: -1;
    }*/

.hs-step {
    position: relative;
    margin-bottom: 40px;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

    .hs-step::before {
        /*content: "";
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        height: 1px;
        border-bottom: 1px dashed #d2d2d2;
        margin-top: 1px;
        z-index: -1;*/
    }

.hs-step-box {
    background: #fff;
    padding: 0 10px;
}

.hs-step-item ::before {
    content: "";
    position: absolute;
    width: 1000%;
    left: 100%;
    top: 50%;
    height: 1px;
    border-bottom: 1px solid #d2d2d2;
    margin-top: -1px;
    z-index: 0;
}

.hs-step-item.active .hs-step-num {
    background: #3F82F7;
    color: #fff;
}

.hs-step-item.active .hs-step-txt {
    color: #3F82F7;
}

.hs-step-num {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #D2D2D2;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 5px;
}

.hs-step-txt {
}
/*hs分页样式*/
.hs-pagination {
}

.hs-page-info {
    float: right;
    margin-top: 5px;
    margin-right: 100px;
}

.hs-page-paging {
    float: right;
}


.hs-pagination .ui-pagination-container .ui-pagination-page-item {
    background: #EDF0F6;
    color: #333;
    padding: 10px 15px;
    border: none;
}

    .hs-pagination .ui-pagination-container .ui-pagination-page-item.active {
        background: #3F82F7;
        color: #fff;
    }
/*面包屑导航*/
.bread-nav {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3F82F7;
    padding-bottom: 15px;
    font-size: 14px;
}

    .bread-nav > div {
        display: inline-block;
    }

        .bread-nav > div > a {
            color: #333;
        }
    .bread-nav i {
        padding-right:4px;
    }
    /*搜索栏*/
    .search-bar {
        display: flex;
        margin-bottom: 40px;
    }

    .search-bar > input {
        width: 100%;
        height: 40px;
        padding-left: 10px;
        border: 1px solid #EEEEEE;
    }

    .search-bar > div {
        background: #3F82F7;
        color: #fff;
        width: 100px;
        text-align: center;
        line-height: 40px;
        height: 40px;
        cursor: pointer;
    }

/*杂项*/

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-20 {
    padding-top: 20px;
}

.pl-50 {
    padding-left: 50px;
}

.bg-bule-title {
    background: #DCE7FA;
    color: #000;
    padding: 12px 10px;
    margin-bottom: 10px;
}

.float-left {
    float: left !important;
}

.vertical-top {
    vertical-align: top;
}


.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/*Header和Footer*/
.navbar-bar {
    position: relative;
    height: 80px;
    box-shadow: 0 0 4px #ddd;
    padding-top: 15px;
    z-index: 100;
}

.user-login-box {
    float: right;
    width: 40px;
    height: 60px;
    line-height: 40px;
    margin-right: 80px;
    margin-top: 10px;
    cursor: pointer;
    /*overflow: hidden;*/
}

    .user-login-box:hover .user-login-box-info {
        display: block;
    }

.user-login-box-info {
    display: none;
    /*position: absolute;*/
    z-index: 10;
    background: #fff;
    width: 180px;
    left: 0;
    border: 1px solid #ddd;
    margin-left: -60px;
    top: 50px;
    border-radius: 4px;
    box-shadow: 0 0 2px #ddd;
}

.login-panel > div:hover {
    color: #3F82F7;
}

.user-login-box-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.ulba-avatar {
    position: relative;
}

    .ulba-avatar > .icon {
        display: none;
        position: absolute;
        left: 15px;
        color: #04ac04;
        top: 11px;
        font-size: 35px;
        font-weight: bold;
    }


        .ulba-avatar > .icon.isAuth {
            display: block;
        }


.ulba-info > .noAuth {
    color: #999;
}

.ulba-info > .isAuth {
    color: #04ac04;
}

.user-login-box-info > div {
    text-align: center;
    transition: all .3s;
}

    .user-login-box-info > div:hover {
        /*color: #2f73f8;*/
    }

.user-login-box > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: scale(1);
    transition: all .3s;
}

    .user-login-box > img:hover {
        transform: scale(1.1);
    }


.user-login-box-info-desc {
    display: flex;
    padding: 20px 10px 0 10px;
    height: 70px;
    border-bottom: 1px solid #eee;
}

    .user-login-box-info-desc > div {
        line-height: 1;
    }

.user-login-box-user-avatar {
    border: 1px solid #2f73f8;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #2f73f8;
    color: #fff;
    box-shadow: 0 0 1px #2f73f8;
}

.ulba-info {
    text-align: left;
}

    .ulba-info > div:first-child {
        width: 110px;
        font-size: 16px;
        margin-bottom: 6px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .ulba-info > div:last-child {
        font-size: 12px;
        height: 100%;
    }

.user-no-login-box {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
    background: #3f82f7;
    color: #fff;
}

    .user-no-login-box > a {
        display: inline-block;
        color: #333;
    }

    .user-no-login-box > span {
        display: inline-block;
        color: #ddd;
    }


    .user-no-login-box > a {
        padding: 6px 0;
    }

    .user-no-login-box .register {
        background: #3f82f7;
        color: #fff;
        padding-right: 10px;
        padding-left: 10px;
        transition: all .3s;
    }

        .user-no-login-box .register:hover {
            background: #5794ff;
        }

    .user-no-login-box .login {
        color: #fff;
        /*color: #3f82f7;
        border: 1px solid #3f82f7;*/
        padding-right: 10px;
        padding-left: 10px;
        margin-right: -4px;
        transition: all .3s;
    }

        .user-no-login-box .login:hover {
            background: #5794ff;
        }

.navbar {
    margin: 0 auto;
    height: 100%;
}

.navbar-txt {
    float: left;
    margin-left: 100px;
    font-size: 36px;
    color: #0B2754;
    line-height: 1;
    margin-top: 5px;
    cursor: pointer;
}

    .navbar-txt > img {
        width: 560px;
    }

.navbar > ul {
    float: right;
    margin-top: 15px;
    margin-right: 50px;
}

    .navbar > ul > li {
        float: left;
        list-style: none;
    }

        .navbar > ul > li:hover > a {
            color: #3F82F7;
        }

            .navbar > ul > li:hover > a > .icon {
                transform: rotate(180deg);
                color: #3F82F7;
            }

        .navbar > ul > li > a {
            display: block;
            width: 100px;
            height: 45px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            color: #333;
            font-size: 16px;
        }

            .navbar > ul > li > a.home {
                width: 70px;
            }

            .navbar > ul > li > a:hover {
                color: #3F82F7;
            }

            .navbar > ul > li > a > .icon {
                margin-left: 2px;
                font-size: 12px;
                display: inline-block;
                transition: all .3s;
            }

.dropdown {
    position: relative;
}

    .dropdown:hover > .dropdown-menu {
        opacity: 1;
        z-index: 120;
    }

    .dropdown > .dropdown-menu {
        position: absolute;
        background: #fff;
        width: 180px;
        left: 50%;
        margin-left: -90px;
        list-style: none;
        box-shadow: 0 0 2px #ddd;
        opacity: 0;
        z-index: -1;
        transition: all .3s;
    }

        .dropdown > .dropdown-menu > li {
        }

            .dropdown > .dropdown-menu > li > a {
                display: block;
                text-decoration: none;
                text-align: center;
                padding: 10px 0;
                color: #333;
                transition: all .2s;
            }

                .dropdown > .dropdown-menu > li > a:hover {
                    background: #3F82F7;
                    color: #fff;
                }

.footer {
    height: 176px;
    background: #434343;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 60px;
    padding-top: 58px;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

    .footer > div:first-child {
        margin-bottom: 20px;
    }


/*机构备案申请*/
.ba-step-list {
}

    .ba-step-list > ul {
        list-style: none;
    }

        .ba-step-list > ul > li {
            float: left;
        }


/*.inner-page-banner {
    height: 160px;
    background: url(../assets/image/inner-page-banner.png) no-repeat center center;
    background-size: cover;
}*/
/*表格组件样式*/
table {
    width: 100%;
    border-collapse: collapse;
}

    table > tbody > tr > td > select,
    table > tbody > tr > td > input[type=text],
    table > tbody > tr > td > textarea {
        height: 40px;
        border: 1px solid #D2D2D2;
        width: 100%;
        padding-left: 10px;
    }

.table-form {
    width: 100%;
    margin-bottom: 50px;
}

    .table-form > tbody > tr > td {
        position: relative;
        line-height: 1;
        padding: 8px 0;
        border-radius: 2px;
        vertical-align: baseline;
    }

        .table-form > tbody > tr > td > i {
            margin-right: 4px;
        }

        .table-form > tbody > tr > td:nth-child(odd) {
            text-align: right;
            line-height: 1.2;
        }

        .table-form > tbody > tr > td > label {
        }


        .table-form > tbody > tr > td > select,
        .table-form > tbody > tr > td > input[type=text],
        .table-form > tbody > tr > td > textarea {
            height: 40px;
            border: 1px solid #D2D2D2;
            width: 100%;
            padding-left: 6px;
        }


        .table-form > tbody > tr > td > textarea {
            resize: vertical;
            padding: 6px;
            min-height: 110px;
        }

        .table-form > tbody > tr > td > .tf-error-tip {
            margin-top: 5px;
            color: #f00;
        }

        .table-form > tbody > tr > td > .tf-info-tip {
            margin-top: 5px;
            color: #999;
        }

.table-dynamic-container {
    position: relative;
}

.table-dynamic {
    margin-bottom: 50px;
}

    .table-dynamic > thead > tr > th {
        padding: 2px;
        border: 1px solid #B9D1FC;
        height: 40px;
        background: #F1F3F7;
        font-weight: normal;
    }

    .table-dynamic > tbody > tr > td {
        padding: 5px;
        border: 1px solid #B9D1FC;
    }

        .table-dynamic > tbody > tr > td > select,
        .table-dynamic > tbody > tr > td > input,
        .table-dynamic > tbody > tr > td > input[type=text],
        .table-dynamic > tbody > tr > td > textarea {
            padding-left: 6px;
            border: 1px solid #D2D2D2;
        }



.table-dynamic-add-btn {
    display: block;
    position: absolute;
    bottom: -30px;
    width: 30px;
    height: 30px;
    background: #DCE7FA;
    text-align: center;
    line-height: 30px;
    color: #3F82F7;
    left: 0;
    cursor: pointer;
}
/*上传按钮*/
.upload-btn {
    position: relative;
    border: 1px solid #D2D2D2;
    width: 90px;
    height: 120px;
    cursor: pointer;
}

    .upload-btn::before {
        position: absolute;
        content: "";
        width: 36px;
        height: 2px;
        background: #D2D2D2;
        top: 50%;
        left: 50%;
        margin-left: -18px;
        z-index: -1;
    }

    .upload-btn::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 36px;
        background: #D2D2D2;
        top: 50%;
        left: 50%;
        margin-top: -18px;
        z-index: -1;
    }

.upload-img-list-item {
    float: left;
    width: 90px;
    height: 120px;
    border: 1px solid #f2f2f2;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

    .upload-img-list-item > img {
        display: block;
        width: 100%;
    }

.upload-img-list-item-del {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    background-color: #f00;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.upload-container {
    margin-bottom: 20px;
}

    .upload-container::after {
        content: "";
        clear: both;
        display: block;
    }



/*提交按钮样式*/
.btn-apply-group {
    text-align: center;
}

    .btn-apply-group > .btn-btn-apply {
        display: inline-block;
        height: 40px;
        padding: 0 21px;
        line-height: 40px;
        text-decoration: none;
    }

    .btn-apply-group > a.prev {
        background: #eee;
        color: #3F82F7;
    }

    .btn-apply-group > a.next {
        background: #3F82F7;
        color: #fff;
    }



/*步骤条*/
.step-bar {
    margin-bottom: 20px;
}

    .step-bar::after {
        content: "";
        clear: both;
        display: block;
    }

.step-bar-item {
    position: relative;
    float: left;
    margin-right: 160px;
}

    .step-bar-item:last-child {
        margin-right: 0;
    }

    .step-bar-item.active::after {
        border-bottom: 1px dashed #3F82F7;
    }

    .step-bar-item.active > .step-bar-item-txt {
        color: #3F82F7;
    }

    .step-bar-item.active > .step-bar-item-num {
        background: #3F82F7;
    }


    .step-bar-item::after {
        content: "";
        position: absolute;
        width: 140px;
        height: 1px;
        border-bottom: 1px dashed #D2D2D2;
        top: 12px;
        right: -150px;
    }

    .step-bar-item:last-child::after {
        content: "";
        display: none;
    }

.step-bar-item-num {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #D2D2D2;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 5px;
}


.step-bar-item-line {
}



/*省市区选择*/

.area-side-menu {
    border: 1px solid #f2f2f2;
    padding: 5px;
}

.asm-item {
    border-bottom: 1px solid #f2f2f2;
}

    .asm-item:last-child {
        border-bottom: none;
    }

    .asm-item.active > .asm-city {
        font-weight: bold;
    }

        .asm-item.active > .asm-city > .icon {
            transform: rotate(180deg);
            color: #3F82F7;
        }

    .asm-item.active > .asm-region {
        display: block;
    }

.asm-city {
    font-size: 16px;
    padding: 18px 15px;
    cursor: pointer;
}

    .asm-city > .icon {
        float: right;
        margin-top: 5px;
        font-size: 10px;
        transform: rotate(0);
        transition: all .3s;
    }

.asm-region {
    display: none;
}

    .asm-region > div {
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #666;
        cursor: pointer;
        transition: all .2s;
    }

        .asm-region > div.active {
            background: #3F82F7;
            color: #fff;
        }

        .asm-region > div:hover {
            background: #3F82F7;
            color: #fff;
        }


/*完成页面*/
.done-step {
    text-align: center;
}

    .done-step > i {
        font-size: 150px;
        color: #39cc39;
    }


    .done-step > div {
        font-size: 30px;
    }

    .done-step i {
        font-size: 72px !important;
    }


.inline-select > select {
    width: 100px;
    height: 40px;
    margin-right: 10px;
}

.red-list-item-info > p {
    margin-bottom: 10px;
    height: 40px;
}
/*重写百度图片按钮素材*/
.webuploader-pick {
    padding: 29px 29px;
    background: none;
}

.hs-grid-inner .hs-col {
    margin-left: 20px;
    margin-bottom: 20px;
}

/*机构卡片样式*/
.agency-cards {
    padding-top: 20px;
}

    .agency-cards::after {
        content: "";
        clear: both;
        display: block;
    }

    .agency-cards .hs-col {
        margin-left: 20px;
    }


.agency-card-body {
    border: 1px solid #eee;
    padding: 10px;
    margin-top: -10px;
}

    .agency-card-body > p {
        font-size: 16px;
        margin-bottom: 10px;
    }

/*人员卡片样式 beta*/
/*.person-cards {
    padding-top: 20px;
}

.person-cards::after {
    content: "";
    clear: both;
    display: block;
}

.person-card {
    border: 1px solid #eee;
    padding-top: 20px;
}

    .person-card > img {
        width: 102px;
        height: 136px;
        display: block;
        margin: 0 auto;
    }

    .person-card > p {
        text-align:center;
    }

.person-cards .hs-col {
    margin-left: 20px;
    margin-bottom: 20px;
}


.person-card-body {
    padding: 10px;
    margin-top: -10px;
}*/


/*人员卡片展示*/
.hs-cards {
    padding-top: 20px;
}

.hs-card {
    text-align: center;
    width: 255px;
    float: left;
}

.hs-card-body {
    padding: 20px 10px 15px 10px;
    border: 1px solid #f2f2f2;
}

    .hs-card-body > img {
        margin-bottom: 10px;
    }

    .hs-card-body > p {
        margin-bottom: 10px;
    }

    .hs-card-body > table > tbody > tr > td:first-child {
        width: 72px;
        vertical-align: top;
        color: #999;
    }

    .hs-card-body > table > tbody > tr > td:last-child {
        text-align: left;
        /*padding-bottom: 10px;*/
        color: #333;
    }

.hs-card-footer {
    /*border: 1px solid #f2f2f2;*/
}

    .hs-card-footer > .cal-item-btn {
        float: left;
        width: 50%;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-decoration: none;
    }

        .hs-card-footer > .cal-item-btn.ts {
            background: #EDF0F6;
            color: #999;
        }

        .hs-card-footer > .cal-item-btn.xq {
            background: #3F82F7;
            color: #fff;
        }


.two-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.two-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.hs-grid-inner .hs-card {
}

.jg-card {
    border: 1px solid #eee;
}

    .jg-card > img {
        width: 255px;
        height: 180px;
    }

.jg-card-media > img {
    width: 255px;
    height: 180px;
}

.jg-card-body {
    padding: 10px;
}

    .jg-card-body > p {
        margin-bottom: 10px;
    }

    .jg-card-body > table > tbody > tr > td:first-child {
        width: 70px;
        height: 25px;
        color: #666;
        vertical-align: top;
    }

    .jg-card-body > table > tbody > tr > td:last-child {
        color: #333;
        vertical-align: top;
    }

.jg-card-footer {
}

    .jg-card-footer > a {
        display: inline-block;
        width: 50%;
        margin-right: -4px;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }

        .jg-card-footer > a:first-child {
            background: #3F82F7;
            color: #fff;
        }

        .jg-card-footer > a:last-child {
            background: #EDF0F6;
            color: #666;
        }

.no-data {
    font-size: 18px;
    color: #666;
    text-align: center;
}

.ml-40 {
    margin-left: 40px;
}


.send-code-btn {
    background: #DCE7FA;
    color: black;
    position: absolute;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 20px;
    cursor: pointer;
}


.chs-hover {
    box-shadow: 0 0 0 #ddd;
    /*transform:translateY(0);*/
    transition: all .3s;
}

    .chs-hover:hover {
        /*transform: translateY(-5px);*/
        box-shadow: 2px 2px 4px #ddd;
    }

/**
基础卡片和机构或人员的卡片样式
*/
.chs-card {
    position: relative;
    display: block;
}

.chs-card-media {
    margin-bottom: -4px;
}

.chs-card-body {
    padding: 10px;
    border: 1px solid #eee;
}

    .chs-card-body > p {
        height: 40px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        color: #333;
    }

    .chs-card-body > .chs-card-label {
        margin-bottom: 6px;
    }

        .chs-card-body > .chs-card-label:last-child {
            margin-bottom: 0;
        }

        .chs-card-body > .chs-card-label > label {
            display: inline-block;
            width: 72px;
            vertical-align: top;
            color: #999;
        }

        .chs-card-body > .chs-card-label > span {
            display: inline-block;
            width: 155px;
            vertical-align: top;
            color: #333;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.chs-card-footer-btn-group {
    display: flex;
}

.chs-card-footer-btn {
    flex: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

    .chs-card-footer-btn.primary {
        background: #3F82F7;
        color: #fff;
    }

    .chs-card-footer-btn.default {
        background: #EDF0F6;
        color: #999;
    }

.chs-broker-card > .chs-card-media {
    text-align: center;
    padding-top: 20px;
    border: 1px solid #eee;
    border-bottom: none;
}

    .chs-broker-card > .chs-card-media > img {
        width: 102px;
        height: 136px;
    }

.chs-broker-card > .chs-card-body {
    border-top: none;
}

    .chs-broker-card > .chs-card-body > p {
        text-align: center;
        height: auto;
    }

    .chs-broker-card > .chs-card-body > .chs-card-label > span > span {
        /*white-space: normal;*/
    }

.chs-complain-card {
    box-shadow: 0 0 0 #ddd;
    transition: all .3s;
}

    .chs-complain-card:hover {
        box-shadow: 2px 2px 4px #ddd;
    }

.border-red {
    border: 1px solid #f00 !important;
}


.up-loading-img {
    position: absolute;
    width: 84px;
    left: 23px;
    top: 19px;
}

.msba {
    display: table-cell;
    font-size: 12px;
    padding-left: 10px;
    text-decoration: underline;
    color: #2f83f7;
}


.chs-doc-container {
    padding-top: 10px;
    width: 460px;
}


    .chs-doc-container > div {
        text-align: center;
        margin-bottom: 20px;
        display: inline-block;
        margin-right: 20px;
    }


.chs-doc-box {
    text-align: center;
    margin: 0 auto;
    width: 90px;
    height: 100%;
}

    .chs-doc-box .upload-btn {
        margin-bottom: 10px;
    }


/*.chs-form-label-required {
    position: relative;
}

    .chs-form-label-required::before {
        content: "*";
        position: absolute;
        left: 12px;
        color: #f00;
        top: 12px;
        font-size: 18px;
        font-weight: bold;
    }*/


.chs-djda {
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 10px 20px 10px;
}

.chs-djda-img {
    height: 190px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .chs-djda-img > img {
        /*width: 80%;
        height: auto;*/
    }

.chs-djda-descr {
    background: #ddd;
    padding: 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxstyle {
    padding-right:10px;
    color: #333;
    display: inline-block;
    margin-bottom: 4px;
}

    .zxstyle a {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        cursor:pointer;
    }

    .zxstyle img {
        padding-right: 6px;
    }

/*登记卡样式*/
.rcards {
    width: 265px;
    height: 378px;
}

.bgstyle1 {
    background: url(../assets/image/imgdjk1.png)no-repeat;
}

.bgstyle2 {
    background: url(../assets/image/imgdjk2.png)no-repeat;
}

.bgstyle3 {
    background: url(../assets/image/imgdjk3.png)no-repeat;
}

.rcards h3 {
    text-align: center;
    font-size: 16px;
    /*color: #fff;*/
    padding: 18px 0;
    font-family: "字魂35号-经典雅黑";
}

.fontspacing2 {
    display: inline-block;
    width: 4px;
}

.fontspacing36 {
    display: inline-block;
    width: 36px;
}

.hportrait {
    width: 86px;
    margin: 0 auto;
    padding-bottom: 6px;
}

    .hportrait img {
        width: 84px;
        height: 112px;
        border: 1px solid #fff;
    }

.rcards dt {
    color: #1e449a;
    font-size: 12px;
    width: 103px;
    text-align: right;
    display: inline-block;
    font-family: "方正大标宋简体";
}

.rcards dl {
    padding: 2px 0;
}

.rcards dd {
    color: #272828;
    font-size: 12px;
    border-bottom: 1px solid #1e449a;
    width: 140px;
    display: inline-block;
    padding-left: 7px;
    font-family: "方正大标宋简体";
}

.Inscription {
    font-size: 14px;
    color: #1e449a;
    clear: both;
    padding-top: 7px;
    font-family: "方正大标宋简体";
    display: inline-block;
}
/*个人中心样式*/
.layui-tab-title {
    background: #EFF4FD;
    border-bottom: none !important;
}

    .layui-tab-title .layui-this {
        color: #fff !important;
        background: #3f82f7;
        border-radius: 4px 4px 0 0;
    }

        .layui-tab-title .layui-this:after {
            border-width: 0px !important;
        }

        .layui-tab-title .layui-this a {
            color: #fff !important;
        }

.agencybg {
    background: #f7f8fa;
    padding: 0px 4px 15px 4px;
}

.mt-5 {
    margin-top: 20px;
}

/*橙底白色*/
.smdj {
    background: #ffb20e !important;
    color: #fff !important;
}

/*红底白色*/
.smdjbawtg {
    background: #f74725 !important;
    color: #fff !important;
}

/*浅绿底绿色*/
.smdjbatg {
    background: #b0f3ce !important;
    color: #118941 !important;
}

/*蓝底白色*/
.smdjbaz {
    background: #3f82f7 !important;
    color: #fff !important;
}

/*橙底白色*/
.smdjbasxl {
    cursor: pointer;
    background: #FFB20F !important;
    color: #fff !important;
}

    /*蓝底*/
    .smdjbasxl:hover {
        color: #3f82f7 !important;
    }

.btnblue {
    border: 1px solid #3f82f7 !important;
    border-radius: 4px;
    color: #3f82f7 !important;
    height: 30px !important;
    line-height: 30px !important;
}

.btnred {
    border: 1px solid #f74725 !important;
    border-radius: 4px;
    color: #f74725 !important;
    height: 30px !important;
    line-height: 30px !important;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    border-radius: 4px;
}
/*打印备案信息公示样式*/
.pringStyle h2, .pringStyle p.title, .pringStyle p, .pringStyle h3, .pringStyle label, .inscription dd, .pringStyle p span {
    font-family: "SimSun",'宋体' !important;
}
.orgWidth {
    width: 40%;
    border: 1px solid #ccc;
}
.printWidth {
    width: 100%;
}

.orgMargin {
    margin-top: 400px;
}

.prinMargin {
    margin-top: 470px;
}
.pringStyle h2 {
    font-size: 32px;
    margin-bottom: 80px;
    font-weight: bold;
    margin-top: 50px;
    padding-left: 20px;
}
.pringStyle p.title {
    font-size: 18px;
    padding-bottom: 14px;
}
.pringStyle p {
    font-size: 22px;
    padding-bottom: 25px;
    padding-left:35px;
}
    .pringStyle p span {
        font-weight: 700;
    }
    .pringStyle img {
        width: 155px;
      
    }
.mt-200 {
    margin-top:30px !important;
}
.inscription dd, .inscription dt {
    float:left;
}
.inscription dd {
    font-size: 22px;
    color:#000!important;
}
    .pringStyle h3 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 18px;
    }
/* 下拉按钮样式 */
.dropbtn {
    font-size: 14px;
    cursor: pointer;
}
    .dropbtn img {
        padding-right:6px;
    }
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}


/*星评*/
.comment-star {
    width: 78px;
    height: 15px;
    background: url("../assets/image/star.png") no-repeat;
}

.star-1 {
    background-position: -64px 0
}

.star-2 {
    background-position: -48px 0
}

.star-3 {
    background-position: -32px 0
}

.star-4 {
    background-position: -16px 0
}

.star-5 {
    background-position: 0 0
}

#CurrentGradeText {
    padding: 0;
    margin: 0;
    font-size: 56px;
    font-weight: bold;
    color: #3f83f7;
    text-align: center;
}

.upload-btn-photodevice {
    border: 1px solid #D2D2D2;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    color: #D2D2D2;
    margin-left: 10px;
    margin-bottom: 10px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert .alert-link {
    font-weight: 700;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger .alert-link {
    color: #843534;
}
