input.form-control,
select.form-control {
    padding-right: 15px;
    padding-left: 15px;
}
.header-bar {
    background: #e5edef;
    height: 48px;
    color: #212c48;
    padding: 0;
}
.header-bar a {
    color: #212c48;
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
}
.header-bar a.navbar-brand.d-flex.align-items-center:not(.navbar_logo) {
    margin-left: 40px;
}
.header-bar a img {
    margin-right: 6px;
    margin-left: 24px;
}
.nav-justified .nav-item {
    white-space: nowrap;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #0b8fe2;
    border-radius: 2px;
}
a.navbar_logo {
    font-family: AlBayan-Bold;
    font-size: 16px;
    letter-spacing: -0.34px;
    text-align: center;
    margin-left: 21px;
    margin-right: 50px;
    line-height: 24px;
}
a.login-info {
    font-family: PingFangSC-Medium;
    color: #606d85;
    letter-spacing: 0.5px;
    text-align: left;
}

.btn {
    border-radius: 6px;
    background: #fff;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #4a4a4a;
    text-align: center;
}
.btn-outline-dark {
    border: 1px solid #4a4a4a;
}
.btn.btn-sm {
    border-radius: 4px;
    height: 24px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    padding: 0 8px;
}
.btn.btn-sm.xs {
    height: 20px;
    padding: 0 4px;
    line-height: 18px;
    font-size: 12px;
}

