html, body {
    height: 100%;
}

body {
    min-width: 360px;
    overflow-x: auto;
}

#app {
    flex-direction: column;
}

[v-cloak] {
    display: none;
}

.apply-bg.dg-blue {
    background-color: #f1f2f3
}

.oa .apply-out-bg {
    background-color: #f5f5f5;
}

.portal .apply-out-bg,
.oa .zm-main > div {
    background-color: white;
}

.zm-main {
    padding-top: 25px;
    padding-bottom: 50px;
    min-height: 600px;
}

.oa .zm-main {
    margin-top: 0;
    padding-bottom: 50px;
    /*min-height: 1000px;*/
    min-width: 1180px;
}

.light-blue .oa.zm-container .zm-main, .light-blue .oa .zm-container .zm-main {
    padding: 30px;
}

.light-blue .oa.zm-container .zm-main > div,
.light-blue .oa .zm-container .zm-main > div {
    padding-left: 0;
    padding-right: 0;
    border-radius: 4px;
    border: none;
    box-shadow: none;
}

.oa .zm-main > div {
    min-height: 800px;
}

.oa .zm-main .main-content {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.light-blue .oa .form-title > :first-child:before {
    background: linear-gradient(to bottom, #39acd2, #5184d0);
}

.oa-title {
    padding-top: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.light-blue .btn-primary.sm {
    height: 30px;
}

.lg .btn-primary,
.lg .btn-simple-primary {
    width: 160px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.capsule {
    margin-right: 10px;
    padding: 2px 5px;
    color: #39BE29 !important;
    background: rgba(57, 190, 41, 0.15) !important;
    font-size: 14px;
    font-weight: normal;
    border-radius: 26px 26px 26px 0;
    cursor: default;
}

.oa .record-container {
    width: 100%;
}

.oa .el-form-item {
    margin-bottom: 3px;
}

.oa .el-col .el-form-item {
    margin-bottom: 0;
}

.portal .el-form-item__content .el-col .el-form-item {
    margin-bottom: 0;
}

.step-line {
    width: 0;
}

@media screen and (min-width: 576px) {
    .step-line {
        width: 0;
    }
}

@media screen and (min-width: 768px) {
    .step-line {
        width: 140px;
    }
}

@media screen and (min-width: 992px) {
    .step-line {
        width: 180px;
    }
}

@media screen and (min-width: 1200px) {
    .step-line {
        width: 220px;
    }
}

.question-container {
    margin-bottom: 20px;
}

.question-title {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('/govps/themes/yztx/apply/assets/img/bg.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.question-title .left-title {
    padding-bottom: 30px;
    flex-grow: 1;
}

.question-title h1 {
    margin-top: 0;
    font-weight: 600 !important;
}

.question-options {
    margin-top: 16px;
    margin-left: 20px;
}

.btn-bar {
    margin-top: 50px;
    margin-bottom: 30px;
}

.oa .btn-bar {
    text-align: center;
}

.portal .btn-bar button {
    margin-right: 5px;
    margin-bottom: 5px;
}

.record-container {
    width: 100%;
}

.dg-blue .el-table {
    color: #666666 !important;
    border-color: #e1e1e1 !important;
    font-size: 0.9rem !important;
}

.dg-blue .el-table th {
    color: #666969 !important;
    font-weight: 700 !important;
}

.dg-blue .el-table td,
.dg-blue .el-table th {
    border-right: unset !important;
}

.dg-blue .el-table td.el-table__cell,
.dg-blue .el-table th.el-table__cell {
    border-bottom: 1px solid #e1e1e1 !important;
}

.dg-blue .el-table tbody tr:nth-child(2n) {
    background-color: #fff !important;
}

@media screen and (min-width: 768px) {
    .record-container {
        width: 70%;
    }
}

.annexes-container {
    margin: 20px auto;
    width: 100%;
    overflow-x: auto;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

table.annexes-table {
    width: 100%;
    margin: 0 auto;
    color: #454848;
    font-size: 0.9rem;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
}


.oa table.annexes-table {
    color: inherit;
    font-size: 0.875rem;
    line-height: 20px;
}

table.annexes-table th,
table.annexes-table td {
    padding: 15px 20px;
    vertical-align: top;
}

.oa table.annexes-table td {
    line-height: 24px;
}

.oa table.annexes-table th,
.oa table.annexes-table td {
    padding: 10px 3px;
    font-weight: normal;
}

table.annexes-table th.index0,
table.annexes-table td.index0,
table.annexes-table th.index0 > div,
table.annexes-table td.index0 > div {
    width: 40px;
    color: #272727;
}

.oa table.annexes-table th.index0,
.oa table.annexes-table td.index0,
.oa table.annexes-table th.index0 > div,
.oa table.annexes-table td.index0 > div {
    width: 46px;
    color: inherit;
    font-weight: normal;
    text-align: center;
}

table.annexes-table th.annexName,
table.annexes-table td.annexName,
table.annexes-table th.annexName > div,
table.annexes-table td.annexName > div {
    max-width: 200px;
}

.oa table.annexes-table td.annexName > div {
    max-width: unset;
    width: 100%;
}

th.annexName {
    text-align: center;
}

@media screen and (min-width: 992px) {
    table.annexes-table th.annexName,
    table.annexes-table td.annexName,
    table.annexes-table th.annexName > div,
    table.annexes-table td.annexName > div {
        max-width: 400px;
    }
}

@media screen and (min-width: 1200px) {
    table.annexes-table th.annexName,
    table.annexes-table td.annexName,
    table.annexes-table th.annexName > div,
    table.annexes-table td.annexName > div {
        max-width: 600px;
    }
}

table.annexes-table th.annexReference,
table.annexes-table td.annexReference,
table.annexes-table th.annexReference > div,
table.annexes-table td.annexReference > div {
    width: 100px;
}

table.annexes-table th.annexes,
table.annexes-table td.annexes,
table.annexes-table th.annexes > div,
table.annexes-table td.annexes > div {
    width: 200px;
}

.oa table.annexes-table th.annexes,
.oa table.annexes-table td.annexes,
.oa table.annexes-table th.annexes > div,
.oa table.annexes-table td.annexes > div {
    width: 80px;
}

table.annexes-table th.annexesNum,
table.annexes-table td.annexesNum,
table.annexes-table th.annexesNum > div,
table.annexes-table td.annexesNum > div {
    width: 70px;
    margin: 0;
    text-align: center;
}

table.annexes-table th.annexesNum > div > input,
table.annexes-table td.annexesNum > div > input {
    width: 50px;
    text-align: center;
}

table.annexes-table th.upload,
table.annexes-table td.upload,
table.annexes-table th.upload > div,
table.annexes-table td.upload > div {
    width: 60px;
}

table.annexes-table tr th > div,
table.annexes-table tr td > div {
    margin: 0;
    color: #666969;
}

td .remark {
    color: rgb(107, 107, 107) !important;
    padding-top: 10px;
}

.portal td .remark {
    color: #aaaaaa !important;
}

.oa table.annexes-table tr th > div,
.oa table.annexes-table tr td > div {
    color: black;
}

table.annexes-table thead {
    background-color: #f2f2f2;
}

.oa table.annexes-table thead {
    background-color: #f7f7f7;
}

table.annexes-table tr th,
table.annexes-table tr td {
    border-bottom: 1px solid #e1e1e1;
}

.oa table.annexes-table tr th,
.oa table.annexes-table tr td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.oa table.annexes-table tr th:last-child,
.oa table.annexes-table tr td:last-child {
    border-right: none;
}

table.annexes-table tr:last-child td {
    border-bottom: unset;
}

button.photo {
    background: url("/govps/flow/images/photo.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
}

button.upload {
    background: url("/govps/flow/images/upload.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
}

button.preview {
    background: url("/govps/flow/images/preview.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
    margin-left: 8px;
    margin-right: 8px;
}

button.preview1 {
    background: url("/govps/flow/images/preview1.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
    margin-left: 8px;
    margin-right: 8px;
}

button.down {
    background: url("/govps/flow/images/down.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
    margin-left: 8px;
    margin-right: 8px;
}

.oa .el-form-item__label {
    line-height: 35px !important;
}

.list-side {
    width: 120px;
    height: 130px;
    flex-shrink: 0;
    margin-right: 40px;
    border-right: 1px rgb(221, 221, 221) solid;
    box-sizing: content-box;
}

.list-side div {
    margin: 5px 0;
    padding: 8px 20px;
    color: #666666;
    cursor: pointer;
    transition: 0.2s;
}

.list-side div.active,
.list-side div:hover {
    color: #3e97df;
    background-color: #f0f7fc;
}

.list-side div.active {
    border-right: 2px #3e97df solid;
}

.el-radio {
    margin-bottom: 5px;
}

/*材料匹配*/

.oa .annexMatchTag {
    width: 418px;
}

.annexMatchTag:after {
    content: '匹配通过';
    background: #44a959;
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 5px;
    line-height: 16px;
    margin-left: 8px;
    color: #fff;
    white-space: nowrap;
}

.ts-annex-index {
    width: 6%;
    text-align: center;
}

.oa .ts-annex-index {
    width: 5%;
    text-align: center;
}

.ts-annex-match-source {
    width: 9%;
    text-align: center
}

.ts-annex-match-text {
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
}

th.ts-annex-match-text {
    text-align: center;
}

.oa .ts-annex-preview {
    width: 8%;
    text-align: center;
}

.portal .ts-annex-preview {
    width: 10%;
    text-align: center;
}

.portal .ts-annex-preview span {
    white-space: nowrap;
}

.ts-annex-no-accept {
    width: 13.5%;
    text-align: center;
}

/*材料匹配 end*/

.ts-require::before {
    content: '*';
    color: #CF3129;
}

.oa .ts-form-base {
    padding-left: 15px;
    padding-right: 15px;
}

.portal .ts-title-sec {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 500;
}

.portal .ts-annex-type {
    float: none;
    color: rgb(245, 154, 35);
    font-size: 16px;
}

.portal .ts-btn-matched {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f0f7fc;
    border: 1px solid #f0f7fc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #3e97df;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    line-height: 1rem;
    outline: none;
    padding: 10px 15px;
    text-align: center;
    transition: .2s;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.ts-busiitem-empty .img {
    width: 100%;
    min-height: 150px;
    background-image: url("img/ts-busiitem-empty.png");
    background-size: auto 150px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.ts-busiitem-empty .text {
    width: 100%;
    padding-top: 15px;
    color: #a1b1ce;
    text-align: center;
}

.dg-blue .form > * {
    max-width: unset;
}

.form.ts-dg-view .component > :last-child {
    flex: none;
}

.ts-base-label-view {
    display: inline-block;
    width: 100px;
}

.ts-dg-view-side-bar {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
}

.ts-dg-view.list-side {
    position: relative;
    left: -150px;
}

@media screen and (max-width: 1460px) {
    .ts-dg-view.list-side {
        display: none;
    }
}

.dg-blue .step .step-node {
    max-width: 190px;
}

@media screen and (max-width: 1200px) {
    .dg-blue .step .step-node {
        max-width: 150px;
    }
}

@media screen and (max-width: 992px) {
    .dg-blue .step .step-node {
        max-width: 150px;
    }
}

@media screen and (max-width: 768px) {
    .dg-blue .step .step-node {
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 1200px) {
    .portal .ts-title-sec {
        display: inline-block;
    }

    .portal .ts-annex-type {
        display: inline-block;
        float: right;
        padding-top: 10px;
    }

    .portal .ts-btn-matched {
        float: right;
        margin-top: -5px;
        margin-bottom: 0;
    }
}

.dg-blue .cir.step .step-node, .dg-blue .cir.step-vertical .step-node {
    font-size: 16px;
}

.shouldSumitedAnnexes_remark {
    font-size: 17px;
    font-weight: 500;
    color: #ff5555;
}