/* css变量 */
:root {
    --light-color: #b5bbdc;
    --primary-color: #345bcc;
    --deep-color: #325ac8;
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../font/SourceHanSansCN-Medium.woff2") format("woff2"), url("../font/SourceHanSansCN-Medium.woff") format("woff"), url("../font/SourceHanSansCN-Medium.ttf") format("truetype"), url("../font/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("../font/SourceHanSansCN-Medium.svg") format("svg"), url("../font/SourceHanSansCN-Medium.otf") format("opentype");
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    border: none;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 14px;
}

body {
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: currentColor;
}

/* a:hover {
    text-decoration: underline;
} */

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, html {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.mg-r-60{
    margin-right: 60px;
}

.oa-container {
    height: 100%;
    overflow-y: hidden;
}

.oa-header-wrapper {
    border-bottom: 1px solid #e5a4a6;
    background: var(--primary-color);
}

/* 头部start */
.oa-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-width: 1370px;
    height: 125px;
    margin: 0 auto;
    padding: 0 30px;
    background: var(--primary-color);
}

.oa-header .logo-link {
    display: flex;
    align-items: center;
}

.oa-header .logo-src {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px var(--deep-color);
}

.oa-header .logo-name {
    display: inline-flex;
    flex-direction: column;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 24px;
    color: #fff;
}

.oa-header .en-name {
    font-style: italic;
    font-size: 16px;
}

.oa-header .oa-header-infos {
    align-items: center;
    color: #fff;
    gap: 40px;
    width: 440px;
}

.oa-header .oa-header-infos .msg-infos{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oa-header .oa-header-infos .user-infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.oa-header .oa-header-infos .infos-item i {
    margin-right: 5px;
}

.oa-header .oa-header-infos .infos-item__circle {
    line-height: 30px;
    padding: 0 10px;
    border-radius: 15px;
    border: 1px solid #fff;
}

.oa-header .oa-header-infos .infos-item__circle:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* 头部end */

/* 功能块标题 */
.common-module-title {
    height: 52px;
    line-height: 52px;
    padding: 0 32px;
    font-size: 16px;
    color: var(--deep-color);
    font-weight: bold;
    border-bottom: 1px solid var(--primary-color);
    background: #fff;
}
.common-module-card {
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px var(--light-color);
}
.module-card-content {
    padding: 30px 0 20px 0;
}

/* 面包屑start */
.breadcrumb-card {
    margin-bottom: 20px;
    border: 2px solid var(--primary-color);
    background-color: var(--light-color);
    border-radius: 10px;
}
.breadcrumb-card .el-card__body {
    display: flex;
    align-items: center;
}
.breadcrumb-card .loc-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
}
.breadcrumb-card .loc-title i {
    font-weight: bold;
    font-size: 18px;
    margin-right: 2px;
    color: var(--primary-color);
}
.el-breadcrumb__inner a:hover, .el-breadcrumb__inner.is-link:hover {
    color: var(--primary-color);
}
/* 面包屑end */

