.blog-bar {
    width: 100%;
    margin-top: 32px;
}

.blog-bar span a {
    font-family: Urbanist, Urbanist;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-decoration: none;
}

.blog-bar span .active {
    color: #222222;
}

.blog-title {
    width: 400px;
    height: 38px;
    font-family: Urbanist, Urbanist;
    font-weight: 600;
    font-size: 32px;
    margin: auto;
    color: #222222;
    line-height: 38px;
    text-align: center;
    margin-top: 40px;
}

.blog-subtitle {
    width: 1261px;
    height: 20px;
    font-family: Urbanist, Urbanist;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0px;
}

.date {
    width: 100px;
    height: 17px;
    margin: auto;
    font-family: Urbanist, Urbanist;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 17px;
    text-align: center;
    margin-top: 12px;
}

.blog-list {
    width: 100%;
    display: flex;
    margin-top: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.blog-list .blog {
    width: 49%;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    margin-top: 24px;
}

.blog-list .blog:nth-child(1),
.blog-list .blog:nth-child(2) {
    margin-top: 0px;
}

.blog>img {
    width: 628px;
    height: 348px;
}

.my-blog-cotegory {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 99;
    width: auto;
    font-size: 12px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 1px 8px;
    font-weight: 300;
    color: #222222;
    border: 1px solid #222222;
    font-family: Urbanist, Urbanist;

}

.blog h2 {
    width: auto;
    height: 29px;
    font-family: Urbanist, Urbanist;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 29px;
    text-align: left;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 24px;
    margin-bottom: 0px;
}

.blog .text {
    width: auto;
    height: auto;
    font-family: Urbanist, Urbanist;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 0px;
    margin-top: 16px;
}

.blog .text>a {
    color: #000000;
    text-decoration: underline;
}

.blog .text>a:hover {
    text-decoration: none;
}

.footer-my {
    width: auto;
    height: 50px;
    display: flex !important;
    position: relative;
    margin-top: 24px !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
    border-top: 1px solid #F4F4F4 !important;
}

.comment-box {
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* 点击分享的弹框 */
.share-box {
    width: 100px;
    height: 50px;
    opacity: 0;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    position: absolute;
    bottom: 60px;
    left: 474px;
    border-radius: 4px;
    z-index: 999;
    background: #FFFFFF;
    /* 应用阴影 */
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.16)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.16));
}

/* 创建气泡锥 */
.share-box::after {
    content: '';
    position: absolute;
    bottom: -16px;
    /* 调整以确保它位于气泡下方 */
    left: 68%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #FFFFFF;
    /* 匹配气泡边框颜色 */
}

.share-box img {
    width: 24px;
    height: 24px;
}


/* 图标1 */
.footer-my img:nth-child(2) {
    width: 20px;
    height: 20px;
    margin-bottom: 16px;
    margin-top: 13px;
}

.footer-my .span-1 {
    width: auto;
    height: 17px;
    font-family: Urbanist, Urbanist;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 14px;
    text-align: left;
    margin-left: 6px;
    margin-top: 17px;
    margin-bottom: 17PX;
}

/* 评论图标 */
.footer-my .comment-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    background-image: url('../image/blog/编组 19@2x.png');
}

.footer-my .comment-icon:hover {
    background-image: url('../image/blog/编组\ 19@2x\(2\).png');
}

.footer-my .comment-num {
    font-family: Urbanist, Urbanist;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px;
}

/* 分享图标 */
.footer-my .share-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    margin-top: 15px;
    background-size: cover;
    background-image: url('../image/blog/编组 19@2x(1).png');
}

.footer-my .share-icon:hover {
    background-image: url('../image/blog/编组\ 19@2x\(3\).png');
}


@media (max-width:750px) {

    .e-con>.e-con-inner {
        height: auto !important;
    }

    .blog-bar {
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
        margin-left: 4%;
        margin-top: 0px;
    }

    .blog-title {
        width: 100%;
        height: 30px;
        font-weight: bold;
        line-height: 30px;
        font-size: 30px;
        margin: 0px;
        margin-top: 40px;
    }

    .blog-subtitle {
        height: auto;
        margin-top: 20px;
        margin-left: 3%;
        margin-right: 3%;
    }

    .date {
        width: 100%;
        margin: auto;
        height: 14px;
        margin-top: 14px;
        line-height: 14px;
    }

    .blog-list {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 32px;
    }

    .blog-list .blog {
        width: auto;
        flex-direction: column;
        margin-top: 20px !important;
        position: relative;
        margin-left: 12px;
        margin-right: 12px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    }

    .blog>img {
        height: auto;
        margin: 0px;
        width: auto;
    }


    .blog h2 {
        width: auto;
        margin-left: 4.5%;
        font-size: 20px;
        line-height: 25px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 0px;
        margin-right: 4.5%;
    }

    .blog .text {
        width: auto;
        margin-left: 4.5%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-right: 4.5%;
    }

    .footer-my {
        margin-left: 4.5% !important;
        margin-right: 4.5% !important;
        margin-top: 24px !important;

    }

    .share-box {
        top: -58px;
        left: 75%;
    }

    .share-box::after {
        top: 40px;
        left: 80px;
    }

}