<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    color: #333;
}

a:hover {
    color: #f50;
}

body {
    font: 14px/100% arial,"Hiragino Sans GB","Hiragino Sans GB W3",\5b8b\4f53;
}
.back {
    background-color: #f2f4f7;
}

header {
    background-color: white;
}

#logo {
    width: 120px;
    height: 40px;
    float: left;
    margin-top: 30px;
}

.logo-right {
    margin-left: 160px;
}

.header-bottom {
    padding-bottom: 10px;
}

.search {
    margin: 0 100px;
    overflow: hidden;
}

#search-logo {
    width: 130px;
    height: 50px;
    float: left;
}

.search-box {
    margin: 10px 0 0 150px;
}

.search-box input, .search-box .btn {
    height: 46px;
    border-radius: 0;
}

.search-box .btn {
    background-color: #3385ff;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}

.foot {
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    background-color: #f7f7f8;
}

.box {
    border: 1px solid #dee3eb;
    background-color: #ffffff;
    margin-top: 20px;
    padding: 0 12px 20px;
}

.box .nav-tabs&gt;li&gt;a {
    border-width: 0;
    line-height: 38px;
    font-size: 16px;
    padding: 0;
    border-radius: 0;
    margin-right: 10px;
    border-top: 2px solid transparent;
    color: #616161;
}

.box .nav-tabs&gt;li&gt;a:hover {
    color: #0aa770;
    background-color: transparent;
    border-color: transparent;
}

.box .nav-tabs&gt;li.active&gt;a,.box .nav-tabs&gt;li.active&gt;a:focus,.box .nav-tabs&gt;li.active&gt;a:hover {
    border-width: 0;
    border-top: 2px solid #0aa770;
    color: #0aa770;
}

.box .nav-tabs {
    border-bottom-width: 0;
}

.box .tab-content a {
    display: block;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-a {
    margin-top: 20px;
    display: block;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}

.main-a img {
    margin-right: 5px;
    margin-bottom: 2px;
}

.main-box {
    padding: 0 20px 20px;
}

.type-box {
    padding: 0 20px 20px;
    position: relative;
    min-height: 100px;
}

.type-name {
    line-height: 20px;
    display: inline-block;
    float: left;
    margin-top: 20px;
    color: #118850;
}

.type-right {
    margin-left: 60px;
}

.main-a-other {
    margin-top: 12px;
}

.xs-block {
    width: 120px;
    height: 40px;
    display: block;
    margin: 10px;
}

.you-like {
    font-size: 12px;
    background-color: #54cba1;
    color: white;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    transform: rotate(-90deg);
    position: absolute;
    left: -21px;
    top: 40px;
}

@media(min-width: 768px) {
    .xs-block {
        display: none;
    }
}

@media(max-width: 768px) {
    .xs-hidden {
        display: none;
    }

    .search {
        margin: 10px 0 0;
    }

    #search-logo {
        width: 120px;
        height: 40px;
    }

    .search-box {
        margin-top: 10px;
        margin-left: 130px;
    }

    .search-box input, .search-box .btn {
        height: 36px;
    }

    .search-box .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.article-box {
    background-color: white;
    padding: 50px 80px;
    margin: 40px 0;
}

.article-box&gt;h1{
    font-size: 26px;
    text-align: center;
}

.article-info {
    text-align: center;
    line-height: 30px;
    color: #666666;
}

.article-info span {
    margin-right: 10px;
}

.article-content {
    line-height: 30px;
}

@media (max-width: 768px) {
    .article-box {
        padding: 20px;
    }
}

/*auth*/
.table-top {
    line-height: 34px;
}
</pre></body></html>