@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-02-10 11:28:54
 * @version $Id$
 */

@media (min-width: 1200px) .container {
    width: 1200px;
}

body {
    font-family: "微软雅黑";
}

li {
    list-style-type: decimal;
}

img {
    max-width: 500px;
    border: 1px solid #000;
    cursor: pointer;
    transition: .3s ease;
}

.active-img {
    max-width: 100%;
}

.h1-box {
    margin-bottom: 100px;
}

.bs-docs-nav .navbar-brand {
    color: #ff5c05;
}

.bs-docs-nav .navbar-nav>li>a {
    color: #404040;
}

.bs-docs-nav .navbar-nav>.active>a {
    background-color: #ddd;
}

.bs-docs-header,
.bs-docs-masthead {
    color: #ffeec3;
    background-image: linear-gradient(to bottom, #ff4100 0, #ff9400 100%);
}

.bs-docs-sidebar .nav>.active:focus>a,
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active>a {
    color: #ff4300;
    border-left: 2px solid #ff4100;
}


.bs-docs-footer {
    background-color: #F4F4F4;
}
.bs-docs-footer p:first-child {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #666;
}
.bs-docs-footer p:last-child {
    text-align: center;
    color: #777;
}