/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/
/* 倒计时时间显示相关样式 */
.jsTime{
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-bottom: 5px;
}
.djsys {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 22px;
    width: 22px;
    font-size: 13px;
    font-weight: 550;
    box-shadow: 0px 0px 5px 0px black;
    background-color: #dd3333;
    color: #fff;
}
.douhao{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 20px;
    width: 16px;
    font-weight: 700;
}
/* 倒计时相关响应式样式 */
@media screen and (max-width: 768px){
    .douhao{
    height: 25px;
    width: 20px;
    }
    .list-footer .djs{
        display: none;
    }
}
@media screen and (max-width: 768px){
.post-7 .djs ul.b2_gap > li {
        width: 100%!important;
    }
}
.uk-grid.uk-grid-medium {
    display: flex;
    justify-content: center;
}
/* 文章页软件信息 */
/* 可选：添加一些间距，使表格与内容区分开 */
.soft-table {
    position: relative;
    display: block;
    margin: 15px auto;
    overflow: hidden
}

.soft-table__item {
    display: block;
    padding: 10px;
    border-radius: 3px;
    transition: .2s
}

.soft-table__item:last-child {
    border: none
}

.soft-table__item:nth-child(odd) {
    background: #f2f6f9
}

.soft-table__item:hover {
    background: #e3f2fd
}

.soft-table__title {
    display: inline-block;
    width: 160px;
    font-weight: 600;
    font-size: 14px
}

@media screen and (max-width: 425px) {
    .soft-table__title {
        display:block;
        margin: auto;
        width: 100%;
        margin-bottom: 10px
    }
}

.soft-table__content {
    display: inline-block;
    font-size: 14px
}

@media screen and (max-width: 425px) {
    .soft-table__content {
        display:block;
        margin: auto;
        width: 100%
    }
}
.soft-table {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* 优化链接样式 */
.soft-table__content a {
    color: #165DFF;
    text-decoration: none;
}

.soft-table__content a:hover {
    text-decoration: underline;
}
