/* 首页左侧 logo */
#nav #blog-info .site-icon {
    margin-right: 4px;
    margin-top: -4px !important;
    height: 32px !important;
    vertical-align: middle;
}

/*文章页面头部高度*/
#page-header.post-bg {
    height: 215px !important;
    background: #48B1F5 !important;
}

#page-header.not-home-page {
    height: 215px !important;
    background: #48B1F5 !important;
}

#page-header #page-site-info {
    position: absolute;
    top: 95px !important;
    padding: 0 10px;
    width: 100%;
}

/* 底部高度 */
#footer .footer-other {
    padding: 17px 15px !important;
    width: 100%;
    text-align: center;
}

/* 设置 .copyright 为 flex 布局 */
.footer-copyright .copyright {
    display: flex; /* 使用 flex 布局 */
    align-items: center; /* 垂直居中对齐 */
    justify-content: center; /* 水平居中对齐 */
}

/* 新增的又拍云链接样式 */
.footer-copyright .copyright .upyun-link {
    display: flex; /* 让链接内的内容水平排列 */
    align-items: center; /* 垂直居中对齐 */
    text-decoration: none; /* 去掉下划线 */
    margin-left: 5px; /* 给链接和原文字之间留出间距 */
    font-size: 14px; /* 设置文字大小 */
    color: #ffffff; /* 设置文字颜色为白色 */
}

/* 鼠标悬停样式 */
.footer-copyright .copyright .upyun-link:hover {
    text-decoration: underline; /* 鼠标悬停时显示下划线 */
}

/* 设置图标大小和间距 */
.footer-copyright .copyright .upyun-icon {
    height: 23px; /* 设置图标的高度 */
}
