footer {
    background: #08090f;
}
.footer-container {
    display: none;
}
.m-footer-container {
    display: block;
}
.f_menu .f_menu_box {
    padding: 0.36rem;
    box-sizing: border-box;
}
.f_menu .f_menu_box>li {
    width: 100%;
    border-bottom: .02rem solid rgba(255,255,255,.08);
}
.f_menu .f_menu_box>li>a {
    display: block;
    width: 100%;
    position: relative;
    height: 0.7rem;
    line-height: 0.7rem;
}
.f_menu .f_menu_box>li>a.sub_menu_active>span {
    transform: rotate(0);
    opacity: 1;
}
.f_menu .f_menu_box>li>a>span {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.2rem;
    background: url(imgs/footer_nav_active.png) no-repeat;
    background-size: contain;
    transition: .5s;
    opacity: .4;
    transform: rotate(-45deg);
}
.f_menu .f_menu_box .f_sub_menu {
    margin: 0;
    padding-bottom: 0.2rem;
    display: none;
}
.f_menu .f_menu_box .f_sub_menu.f_sub_show {
    display: block;
}
.f_menu .f_menu_box .f_sub_menu>li {
    height: 0.6rem;
    line-height: 0.6rem;
}
.f_menu .f_menu_box .f_sub_menu>li a {
    color: #fff;
    display: block;
    padding-left: 0.2rem;
}
.f_text {
    padding: 0 0.36rem 0.36rem;
}
.f_text .service_time {
    color: rgba(255,255,255,.6);
}

/*宽度大于1024时生效*/
@media (min-width: 1026px) {
    .m-footer-container {
        display: none;
    }
    .footer-container {
        display: block;
        padding: 3% 12%;
    }
    .footer-container .footer-navbar .navbar-box {
        padding-right: 0.5rem;
    }
    .footer-container .footer-navbar .navbar-box .link_list {
        text-align: left;
    }
    .footer-container .footer-navbar .navbar-box .link_list:not(:first-child) {
        padding: 0 0.1rem;
    }
    .footer-container .footer-navbar .navbar-box .link_list:first-child {
        /*padding-right: 1rem;*/
    }
    .footer-container .footer-navbar .navbar-box .link_list .link-title {
        margin-bottom: 0.2rem;
    }
    .footer-container .footer-navbar .navbar-box .link_list .has-thumb .qrcode-img {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10000;
        width: 100%;
        height: 100%;
        display: none;
        align-items: center;
        justify-content: center;
        background: rgba(0,0,0,0.5);
    }
    .footer-container .footer-navbar .navbar-box .link_list .has-thumb .qrcode-img img {
        width: 80%;
        height: auto;
        margin-bottom: 0.1rem;
    }
    .footer-container .footer-navbar .qrcode-box {
        text-align: right;
    }
    .footer-container .footer-navbar .qrcode-box .qrcode-item {
        width: 1.3rem;
        text-align: center;
        padding: 0 0.1rem;
        box-sizing: border-box;
    }
    .footer-container .footer-navbar .qrcode-box .qrcode-item img {
        width: 100%;
        height: auto;
        margin-bottom: 0.1rem;
    }
    .footer-container .footer-middle {
        margin-top: 0.4rem;
    }
    .footer-container .footer-middle .telphone span {
        line-height: 1.2;
    }
    .footer-container .footer-middle .time {
        margin-left: 0.2rem;
    }
    .footer-container .contact .wechat,
    .footer-container .contact .sina {
        width: 0.24rem;
        height: 0.24rem;
        display: block;
    }
    .footer-container .contact .wechat {
        position: relative;
        background: url("imgs/wechat.png") no-repeat;
        background-size: cover;
    }
    .footer-container .contact .wechat .wechat_erweima {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 1.2rem;
        height: 1.2rem;
        padding: 2px;
        background: #fff;
        transform: translate(-52px,-140px);
    }
    .footer-container .contact .wechat .wechat_erweima:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 8px solid #fff;
    }
    .footer-container .contact .wechat .wechat_erweima img {
        width: 100%;
        height: 100%;
    }
    .footer-container .contact .wechat:hover {
        background-image: url("imgs/wechat_active.png");
    }
    .footer-container .contact .wechat:hover .wechat_erweima {
        display: block;
    }
    .footer-container .contact .sina {
        margin-left: 0.2rem;
        background: url("imgs/sina.png") no-repeat;
        background-size: cover;
    }
    .footer-container .contact .sina:hover {
        background-image: url("imgs/sina_active.png");
    }
    .footer-copyright a,
    .footer-copyright a:hover {
        color: #fff;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1280px) {

}

@media (min-width: 1360px) {

}

@media (min-width: 1600px) {

}