/* 模块标题start */
.module-title-card {
    border-radius: 0;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: var(--deep-color) !important;
    background: #fff;
    box-shadow: none;
}
.module-title-card .module-operate-btns {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* 模块标题end */

.oa-content-navs {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: #fff;
}

.oa-content-navs .oa-common-subNavs {
    margin-left: 6px;
}

/* 主要内容 */
.main-content {
    padding: 20px 40px;
}

.oa-common-navs {
    float: left;
    width: 182px;
    height: 100%;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    background: #f7f7f7;
}

.oa-common-navs .navs-item {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    font-size: 16px;
    background: linear-gradient(to top, #efefef, white);
}

.oa-common-navs .navs-item.active, .oa-common-navs .navs-item:hover {
    color: #fff;
    background: var(--primary-color);
}

.oa-common-navs .navs-item.active .navs-item-link, .oa-common-navs .navs-item:hover .navs-item-link {
    color: #fff;
}

.oa-common-navs .navs-item .badge-icon {
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 12px;
    color: #333;
    background: #fff;
}

.oa-common-navs .navs-item-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}

.oa-common-navs .navs-item-link:hover {
    color: #fff;
    text-decoration: none;
}

.oa-common-table {
    width: 100%;
    /*min-width: 1000px;*/
    text-align: left;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
}

.oa-common-table tr {
    background: linear-gradient(to top, #efefef, white);
    border-bottom: 1px solid #d4d4d4;
}
.oa-common-table tr:hover, .oa-common-table tr:active{
    background: linear-gradient(to top, #ffe3e4, white);
    border-bottom: 1px solid #d4d4d4;
}

.oa-common-table th {
    padding-left: 20px;
    line-height: 52px;
    font-weight: normal;
    font-size: 14px;
    white-space: normal;
    min-width: 100px;
}

.oa-common-table td {
    position: relative;
    padding: 10px 0 10px 20px;
    height: 38px;
    font-size: 12px;
    white-space: normal;
    min-width: 100px;
}

.oa-common-table .td-checkbox {
    position: absolute;
    top: 6px;
    left: 6px;
}

.oa-common-table .operate-btn {
    display: inline-block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    margin-right: 4px;
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
}

.oa-common-table .operate-btn:hover {
    opacity: 0.8;
}

.oa-common-table .red-btn {
    background: var(--primary-color);
}

.oa-common-table .gray-btn {
    background: #3e3a39;
}

.common-pagination {
    margin: 20px 0;
    text-align: center;
    font-size: 0;
}

.common-pagination .page-item {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    margin-right: 4px;
    font-size: 14px;
    cursor: pointer;
}

.common-pagination .page-item.active, .common-pagination .page-item:hover {
    color: #fff;
    background: var(--primary-color);
}

.common-pagination .page-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    cursor: pointer;
}

.common-pagination .page-arrow:hover {
    background-color: #f5f5f5;
}

.common-pagination .page-previous {
    margin-right: 4px;
    background-image: url(../images/arrow-left.png);
}

.common-pagination .page-previous.active {
    background-image: url(../images/arrow-left-active.png);
}

.common-pagination .page-next {
    background-image: url(../images/arrow-right.png);
}

.common-pagination .page-next.active {
    background-image: url(../images/arrow-right-active.png);
}

.common-pagination .page-word {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
}

.common-pagination .page-input {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 24px;
    margin: 0 8px;
    padding: 0 5px;
    font-size: 14px;
    background: #f2f2f2;
}

.common-pagination .page-confirm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 22px;
    margin: 0 8px;
    line-height: 24px;
    text-align: center;
    border: 1px solid var(--primary-color);
    font-size: 14px;
    color: var(--primary-color);
    cursor: pointer;
}

.common-pagination .page-confirm-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.common-pagination .total-nums {
    color: #666;
}

.query-wrapper {
    margin-bottom: 6px;
    padding: 10px 0 24px;
    overflow: hidden;
    /* border: 1px solid #cacaca; */
    /* background: linear-gradient(to top, #efefef, white); */
}

.query-wrapper .query-item {
    float: left;
    margin-top: 12px;
}

.query-wrapper .query-item-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    margin-right: 15px;
}

.query-wrapper .query-item-select {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 20px;
    border: 1px solid #dddddd;
    box-sizing: content-box;
    font-size: 12px;
    background: #fefefe;
}

.query-wrapper .company-select {
    width: 182px;
}

.query-wrapper .query-item-input {
    display: inline-block;
    vertical-align: middle;
    width: 162px;
    height: 20px;
    padding: 0 10px;
    border: 1px solid #ddd;
    font-size: 12px;
    background: #fefefe;
}

.query-wrapper .query-operate-btns {
    float: left;
    margin-top: 12px;
    font-size: 0;
}

.query-wrapper .query-btn {
    display: inline-block;
    width: 84px;
    height: 22px;
    margin-left: 28px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: var(--primary-color);
}

.query-wrapper .query-btn:hover {
    opacity: 0.8;
}

.query-wrapper .create-company-btn {
    display: inline-block;
    width: 114px;
    height: 22px;
    margin-left: 28px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
}

.query-wrapper .create-company-btn:hover {
    opacity: 0.8;
}

.pd-30 {
    padding-bottom: 30px;
}

.mt-30 {
    margin-top: 30px !important;
}

.oa-content-wrapper {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: calc(100vh - 126px);
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
}