main > .container {
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(51, 64, 97, 0.13);
    padding: 0 30px 36px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.container {
    width: 1300px;
    max-width: 1300px;
}
main > .container h1 {
    font-family: Helvetica-Bold;
    font-size: 20px;
    color: #212c48;
    font-weight: bold;
    margin: 12px 0;
}
main > .container h2 {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
}
.table-bordered.large-bable {
    margin: 0 -28px;
    width: calc(100% + 56px);
    max-width: 200%;
}
.table-bordered td {
    border-color: #dfe3f1;
    min-width: 54px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    padding: 8px 12px;
    vertical-align: middle;
}
.table-bordered td.label-success {
    color: #83bb4a;
}
.table-bordered td.label-danger {
    color: #fd6670;
}
.table-bordered td.label-info {
    color: #0b8fe2;
}
.table-bordered thead th {
    background: #eeeeee;
    border-color: #eeeeee;
    height: 50px;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #333333;
    line-height: 12px;
    border: none;
    text-align: center;
    padding: 0 4px;
    vertical-align: middle;
}
.number-input {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 76px;
    height: 32px;
    box-sizing: border-box;
}

.btn-primary {
    background: #0b8fe2;
    border-radius: 6px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    max-height: 38px;
}
.col-form-label {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #606d85;
    letter-spacing: 0;
    line-height: 30px;
}
.search-input {
    position: relative;
}
.search-input input {
    background: #f7f7fa;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding-left: 54px;
    font-size: 14px;
    height: 38px;
}
.search-input::before {
    content: " ";
    z-index: 1;
    position: absolute;
    display: block;
    left: 29px;
    top: 13px;
    height: 14px;
    width: 15px;
    background: url(../assets/cplb_search_icon.svg) no-repeat;
    background-size: 100%;
}
.btn-link {
    font-family: Roboto-Medium;
    font-size: 14px;
    color: #0b8fe2;
    letter-spacing: 0;
    font-weight: bold;
}
.info-row {
    display: flex;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
}
.form-control-plaintext {
    flex: 1;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.form-control.textarea {
    background: #ffffff;
    border: 1px solid #dfe3f1;
    height: 160px;
    resize: none;
}

.select2-search.select2-search--dropdown {
    display: none;
}
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: #0b8fe2;
    color: white;
}

.select2-container--default .select2-selection--single {
    border: 2px solid #f5f5f5;
    height: 38px;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    font-family: Roboto-Medium;
    font-size: 12px;
    color: #212c48;
    letter-spacing: 0;
    line-height: 38px;
    box-sizing: border-box;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 38px;
    right: 16px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
    border: none;
    width: 10px;
    height: 6px;
    background: url(../assets/arrow_icon.svg) no-repeat;
}

.page-item .page-link {
    min-width: 40px;
    height: 40px;
    line-height: 22px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #444444;
    letter-spacing: 0.96px;
    text-align: center;
}
.page-item .page-link img {
    margin-top: 5px;
}
.page-item.active .page-link {
    background-color: #0b8fe2;
    border-color: #0b8fe2;
}

.input-daterange input:first-child {
    border-radius: 6px 0 0 6px;
}
.input-group-text {
    border-radius: 6px;
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #0b8fe2;
    border-color: #0b8fe2;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #fff;
    background-color: #0b8fe2;
    border-color: #0b8fe2;
}

.prettycheckbox > a,
.prettyradio > a {
    height: 16px;
    width: 16px;
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    background: url(../assets/cplb_selectbox_normal.svg) no-repeat;
}
.prettycheckbox > a.checked {
    background-position: 0 0;
    background: url(../assets/cplb_selectbox_selected.svg) no-repeat;
}
.prettycheckbox > a.checked:focus {
    background-position: 0 0;
}
.prettycheckbox > a:focus {
    background-position: 0 0;
}
.prettycheckbox label,
.prettyradio label {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #606d85;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0 5px;
}

.layui-laydate.layui-laydate-range .layui-this,
.layui-laydate td.layui-this {
    background-color: #0b8fe2 !important;
    border-radius: 2px;
    color: #fff !important;
}
.layui-laydate.layui-laydate-range .layui-laydate-content td.laydate-selected {
    background-color: #ddd;
}

.layui-laydate.layui-laydate-range .laydate-selected:hover {
    background-color: rgb(0, 156, 247) !important;
}
.choose-shop-dialog {
    flex-shrink: 1;
    position: relative;
    margin: 99px auto auto;
    width: 466px;
    min-height: 360px;
    max-height: 662px;
    background: #ffffff;
    box-shadow: 0 3px 15px 0 rgba(133, 146, 191, 0.24);
    border-radius: 10px;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
main > .container h1.choose-shop-title {
    font-family: Montserrat-Regular;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    width: 100%;
    text-align: center;
    margin: 46px 0 27px;
    flex-shrink: 0;
}
.btn.btn-secondary.choose-shop-radio {
    width: 375px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 7px;
    background: #fff;
    margin-bottom: 18px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 36px;
    border: 1px solid #e8e8e8;
    box-shadow: none !important;
    position: relative;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #0b8fe2;
    background-color: #fff;
    border-color: #0b8fe2;
}
.btn.btn-secondary.choose-shop-radio:focus {
    outline: none;
}
.btn.btn-secondary.choose-shop-radio.active {
    background: #fff;
    font-family: PingFangSC-Semibold;
    border: 1px solid #0b8fe2;
    overflow: hidden;
    color: #0b8fe2;
    flex-shrink: 0;
}
.btn.btn-secondary.choose-shop-radio.active::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 5px;
    background: #0b8fe2;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.choose-shop-confirm {
    width: 320px;
    height: 50px;
    margin-bottom: 51px;
    background: #0b8fe2;
    border-radius: 99px;
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1.4px;
    text-align: center;
    line-height: 38px;
    max-height: 50px;
    flex-shrink: 0;
}
.hidden {
    display: none;
}

.mui-switch {
    width: 44px;
    height: 22px;
    position: relative;
    background: #eee;
    border-radius: 40px 40px 40px 40px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
    cursor: pointer;
}
.mui-switch:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #ffffff;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
}
.mui-switch:checked {
    background-color: #0b8fe2;
}
.mui-switch:checked:before {
    left: 24px;
}
.mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s;
}
.mui-switch.mui-switch-animbg:before {
    transition: left 0.3s;
}
.mui-switch.mui-switch-animbg:checked {
    box-shadow: #dfdfdf 0 0 0 0 inset;
    background-color: #0b8fe2;
    transition: border-color 0.4s, background-color ease 0.4s;
}
.mui-switch.mui-switch-animbg:checked:before {
    transition: left 0.3s;
}
.mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s,
    box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}
.mui-switch.mui-switch-anim:before {
    transition: left 0.3s;
}
.mui-switch.mui-switch-anim:checked {
    box-shadow: #0b8fe2 0 0 0 16px inset;
    background-color: #0b8fe2;
    transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}
.mui-switch.mui-switch-anim:checked:before {
    transition: left 0.3s;
}

