/**移动端响应式设计**/
@media (max-width: 768px) {
    .m {
        display: block;
    }
    
    .pc {
        display: none;
    }
    .home {
        overflow: hidden;
    }
    .home .logo {
        height: 36px;
        width: 200px;
        margin-bottom: 10px;
    }
    
    .home .search {
        width: 90%;
    }
    
    .search input {
        height: 36px;
        font-size: 14px;
    }
    
    .search button {
        height: 38px;
    }
    
    /**内页**/
    header{
        box-shadow: 0px -2px 6px #8b8b8b;
    }    
    
    .nav {
        width: 100%;
        padding: 0 20px;
    }
    
    .logo img {
        width: 130px;
    }
    
    .nav-search .search {
        background: #f7f7f7;
    }
    
    .nav-search .search input {
        width: 120px;
        font-size: 12px;
    }
    
    .nav-search .search button {
        width: 30px;
        background: #f7f7f7;
        color: #c5c5c5;
    }
    
    .container{
        flex-direction: column;
        padding-top: 80px;
        margin: 0;
    }
    
    .navbar {
        width: 100%;
        text-align: left;
        padding: 5px 20px;
        box-shadow: none;
        margin-right: 0;
    }
    
    .custom-select-container {
        width: 91px;
        box-sizing: border-box;
    }
    
    .custom-select {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
    }
    
    .custom-select svg {
        margin-right: 5px;
    }
    
    .point {
        width: 12px;
        height: 12px;
        vertical-align: -0.15em;
        fill: currentColor;
        overflow: hidden;
    }
    
    .custom-select select {
        flex: 1;
        appearance: none;
        border: none;
        background: none;
        font-size: 14px;
        color: #333;
        font-weight: 600;
        outline: none;
        cursor: pointer;
        padding: 10px 0;
    }
    
    .custom-arrow {
        padding: 10px 0;
        cursor: pointer;
    }
    
    .main {
        padding: 0 20px 10px;
        width: 100%;
        box-shadow: none;
        border-top: none;
    }
    
    span.total {
        margin: 0;
        font-size: 12px;
    }
    
    .post {
        padding: 15px 0;
    }
    
    .post-title a {
        font-size: 16px;
    }
    
    .post-meta {
        margin-top: 2px;
    }
    
    .post-meta span {
        margin-right: 8px;
        color: #afafaf;
        font-size: 11px;
    }
    
    /**文章内页**/
    .main h1 {
        font-size: 20px;
        margin: 1em 0 0;
    }
    
    .post-detail {
        padding: 20px 0 80px;
    }
    
    .post-detail h2 {
        font-size: 18px;
        margin-top: 0;
    }
    
    .post-detail h3 {
        font-size: 16px;
        margin: 0;
    }
    
    .post-detail h4 {
        font-size: 15px;
    }
    
    .post-detail p {
        font-size: 14px;
        margin: 1rem 0;
    }
    
    /**工具箱**/
    .toolbar {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        list-style-type: none;
        padding: 0px 5px;
        margin: 0;
        background-color: #ffffff;
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
        border-radius: 500px;
        z-index: 1000;
    }
    
    .toolbar li, .toolbar a {
        margin: 0 10px;
        padding: 10px;
    }
    
    .toolbar li i, .toolbar a i {
        font-size: 16px;
        color: #555555;
    }
    
    /**当前页搜索**/
    .layui-layer.onesearch-skin {
        box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, .3);
        border-radius: 8px;
    }
    .layui-layer.onesearch-skin .layui-layer-content {
        align-content: center;
    }

    .law-search.m {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        flex-wrap: nowrap;
        padding: 0 0 0 10px;
        margin: 0;
        background: none;
        border: none;
    }

    .law-tools {
        display: flex;
        align-items: center;
        width: 100%;
        position: relative;
        border-right: #ebebeb solid 1px;
    }

    .law-tools input {
        width: 100%;
        border: none;
        font-size: 14px !important;
    }
    
    .search-btn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        position: absolute;
        right: 10px;
        display: flex;
        align-items: center;
    }

    .search-icons {
        position: absolute;
        right: 10px;
        display: flex;
        align-items: center;
    }

    .search-btn i {
        font-size: 16px;
        color: #111;
    }

    .search-results {
        display: none;
        overflow: unset;
        margin-right: 10px;
    }
    
    .search-results span {
        font-size: 12px;
        margin: 0;
    }

    .nav-buttons {
        display: flex;
        align-items: center;
    }

    .nav-buttons i {
        padding: 10px 8px;
        font-size: 16px;
        font-weight: bold;
        color: #111;
    }

    .nav-buttons i.icon-back {
        padding-right: 15px;
        font-size: 12px;
    }

    .nav-buttons button {
        background: none;
        border: none;
        cursor: pointer;
        margin-left: 5px;
    }

    .nav-buttons .disabled {
        opacity: 0.2;
        cursor: not-allowed;
    }

    /**文档目录**/
    .menu-content {
        display: block;
        margin: 10px 0;
    }
    
    .menu-content ul {
        max-height: 100%;
    }
    
    .menu-content ul li {
        font-weight: 600;
    }
    
    .menu-content ul dl li {
        font-weight: 400;
    }


    
    
    
    
}