.oa-content-wrapper .oa-navs-content {
    position: relative;
    flex: 1;
    margin-left: 10px;
    /* padding: 0 10px; */
    overflow-y: auto;
    background-color: #fff;
}
/* 登录页面start */
.login-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    /*background: var(--light-color);*/
    background: #fff;
}
.login-wrapper .login-bg {
    position: relative;
}
.login-wrapper .login-bg .bg0 {
    width: 50vw;
    height: 100vh;
    display: block;
    object-fit: cover;
}
.login-wrapper .login-bg .bg1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0.5;
    border-radius: 40px;
    width: 30vw;
}
.login-wrapper .login-bg .bg2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%) rotate(-45deg);
    opacity: 0.5;
    border-radius: 40px;
    width: 35vw;
}
.login-wrapper .login-bg .bg3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%) rotate(10deg);
    opacity: 0.5;
    border-radius: 40px;
    width: 30vw;
}
.login-wrapper .login-bg .bg4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -60%) rotate(-10deg);
    opacity: 0.5;
    border-radius: 40px;
    width: 32vw;
}
.login-wrapper .logo-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    /*background: rgba(34, 149, 58, 0.25);*/
    background: #fff;
}
.login-wrapper .logo-src {
    width: 13vh;
    height: 13vh;
    border-radius: 20px;
    box-shadow: 0 0 20px var(--deep-color);
}
.login-wrapper .logo-name {
    margin-top: 20px;
    font-size: 34px;
    letter-spacing: 2px;
}
.login-wrapper .company-name {
    font-size: 30px;
}
.login-wrapper .platform-name {
    font-size: 24px;
}
.login-form {
    width: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
    border-radius: 20px;
}
.login-form form {
    width: 60%;
    border-radius: 10px;
    padding: 40px;
    /*background: rgba(255, 255, 255, 0.5);*/
}

.login-form .welcome {
    font-size: 30px;
    color: var(--deep-color);
}

.login-form .login-form-item {
    display: flex;
    align-items: center;
    margin: 80px auto;
    font-size: 0;
}

.login-form .form-label {
    display: inline-block;
    width: 60px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}

.login-form .form-input {
    flex: 1;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #4ba15e;
}

.login-form .login-btn {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 50px;
    line-height: 40px;
    border-radius: 0px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: var(--primary-color);
}

.login-form .login-btn:hover {
    opacity: 0.8;
}
/* 登录页面end */

/* 页脚 */
.oa-footer-wrapper {
    position: absolute;
    padding: 30px 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: var(--primary-color);
}

.personal-baseinfos {
    padding: 0 25px;
    margin-bottom: 33px;
}

.personal-baseinfos .person-avatar {
    width: 80px;
    height: 80px;
    margin-top: 26px;
    border-radius: 12px;
}

.personal-baseinfos .infos-list-item {
    margin-top: 30px;
    font-size: 16px;
}

.person-pwd {
    padding: 0 25px;
    font-size: 16px;
}

.person-pwd .infos-list-item {
    margin-top: 30px;
}

.person-pwd .reset-pwd-btn {
    display: block;
    width: 240px;
    height: 26px;
    margin-top: 30px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #ffff;
    cursor: pointer;
    background: var(--primary-color);
}

.person-pwd .reset-pwd-btn:hover {
    opacity: 0.8;
}

.common-btn {
    display: block;
    width: 114px;
    height: 22px;
    line-height: 22px;
    margin: 30px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
}

.common-btn:hover {
    opacity: 0.8;
}

.batch-btn-wrapper {
    overflow: hidden;
}

.batch-btn-wrapper .batch-btn {
    float: right;
    width: 160px;
    background: var(--primary-color);
}

.save-btn {
    position: absolute;
    top: 17px;
    right: 28px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: var(--primary-color);
}

.save-btn:hover, .save-btn:focus, .save-btn:active {
    border-color: var(--deep-color);
    background: var(--deep-color);
}

.company-baseinfos {
    padding: 0 30px;
}

.company-baseinfos .form-item {
    margin-top: 30px;
    overflow: hidden;
}

.company-baseinfos .form-item-label {
    float: left;
    width: 96px;
    line-height: 22px;
    white-space: nowrap;
    font-size: 14px;
}

.company-baseinfos .form-item-value {
    font-size: 12px;
}

.company-baseinfos .form-item-input, .company-baseinfos .form-item-select {
    width: 340px;
    height: 22px;
    padding: 0 10px;
    box-sizing: content-box;
    border: 1px solid #e0e0e0;
}

.company-baseinfos .small-input-area {
    position: relative;
    float: left;
    min-width: 300px;
    height: 22px;
    margin-left: 26px;
}
.company-baseinfos .small-input-area .selected-city {
    height: 20px;
    padding: 0 6px;
    display: inline-block;
    max-width: 500px;
    white-space: break-spaces;
    word-break: break-word;
}
.company-baseinfos .small-input-area .query-item-select {
    width: 80px;
    border-radius: 22px;
    border: 1px solid #e0e0e0;
    margin-left: 4px;
}

.company-baseinfos .small-input-area .clear-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    cursor: pointer;
    background: linear-gradient(to top, #efefef, white);
}

