/* 底部样式2*/
#footer{
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border: .02rem solid #EDEDED;
}
#footer .footer_two{
    width: 90%;
    height: 1.3rem;
    margin: 0 auto;
    padding: .15rem 0 .15rem 0;
}
.footer_two button{
    width: 49%;
    margin: 0 auto;
    height: 1rem;
    float: right;
    border-radius: 1.3rem;
    outline: none;
    border: none;
    background: #F96835;
}
.footer_two button a{
    color: #fff;
    font-size: .45rem;
    font-weight: 700;
}
#menu{
    width: 49%;
    float: left;
    height: 1rem;
    border-radius: 1.3rem;
    line-height: 1rem;
    background: #F96835;
}
#menu ul li{
    text-align: center;
    position: relative;
    font-size: .45rem;
    font-weight: 700;
    color: #fff;
}
#menu ul li span{
    position: absolute;
    bottom: -300px;
    left: 50%;
    width: 3rem;
    margin-left: -1.5rem;
    margin-bottom: .38rem;
    height: auto;
    text-align: center;
    z-index: 10;
}
#menu ul li span div{
    position:absolute;
    top:0px;
    left:0px;
    background: rgba(0,0,0,.7);
}
#menu ul li span a{
    float: left;
    width: 100%;
    height: .83rem;
    line-height: .83rem;
    border-left: .01rem solid #fff;
    color: #fff;
    text-decoration: none;
    border-right: .01rem solid #fff;
    border-top: .01rem solid #fff;
    font-size: .4rem;
    font-weight: 500;
}
#menu ul li span a:nth-child(8){
    border-bottom: .01rem solid #fff;
}
/* 底部样式2end*/