@import url("layout.css");
@import url("common.css");
@import url("card.css");
@import url("footer.css");
@import url("message.css");
@import url("index.global.css");
@import url("mobile.css");

body{
    max-width: 750px;
    margin: 0 auto;
}
#so_box{
    margin-top: 10px;
}
.layui-breadcrumb>a:hover{
    color: #1E9FFF !important;
}
.category-menu{
    display: none;
}

@media screen and (max-width: 450px) {
    #so_box{
        margin-top: 60px;
    }
}

.navbar-inverse {
    background-color: #1E9FFF;
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
    z-index: 101;
    height: 55px;
    border-radius: 0;
    background-image: none;
}
.navbar-header {
    margin-right: 0;
    margin-left: 0;
    line-height: 55px;
}
.min-logo {
    margin-bottom: 5px;
    font-size: 25px;
    text-align: center;
    display: block !important;
}
.min-logo a {
    color: white;
}
.navbar-toggle {
    position: relative;
    float: left;
    padding: 5px 5px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
    margin-top: 4px;
    background-color: #fff;
}
.site-tree-mobile-btn {
    float: left;
    position: absolute;
    top: 10px;
    margin-left: 3px;
    padding: 0 8px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #1E9FFF;
}
.footer-site-desc{
    padding-left: 10px;
}
.site-tree {
    width: 220px;
    min-height: 900px;
    padding: 5px 0 20px;
}
.site-tree {
    border-right: 1px solid #eee;
}
.site-tree {
    position: fixed;
    top: 0;
    bottom: 0;
    min-height: 0;
    overflow: auto;
    z-index: 1000;
    border-left: 1px solid #eee;
    background-color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.site-mobile .site-mobile-shade {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    width: 750px;
}