.choose-shop-dialog .btn-group {
    position: relative;
    justify-content: flex-start;
    top: 0;
    padding: 0 16px;
}
.btn-group {
    top: 17px;
    position: absolute;
    right: 0;
}
.btn-group > a {
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #0b8fe2;
    letter-spacing: 0;
    margin-right: 31px;
}
.btn-group > a:focus {
    outline: none;
}
.btn-group img {
    margin-right: 0.5em;
    margin-top: -0.5em;
}
.modal-header {
    position: relative;
}
.ptc-modal-title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #9b9b9b;
    letter-spacing: 1.33px;
    text-align: center;
    width: 100%;
}
.modal-header .ptc-modal-close {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    background: rgb(211, 211, 211);
    box-sizing: border-box;
    padding: 0;
    top: 31.5px;
    right: 41px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-shadow: none;
}
.form-group > label {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #606d85;
    letter-spacing: 0;
    /*padding: 0;*/
    margin-right: 20px;
    flex: 0;
    justify-content: flex-start;
    white-space: nowrap;
}
.product-form-group {
    padding: 0;
}

button:focus {
    outline: none;
}
.modal-body .select2-container {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.ptc-modal-footer-text {
    width: 100%;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #606d85;
    letter-spacing: 0;
    line-height: 22px;
    position: absolute;
    left: 0;
    top: 26px;
}
.setting-form {
    margin-top: 16px;
    border-top: 1px solid rgba(223, 227, 241, 0.6);
}
.file-div {
    margin-top: 59px;
    background: #ffffff;
    box-shadow: 0 2px 7px 0 rgba(165, 196, 219, 0.3);
    border-radius: 8px;
    width: 340px;
    height: 260px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.file-div::before {
    content: "";
    width: 320px;
    height: 240px;
    position: absolute;
    left: 10px;
    top: 10px;
    box-sizing: border-box;
    border: 2px dashed #e3eaec;
    border-radius: 8px;
    pointer-events: none;
}
.file-input-import {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.file-progress,
.file-error,
.file-complete,
.form-progress .file-upload,
.upload-success .file-upload,
.upload-error .file-upload,
.form-error .file-upload {
    display: none;
}

.upload-success .file-complete,
.upload-error .file-complete,
.form-progress .file-progress,
.form-error .file-error,
.file-upload {
    display: block;
}
.file-progress-div {
    background: #d8d8d8;
    border-radius: 35px;
    width: 260px;
    height: 6.1px;
    margin-top: 14px;
}
.file-progress-bar {
    height: 6.1px;
    background: #64c2f7;
    border-radius: 35px;
    width: 0%;
}
.form-error .file-progress-bar {
    background: #fd6969;
}
.file-progress-percent {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #444444;
    margin-top: 14px;
}
.file-progress-info {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #a2abb3;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    margin-top: 7.8px;
}
.file-progress-error-info {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fd6670;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    margin-top: 7.8px;
}
.file-upload-text {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #212c48;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    width: 209px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
}
.file-upload-info {
    margin-top: 8px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #a2abb3;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
}
.error.reload {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #002a2e;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    text-decoration: underline;
}
.error.reload:not([href]):not([tabindex]):hover {
    text-decoration: underline;
}
.file-progress-error-icon {
    background: #fd6969;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-top: 14px;
}
.file-complete-info {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #212c48;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    width: 241px;
    margin-top: 18px;
}
.file-complete-icon {
    position: absolute;
    top: 118px;
    left: 188px;
    display: none;
}
.upload-error .file-complete-icon-error {
    display: block;
}
.upload-success .file-complete-icon-success {
    display: block;
}
.upload-result-table {
    width: 600px;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px #000;
    margin: 24px auto;
    text-align: center;
}
.upload-result-table-td {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0.3px;
    line-height: 18px;
    border: none;
    padding: 10px;
    border-left: 1px solid #dfe3f1;
    border-bottom: 1px solid #dfe3f1;
}

.upload-result-table-td:last-child {
    /*è®¾ç½®tableå³è¾¹è¾¹æ¡†*/
    border-right: 1px solid #dfe3f1;
}
.upload-result-table-td:first-child,
.upload-result-table-th:first-child {
    width: 107px;
}
.upload-result-table-th {
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #333333;
    letter-spacing: -0.3px;
    background: #eeeeee;
    padding: 12px 15px;
}
.upload-result-table tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

.upload-result-table tr:first-child th:last-child {
    border-top-right-radius: 5px;
}
.upload-result-table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.upload-result-table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
.person-menu {
    background: #ffffff;
    border: 0 solid #f0f0f0;
    box-shadow: 0 9px 14px 0 rgba(180, 196, 235, 0.22);
    border-radius: 6px 0 0 0 6px 6px 6px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #7e8da9;
    letter-spacing: 0.4px;
    line-height: 40px;
    width: 135px;
    height: 40px;
    cursor: pointer;
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 0;
    padding-right: 0;
}

.search-input {
    padding-right: 20px;
    /* padding-left: 20px; */
    font-size: 14px;
}
select.form-control,
input.form-control {
    font-size: 12px;
    height: 38px;
}
#input-daterange {
    font-size: 12px;
}
input,
select {
    /*-webkit-appearance: none;*/
}
::-webkit-scrollbar-track-piece {
    background-color: #fff;
    border-radius: 0;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #aaa;
    border-radius: 4px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    border: 2px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #555;
    border-radius: 4px;
}
.user-menu {
    background: #ffffff;
    /* width: 135px; */
    cursor: pointer;
    /* padding: 0 1rem 1rem; */
}
.user-menu a {
    display: block;
    padding: 0.5rem;
    background: #f8f8f8;
}
.user-menu a:first-child {
    background: #fff;
}
.user-menu-popover {
    overflow: hidden;
    box-shadow: 0 9px 14px 0 rgba(180, 196, 235, 0.22);
    border-radius: 6px 6px 6px 6px;
}
.user-menu-popover .popover-body {
    padding: 0;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    min-height: 2.25rem;
    border-radius: 6px;
}
.select2-container--default .select2-selection--multiple {
    padding-bottom: 5px;
}
.flexSelect .select2-container {
    flex: 1;
    margin-right: 20px;
}
.btn-primary {
    border: none;
}
.thead-fixed {
    position: fixed;
    z-index: 99;
    top: 0;
    pointer-events: none;
}
.tbody-padding {
    padding-top: 50px;
}
#pic{
    position: absolute;
    display: none;
}
#pic1{
    width: 256px;
    height: auto;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px 5px hsla(0,0%,5%,1.00);
    box-shadow: 5px 5px 5px 0px hsla(0,0%,5%,0.3);
}

