body {
}

body {
    cursor: url('/images/cur/cursor_3.png'), default;
}
/** 链接指针样式**/
a:hover{cursor:url('/images/cur/cursor_4.png'), pointer;}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1350px;
    }
}


.editormd-fullscreen {
    z-index: 2000 !important;
}

.article-query-form .catalog-item {
    margin-right: 15px;
}

.article-query-form .catalog-item > a {
    color: #000;
}

.article-query-form .catalog-item > a:hover {
    color: #00a65a !important;
}

.article-query-form .active {
    color: #00a65a !important;
}

.article-query-form .active > a {
    color: #00a65a !important;
}

@media screen and (max-width: 500px) {
    .filter-div {
        height: 65px;
        padding: 10px;
        border-bottom-width: 1px;
        border-bottom-color: #cdcdcd;
        font-size: 12px;
        border-bottom-style: solid;
    }

    .f-result-sum {
        margin-top: 5px;
        float: left !important;
    }
}

@media screen and (min-width: 500px) {
    .filter-div {
        height: 45px;
        padding: 10px;
        border-bottom-width: 1px;
        border-bottom-color: #cdcdcd;
        font-size: 12px;
        border-bottom-style: solid;
    }

    .f-result-sum {
        float: right;
    }
}


.filter-item-div {
    float: left;
    margin-right: 13px;
}

.filter-div .filter-item-div > a {
    float: left;
    padding: 0 9px;
    height: 23px;
    border: 1px solid #CCC;
    line-height: 23px;
    margin-right: -1px;
    background: #FFF;
    color: #333;
}


.filter-div .filter-item-div .active {
    float: left;
    padding: 0 9px;
    height: 23px;
    border: 1px solid #CCC;
    line-height: 23px;
    margin-right: -1px;
    background: #00a65a !important;
    color: #EEEEEE !important;
}

.filter-div .filter-item-div > a > span {
    display: inline-block;
    vertical-align: top;
    *cursor: pointer;
}

.f-result-sum {
    float: right;
}


@media screen and (max-width: 500px) {
    .content-wrapper {
        padding-top: 40px !important;
    }
}

/**左侧profile**/
.chart-legend li {
    float: none !important;
}


.body-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    z-index: -10;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.comment-div {
    font-size: 1.083rem;
    line-height: 1.833rem;
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
    color: #505050;
}