#mobile_minchat_div{
top:unset !important;
}
.footer-menus .container{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}
.footer-menus .container:after,
.footer-menus  .container:before,
.footer-copyright .container::after,
.footer-copyright .container:before{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}
.fl{
    float: left;
}
.footer-menus .site{
    padding-right: 80px;
    width: 265px;
    min-height: 220px;
    position: relative;
}

.footer-menus .site .logo{
    color: #c6c7c9;
    margin-bottom: 5px;
    line-height: 1;
}
.footer-menus .site p{
    font-size: 14px;
    line-height: 30px;
}
 .footer-menus{
    background: #2f3234;
    padding: 60px 0 20px;
    color: #676b6f;
    display: none;
}

.footer-menus a{
    color: #676b6f;
}
.footer-menus a:hover{
    color: #fff;
}
.footer-menus .site .logo img{
    width: 190px;
    height: auto;
    margin-left: -12px;
}
.footer-menus .site:after{
    content: "";
    display: block;
    width: 0;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    top: 0;
    margin-top: 0;
    border-right: 1px solid;
    border-color: #25282a;
    -webkit-box-shadow: 1px 0 1px #393c40;
    box-shadow: 1px 0 1px #393c40;
}
.fr{
    float: right;
}
.footer-menus .ewms{
    width: 278px;
    padding-left: 60px;
    min-height: 220px;
    position: relative;
    color: #949498;
}
.footer-menus .ewms:before{
    content: "";
    display: block;
    width: 0;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    top: 0;
    margin-top: 0;
    border-right: 1px solid;
    border-color: #25282a;
    -webkit-box-shadow: 1px 0 1px #393c40;
    box-shadow: 1px 0 1px #393c40;
}
.footer-menus .status{
    text-align: center;
    color: #949498;
}
.footer-menus .status img{
    width: 120px;
}
.footer-menus .status h3{
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
}
.footer-menus .menus{
    margin-left: 265px;
    margin-right: 278px;
}
.footer-menus .menus .menu-div{
    float: left;
    width: calc(100%/3);
    padding-left: 50px;
    font-size: 14px;
}
.footer-menus .menus .menu-div ul{
    padding: 0;
    margin: 0;
}
.footer-menus .menus .menu-div.menu-1, .footer-menus .menus .menu-div.menu-2{
    display: block;
}
.footer-menus .menus .menu-div h2{
    font-size: 18px;
    color: #c6c7c9;
    margin-bottom: 20px;
    font-weight: 400;
}
li, ol, ul{
    list-style: none;
}
.footer-menus .menus .menu-div li{
    line-height: 1.5;
    margin-bottom: 10px;
    word-break: break-all;
}
.footer-menus .menus .menu-div.menu-1, .footer-menus .menus .menu-div.menu-2{
    display: block;
}
div, h1, h2, h3, h4, h5, h6, ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 友情链接 */
.footer-links{
    background: #2c2f31;
    color: #424649;
    font-size: 12px;
    padding: 13px 0 16px;
}
.footer-links .container{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    *zoom: 1;
    padding: 0 7px;
    line-height: 2;
    height: 2em;
    overflow: hidden;
}
.footer-links h6, .footer-links li{
    font-size: 12px;
    font-weight: 400;
    display: inline;
    white-space: nowrap;
    margin: 0 8px;
}
.footer-links ul{
    display: inline;
    padding: 0;
}
.footer-links a{
    color: #424649;
}
.footer-links a:hover{
    color: #676b6f;
}
.footer-copyright{
    background: #25282a;
    font-size: 12px;
    color: #676b6f;
    letter-spacing: 0;
    text-align: center;
    padding: 1.5em 0;
}
.footer-copyright .container{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    *zoom: 1;
}
.footer-copyright a{
    color: #676b6f;
}
.footer-copyright p a{
    white-space: nowrap;
    margin: 0 5px;
}
.footer-copyright a:hover{
    color: #fff;
}
.footer-copyright .menu-footer-bottom{
    padding: 0;
}
.footer-copyright .menu-footer-bottom li{
    display: inline;
    margin: 0 10px;
}
@media (min-width: 768px){
    .footer-menus .container,
    .footer-links .container,
    .footer-copyright .container{
        overflow: visible;
        max-width: 1314px;
    }
}
/* 手机端适配 */

@media screen and (max-width: 767px) {
    .hide_sm{
        display: none;
    }
}
/* iPad适配 */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hide_sm{
        display: none;
    }
}
/* iPad Pro 适配*/

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .footer-menus .ewms{
        display: none
    }
    .footer-menus .menus{
        margin-right: 0;
    }
    .footer-copyright .menu-footer-bottom{
        display: none;
    }
}
@media (min-width: 1024px){
    .footer-menus {
        display: block;
    }
    .footer-copyright .menu-footer-bottom{
        display: none;
    }
}
