/* 友情链接模块样式 */
.favlinks_title {
    font-size: 20px
}
.favlink-card {
    -webkit-box-shadow: 0 5px 5px rgba(215, 221, 230, .5), 1px 0 0 #d8e0ea inset, -1px 0 0 #d8e0ea inset, 0 -1px 0 #d8e0ea inset, 0 0 0 2px rgba(255, 255, 255, .75) inset;
    box-shadow: 0 5px 5px rgba(215, 221, 230, .5), 1px 0 0 #d8e0ea inset, -1px 0 0 #d8e0ea inset, 0 -1px 0 #d8e0ea inset, 0 0 0 2px rgba(255, 255, 255, .75) inset;
    height: 130px;
    margin: 15px 0 30px;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 3px 3px 13px 13px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(88%, #fafbfc), to(#eaeef5));
    background: -webkit-linear-gradient(#fff, #fafbfc 88%, #eaeef5);
    background: linear-gradient(#fff, #fafbfc 88%, #eaeef5)
}
.favlink-card .title {
    font-size: 15.5px;
    color: #475669;
    text-shadow: 0 1px #fff
}
.favlink-card .description {
    font-size: 13px;
    color: #99a9bf;
    text-shadow: 0 1px #fff
}
.favlink-card .icon {
    position: absolute;
    width: 65px;
    height: 65px;
    color: #fff;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .25);
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 33px;
    left: 50%;
    margin-left: -33px;
    bottom: -20px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -webkit-transition: left ease-out .3s, bottom cubic-bezier(.5, 3, .5, 1) .75s, width ease-out .3s, height ease-out .3s, border-radius ease-out .15s, margin-left ease-out .3s;
    transition: left ease-out .3s, bottom cubic-bezier(.5, 3, .5, 1) .75s, width ease-out .3s, height ease-out .3s, border-radius ease-out .15s, margin-left ease-out .3s
}
.favlink-card:hover .icon {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    border-radius: 0 0 13px 13px;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}
.favlink-card .icon:before {
    content: "";
    background: -webkit-linear-gradient(240deg, rgba(255, 255, 255, .3) 10%, rgba(255, 255, 255, 0) 90%);
    background: linear-gradient(-150deg, rgba(255, 255, 255, .3) 10%, rgba(255, 255, 255, 0) 90%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .66;
    -webkit-transition: .25s;
    transition: .25s
}
.favlink-card:hover .icon:before {
    opacity: 1
}
.links_wrapper.post {
    color: #657487;
    padding: 30px 60px;
    background: #fff;
    border-radius: 13px;
    -webkit-box-shadow: 0 13px 15px rgba(31, 45, 61, .1);
    box-shadow: 0 13px 15px rgba(31, 45, 61, .1);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}
.favlink-card-mini {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}
.favlink-card-mini .site_icon {
    width: 48px;
    height: 48px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    border-radius: 6px 0 0 6px
}
.favlink-card-mini .metas {
    background: #fff;
    box-shadow: 0 5px 15px rgba(31, 45, 61, .1), inset 0 0 0 1px hsla(0, 0%, 100%, .06);
    border-radius: 6px;
    height: 60px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 48px);
    text-shadow: 0 1px #fff;
    position: relative
}
.favlink-card-mini .metas .background {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity .25s
}
.favlink-card-mini .metas .background.reverse {
    transform: scaleY(-1)
}
.favlink-card-mini .metas .title {
    position: relative;
    z-index: 1;
    color: #657487;
    font-size: 14px;
    font-weight: 700;
    transition: .25s
}
.favlink-card-mini .metas .description {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.favlink-card-mini:hover .metas .background {
    opacity: .15
}
.favlink-card-mini .site_icon.add_new {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9Iue7hCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCI+PHJlY3QgZGF0YS1uYW1lPSIyIiB4PSI1LjUiIHk9IjUuNSIgd2lkdGg9IjM3IiBoZWlnaHQ9IjM3IiByeD0iNS4zNzUiIHJ5PSI1LjM3NSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1kYXNoYXJyYXk9IjQgMyIgb3BhY2l0eT0iLjUiLz48cGF0aCBkYXRhLW5hbWU9IjEiIGQ9Ik0zMiAyNWgtNnY2YTEgMSAwIDAxLTIgMHYtNmgtNmExIDEgMCAwMTAtMmg2di02YTEgMSAwIDAxMiAwdjZoNmExIDEgMCAwMTAgMnoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjgiLz48L3N2Zz4=), radial-gradient(circle farthest-side at 75% 25%, #3dc3ff, #0394ff);
    background-color: #20a0ff;
    box-shadow: 0 5px 8px rgba(32, 160, 255, .3)!important
}

/* 链接组布局 */
.favlinks-group {
    margin-bottom: 30px;
}

.favlinks-group .links {
    margin-bottom: 20px;
}

/* 清除浮动 */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* 响应式调整 */
@media (min-width: 768px) {
    .favlinks-group {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    
    .favlinks-group .links {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .favlinks-group .links {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    .favlinks-group .links {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* 标题样式 */
.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/* 分隔线 */
.divider {
    height: 1px;
    background-color: #eee;
    margin: 30px 0;
}

/* 主容器 */
.main {
    padding: 0 20px;
}

/* 文章包装器 */
.post-wrapper {
    max-width: 100%;
}