:root {
    --movenum: 0;
    --main-color: var(--main-color);
    --main-color-02: rgba(0, 128, 255, 0.2);
}

@media print {
    html {
        font-size: 100px !important; /* 强制设置基准值 */
    }

    body {
        font-size: 0.12rem; /* 现在1rem=16px */
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

[v-cloak] {
    display: none !important
}

button {
    font-size:.16rem
}
.el-icon-error, .el-icon-circle-plus-outline, .el-icon-circle-close {
    font-size: 0.22rem !important
}
.el-upload__tip a {
    color: var(--main-color);
    text-decoration: underline;
    cursor: pointer;
    font-size: smaller;
    margin-left: 0.1rem
}
.class-name {
    color: #f00
}
html, body, #app {
    height: 100%;
    font-size: 0.12rem;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    animation: slide-opacity 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#app {
    overflow-y: auto;
    overflow-x: clip;
    font-size: 0.14rem;
    font-family: SourceHanSansSC-regular !important;
    text-align: left !important;
}

.admin-form-item {
    max-width: 8rem;
}

.td-operation {
    margin-left: 0;
    text-align: center;
}

.my-table {
    width: auto !important;
}
/*字体*/
.fs-24 {
    font-size: 0.24rem
}
.fs-20 {
    font-size: 0.2rem
}
.fs-18 {
    font-size: 0.18rem
}
.fs-16 {
    font-size: 0.16rem
}

.fs-14 {
    font-size: 0.14rem
}

/*.w-e-menu {
    z-index: 2 !important;
}*/

.el-icon-loading {
    font-size: 0.16rem;
    z-index: 98
}


.w-e-text-container {
    z-index: 1 !important;
}

.el-dialog {
    overflow: hidden;
}

input {
    outline: none;
    font-size:.14rem;
}

.td-whv {
    display: flex;
    justify-content: space-around;
    margin: 0 0.1rem;
}

.text-tip {
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 0.1rem 0.2rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0.05rem;
    display: none;
    z-index: 9999;
    font-size: 14px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: 0.01rem
}

.flex {
    display: flex;
    align-items: center
}
.flex-j-c-f-s {
    display: flex;
    justify-content: flex-start;
}
.j-c-c {
    justify-content:center
}




@media screen and (max-width: 1300px) {
    .login-content {
        right: 5% !important;
    }
}

@media screen and (max-width: 1100px) {
    .login-content {
        right: 1% !important;
    }
}

@media screen and (max-height: 733px) {
    .login-content {
        top: 1% !important;
    }
}


.main-padding-index {
    padding-top: 0.01rem !important;
    min-height: 100vh !important;
    background: #F6F9FB !important;
}


.main-padding {
    /* padding-right: 0.2rem;
    min-height: 100vh !important;
    height: 100vh;
    width: 100vw;
    display: initial;*/
    height:100%;
}

.set-title {
    font-size: 0.18rem;
    font-weight: bold;
    color: #000;
    padding: 0rem 0.12rem;
    background: #F6F9FB;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 99%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.title-padding {
    display: flex;
    flex-direction: column;
    padding: 0.2rem 0.05rem;
    background: #ffffff;
    height: 92%;
    box-sizing: border-box;
}

.title-padding-1 {
    height: 90vh !important;
}

.item-top {
    align-self: flex-start;
    margin-top: 0.1rem;
}

.admin-left-menu-wrap::-webkit-scrollbar {
    display: none;
}

.edit-btn {
    min-width: 0.72rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    background-color: var(--main-color);
    color: rgba(255, 255, 255, 100);
    font-size: 0.12rem;
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0.05rem
}

.set-title .edit-btn {
    margin-left: 0.15rem;
}

.edit-btn-l {
    min-width: 1.06rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    background-color: var(--main-color);
    color: rgba(255, 255, 255, 100);
    font-size: 0.12rem;
    padding: 0 0.1rem;
    display: inline-block;
    line-height: 0.4rem;
    text-align: center;
    cursor: pointer;
    font-size: 0.14rem;
}

.set-switch {
    font-size: 0.18rem;
    font-weight: bold;
    color: #000;
    background: #F6F9FB;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    position: inherit
}

    .set-switch .edit-btn {
        margin-left: 0.15rem;
    }

.top-switch {
    display: flex;
    align-items: center;
}

    .top-switch > div {
        padding: 0.2rem;
        font-size: 0.15rem;
        cursor: pointer;
    }

.top-switch-active {
    color: #1890FF !important;
    font-size: 0.16rem !important;
    border-bottom: 0.02rem solid #1890FF;
}

.top-small-switch {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 0.04rem;
    border: 0.01rem solid #0076FF;
    margin-bottom: 0.2rem;
    margin-top: 0.1rem
}

    .top-small-switch > div {
        padding: 0.06rem 0.1rem;
        font-size: 0.14rem;
        cursor: pointer;
        border-right: 0.01rem solid #0076FF;
        color: #0076FF;
    }

        .top-small-switch > div:last-child {
            border-right: none;
        }

.top-small-switch-active {
    background: #0076FF;
    color: #fff !important
}

.edit-btn {
    min-width: 0.72rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    background-color: var(--main-color);
    color: rgba(255, 255, 255, 100);
    font-size: 0.12rem;
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.edit-btn-l {
    min-width: 1.06rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    background-color: var(--main-color);
    color: rgba(255, 255, 255, 100);
    font-size: 0.12rem;
    padding: 0 0.1rem;
    display: inline-block;
    line-height: 0.4rem;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.user-form-item {
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    margin-bottom: 0.2rem;
    width: 5rem;
    position: relative;
}

    .user-form-item > label {
        width: 1.9rem;
        text-align: right;
        margin-right: 0.1rem;
        font-weight: bold;
        flex-shrink: 0;
    }
    .user-form-item > .w-auth {
        width: auto;
    }

        .user-form-item > label > i {
            color: red;
            margin-right: 0.05rem;
        }

    .user-form-item input {
        border: 0.01rem solid rgba(217, 228, 236, 100);
        outline: none;
        padding: 0.1rem;
        height: 0.3rem;
        border-radius: 0.04rem;
        flex: 1;
    }

    .user-form-item select {
        border: 0.01rem solid rgba(217, 228, 236, 100);
        outline: none;
        border-radius: 0.04rem;
        flex: 1;
        height: 0.3rem;
        padding: 0 0.1rem;
    }

        .user-form-item select:nth-child(3) {
            margin-left: 0.1rem;
        }

    .user-form-item textarea {
        border: 0.01rem solid rgba(217, 228, 236, 100);
        outline: none;
        padding: 0.1rem;
        border-radius: 0.04rem;
        flex: 1;
        height: 1rem;
    }

.detail-form-item {
    border: 0.01rem solid #ebebeb;
    height: 0.4rem;
    margin-top: 0.2rem;
    display: flex;
    font-size: 0.12rem;
    /* text-align:center; */
    align-items: center;
    margin-right: 0.2rem;
}

    .detail-form-item label {
        background: #F6F9FB;
        border-right: 0.01rem solid #ebebeb;
        width: 1.15rem;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .detail-form-item span {
        width: 2.01rem;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

/*���߳�ֵ*/
.recharge-tip {
    background: var(--main-color-03);
    color: var(--main-color);
    font-size: 0.12rem;
    height: 0.45rem;
    line-height: 0.45rem;
    display: flex;
    align-items: center;
    padding: 0 0.28rem;
}

.recharge-radio {
    height: 0.45rem;
    width: 4rem;
    justify-content: space-between;
    padding: 0 0.2rem;
    border: 0.01rem solid rgba(217, 228, 236, 100);
    border-radius: 0.04rem;
    margin-bottom: 0.2rem;
}

    .recharge-radio > input {
        width: 0.18rem;
        height: 0.18rem;
        flex: inherit;
    }

.select-box {
}

    .select-box > p {
        color: #999999;
        font-size: 14px;
        margin-bottom: 0.1rem;
    }

    .select-box > div {
        width: 10rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

.select-item {
    display: flex;
    align-items: center;
    padding: 0.19rem 0.16rem;
    border: 0.01rem solid #D9E4EC;
    width: 4.9rem;
    height: 1.08rem;
    border-radius: 0.04rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
    position: relative;
}

.select-item-right {
    margin-left: 0.18rem;
    color: #101010;
    font-size: 0.12rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.select-item-active {
    background: #E5F2FF;
    border: 0.01rem solid var(--main-color);
}

.select-item > img {
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
}

.screen-btn {
    min-width: 0.58rem;
    padding: 0 0.15rem;
    height: 0.32rem;
    margin-left: 0.08rem;
    border: 0.01rem solid #D9E4EC;
    color: rgba(16, 16, 16, 100);
    font-size: 0.12rem;
    text-align: center;
    line-height: 0.3rem;
    border-radius: 0.04rem;
    background-color: rgba(255, 255, 255, 100);
    cursor: pointer;
    margin-bottom: 0.1rem;
}

.screen-btn-active {
    border-color: var(--main-color);
    color: var(--main-color);
}


.screenWarehouse-btn {
    min-width: 0.58rem;
    padding: 0rem 0.15rem;
    height: 0.55rem;
    margin-left: 0.08rem;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.55rem;
    cursor: pointer;
    border-bottom: 0.02rem solid #f8f8f8;
    font-family: -webkit-body;
    white-space: nowrap;
    background-color: #F6F9F9
}

.screenWarehouse-btn-active {
    border-color: var(--main-color);
    color: var(--main-color);
}

.cursor-pointer {
    cursor: pointer;
}

body {
    font-size: 0.14rem
}

.fs16 {
    font-size: 0.16rem !important
}

.mt50 {
    margin-top: 0.5rem
}

.el-form-item__label {
    /*font-size: 0.16rem!important*/
}
.el-table th.el-table__cell {
    background-color: #f6f9fb !important;
}
.min-wb-8 {
    min-width: 8rem;
}
.min-wb-10 {
    min-width: 10rem;
}
.wb80 {
    width: 80%
}
.wb70 {
    width: 70%
}
.wb75 {
    width: 75%
}
.wb68 {
    width: 68%
}

.wb60 {
    width: 60%
}

.wb40 {
    width: 40%
}

.wb50 {
    width: 50%
}
/** element UI css */
.el-tabs--card > .el-tabs__header .el-tabs__item {
    transition:none
}
.el-tabs__item.is-active {
    color: #fff;
    background: var(--main-color);
}
.el-dialog__body {
    overflow: auto;
}
.el-table .el-table__cell {
    /*vertical-align: text-top !important;*/
}
.el-tabs__item {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.12rem;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
    border-bottom: 0.01rem solid var(--main-color)
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

[class*=" el-icon-active"], [class^=el-icon-active] {
    color: #606266;
}
[class*=" el-icon-active"]:hover, [class^=el-icon-active]:hover {
    color: #5cb6ff;
}
.el-tabs__nav-wrap {
    z-index: 1
}
.el-form-item__label {
    /*white-space: nowrap*/
    /*line-height:1.6;*/
}
.el-table th.el-table__cell > .cell {
    word-break: break-word
}

.el-badge__content {
    z-index: 2
}
.el-table__fixed-right-patch {
    z-index: 9;
}

.flex-box {
    display:flex;
}
.f-d-c {
    flex-direction: column
}

.j-c-r {
    justify-content: right;
}

.j-c-s-b {
    justify-content: space-between;
}

.a-i-f-s {
    align-items: flex-start;
}

.a-i-f-e {
    align-items: flex-end;
}

.flex-j-c-e {
    display: flex;
    justify-content: flex-end;
}

.flex-j-c-f-e {
    display: flex;
    justify-content: flex-end;
}

.flex-item-center {
    display: flex;
    align-items: center
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap
}
.flex-j-c-s-b {
    display: flex;
    justify-content: space-between;
}
.flex-j-c-c {
    display: flex;
    justify-content: center
}

.el-dialog {
    z-index: 9999999
}
.el-carousel__button {
    background-color:#000
}
.el-avatar img {
    width:100%
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    opacity: .4
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    border-radius: 10px;
    opacity: .4
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 0.06rem rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0,0,0,0.5);
    }

.f-j {
    display: flex;
    justify-content: center;
}

.f-j-a-cc {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.j-c-s-b{
    justify-content: space-between;
}

.cost-text-name {
    text-align: end
}

.information-packing {
    margin-top: 0.3rem
}
.border-bg {
    border: 1px solid #EBEEF5;
    background-color: #f6f9fb;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    min-height: 38px;
}

/*背景色*/
.bg-fff {
    background:#ffffff;
}
.bg-f6f9fb {
    background: #f6f9fb;
}
.bg-F5F7F8 {
    background: #F5F7F8;
}
/*字体颜色*/
.color-ff0000 {
    color: #ff0000
}
.color-101010 {
    color: #101010
}
.color-000 {
    color: #000000
}
.color-0080ff {
    color: var(--main-color);
}
.color-0080FF {
    color: var(--main-color);
}
.color-409EFF {
    color: var(--main-color);
}
.color-67C23A {
    color: #67C23A;
}
.color-red {
    color: red;
}
.color-666 {
    color: #666;
}
.color-fff {
    color: #ffffff;
}
.t-a-r {
    text-align:right
}
.t-a-c {
    text-align: center
}
.t-a-l {
    text-align: left
}

.pb20 {
    padding-bottom: 0.2rem
}
.pb40 {
    padding-bottom: 0.4rem
}
.mb20 {
    margin-bottom: 0.2rem
}

.examine-submit {
    height: 2.5rem;
    margin-top: 0.6rem
}
.journal{
    padding-bottom:2rem;
}
.wsn {
    white-space: nowrap;
}
.wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-auth {
    width: auto
}



/*动画*/
.slide-right {
    animation: slide-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-right {
    0% {
        transform: translateX(-1rem);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slide-opacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.p20 {
    padding: 0.2rem;
}

.pl30 {
    padding-left: 0.3rem
}

.pt0 {
    padding-top: 0;
}

.pt10 {
    padding-top: 0.1rem;
}

.pt15 {
    padding-top: 0.15rem;
}

.pt20 {
    padding-top: 0.2rem;
}

.pt50 {
    padding-top: 0.5rem;
}

.pr10 {
    padding-right: 0.1rem;
}

.pr20 {
    padding-right: 0.2rem;
}

.pr30 {
    padding-right: 0.2rem;
}

.pltb10-r20 {
    padding: 0.1rem 0.2rem;
}

.ptb20 {
    padding: 0.2rem 0;
}

.plr20 {
    padding: 0 0.2rem;
}

.plr40 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.mb10 {
    margin-bottom: 0.1rem;
}

.mb40 {
    margin-bottom: 0.4rem;
}

.mr10 {
    margin-right: .1rem;
}

.mr15 {
    margin-right: .15rem;
}

.mr30 {
    margin-right: 0.3rem
}

.mr40 {
    margin-right: 0.4rem
}

.mlr20 {
    margin: 0 0.2rem;
}

.mt10 {
    margin-top: 0.1rem;
}

.mt20 {
    margin-top: 0.2rem;
}

.mt30 {
    margin-top: 0.3rem;
}

.mt40 {
    margin-top: 0.4rem;
}

.ml100 {
    margin-left: 1rem
}

.ml20 {
    margin-left: 0.2rem;
}

.mt50 {
    margin-top: 0.5rem;
}

.ml5 {
    margin-left: 0.05rem;
}

.ml15 {
    margin-left: 0.15rem;
}

.ml10 {
    margin-left: 0.1rem;
}

.mr20 {
    margin-right: 0.2rem;
}

.m10 {
    margin: 0.1rem
}

.m20 {
    margin: 0.2rem
}

.mtb40 {
    margin: 0.4rem 0
}

.fs12 {
    font-size: .12rem
}

.fs14 {
    font-size: .14rem
}

.m-l-auto {
    margin-left: auto
}

.m-r-auto {
    margin-right: auto
}



/*详情页 提交页*/
.label-message {
    margin-top: 0.6rem;
    width: 50%;
    min-width: 8rem;
}
.goods-meesage,
.cost-message,
.label-message,
.information-cost,
.packing-message,
.serve-message,
.information-log,
.information-goods,
.information-service,
.information-attachment,
.information-packing,
.receiving-message {
    width: 95%;
    min-width: 8.75rem;
}

.visible-goods-tip {
    white-space: normal;
    margin-top: -0.01rem;
    padding: 0.05rem 0rem
}

.b-t-s-1 {
    border-top: solid 0.01rem #e4eef4
}

.details-top {
    background-color: white;
    min-width: 10rem;
}

.header-from {
    width: 75%
}
.border {
    margin-left: -0.05rem;
    border: none;
    border-top: 0.01rem solid #ebeef5;
}
.fw6 {
    font-weight:600
}
.order-form .el-input {
    width: 2.15rem
}
.order-form .size .el-input {
    margin-right: .012rem;
    width: 8%;
}
.header-from .order-form .el-textarea {
    width: 9.8rem
}

.break-word {
    word-wrap: break-word;
}
/*换行*/
.normal-break {
    display: contents;
    white-space: normal;
    word-break: break-all;
}
/*弹窗 el-form*/
.mainScroll .el-form .el-table__body-wrapper {
    max-height: 30vh;
    overflow-y:auto;
}

.w90 {
    width: 90%
}
.w100 {
    width: 100%
}
/*列表页 筛选列样式*/
.el-popover {
    padding-top:0
}
.position-r {
    position: relative;
}
.el-popper-imp {
    left: auto !important;
    right: .2rem !important;
    max-height: 3rem;
    overflow: auto;
}
.el-popper-imp .top-fiexd {
    position:sticky;
    top:0;
    z-index:99;
    padding-top:.05rem;
}
.el-popper-imp>div {
    font-size:14px
}
.el-popper-imp .el-checkbox {
    display:block
}



/*一行溢出隐藏*/
.text-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*一行溢出隐藏*/
.text-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*列表批量查询*/
.batch-query {
    background: #2EC100;
    border: 1px solid #2EC100;
    margin-left: 1rem;
}

.query-pop {
    height: 3.4rem;
}

    .query-pop .query-item {
        width: 1.5rem;
        line-height: 2;
        margin: 0.1rem 0 0.15rem;
        font-weight: bold;
    }

.query-pop-box .query-pop .query-item.active {
    border-bottom: 0.03rem solid var(--main-color);
}

.query-pop-box .query-pop .textarea {
    width: 5.9rem;
    height: 3.5rem;
    margin-left: 0.3rem;
}

.query-pop-box .edit-btn-l {
    width: 1.44rem;
    display: flex;
    margin-left: auto;
    margin-right: 0.55rem;
    justify-content: center;
}
/**加载动画*/
.app-loading-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f4f7f9;
    z-index: 999;
}
.app-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f4f7f9;
}
    .app-loading .app-loading-wrap {
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transform: translate3d(-50%, -50%, 0);
    }
    .app-loading .app-loading-logo {
        display: block;
        width: 90px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .app-loading .app-loading-title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        color: rgb(0 0 0 / 85%);
        font-size: 30px;
    }
.dot {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    margin-top: 30px;
    transform: rotate(45deg);
    animation: ant-rotate 1.2s infinite linear;
    font-size: 32px;
}


    .dot i:first-child {
        top: 0;
        left: 0;
    }

    .dot i:nth-child(2) {
        top: 0;
        right: 0;
        animation-delay: .4s;
    }

    .dot i:nth-child(3) {
        right: 0;
        bottom: 0;
        animation-delay: .8s;
    }

    .dot i:nth-child(4) {
        bottom: 0;
        left: 0;
        animation-delay: 1.2s;
    }

    .dot i {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        transform: scale(.75);
        transform-origin: 50% 50%;
        animation: ant-spin-move 1s infinite linear alternate;
        border-radius: 100%;
        opacity: .3;
        background-color: #0065cc;
    }

@keyframes ant-rotate {
    to {
        transform: rotate(405deg)
    }
}

@keyframes ant-spin-move {
    to {
        opacity: 1
    }
}
/**加载动画 end*/

.border-EBEEF5 {
    border-style: solid;
    border-width: 1px;
    border-color: #EBEEF5;
}

.main-btn-2 {
    width: fit-content;
    min-width: 80px;
    height: 0.25rem;
    border-radius: 50px;
    font-size: 0.12rem;
    color: var(--main-color);
    background-color: var(--main-color-02);
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 0.08rem
}
.main-text-color {
    color: var(--main-color)
}
.main-bg-color {
    background:var(--main-color)
}
.border-b-EBEEF5 {
    border-bottom: 1px solid #EBEEF5;
}

.details-box-item {
    border-radius: 4px;
    background-color: #fff;
}