html {
    font-family: sans-serif;
    font-size: 62.5%;
    line-height: 1.42;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;

}

*, *:before, *:after {
    box-sizing: inherit;
    --subject-color: #00266E;
    --secondary-color: #c20e2f;
    --lightblue: #387efa;
    --level-color1: #35c087;
    --level-color2: #ffa743;
    --level-color3: #e02f2d;
    --level-color4: #666;
    --warning-color-light: rgba(166, 118, 55, .4);
    --warning-color: #9f6c27;
    --header-height: 75px;
}

body, header, footer, main, section, div,
h1, h2, h3, h4, h5, h6, p, span, a,
blockquote, q, pre, code, ol, ul, li,
form, label, input, textarea, button,
table, tr, th, td, dl, dt, dd, hr {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 1.6rem;
    line-height: inherit;
    vertical-align: baseline;
    background: transparent;

}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}

body {
    background: #eef0f5;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.42;
    min-height: 100vh;
    overflow: hidden;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
    display: block;
}

ol, ul {
    list-style: none;
}

hr {
    border-bottom: 1px solid #000;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

a, a:hover {
    color: #333;
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

[type='color'],
[type='date'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea {

    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

::-webkit-input-placeholder {
    color: #777;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #777;
}

[type='reset'],
[type='submit'],
[type='button'],
button {
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

:focus {
    outline: none;
}

/*用于屏蔽浏览器输入框的黄色背景（纯色）*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #e8f0ff inset;
}

.row {
    /*margin: 0 auto;*/
}

.row:before, .row:after {
    content: '';
    display: table;
}

.row:after {
    clear: both;
}

.xs {
    max-width: 32rem;
}

.sm {
    max-width: 48rem;
}

.md {
    max-width: 64rem;
}

.lg {
    max-width: 80rem;
}

.xl {
    max-width: 96rem;
}

.col {
    float: left;
}

.xs-0 {
    display: none;
}

.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 {
    display: inline-block;
}

.xs-1 {
    width: 8.3333%;
}

.xs-2 {
    width: 16.6667%;
}

.xs-3 {
    width: 25%;
}

.xs-4 {
    width: 33.3333%;
}

.xs-5 {
    width: 41.6667%;
}

.xs-6 {
    width: 50%;
}

.xs-7 {
    width: 58.3333%;
}

.xs-8 {
    width: 66.6667%;
}

.xs-9 {
    width: 75%;
}

.xs-10 {
    width: 83.3333%;
}

.xs-11 {
    width: 91.6667%;
}

.xs-12 {
    width: 100%;
}

@media screen and (min-width: 32em) {
    .sm-0 {
        display: none;
    }

    .sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12 {
        display: inline-block;
    }

    .sm-1 {
        width: 8.3333%;
    }

    .sm-2 {
        width: 16.6667%;
    }

    .sm-3 {
        width: 25%;
    }

    .sm-4 {
        width: 33.3333%;
    }

    .sm-5 {
        width: 41.6667%;
    }

    .sm-6 {
        width: 50%;
    }

    .sm-7 {
        width: 58.3333%;
    }

    .sm-8 {
        width: 66.6667%;
    }

    .sm-9 {
        width: 75%;
    }

    .sm-10 {
        width: 83.3333%;
    }

    .sm-11 {
        width: 91.6667%;
    }

    .sm-12 {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .md-0 {
        display: none;
    }

    .md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12 {
        display: inline-block;
    }

    .md-1 {
        width: 8.3333%;
    }

    .md-2 {
        width: 16.6667%;
    }

    .md-3 {
        width: 25%;
    }

    .md-4 {
        width: 33.3333%;
    }

    .md-5 {
        width: 41.6667%;
    }

    .md-6 {
        width: 50%;
    }

    .md-7 {
        width: 58.3333%;
    }

    .md-8 {
        width: 66.6667%;
    }

    .md-9 {
        width: 75%;
    }

    .md-10 {
        width: 83.3333%;
    }

    .md-11 {
        width: 91.6667%;
    }

    .md-12 {
        width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .lg-0 {
        display: none;
    }

    .lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12 {
        display: inline-block;
    }

    .lg-1 {
        width: 8.3333%;
    }

    .lg-2 {
        width: 16.6667%;
    }

    .lg-3 {
        width: 25%;
    }

    .lg-4 {
        width: 33.3333%;
    }

    .lg-5 {
        width: 41.6667%;
    }

    .lg-6 {
        width: 50%;
    }

    .lg-7 {
        width: 58.3333%;
    }

    .lg-8 {
        width: 66.6667%;
    }

    .lg-9 {
        width: 75%;
    }

    .lg-10 {
        width: 83.3333%;
    }

    .lg-11 {
        width: 91.6667%;
    }

    .lg-12 {
        width: 100%;
    }
}

@media screen and (min-width: 80em) {
    .xl-0 {
        display: none;
    }

    .xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12 {
        display: inline-block;
    }

    .xl-1 {
        width: 8.3333%;
    }

    .xl-2 {
        width: 16.6667%;
    }

    .xl-3 {
        width: 25%;
    }

    .xl-4 {
        width: 33.3333%;
    }

    .xl-5 {
        width: 41.6667%;
    }

    .xl-6 {
        width: 50%;
    }

    .xl-7 {
        width: 58.3333%;
    }

    .xl-8 {
        width: 66.6667%;
    }

    .xl-9 {
        width: 75%;
    }

    .xl-10 {
        width: 83.3333%;
    }

    .xl-11 {
        width: 91.6667%;
    }

    .xl-12 {
        width: 100%;
    }
}

/*间距*/
.mg-0 {
    margin: 0 !important;
}

.mb-1 {
    padding-bottom: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mt-2 {
    padding-top: 0.5rem !important;
}

.mb-2 {
    padding-bottom: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}


.mr-3 {
    margin-right: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 2rem !important;
}

.ml-5 {
    margin-left: 2rem !important;
}

.mr-5 {
    margin-right: 2rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.no-padding{
    padding:0;
}

/*透明度*/
.op-90 {
    opacity: 0.9;
}

.op-75 {
    opacity: 0.75;
}

.op-50 {
    opacity: 0.5;
}

.op-25 {
    opacity: 0.25;
}

.op-10 {
    opacity: 0.1;
}

a {
    text-decoration: none;
}

.f12 {
    font-size: 1.2rem !important;
}

.f13 {
    font-size: 1.3rem !important;
}

.f14 {
    font-size: 1.4rem !important;
}

.f15 {
    font-size: 1.5rem !important;
}

.f16 {
    font-size: 1.6rem !important;
}

.f18 {
    font-size: 1.8rem !important;
}

.f20 {
    font-size: 2rem !important;
}

.f30 {
    font-size: 3rem !important;
}

.fcu {
    font-weight: 600;
}

/*颜色*/
a.subject-color, .subject-color {
    color: var(--subject-color);
}

a.red, .red {
    color: #c20e2f;
}

a.red:hover {
    color: #c20e14;
}

a.yellow, .yellow {
    color: #ffa743;
}
a.lightblue,.lightblue{
    color:var(--lightblue)
}

a.c66, .c66 {
    color: #666;
}

a.c66:hover {
    color: #333;
}

.c-warning{
    color:var(--warning-color);
}

.c-green{
    color: #35be3c;
}

.point {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.point.red {
    background: #c20e2f;
}

.point.subject-color {
    background: var(--subject-color);
}

.btn-primary {
    background: #00266d;
    color: #fff;
    border-color: #00266d;
    text-align: center;
    cursor: pointer;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #02318c;
    border-color: #02318c;
}
button.form-control[disabled] {
    border:none;
}

.btn-red {
    background: #c20e2f;
    border: 1px solid #c20e2f;
    color: #fff;
}

.badge-danger {
    background: #c20e2f;
    color: #fff;
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
    background: #da0b2b;
    border: 1px solid #da0b2b;
    color: #fff;
}

.btn-yellow {
    background: #ff8800;
    border-color: #ff8800;
    color: #fff;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
    background: #ffa600;
    border-color: #ffa600;
    color: #fff;
}

.btn-default {
    background: #eff4ff;
    color: #333;
}

button[disabled], a[disabled] {
    opacity: 0.3;
    color: #999;
}


.btn-outline {
    border: 1px solid #979797;
    background: #fff;
}

.btn-outline-warning {
    border: 1px solid var(--warning-color-light);
    color: var(--warning-color);
}

.btn-outline-warning:hover {
    background-color: #f4efe3;
    color: var(--warning-color);
}

.btn-rounded {
    border-radius: 44px;
}

.btn-sm, .btn-group-sm > .btn-sm {
    padding: 4px 10px;
}

*[btn] {
    cursor: pointer;
}

a.abtn {
    font-size: 1.2rem;
    padding: 2px;
    white-space: nowrap;
    text-decoration: none !important;
    cursor: pointer;
}

.abtn[disabled] {
    background: transparent;
    cursor: not-allowed;
}

/*对话框按钮*/
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
    background: #02318c;
    color: #fff;
}

#loading-bar .bar {
    top: 85px;
    z-index: 1000;
}

#loading-bar-spinner {
    display: none;
}

.form-group-sm .control-label {
    font-size: 1.2rem;
}

.form-group{
    padding:2rem;
}

.control-label{
    text-align: right;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 1.8rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hand {
    cursor: pointer;
}

/*下拉框input*/
.drop-input {
    position: relative;

}

.drop-input:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #c2c2c2;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    top: 15px;
    right: 15px;
}

.drop-input[clear] > .form-control {
    padding-right: 60px;
}

.drop-input[clear] > i {
    position: absolute;
    top: 7px;
    right: 45px;
    color: #999;
    cursor: pointer;
}

.drop-date-input{
    position: relative;
}
.drop-date-input:after {
    font-family: "iconfont" !important;
    content: "\e673";
    font-size: 32px;
    color:#c2c2c2;
    line-height: 1;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9;
}

.drop-input .form-control[disabled] {
    background-color: #eee !important;
    opacity: 1;
}

.drop-filter {
    height: 32px;
    line-height: 32px;
    width: 100%;
    background: #fff;
}

.drop-filter > span {
    position: absolute;
    top: 6px;
    right: 6px;
}
.list-group-item{
    font-size:1.4rem;
}
/*site布局*/
.navbar {
    box-shadow: 0 2px 10px 0 rgba(156, 156, 156, 0.5);
    background: #fff;
    z-index: 10;
}

.navbar-brand .line {
    width: 1px;
    height: 100%;
    background: #f4f4f4;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.user-level {
    padding-left: 10px;
    padding-right: 10px;
    margin: 15px;
    height: 24px;
    background: #00266d;
    border-radius: 0 11px 11px 8px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 24px;
}

.user-level > b {
    width: 21px;
    height: 16px;
    margin-top: 4px;
    background: #063998;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    color: #c6d8ff;
    line-height: 16px;
}

.main-body {
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 10rem;
    overflow: auto;
}


.main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0;
}

.footer{
    position: absolute;
    left:0;
    bottom:0;
    right:0;
}

.main-content .main-first-child {
    margin-top: -20px;
    padding-top: 20px;
}


.pos-right-bottom {
    position: absolute;
    bottom: 16px;
    right: 12px;
}

.steps {
    width: 100%;
}

.step-item {
    position: relative;
    font-size: 1.6rem;
    margin: 10px auto 44px;
    display: flex;
    gap:10px;
    align-items: center;
}

.step-item:not(:last-child):after {
    content: '';
    width: 100%;
    height: 24px;
    position: absolute;
    bottom:-34px;
    left:15px;
    background: url('/images/downward.png') no-repeat center center;
    background-size: 18px 24px;
}
.step-item:not(.active):not(.completed){
    opacity: 0.5;
}

.step-item-text{
    background: linear-gradient(180deg, #f5ecdb, #fbead4);
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    gap:10px;
    padding: 15px;
    flex:1;

}

.step-item:nth-child(1) .step-item-text .iconfont{
    color:#4ca7f4;
}
.step-item:nth-child(2) .step-item-text .iconfont{
    color: #688cfb;
}
.step-item:nth-child(3) .step-item-text .iconfont{
    color: #fb8d3a;
}
.step-item:nth-child(4) .step-item-text .iconfont{
    color: #8277f9;
}
.step-item:nth-child(5) .step-item-text .iconfont{
    color: #f9ba5c;
}

.step-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3c4d7a;
    line-height: 24px;
    color: white;
    position: relative;
    text-align: center;
}

.step-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;

}

.step-item .icon{
    width:16px;
    flex-shrink: 0;
}
.navbar-header {
    height: 72px;
    display: flex;
    align-items: center;
}

.navbar-header .logo > img {
    height: 50px;
    width: auto;
}


/*el-card*/
.flex {
    display: flex;
    align-items: center;
}

.flex-sb {
    justify-content: space-between;
    display: flex;
}

.align-center {
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.justify-around{
    justify-content: space-around;
}
.align-end{
    align-items:end;
}
.flex-col{
    display: flex;
    flex-direction: column;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.el-row {
    box-sizing: border-box;
}

.el-card {
    border-radius: 4px;
    border: 1px solid #e7e9ec;
    border-color: rgba(83, 83, 83, .04);
    background-color: #fff;
    height: 100%;
    padding: 20px;
    margin: 10px 5px;
    position: relative;

}


.el-card__header {
    position: relative;
    overflow: hidden;
    margin-bottom:10px;
}

.el-card__header.flex-sb {
    align-items: center;
}

.title-square {
    font-size: 1.3rem;
    font-weight: 600;
    color: #757575;
    position: relative;
}

.title-square:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    border: 2.4px solid #00266d;
    border-radius: 2px;
    margin-right: 5px;
}

.title-square > span {
    font-weight: 100;
}

.el-card__header h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.el-card__header span {
    font-weight: 600;
    font-size: 15px;
    opacity: 0.75;
}

.el-card__header .more, .el-card__header a.more {
    font-size: 12px;
    color: #999;
}

.el-card__header a.more:hover {
    color: #666;
}

.el-card.bg-primary {
    border-color: rgba(83, 83, 83, .04);
    background-color: #2d71fb;
    color: #fff;
}

.el-card__body {
    position: relative;
}

.bg-white {
    background-color: #fff;
}

.bg-lightgray {
    background-color: #f8f9fb;
}


/*el-table*/


.el-table, .div-table {
    position: relative;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 99.9%;
    max-width: 99.9%;
    font-size: 1.4rem;
    color: #333;
}


tr.border {
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.el-table tr, .el-table .tr {

}

.el-table > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
}

.el-table > tbody > tr:nth-child(even) {
    background-color: #f8f8f8;
}

.el-table tr.selected, .el-table tr.selected:nth-child(odd), .el-table tr.selected:nth-child(even) {
    background-color: #ffe6ec;
}

.table-hover > tbody > tr:hover {
    background-color: #e6ebff !important;
}

.el-table > thead > tr, .el-table th {
    background-color: #f2f6ff;
}

.el-table td, .el-table th, .el-table .td, .el-table .th, .div-table .th {
    padding: 1.4rem;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
}

.el-table.border {
    border: 1px solid #ccc;

}

.el-table th, .el-table .th, .div-table .th {

    font-size: 14px;
    /*text-align: center;*/
    font-weight: 600;
    vertical-align: middle;
}

.table > thead > tr > th {
    vertical-align: middle !important;

}

.table th {
    background: rgb(193, 225, 253);
    vertical-align: middle !important;
}

.el-table--small td, .el-table--small th, .el-table--small .th, .el-table--small .td, .el-table--small a, .el-table--small span, .el-table--small div {
    font-size: 1.2rem !important;
}

.hidetxt, .el-table--small.hidetxt td, .el-table--small.hidetxt th, .el-table--small.hidetxt a, .el-table--small.hidetxt span, .el-table--small a.hidetxt, .el-table--small span.hidetxt, .hidetxt td, .hidetxt.th, .hidetxt span, th.hidetxt, td.hidetxt {
    font-size: 0 !important;
    width: 0;
    height: 0;
    padding: 0;
}

table.el-table th:first-child, table.el-table td:first-child, .el-table .th:first-child, .el-table .td:first-child {
    padding-left: 10px;
}

table.el-table th a, .el-table .th a {
    text-decoration: none !important;
}

.el-table td .ops, .el-table .td .ops {
    display: flex;
    align-items: center;
}

.el-table td .ops a.op {
    color: #1d1e72;
    text-decoration: none;
    margin-right: 1em;
}

.el-table td .ops a.op:hover {
    color: #11124b;
}

.el-table td .ops a.op.disabled {
    cursor: text;
    color: #999;
}

.el-table td .ops a.op.disabled:hover {
    color: #999;
}

.el-table td .ops a.op:last-child {
    margin-right: 0;
}

.table-wrap {
    min-height: 400px;
    overflow: auto;
    width: 100%;
    position: relative;
}

.table-title {

    background-color: rgb(221, 221, 221);
    left: 0;
    position: fixed;
/ / 表头还是靠粘性固定 font-weight: bold;
    width: 100px;
    min-width: 100px;
    z-index: 2;

}

.border-b-2 {
    border-bottom: 2px solid #ccc !important;
}

.border-l-2 {
    border-left: 2px solid #ccc !important;
}

.border-r-2 {
    border-right: 2px solid #ccc !important;
}

.th-bg-darkblue, .el-table th.th-bg-darkblue {
    background: rgb(68, 84, 106);
    color: #fff;
}

.div-table {
    margin: 0 auto;
}

.div-table .td, .div-table .th {
    padding: 4px 10px;
    font-size: 1.4rem;
    text-align: center;
    display: flex;
    align-items: center;
}

.div-table .th {
    background: #f2f6ff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-table.div-table__small {
    font-size: 1.2rem;
}

.v-flip {
    transform: rotate(180deg);
    display: inline-block;
}

.div-table.border {
    border: 1px solid #e1e1e1;
    padding: 10px 0;
    margin: 10px auto;
}

.no-wrap {
    white-space: nowrap;
}

.el-table.long-table {

    min-width: 99.9%;
    max-width: 10000px;
}

.el-table.long-table th, .el-table.long-table td {
    min-width: 100px;
}

.el-table .table-inner {
    margin: 0;
}

.el-table .table-inner.table-striped tr:nth-child(odd) {
    background: #fff;
}

.el-table .table-inner.table-striped tr:nth-child(even) {
    background: #fafcff;
}

.el-table .table-inner td {
    vertical-align: middle;
}

/*页*/
.fixed-page {
    position: fixed;
    bottom: -10px;
    right: 0;
    padding-right: 20px;
    left: 0;
    height: 40px;
    background: #fff;
}

.el-page {
    font-size: 12px;
    line-height: 1.5;
    margin: 15px auto;
}

.el-page div[yi-pagination] {
    float: right;
}

.el-page .btn-group-sm {
    font-size: 12px;
}

.el-page .btn-group-sm > button.btn {
    font-size: 12px;
    padding: 0 6px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 3px;
    border: 1px solid transparent;
}

.el-page .btn-group-sm > button.btn:active, .el-page .btn-group-sm > button.btn:focus {
    border: 1px solid transparent;
    outline: none;
}

.el-page .btn-default, .el-page .btn-default:active {
    background: #f4f4f5;
    color: #757575;
}

.el-page .btn-primary, .el-page .btn-primary:active {
    background: #1d1e72;
    color: #fff;
}

.el-page .yi-page_pagecount {
    float: left;

}

/*toolbar*/
.toolbar {
    background: #fff;
    padding: 10px 15px;
}

.toolbar .left {
    float: left;
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
}

.toolbar .left h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 30px;
    margin-right: 12px;
}

.toolbar .right {
    float: right;
    display: flex;
    align-items: center;
}


.search-wrap {
    width: 266px;
    position: relative;
    height: 28px;
    zoom: 1;
    max-width: 100%;
}

.search-wrap.has-label {
    display: flex;
    align-items: center;
}

.search-wrap.has-label label {
    font-size: 12px;
    margin-right: 10px;
    white-space: nowrap;
}

.search-wrap .sousuo {
    background: #fff url(../images/bt-search.png) no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

.search-wrap .fa-close {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

.search-wrap input {
    height: 28px;
    width: 100%;
    padding: 0 48px 0 16px;
    line-height: 28px;
    font-size: 14px;
    margin: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    overflow: hidden;
}

.search-wrap.no-icon input {
    padding-right: 16px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;

}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;

}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;

}

.icon-buttons {
    height: 36px;
    border-radius: 18px;
    background: #eef0f5;
    display: flex;
    align-items: center;
}

.icon-button, .legend {
    margin: 0 13px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 1.2rem;
}

.icon-button {
    cursor: pointer;
}


.holder {
    margin: 30px auto;
    max-width: 500px;
}

ul.SteppedProgress {
    counter-reset: step;
    display: flex;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
    background: #f3f5f8;
    border-radius: 2px;
    padding: 1.6rem;
}

.SteppedProgress li {
    list-style-type: none;
    color: #404140;
    line-height: normal;
    text-transform: uppercase;
    flex: 1;
    font-size: 12px;
    position: relative;
    padding: 0 2%;
}

.SteppedProgress li > span {
    font-size: 1rem;
    color: #007b5f;
}

.SteppedProgress li.complete > span {
    color: #75839F;
}

/*.SteppedProgress li:before {*/
/*    content: counter(step);*/
/*    counter-increment: step;*/
/*    width: 30px;*/
/*    line-height: 30px;*/
/*    display: block;*/
/*    font-size: 22px;*/
/*    color: #FFF;*/
/*    background: #007b5f;*/
/*    border-radius: 15px;*/
/*    margin: 0 auto 10px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

.SteppedProgress li > i {
    color: #007b5f;
    font-size: 30px;
    display: block;
    margin: 0 auto 10px;
    line-height: 30px;
}

.SteppedProgress li.complete > i {
    color: #00266d;
}

.SteppedProgress li:after {
    content: '';
    width: 80%;
    height: 1px;
    background: #007b5f;
    position: absolute;
    left: -40%;
    top: 15px;
    z-index: -1;
}

.SteppedProgress li:first-child:after {
    content: none;
}

.SteppedProgress li.complete:before {
    background: #00266d;
    color: white;
}

.SteppedProgress li.complete:after {
    background: #00266d;
}

/*右滑模态窗*/
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 80%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto
}

.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 15px 80px
}

.modal.left.fade .modal-dialog {
    left: -80%;
    -webkit-transition: opacity .3s linear, left .3s ease-out;
    -moz-transition: opacity .3s linear, left .3s ease-out;
    -o-transition: opacity .3s linear, left .3s ease-out;
    transition: opacity .3s linear, left .3s ease-out
}

.modal.left.fade.in .modal-dialog {
    left: 0
}

.modal.right.fade .modal-dialog {
    right: -80%;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    -moz-transition: opacity .3s linear, right .3s ease-out;
    -o-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out
}

.modal.right.fade.in .modal-dialog {
    right: 0
}

.modal-content {
    border-radius: 0;
    border: none
}

.modal-header {
    border-bottom-color: #eee;
    background-color: #fafafa
}

.pos-left-top-1 {
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.pos-right-top-1 {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

/*上传文件*/
.dropdown-menu-li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
}

.dropdown-menu-li:last-child {
    border-bottom: none;
}

.train .dropdown-menu-li {
    border-bottom: none;
    margin: 10px auto;
}

.train .dropdown-menu-li .icon-button {
    border-radius: 18px;
    background: #eef0f5;
    padding: 0 15px;
    margin: 0;
}

.train .dropdown-menu-li .icon-button:hover {
    background: var(--subject-color);
    color: #fff;
}

.attachment-file-list {
    display: inline-block;
    margin-right: 12px;
    padding: 6px 12px;
    font-size: 12px;
    border: 1px solid #e1e1e1;
    margin-bottom: 12px;
}

.attachment-file-list:hover {
    border-color: #00266d;
}

.attachment-file-list > a {
    display: block;
    width: 100%;
    height: 100%;
}
.attachment-file-input{
    width:100%;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #e1e1e1;
    border-radius: 4px;
}

.tree-children-nodes {
    white-space: nowrap;
}

.progress_box {
    width: 90%;
    margin: 40px auto;
    background: #eee;
    height: 20px;
    border-radius: 10px;
    position: relative;
}

.progress {
    height: 20px;
    border-radius: 10px;
    background: #00266d;
    position: absolute;
    left: 0;
    top: 0;
    width: 1%;
}

.progress_data {
    position: absolute;
    top: -20px;
}

/*range input 标尺*/
ul.range-back {
    display: flex;
    margin-left: 5%;
    margin-right: 3.5%;
}

ul.range-back > li {
    position: relative;
    flex: 1;
    height: 5px;
    border-left: 1px solid #ccc;
}

ul.range-back > li:nth-child(4n+1) {
    height: 10px;
}

ul.range-back > li > .scale {
    position: absolute;
    font-size: 10px;
    bottom: -14px;
    left: 0;
    font-style: normal;
    transform: scale(0.6) translateX(-50%);
    transform-origin: left top;
}


ul.range-back1 {
    display: flex;
    justify-content: space-between;
    margin-left: 18px;
    margin-right: 18px;
}

ul.range-back1 > li {
    position: relative;
    width: 1px;
    background: #ccc;
    height: 8px;

}

ul.range-back1 > li > .scale {
    position: absolute;
    font-size: 10px;
    bottom: -16px;
    left: 0;
    transform: translateX(-50%);
    font-style: normal;
    /*transform: scale(0.6) translateX(-50%);*/
    /*transform-origin: left top;*/
}

/*操作指南*/
ul.guide-list {
    display: flex;
    flex-wrap: wrap;
}

ul.guide-list > li {
    width: 20%;
    min-width: 30rem;
    margin: 1rem 0.8rem;
}

ul.guide-list > li a {
    display: block;
    text-decoration: none;
}

ul.guide-list > li .logo {
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 6px;
    margin-bottom: 1rem;
}

ul.guide-list > li .logo > .fa {
    font-size: 5rem;
    transition: all 0.2s;
    color: var(--subject-color);
}

ul.guide-list > li a:hover .logo > .fa {
    color: var(--secondary-color);
    transform: scale(1.1);
}

ul.guide-list > li a:hover h2 {
    color: var(--subject-color);
}

ul.guide-list > li p {
    white-space: nowrap;
}


/*switch*/
.switch {
    display: flex;
    align-items: center;

}

.switch span {
    margin-left: 4px;
}

.switch input[type="checkbox"] {
    width: 0;
    height: 0;
    visibility: hidden;
}

.switch label {
    display: block;
    width: 30px;
    height: 18px;
    background: #c0c0c0;
    border-radius: 18px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
}

.switch label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
}

.switch input:checked + label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
}

.switch input:checked + label {
    background: #2d71fb;
}

.el-group {

    position: relative;
    padding-top: 30px;
    margin: 30px auto;
    padding-bottom: 30px;
}

.el-group::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.el-group-title {
    position: absolute;
    background: #fff;
    left: 30px;
    top: -10px;
    padding: 0 10px;
}

.label {
    font-size: 75%;
    margin: 0 2px;
}


.scroll-modal .modal-body {
    overflow-y: auto;
}

.no-scroll .modal-body {
    overflow-y: visible;
}

form input.ng-dirty, select.ng-dirty {
    border: 1px solid var(--lightblue);
}

.color-picker-input {
    width: 28px;
    height: 30px;
    padding: 0;
}

input.no-border {
    border: none !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.table-container {
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* 表头固定 */
.table-container thead tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
}


.clamp-6 {
    display: -webkit-box !important; /*弹性伸缩盒子*/
    -webkit-box-orient: vertical !important; /*子元素垂直排列*/
    line-clamp: 6;
    -webkit-line-clamp: 6 !important; /*显示的行数*/
    overflow: hidden !important; /*溢出部分隐藏*/
    text-overflow: ellipsis; /*溢出部分用省略号显示*/
    white-space: pre-wrap !important;
}


div[e-chart] {
    width: 100%;
    height: 100%;
}

/*表单元素*/
.form-footer{
    margin-top:5rem;
}
.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin:0 auto;
}

@media (max-width: 768px) {
    .form-actions {
        flex-direction: column;
    }
    .form-footer{
        margin-top:3rem;
    }
    .form-actions button {
        width: 100%;
    }
}

.form-actions>button{
    flex:1;
}
.form-actions .btn,.form-actions .btn-text{
    font-size: 1.4rem;
}


.radio,.checkbox{
    margin:20px;
}
.radio>span,.checkbox>span{
    font-size:1.6rem;
}

#user-info .form-group{
    display: flex;
    align-items: center;
    padding: 9px 16px;
    margin:0;
    border-bottom: 1px solid #DDDDDD;
    gap:2rem;
}

#user-info .form-group.last-item{
    border:none;
}

.form-attach{
    margin:2rem auto;
}


#user-info .form-group .control-label{
    font-size: 1.6rem;
    /*font-family: MicrosoftYaHei;*/
    line-height: 3.2rem;
    text-align: left;
    color:#333;
    width:6em;
    white-space: nowrap;
    flex-shrink: 0;
}
#user-info .form-group .control-value{

    text-align: left;
    color:#666;
    flex:1;
}
#user-info .form-group .control-value>span{
    font-size: 1.4rem;
}

.pay-list{
    display: grid;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    padding: 8px;
}
.pay-list-item{
    cursor: pointer;
    height: 96px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1;
}
.pay-list-item.active,.pay-list-item:hover{
    border: 1px solid #E8AA57;
}
.pay-list-item>img{
    display: none;
    height: 34px;
    position: absolute;
    right: -1px;
    bottom: 0;
}
.pay-list-item.active>img{
    display: block;
}