* {
    outline: 0 !important;
    margin: 0;
    padding: 0;
}

dt,
dd {
    font-size: .8em;
}

dl {
    margin-bottom: 0px;
}

p {
    font-size: 1em;
}

hr {
    border-top-color: #ccc;
    margin: 10px;
}

body {
    font-family: tahoma, "microsoft yahei", "\5FAE\8F6F\96C5\9ED1" !important;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
}

::-moz-selection {
    color: rgba(255, 255, 255, .9);
    background-color: rgba(0, 0, 0, .5);
}

::selection {
    color: rgb(255, 255, 255, .9);
    background-color: rgb(0, 0, 0, .5);
}

::-webkit-selection {
    color: rgb(255, 255, 255, .9);
    background-color: rgb(0, 0, 0, .5);
}

.dl-horizontal.normal dt {
    width: 56px;
    float: left;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal.normal dd {
    margin-left: 61px;
}

.tab-content {
    padding-top: 5px;
}

.label {
    margin: 0px 5px 5px 0px;
    padding: .4em .8em;
    float: left;
}

.list-inline > li {
    width: 33%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -3px;
}

.bigScreen {
    display: none;
}

.loading {
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    padding: 5px 0px;
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, .5)
}

.catalog a:after {
    content: ' 》';
    text-decoration: none;
}

.catalog a:last-child:after {
    content: ''
}

.btn-black {
    background-color: rgba(37, 29, 29, .6);
    border: 1px solid rgba(37, 29, 29, .6);
    color: #fff;
    margin: 5px 0px;
}

.btn-black:hover {
    background-color: rgba(37, 29, 29, 1);
    border: 1px solid #0b0909;
    color: #ffe;
}

.row {
    margin: 0px;
}

.clear {
    margin: 0px;
}

.block {
    display: block;
}

.icon-margin:before {
    margin-right: 3px;
}

.inline-b {
    display: inline-block;
}

.form-group {
    margin-bottom: 0px;
}

.form-horizontal .form-group {
    margin-bottom: 10px;
}

.has-feedback .form-control {
    padding-right: 25px;
}

.box {
    margin: 10px auto;
    display: block;
    position: relative;
    border: 1px solid #efefef;
}

.box .body {
    padding: 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    background-color: #fff;
}

.box header {
    background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.box header:after {
    clear: both;
}

.box header:before,
.box header:after {
    content: " ";
    display: table;
}

.box header .icons,
.box header h5,
.box header .toolbar {
    position: relative;
    min-height: 1px;
    float: left;
    padding: 0;
    margin: 0;
    display: block;
}

.box header h5 {
    padding: 12px;
    font-weight: bold;
}

.box header .icons {
    padding: 6px 15px;
    border-right: 1px solid #ddd;
    box-shadow: 1px 0px 0px #fff;
    font-size: 20px;
}

.dataTables_length select {
    width: 75px;
    display: inline-block;
    margin: 0px 5px;
}

.dataTables_search input {
    width: 155px;
    display: inline-block;
    margin: 0px 5px;
}

.table-btn {
    padding: 4px 6px;
    border: 1px solid #222;
    background-color: #3a3a3a;
    border-radius: 4px !important;
    color: #f8f8f8;
    margin-right: 5px;
    font-size: 14px !important;
}

.table-btn:hover {
    padding: 4px 6px;
    border: 1px solid #3a3a3a;
    background-color: #6e5959;
    border-radius: 4px !important;
    color: #F8F8F8;
    cursor: pointer;
}

.pagination {
    margin: -6px 0 10px 0;
}

@media (min-width: 768px) {
    .dl-horizontal dd {
        margin-left: 61px;
    }
    .dl-horizontal dt {
        width: 56px;
    }
}

@media (min-width: 992px) {
    .littleScreen {
        display: none;
    }
    .bigScreen {
        display: initial;
    }
}

@media (max-width: 668px) {
    .chapterList li {
        width: 49% !important;
    }
}
