
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */

*{ 
    margin: 0; 
    padding: 0;
    font-family: "PingFang SC", Tahoma, Arial, sans-serif, "微软雅黑", "Helvetica Neue", Helvetica;
    /* font-family: "Helvetica Neue",Helvetica,"PingFang SC",PingHei,STHeitiSC-Light,"Myriad Set Pro","Lucida Grande","microsoft yahei",SimHei,tahoma,Arial,Verdana,sans-serif; */
    list-style: none;
    box-sizing: border-box;
    }
    a{
    text-decoration: none;
    color: inherit;
    }
    a:visited{
    /* color: #333333; */
    }
    .clearfix::after{
    clear: both;
    display: block;
    content: "";
    }
    .l-1-out{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .l-2-out{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .t-c{
    text-align: center;
    }
    .t-l{
    text-align: left;
    }
    .t-r{
    text-align: right;
    }
    .f-c-c{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .f-s-c{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    }
    .f-e-c{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }
    .f-s-s{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    }
    .f-s-e{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    }
    .f-c-s{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    }
    .f-e-s{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    }
    .f-c-e{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    }
    .f-b-c{
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .f-b-s{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    }
    .f-b-e{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    }
    .f-row{
    flex-direction: row;
    }
    .f-col{
    flex-direction: column;
    }
    .f-wrap{
    flex-wrap: wrap;
    }
    .v-t{
    vertical-align: top;
    }
    .v-m{
    vertical-align: middle;
    }
    .v-b{
    vertical-align: bottom;
    }
    .h-o:hover{
    opacity: .9;
    transition: .25s ease-in-out;
    }
    .i-f:focus{
        border: 1px solid var(--primary-color);
        box-shadow: 0 0 0 3px var(--primary-20t-color);
    }
    .flex-normal{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .flex-between{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .flex-start{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .flex-end{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .flex-column{
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .preload {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
    .animated{
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }
    .fadeInScale{
    -webkit-animation-name: fadeInScale;
    animation-name: fadeInScale;
    }
    @keyframes fadeInScale{
        0% {
            opacity: 0;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }
    }
    .fadeInUp{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    }
    .w-1{width: 100%;}
    .w-2{width: 49%; margin-right: 2%;} .w-2:nth-child(2n){margin-right: 0;}
    .w-3{width: 32%; margin-right: 2%;} .w-3:nth-child(3n){margin-right: 0;}
    .w-4{width: 24%; margin-right: 1.3%;} .w-4:nth-child(4n){margin-right: 0;}
    .w-5{width: 19%; margin-right: 1%;} .w-5:nth-child(5n){margin-right: 0;}
    @keyframes fadeInUp{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    }
    .fadeInRight{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    }
    @keyframes fadeInRight{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        -ms-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    }
    .fadeInLeft{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    }
    @keyframes fadeInLeft{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    }
    @keyframes bounceAni{
        0% {
            transform: scale(1, 1);
        }
        25% {
            transform: scale(1.1, 0.9);
        }
        50% {
            transform: scale(0.9, 1.1);
        }
        75% {
            transform: scale(1.1, 0.9);
        }
        100% {
            transform: scale(1, 1);
        }
    }
    @keyframes bannerScroll{
        0% {
            transform: translateY(-8px);
            height: 8px;
        }
        50% {
            transform: translateY(8px);
            height: 10px;
        }
        100% {
            transform: translateY(-8px);
            height: 8px;
        }
        /* 0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(-8px);
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(8px);
        }
        100% {
            transform: translateY(0);
        } */
    }

    .table tbody tr:hover{
        background-color: #eeeeee;
        transition: .25s ease-in-out;
    }

    .misui-modal-body-input-c {
        width: 75%;
        height: 40px;
        border: none;
        outline: none;
        border-radius: 3px;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        transition: .3s ease-in-out;
        padding: 10px;
        font-size: 13px;
    }

    .misui-modal-body-input-c:hover {
        border: 1px solid #54ca68;
    }

    .misui-modal-body-input-c:focus {
        border: 1px solid #54ca68;
        box-shadow: 0 0 0 4px rgb(84 202 104 / 16%);
        background-color: #ffffff;
    }

    .paginator{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .paginator li{
        min-width: 24px;
        padding: 0 12px;
        font-size: 13px;
        margin: 0 4px;
        border: 1px solid #dddddd;
        border-radius: 3px;
        color: #999999;
    }
    .paginator li.current-page{
        background-color: #54ca68;
        border: 1px solid #54ca68;
        color: #ffffff;
    }
    .paginator li:hover{
        background-color: #54ca68;
        color: #ffffff;
    }
    .paginator li a{
        text-decoration: none;
        color: inherit;
    }
    .paginator li a:hover{
        color: #fff;
    }
    .input-btns{
        position: absolute;
        right: 4px;
        bottom: 4px;
        padding: 4px 8px;
        border-radius: 3px;
        font-size: 12px;
        /* cursor: pointer; */
    }

    .misui-btn{
        display: inline-block !important;
        padding: 6px 12px;
        border-radius: 4px;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        margin: 3px 0;
        border: none !important;
        outline: none !important;
        transition: .25s ease-in-out;
    }
    .misui-btn:hover{
        opacity: .88;
    }
    .misui-info{
        background: rgba(8 141 255 / 12%);
        color: rgb(8 141 255);
    }
    .misui-danger{
        background: rgb(255 36 54 / 12%);
        color: rgb(255 36 54);
    }
    .misui-warning{
        background: rgb(253 178 17 / 12%);
        color: rgb(253 178 17);
    }
    .misui-success{
        background: rgb(11 179 25 / 12%);
        color: rgb(11 179 25);
    }
    .table th{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .table td{
        /* min-width: 100px; */
    }
    .misui-agent-block{
        margin-bottom: 24px;
        padding: 16px;
        background-color: rgb(8 141 255);
        box-shadow: 0 4px 8px rgb(8 141 255 / 48%);
        border-radius: 8px;
        color: #ffffff;
        position: relative;
    }
    .misui-agent-block .main-tit{
        font-size: 40px;
        line-height: 40px;
        font-weight: lighter;
        font-family: 'Impact';
    }
    .misui-agent-block .sub-tit{
        margin-top: 8px;
        font-size: 13px;
        font-weight: lighter;
    }
    .misui-agent-block .tip-icon{
        position: absolute;
        opacity: .2;
        right: 20px;
        top:20px
    }
    .misui-agent-block .tip-icon i{
        font-size: 48px;
    }
    .misui-status-c{
        padding: 6px 8px;
        background: #0bb319;
        color: #fff;
        border-radius: 3px;
        font-size: 12px;
    }

    .carousel-item{
        height: 500px;
    }
    .carousel-item img{
        height: 100%;
        object-fit: cover;
    }
    .misui-w-s{
        width: 25%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .misui-w-s a{
        width: 100%;
        height: 100px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 8px rgba(0 0 0 / 10%);
        aspect-ratio: 3/1;
    }
    .misui-w-s a img{
        width:100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }
    .plat-sin{
        width: 80px;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 20px 0 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: .25s ease-out;
        cursor: pointer;
        text-decoration: none;
    }
    .plat-sin:hover{
        background-color: #f2f2f2;
    }
    .plat-logo{
        width: 48px;
        height: 48px;
    }
    .plat-logo img{
        width: 100%;
        height: 100%;
        border-radius: 6px;
        border: 1px solid #eeeeee;
    }
    .plat-name{
        font-size: 12px;
        color: #333333;
        margin-top: 4px;
        text-decoration: none;
    }
    @media (max-width: 640px){
        .misui-w-s{
            width: 100%;
        }
    }

    .show-article-block img{
        width: 80%;
    }
    .prtype-block{
        gap:15px;
        margin-bottom:0;
        max-height: 100px;
        overflow: hidden;
    }
    .prtype-block.active{
        max-height: none;
    }
    
.ant-descriptions.ant-descriptions-bordered .ant-descriptions-item-label {
    color: rgba(0, 0, 0, 0.65);
    background-color: rgba(0, 0, 0, 0.02);
}
.ant-descriptions.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions.ant-descriptions-bordered .ant-descriptions-item-content {
    padding: 16px 24px;
    border-inline-end: 1px solid rgba(5, 5, 5, 0.06);
}
.ant-descriptions.ant-descriptions-bordered .ant-descriptions-view {
    border: 1px solid rgba(5, 5, 5, 0.06);
}
.ant-descriptions.ant-descriptions-bordered .ant-descriptions-row {
    border-bottom: 1px solid rgba(5, 5, 5, 0.06);
}

.ant-descriptions .ant-descriptions-view table {
    width: 100%;
    table-layout: fixed;
}
.ant-descriptions.ant-descriptions-bordered .ant-descriptions-view >table {
    table-layout: auto;
    border-collapse: collapse;
}
.ant-descriptions .ant-descriptions-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.ant-descriptions .ant-descriptions-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: auto;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}
.misui-in-sel-search-list {
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    top: 40px;
    left: 0;
    max-height: 200px;
    border: 1px solid #dddddd;
    z-index: 888;
    padding: 8px 0;
    overflow: auto;
}
.misui-in-sel-search-list-s {
    padding: 4px 12px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}