#box {
    background: #f4f4f4;
}
.box_top {
    margin-top: -50px;
    background: #ffffff;
}

    .box_top .wk_top {
        height: 50px;
        text-align: right;
        padding: 10px;
    }
        .box_top .wk_top .navbar-item {
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-left: 10px
        }
        .box_top .wk_top .navbar-item span{
            display: block;
            position: fixed;
            margin-top: -3px;
            margin-left: 14px;
            font-size: 9px;
            text-align: center;
            color: #ffffff;
            width: 14px;
            height: 14px;
            background: #f00000;
            border-radius: 14px;
        }

.media-left {
}

    .media-left .user_img {
        display: inline-block;
        width: 90px;
        height: 90px;
        border: 4px #ffffff solid;
        border-radius: 90px;
    }
.media-body {
    padding-top: 10px;
}
  .col-xs-3 {
        text-align: center;
    }

.media-body .col-sm-4 {
    border-right: 1px #cfcfcf solid
}
.box_content {
    padding: 20px;
    background: #ffffff;
}
.box_content .col-xs-3 img {
    width: 70%;
}
    .box_content .col-xs-3 {
        text-align: center;
        margin-top:20px;
    }

.wk_off {
    margin-top: 10px;
    background: #ffffff;
}
    .wk_off .row {
        padding: 14px 10px;
        border-bottom: 1px #efefef solid;
    }
        .wk_off .row .col-xs-10 img{
            width: 20px;
        }
        .wk_off .row .col-xs-2 {
            text-align: right;
        }
        .wk_off .row .col-xs-2 img {
            width: 12px;
        }
.font_size12 {
    font-size: 12px;
}