.posts-qrcode-image img {
    display:block;
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius:10px;
}
.posts-qrcode-scan {
    padding-top: 5px;
    margin-left: 15px;
}
.posts-qrcode-scan p {
    font-size: 16px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    font-family: PingFangSC-Medium;
}
.posts-qrcode-scan p b {
    color:#ff0000;
}
@media (min-width:768px) {
    .posts-qrcode {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        margin-bottom: 40px;
        padding: 10px 15px;
        background: #f7f7f7;
    }
    .posts-qrcode-image {
        width: 100px;
        height: 100px;
        background-size: cover;
        background-color: #fafafa;
        background-position: center;
    }
}
@media (max-width:767px) {
    .posts-qrcode {
        margin-bottom: 40px;
        padding: 10px 15px;
        background: #f7f7f7;
        overflow: hidden;
    }
    .posts-qrcode-image {
        width: 160px;
        height: 160px;
        margin: 10px auto;
        background-size: cover;
        background-color: #fafafa;
        background-position: center;
    }
}
.posts-card-title a {
    text-decoration: none!important;
}
@media (min-width:480px) {
    .posts-card {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        margin-bottom: 40px;
        padding: 10px 15px;
        background: #f7f7f7;
    }
    .posts-card-thumbnail {
        width: 100px;
        height: 100px;
        background-size: cover;
        background-color: #fafafa;
        background-position: center;
    }
    .posts-card-container {
        flex: 1;
        display: flex;
        margin-left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        flex-direction: column;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .posts-card-title {
        color: #1c1c1c;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-family: PingFangSC-Medium;
    }
    .posts-card-excerpt {
        margin-top: 7px;
        font-size: 13px;
        color: #3d3d3d;
        font-family: PingFangSC-Light;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .posts-card-text {
        margin-top: auto;
        font-size: 12px;
        font-family: PingFangSC-Semibold;
        color: #aaa;
        display: flex;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
    }
}
@media (max-width:479px) {
    .posts-card {
        margin-bottom: 40px;
        padding: 10px 15px;
        background: #f7f7f7;
    }
    .posts-card-thumbnail {
        width: 100%;
        height: 100px;
        background-size: cover;
        background-color: #fafafa;
        background-position: center;
    }
    .posts-card-container {
        flex: 1;
        display: flex;
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        flex-direction: column;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .posts-card-title {
        color: #1c1c1c;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-family: PingFangSC-Medium;
    }
    .posts-card-excerpt {
        margin-top: 7px;
        font-size: 13px;
        color: #3d3d3d;
        font-family: PingFangSC-Light;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .posts-card-text {
        margin-top: auto;
        font-size: 12px;
        font-family: PingFangSC-Semibold;
        color: #aaa;
        display: flex;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
    }
}