.b2-widget-post-thumb .b2-widget-post-thumb-product-img {
    height: 0;
    padding-top: 100%;
    position: relative;
    width: 100%;
}

.shop-normal-tips {
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    background-color: #fdd6d3;
    color: #f44336;
    padding: 0 4px;
    border-radius: 3px;
}

.b2-widget-post-thumb .shop-normal-tips {
    right: 10px;
    bottom: 10px;
}

.b2-widget-post-thumb .b2-widget-post-thumb-product-img img {
    background-color: #f9f9f9;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.b2-widget-post-thumb .b2-widget-post-title {
    padding: 0;
    height: auto;
    margin-top: 10px;
}

.b2-widget-post-title h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.widget ul li h2 {
    font-size: 13px;
}

.b2-widget-post-title h2 {
    font-size: 12px;
}

.red {
    color: #FF3355;
}

.products-price {
    height: 30px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.link-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.post-list-meta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 16px 10px 0;
    color: #aaaeb3;
}

.post-3 .post-list-meta-box {
    margin: 0;
    margin-top: auto;
}


.post-3 .post-list-meta-box {
    margin: 0;
    margin-top: auto;
}

.post-list-meta {
    display: flex;
    font-size: 12px;
    align-items: center;
}

.post-3 .post-list-meta {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    color: #bcbcbc;
}

.post-3 .post-list-meta {
    justify-content: flex-end;
}

.post-3 .post-list-meta li:nth-child(1) {
    flex: 1;
    padding: 0;
}

.post-list-meta-show {
    border-right: 1px solid #e8e8e8;
    padding: 0 15px;
    cursor: pointer;
}

.post-list-meta-show:first-child {
    padding-left: 0;
}

.post-list-meta-show:last-child {
    border-right: none;
    padding-right: 0;
}

.list_info {
    font-size: 16px;
    font-family: Content-font, Roboto, sans-serif;
    font-weight: 400;
}

.list_info p{
    line-height: 1.625;
    word-wrap: break-word;
}

.list_info img{
    height: auto;
    max-width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.no-content {
    padding: 60px 0 60px;
    text-align: center;
    color: #999;
    border-radius: 5px;
    background-color: #FFF;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.no-content .no-content-img {
    width: 150px;
    margin: 0 auto 20px;
    display: block;
}

.no-content .user-no-contents {
    margin-bottom: 0;
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px;
    color: #c8c8c8;
}

.text_editor blockquote,.text_editor button,.text_editor dd,.text_editor div,.text_editor dl,.text_editor dt,.text_editor form,.text_editor h1,.text_editor h2,.text_editor h3,.text_editor h4,.text_editor h5,.text_editor h6,.text_editor input,.text_editor li,.text_editor ol,.text_editor p, .text_editor pre,.text_editor td,.text_editor textarea,.text_editor th,.text_editor ul{
    margin: 0 0 0.325rem 0!important;
}
.text_editor h1,.text_editor h2,.text_editor h3,.text_editor h4,.text_editor h5,.text_editor h6{
    padding: 0.6rem 0 0.3rem 0;
    font-weight: 700;
}

.list_info li {
    list-style: auto;
}

.list_info ol {
    margin: auto;
    padding: revert;
}

.list_info ul {
    margin: auto;
    padding: revert;
}

.dark-mode .layui-card-footer {
    border-top: 1px solid #333333;
}

.dark-mode .post-list-meta-show {
    border-right: 1px solid #333333;
}

.dark-mode .no-content {
    background-color: #242424;
}