.company-baseinfos .small-input-area .form-item-input {
    width: 47px;
    height: 22px;
    border: none;
    border-radius: 22px;
}

.company-baseinfos .add-area {
    float: left;
    margin: 0;
    margin-left: 244px;
}

.project-percentage {
    padding-left: 30px;
}

.project-percentage .percentage-item {
    overflow: hidden;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.project-percentage .percentage-title {
    float: left;
    line-height: 22px;
    color: var(--primary-color);
}

.project-percentage .percentage-form {
    width: 30%;
    max-width: 400px;
    float: left;
    display: flex;
    align-items: center;
}

.project-percentage .form-label {
    float: left;
    width: 55%;
    line-height: 22px;
    text-align: right;
    white-space: nowrap;
    margin-right: 5px;
}

.project-percentage .form-input {
    float: left;
    width: 40%;
    height: 22px;
    padding: 0 10px;
    margin-left: 5%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}

.account-infos-form {
    padding: 0 25px;
}

.account-infos-form .form-item {
    margin-top: 32px;
}

.account-infos-form .form-label {
    display: inline-block;
    width: 94px;
    line-height: 22px;
}

.account-infos-form .form-input {
    width: 340px;
    height: 22px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}

.edit-baseinfos .form-item-label {
    width: 160px;
}

.edit-baseinfos .form-item-value {
    margin-right: 12px;
    font-size: 12px;
}

.edit-percentage {
    position: relative;
}

.edit-percentage .percentage-form {
    width: auto;
}

.edit-percentage .form-label {
    width: 180px;
}

.edit-percentage .form-value {
    margin-left: 24px;
}

.edit-percentage .download-agreement {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

.edit-percentage .download-agreement .agreement-icon {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 66px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    box-shadow: -5px 5px 0px 0px #b6b6b6;
    background: #dcdcdc;
}

.edit-percentage .download-agreement .word {
    display: inline-block;
    width: 40px;
    margin-top: 11px;
}

.edit-percentage .download-agreement .close-icon {
    position: absolute;
    right: -10px;
    top: -10px;
    font-style: normal;
    font-size: 16px;
}

.edit-percentage .download-agreement .download-btn {
    position: relative;
    top: 14px;
    display: inline-block;
    margin: 0;
    margin-left: 34px;
}

.profession-price {
    padding: 0 30px;
}

.profession-price table {
    width: 100%;
    margin-bottom: 44px;
    text-align: center;
}

.profession-price th {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #3e3a39;
}

.profession-price th, .profession-price td {
    height: 32px;
    border: 1px solid #d2d2d2;
}

.profession-price td {
    font-size: 12px;
}

.profession-price-style table {
    width: 100%;
}

.profession-price-style .operate-btn {
    display: inline-block;
    width: 82px;
    height: 22px;
    margin: 0 6px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.profession-price-style .operate-btn:hover {
    opacity: 0.8;
}

.profession-price-style .red-btn {
    background: var(--primary-color);
}

.profession-price-style .gray-btn {
    background: #3e3a39;
}

.system-table {
    margin: 6px 0;
    padding: 0;
}

.system-table table {
    margin: 0;
}

.system-table td {
    height: 54px;
}

.system-table td:nth-child(2), .system-table th:nth-child(2) {
    width: 40%;
}

.system-table .red-font {
    color: #fe0000;
}

.system-table .td-input {
    width: 46px;
    height: 20px;
    margin: 0 5px;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.resource-download {
    margin-top: 100px;
    overflow: hidden;
}

.resource-download .download-item {
    float: left;
    width: 114px;
    margin-left: 84px;
    margin-top: 20px;
    text-align: center;
}

.resource-download .item-title {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    box-shadow: -5px 5px 0px 0px #b6b6b6;
    background: #dcdcdc;
}

.resource-download .item-title span {
    display: block;
    text-align: center;
}

.resource-download .close-icon {
    position: absolute;
    right: -10px;
    top: -10px;
    font-style: normal;
    font-size: 16px;
    cursor: pointer;
}

.a-download-btn{display: block;text-decoration: underline;margin: 5px 0;}
.a-download-btn:hover{color: #3a8ee6;}

.resource-download .download-btn {
    width: 114px;
    height: 22px;
    margin-top: 45px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
}

.resource-download .download-btn:hover {
    opacity: 0.8;
}

.upload-btn {
    width: 180px;
    height: 22px;
    margin: 136px 0 136px 84px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: var(--primary-color);
}

.upload-btn:hover {
    opacity: 0.8;
}

.project-contract .resource-process {
    margin: 36px 30px;
}

.project-contract .module-item {
    height: 36px;
    padding: 0 33px;
    margin-bottom: 16px;
    line-height: 36px;
    border: 1px solid #d4d4d4;
}

.project-contract .module-item-label {
    display: inline-block;
    width: 118px;
    font-size: 16px;
}

.project-contract .module-item-btn {
    display: inline-block;
    width: 182px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
}

.project-contract .module-item-btn:hover {
    opacity: 0.8;
}

.project-contract .duty-table {
    width: 100%;
    max-width: 800px;
    margin-left: 28px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 16px;
}

.project-contract .duty-table td {
    width: 20%;
    height: 42px;
}

.project-contract .duty-table td:last-child {
    width: 40%;
}

.project-contract .duty-table .operate-btn {
    display: inline-block;
    width: 112px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
    margin:3px;
}

.project-contract .duty-table .operate-btn:hover {
    opacity: 0.8;
}

.project-track-operate {
    padding: 30px;
    margin-bottom: 60px;
    border: 1px solid #d4d4d4;
    background: linear-gradient(to top, #efefef, white);
}

.project-track-operate .title {
    font-size: 14px;
}

.project-track-operate .operate-btns {
    margin-top: 26px;
    font-size: 0;
}

.project-track-operate .operate-btn {
    display: inline-block;
    width: 114px;
    height: 22px;
    margin-right: 12px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #3e3a39;
}

.project-track-operate .operate-btn:hover {
    opacity: 0.8;
}

.project-process-content .creater-module-title {
    margin-top: 6px;
}

.project-process-content .form-item-label {
    width: 164px;
}

.project-process-content .form-tip {
    margin-left: 40px;
    font-size: 12px;
}

.project-process-content .create-form-tip {
    margin-left: 0;
}

.project-process-content .red-font {
    color: var(--primary-color);
}

.project-process-content .project-baseinfos .baseinfos-form {
    overflow: hidden;
}

.project-process-content .project-baseinfos .form-item {
    float: left;
    width: 650px;
}

.project-process-content .project-baseinfos .special-form-item {
    white-space: nowrap;
}

.project-process-content .project-baseinfos .form-item-total {
    width: 100% !important;
}

.project-process-content .project-baseinfos .form-item-value {
    margin-right: 10px;
}

.project-process-content .project-baseinfos .form-item-input {
    width: 50%;
}

.project-process-content .project-baseinfos .common-btn {
    float: none;
}

.project-process-content .create-project-form .form-item-label {
    width: 100px;
}

.project-process-content .create-project-form .form-item-select {
    width: 50%;
}

.project-process-content .create-project-form .form-item-total .form-item-label {
    width: 160px;
}

.project-process-content .width-180 {
    width: 180px;
}

.project-process-content .resource-download {
    margin-top: 20px;
    padding-left: 30px;
}

.project-process-content .resource-download .download-item {
    margin-left: 0;
    margin-right: 50px;
}

.project-process-content .project-module-title {
    font-size: 16px;
}

.project-process-content .project-module-title .process-input {
    width: 340px;
    height: 22px;
    margin-left: 38px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}

.project-process-content .resource-process {
    margin: 0;
    margin-bottom: 30px;
}

.project-contract {
    padding-left: 30px;
}

.project-contract .upload-advice {
    margin-top: 30px;
}

.project-contract-percentage .title {
    display: block;
    margin-top: 30px;
    font-size: 16px;
}

.project-contract-percentage .percentage-items {
    margin-bottom: 30px;
    overflow: hidden;
}

.project-contract-percentage .percentage-item {
    float: left;
    width: 33.33%;
    max-width: 264px;
    margin-top: 30px;
}

.project-contract-percentage .item-value {
    display: inline-block;
    padding: 0 6px;
    height: 20px;
    margin-left: 20px;
    line-height: 20px;
    border: 1px solid #e0e0e0;
}

.project-contract-percentage .duty-table {
    margin: 0;
}

.project-contract-percentage .duty-table th {
    height: 42px;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}

.project-contract-percentage .duty-table .operate-btn {
    width: 182px;
}

.project-contract-percentage .uplolad-resource {
    margin-bottom: 40px;
}

.project-contract-percentage .mb-52 {
    margin-bottom: 52px;
}

.percentage-border {
    margin-left: 30px;
}

.percentage-border .percentage-item {
    width: 33.33%;
    max-width: 348px;
}

.percentage-border .item-input {
    width: 70px;
    height: 22px;
    padding: 0 10px;
    margin-left: 20px;
    border: 1px solid #e0e0e0;
}

.verify-process {
    padding-left: 30px;
}

.verify-process .verify-desc {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 0;
}

.verify-process .desc-item {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
    max-width: 182px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #d4d4d4;
    font-size: 14px;
}

.verify-process .desc-item.active {
    color: #fff;
    background: #3e3a39;
}

.verify-process .desc-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 78px;
    height: 54px;
    background: url(../images/arrow-icon.png) no-repeat center;
}

.recieving-situation .situation-title {
    font-size: 16px;
}

.recieving-situation .situation-detail {
    margin: 30px 0;
    font-size: 0;
}

.recieving-situation .detail-item {
    display: inline-block;
    width: 50%;
    max-width: 384px;
    font-size: 14px;
}

.situation-border {
    padding: 40px 20px 20px;
    margin-bottom: 48px;
    border: 1px solid #e0e0e0;
}

.situation-border .situation-detail {
    margin: 20px 0;
}

.pagination {
    margin-top: 20px;
}

.pagination li {
    float: left;
    min-width: 30px;
    height: 30px;
}

/*# sourceMappingURL=main.css.map */


/* 菜单start */
.oa-menu {
    flex-shrink: 0;
    width: 240px;
    height: 100%;
    border-radius: 10px;
    overflow-y: auto;
    background-color: #fff;
}
.oa-menu .el-menu {
    border-right: none;
}
.oa-menu .el-menu-item {
    display: flex;
    align-items: center;
}
.oa-menu .el-menu-item a {
    display: block;
    flex: 1;
}
.el-menu-item.is-active {
    font-weight: bold;
}
/* 菜单end */

/* 搜索区域start */
.search-form-card {
    margin-top: 20px;
}
.search-form-card .el-card__body {
    padding-bottom: 10px;
}
.search-form-btns {
    margin-top: 4px;
}
.search-form-btns .el-button {
    margin-bottom: 10px;
    margin-right: 5px;
}
.search-form-btns .el-button+.el-button {
    margin-left: 0;
}
.search-form-card .el-form-item {
    margin-bottom: 6px;
}
.search-form-card .tips {
    color: #999;
}
/* 搜索区域end */

.card-common-cls {
    margin-bottom: 20px;
}
.card-common-cls .el-card__header {
    background: #f2f2f2;
}
.card-common-cls .el-form-item {
    margin-bottom: 6px;
}
.card-head-title {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: bold;
}

/* 表格区域start */
.table-card {
    margin-top: 20px;
}
.table-card .el-table {
    border-radius: 6px;
}
.table-card .el-table th {
    /* color: #fff; */
    /* background: var(--primary-color); */
    color: #666;
    background-color: #f2f2f2;
}
.table-card .operate-btn {
    margin-right: 10px;
}
.table-card .el-table .ascending .sort-caret.ascending {
    border-bottom-color: #f52905;
}
.table-card .el-table .descending .sort-caret.descending {
    border-top-color: #f52905;
}
.table-card .el-table .sort-caret.descending {
    border-top-color: #fff;
}
.table-card .el-table .sort-caret.ascending {
    border-bottom-color: #fff;
}
/* 表格区域end */

/* 表单重置start */
.el-input.is-active .el-input__inner, .el-input__inner:focus, .el-select .el-input.is-focus .el-input__inner {
    border-color: var(--primary-color);
}
.el-select-dropdown__item.selected, .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: var(--primary-color);
}
.el-form-item__content .el-input-group {
    vertical-align: middle;
}
/* .el-form-item {
    margin-bottom: 6px;
} */
.el-upload__input[type=file] {
    display: none;
}
.el-input-group__append, .el-input-group__prepend {
    padding: 0 10px;
    min-width: 60px;
    text-align: center;
}
.el-form--label-top .el-form-item__label {
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
}
.el-form-item__label {
    color: #333;
    /* font-weight: normal; */
}
/* 表单重置end */

/* 分页区域start */
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background: var(--primary-color);
}
.el-pager li.active {
    background: var(--primary-color);
}
/* 分页区域end */

/* 弹窗start */
.el-dialog {
    border-radius: 10px;
}
.el-dialog__body {
    padding: 20px 40px;
}
.el-dialog .dialog-footer .el-button--primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.el-message-box__btns .el-button--primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
/* 弹窗end */

/* 选项卡start */
.el-tabs__item {
    font-size: 18px;
}
.el-tabs__item.is-active, .el-tabs__item:hover {
    color: var(--deep-color);
}
.el-tabs__nav-wrap::after {
    background: var(--light-color);
}
.el-tabs__active-bar {
    height: 3px;
    background: var(--deep-color);
}
/* 选项卡end */

/* 内部搜索区域start */
.inner-query-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.inner-query-wrapper .query-item-label {
    display: inline-block;
    width: 100px;
    padding-right: 10px;
    text-align: right;
}
.inner-query-wrapper .query-operate-btns {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
/* 内部搜索区域end */

/* 金额统计start */
.stat-card {
    padding: 16px 0;
    margin-top: 20px;
    margin-bottom: 24px;
}
.stat-area {
    margin-bottom: 20px;
}
.table-card .el-alert .el-alert__description {
    font-size: 14px;
    margin-top: 0;
}
.table-card .el-alert {
    margin-bottom: 20px;
}
.stat-card .el-col {
    text-align: center;
}
.stat-title {
    color: #888;
    font-size: 14px;
    margin-bottom: 8px;
}
.stat-value {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}
.stat-value.primary { color: #409EFF; }
.stat-value.success { color: #67C23A; }
.stat-value.warning { color: #E6A23C; }
.stat-value.info { color: #909399; }

/* 金额统计end */

.count-data-show.card-layout {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.count-data-show.card-layout .card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 24px 32px;
    flex: 1 1 200px;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.card-title {
    font-size: 16px;
    color: #888;
    margin-bottom: 12px;
}
.card-value {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
}
.card-desc {
    text-align: left;
    font-size: 14px;
    color: #666;
}
.card.income .card-value { color: #21ba45; }
.card.expense .card-value { color: #db2828; }
.card.profit .card-value { color: #2185d0; }
.card.rate .card-value { color: #f2711c; }
.unit { font-size: 16px; color: #888; margin-left: 2px; }
@media (max-width: 900px) {
    .count-data-show.card-layout { flex-direction: column; gap: 16px; }
}

/* 资料下载start */
.dir-manage-card {
    background: #fff;
    border-radius: 8px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.06); */
    padding: 0 20px;
    margin: 0 auto;
}

.nav-bar {
    margin-bottom: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.add-box {
    display: flex;
    gap: 10px;
    width: 100%;
}

.add-dir {
    flex: 1;
    font-size: 14px;
    outline: none;
}
.add-dir:focus {
    border-color: var(--primary-color);
}

.dir-list {
    margin-top: 10px;
}

.file {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.file .f-icon {
    margin-right: 10px;
    color: #409EFF;
    font-size: 18px;
}
.file .f-name {
    flex: 1;
}
.file.active {
    background: #e6f7ff;
    box-shadow: 0 2px 8px rgba(64,158,255,0.08);
}
.file:hover:not(.active) {
    background: #f5f7fa;
}
.dir-input .el-input__inner {
    border: none;
    background: transparent;
    font-size: 15px;
    padding: 0;
}
.file-list {
    padding: 20px;
}
/* 资料下载end */

/* 工程类型及专业start */
.level-list-item {
    margin-top: 20px;
    margin-bottom: 40px;
}
.level-title-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.level-title-btns .level-title {
    color: #333;
}
.level-title-btns .level-title .small {
    font-size: 16px;
}
.level-title-btns .level-title .large {
    font-size: 20px;
    color: #666;
}
/* 工程类型及专业end */


/* 审图师管理start */
.certificate-list .certificate-item {
    padding: 5px 0;
    font-size: 12px;
    border-bottom: 1px dashed var(--primary-color);
    display: flex;
    justify-content: center;
}
.certificate-list .certificate-item .certificate-item-1{
    text-align: center;
    margin: 0 5px;
}
.certificate-list .certificate-item:last-child {
    border-bottom: 0;
}
.certificate-item .certificate-type {
    font-size: 13px;
    color: #333;
}
.certificate-item .certificate-name {
    color: #666;
}
.certificate-item .certificate-expiredTime {
    font-size: 10px;
    color: #999;
}
.charge-list .charge-item {
    padding: 5px 0;
    font-size: 13px;
    border-bottom: 1px dashed var(--primary-color);
    text-align: left;
}
.charge-item span {
    display: inline-block;
    text-align: left;
}
.charge-item .cell_01 {
    width: 10%;
}
.charge-item .cell_02 {
    width: 15%;
}
.charge-item .cell_03 {
    width: 15%;
}
.charge-item .cell_04 {
    width: 30%;
}
.charge-item .cell_05 {
    width: 22%;
}
.charge-item .el-icon {
    cursor: pointer;
}
.charge-item .el-icon:hover {
    color: var(--primary-color);
}
/* 审图师管理end */

/* 审图项目start */
.unit-infos .unit-infos-item {
    font-size: 13px;
    text-align: left;
}
.unit-infos-item .infos-label {
    display: inline-block;
    min-width: 65px;
    color: #666;
}
.unit-infos .el-button--mini {
    margin-top: 5px;
}
.unit-infos-item .infos-value {
    color: #333;
}
/* 审图项目end */

/* 审图任务start */
.detail-module-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
}
.detail-module-title::before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 20px;
    border-radius: 4px;
    background: var(--deep-color);
}
.detail-module-title .title {
    font-weight: bold;
    font-size: 18px;
    color: var(--deep-color);
}
.task-baseinfos {
    margin-bottom: 20px;
}
.task-baseinfos-items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    font-size: 13px;
}
.task-baseinfos-items .infos-item {
    width: 33%;
    margin-top: 10px;
}

/* 审图任务end */

/* 项目创建/详情start */
.project-common-infos {
    padding-bottom: 20px;
}
.project-common-infos .common-infos-porjectName {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.common-infos-porjectName .infos-label {
    display: inline-block;
    width: 100px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.common-infos-location {
    display: flex;
    align-items: center;
}
.common-infos-location .infos-label {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.common-infos-items {
    display: flex;
    align-items: center;
    margin-top: 20px;
    white-space: nowrap;
}
.common-infos-items .infos-item {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin-right: 50px;
}

.project-progress {
    margin-top: 20px;
}
.project-progress .progress-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
}
.progress-steps .el-steps--simple {
    padding: 30px 5%;
}
.progress-steps .el-step__head.is-finish {
    color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: bold;
}
.progress-steps .el-step__title.is-finish {
    color: var(--primary-color);
    font-weight: bold;
}
.baseInfos-tab-pane,
.cooperationInfos-tab-pane,
.reviewTask-tab-pane,
.invoiceInfos-tab-pane,
.receivableBills-tab-pane,
.costTicketsInfos-tab-pane,
.payableBills-tab-pane {
    border-radius: 4px;
    padding: 10px 20px;
    background: var(--light-color);
}
.baseInfos-form-item {
    padding: 20px 0 10px 0;
    border-bottom: 1px dashed var(--primary-color);
}
.baseInfos-form-item:last-child {
    border-bottom: 0;
}
.baseInfos-form-item .baseInfos-form-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 14px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
}
.baseInfos-form-item .baseInfos-form-title::before {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
}
.baseInfos-form-item .amount-content {
    font-size: 14px;
    color: #333;
}
.baseInfos-form-item .form-row {
    padding: 0 20px;
}
.baseInfos-form-item .table-card {
    margin-bottom: 20px;
}
/* 项目创建/详情end */

/* 图表分析start */
.echarts-list {
    margin-top: 40px;
}
.echarts-list .echarts-item {
    margin-top: 40px;
}
/* 图表分析end */

/* 知识库start */
.cur-folder-content .folder-name {
    color: var(--primary-color);
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
}
.folder-container {
    display: flex;
    height: 100%;
    padding: 0;
}
.folder-list {
    max-height: 100%;
    overflow-y: auto;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--light-color);
}
.folder-list-item {
    margin: 40px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.folder-icons {
    position: relative;
}
.folder-list-item .el-icon-folder-opened {
    margin-bottom: 5px;
    font-size: 40px;
}
.folder-list-item .el-icon-delete {
    position: absolute;
    right: -40px;
    top: -12px;
    font-size: 14px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 12px;
    color: #fff;
    background: var(--primary-color);
    cursor: pointer;
}
.folder-list-item .el-icon-delete:hover {
    background: var(--deep-color);
}
.cur-folder-content {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
}
.folder-name-input {
    display: flex;
    align-items: center;
}
.folder-name-input .el-input-group__append {
    padding: 0 15px;
    min-width: auto;
    background: #409EFF;
    color: #fff;
    font-weight: bold;
}
/* 知识库end */

/* 个人信息管理start */
.userinfos-card {
    margin-bottom: 40px;
}
.userinfos-card-content {
    padding: 30px 20px;
    margin-top: 20px;
    border-radius: 4px;
    background: #f2f2f2;
}
.userInfos-item {
    margin-bottom: 10px;
    font-size: 14px;
}
.userInfos-item .userInfos-label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    color: #333;
}
.userInfos-saveBtn {
    display: block;
    margin: 40px auto;
}