<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

[v-cloak] {
    display: none;
}

.tag_div {
    border: 1px #ccc solid;
    display: none;
    width: 230px;
    background: #fff;
}
.tag_div .tag_t {
    border-bottom: 1px solid #ccc;
}
.tag_div .tag_t span {
    line-height: 22px;
    padding-right: 5px;
    float: right;
}
.tag_div .tag_t h5 {
    line-height: 22px;
    padding-left: 5px;
}
.tag_c {
    padding: 5px;
}
.tag_ul li {
    line-height: 20px;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.point-list {
}

.point-list .point-item {
    display: flex;
    align-items: center;
}
.point-list .point-item .label {
    flex: none;
    width: 80px;
}

.top-wrap .el-dropdown {
    font-size: 16px;
}

.width-150 {
    width: 150px;
}
.width-250 {
    width: 250px;
}
[v-cloak] {
    display: none;
}

.subscribe .el-dialog {
    width: 700px;
}

.message-dialog .el-dialog {
    width: 500px;
}

@media screen and (max-width: 540px) {
    .page-number {
        display: none;
    }
    .subscribe .el-dialog {
        width: 95%;
    }
    .message-dialog .el-dialog {
        width: 95%;
    }
}

.app-team .el-progress__text,
.app-team .el-radio__label,
.app-team .el-pagination__jump {
    color: #fff;
}

.app-company {
}

.page-link:focus {
    box-shadow: none;
}


.body-right.comm-right.project-detail .imgs p,
.news-wrap .news .content ul li .right h3 a,
.body-right.comm-right.project-detail .product-detail-info li.full {
    line-height: 1.3;
}

@media screen and (max-width: 540px) {
    .body-right.comm-right.project-detail .project-comment-list {
        width: 100vw;
    }
}

.job .statistics-table {
    margin-top: 30px;
}

.body-right.comm-right.project-detail.introduce &gt; .title {
    flex-direction: row;
    align-items: center;
}

.navigation-wrap .navigation &gt; span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
}

.navigation-wrap .navigation &gt; span a {
    margin-right: 0;
}
</pre></body></html>