/* 默认商务简约主题 */
.ribbon-box {
    border-radius: 11px;
    background-color: #fff;
    top: 11px !important;
}

.block-content .h4 {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.block-content .text-muted {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 36px;
}

.ribbon-box {
    background-color: #fff !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    min-height: 30px;
    line-height: 1;
    height: auto;
}

.ribbon-box .status-label {
    font-size: 12px;
    color: #616161;
}

.ribbon-box-bottom {
    display: flex;
    justify-content: flex-end;
}

.ribbon-box-bottom .fav-meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #999;
    padding: 6px 10px 10px;
}

.ribbon-box-bottom .fav-meta .layui-icon {
    color: #616161;
    font-size: 13px;
    font-weight: bold;
}

.nav_jsxs {
    background-color: #fff;
    padding: 20px !important;
    color: #31363a;
    border-bottom: 1px solid #eee;
}

.nav_jsxs a,
.nav_jsxs .brand-title {
    color: #31363a;
}

.nav_jsxs .brand-title {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    margin-left: 8px;
}

body {
    background-color: #fff;
}

.site-header .box-text h1,
.box-text p {
    color: #31363a !important;
}

.site-header .box-text h1 {
    font-size: 55px;
    text-shadow: none;
    margin: 15px 0 10px;
}

#api-search {
    border: 1px solid #eee;
}

.block.block-link-hover2 {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow .2s ease, transform .2s ease;
}

.block.block-link-hover2:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.12);
}

.search-wraper,
.form-group {
    margin-bottom: 0 !important;
}

#footer {
    background-color: #fff;
    border-top: none;
    color: rgba(0, 0, 0, 0.5);
}
