* {
    /* font-size: 12px; */
    font-family: '微软雅黑';
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width:960px) {
    .menu {
        width: 0;
        height: 100%;
        background: #333;
        float: left;
        overflow-y: auto;
        transition: all 0.5s;
    }
    .container_new {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: left 0.5s;
        overflow: hidden;
    }
    .com_menu {
        display: none;
    }
    .second-ul {
        display: none;
        margin: 0;
        font-size: 14px;
    }
    .echat-top,
    .echat-search {
        display: none;
    }
    .container_new nav {
        display: block;
    }
    .my-body {
    width: 100%;
    height: calc(100% - 56px);
    }
}

@media screen and (min-width:960px) {
    .menu {
        width: 0;
        height: 100%;
        background: #333;
        float: left;
        overflow-y: hidden;
        transition: all 0.5s;
    }
    .my-body {
    width: 100%;
    height: 100%;
    }
    .container_new {
        padding: 0;
        width: calc(100% - 310px) !important;
        height: calc(100% - 105px);
        transition: left 0.5s;
        overflow: hidden;
        float: left;
    }
    .com_menu {
        display: inline-block;
        width: 310px;
        height: calc(100% - 105px);
        box-sizing: border-box;
        float: left;
        overflow-y: auto;
        position: relative;
    }
    .second-ul {
        display: block;
        margin: 0;
        font-size: 14px;
    }
    .echat-top {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding-left: 20px;
        font-size: 18px;
        display: block;
        border-bottom: 2px solid #eee;
    }
    .echat-search {
        position: relative;
        font-size: 14px;
        height: 45px;
        z-index: 9;
        background-color: #f6f8f9;
        padding: 10px 0 0 20px;
    }
    .container_new nav {
        display: none;
    }
    .echat-search input {
        width: 200px;
        height: 24px;
        box-sizing: border-box;
        outline: none;
        border-radius: 3px;
        padding: 0 10px;
        border: 1px solid #eee;
    }
    .echat-search img {
        vertical-align: text-bottom;
    }
    .second-ul li::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 6px;
        border-left: 1px solid #e7e7eb;
        border-bottom: 1px solid #e7e7eb;
    }
    .second-ul li::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 6px;
        border-left: 1px solid #e7e7eb;
    }
    .second-ul li {
        border: 0;
    }
    .first-ul li {
        border: 0;
    }
    .second-ul {
        padding-left: 40px;
    }
    .first-ul .li_click a,
    .second-ul .li_click a {
        color: #1aad16;
    }
    /*滚动条样式*/
    .com_menu::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 4px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }
    .com_menu::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2);
    }
    .com_menu::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: rgba(0, 0, 0, 0.1);
    }
    .search-ul {
        list-style: none;
        position: absolute;
        top: 42px;
        left: 20px;
        width: 290px;
        padding: 0;
        max-height: 500px;
        overflow-y: auto;
        background: #fff;
        box-shadow: 2px 2px 2px 2px #f6f8f9;
    }
    .search-ul li {
        line-height: 30px;
        padding: 0 10px;
    }
    .search-ul li:hover {
        background: #1aad16;
        color: #fff;
    }
    .language-ul {
        list-style: none;
        color: #353535;
        float: right;
        margin-right: 20px;
        margin-top: 20px;
    }
    .language-ul li {
        float: left;
        border-left: 1px solid #353535;
        cursor: pointer;
        padding: 0 10px;
        font-size: 14px;
        height: 16px;
        line-height: 16px;
    }
    .language-ul li:first-child {
        border: 0;
    }
}


/* .container {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: left 0.5s;
    overflow: hidden;
} */

.second-ul li {
    /* padding-left: 40px; */
    box-sizing: border-box;
}

.show-my-menu {
    width: 60%;
    transition: all 0.5s;
}

.menu ul {
    background: #333;
}

.menu ul.first-ul li {
    background: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.menu ul.second-ul li {
    background: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.menu ul.first-ul>li {
    color: #fff;
    text-decoration: none;
}

.menu ul.first-ul>li a {
    color: #fff;
    text-decoration: none;
}

.menu ul.second-ul li a {
    color: #333;
    text-decoration: none;
}

.hide-container {
    float: left;
    position: absolute;
    top: 0;
    left: 60%;
    transition: left 0.5s;
}

.motai {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    z-index: 99999999999;
}

.show-motai {
    width: 100%;
    height: 100%;
}


.first-ul>li {
    color: #364049;
    background: #fff;
    font-size: 16px;
}

a {
    color: #364049;
    text-decoration: none !important;
}

a:hover {
    color: #1aad16;
}

.bg-light {
    background-color: #f8f9fa !important;
}