.steps {
    display: flex;
    /* 按水平均匀分布，行首行尾两端靠齐 */
    justify-content: space-between;
    width: 32%;
    margin-left: 34%;
    padding: 0;
    /* 定义CSS计数器 */
    counter-reset: order;
    list-style: none;
    --normal-color: #a0a0a0;
    --active-color: orange;
    transform: scale(1.2);
}

.steps>li {
    counter-increment: order;
    /* 弹性宽度（根据其内容来调整） */
    flex: auto;
    /* 内联块级弹性伸缩盒子 */
    display: inline-flex;
    align-items: center;
    color: var(--active-color)
}

.steps>li::before {
    content: counter(order);
    width: 1.4em;
    line-height: 1.4em;
    margin-right: 0.5em;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    border: 1px solid;
    /* 布局宽度不够时禁止收缩 */
    flex-shrink: 0;
    box-sizing: unset;
}

.steps>li:not(:last-child)::after {
    content: '';
    /* width: 60px; */
    /* 让引导线和文本垂直居中 */
    /* vertical-align: middle; */
    /* 占满 li 中的剩余宽度 */
    flex: 1;
    margin: 0 1em;
    /* 不指定颜色，则自动继承自身color或父级color */
    border-bottom: 1px solid;
    opacity: .6;
    box-sizing: unset;
}

.steps>li:last-child {
    flex: none;
}
/* "已完成"和“进行中”的样式定义 */

.steps>.active {
    color: var(--active-color)
}

.steps>.active::before {
    color: #fff;
    background: var(--active-color);
    border-color: var(--active-color);
    box-sizing: unset;
}

.steps>.active::after,
.steps>.active~li {
    /* “进行中”后面的引导线按普通色显示 */
    color: var(--normal-color);
    box-sizing: unset;
}