.mouseMa{
    position: absolute !important;
    z-index: 20 !important;
    top: 40px !important;
}
.chens{
    font-size: 18px;
}
.footer_con,.show_list{display:none;}
.targgle{
    border-bottom: 1px solid #ccc;
}
.targgle span{
    display: inline-block;
    padding: 20px 0;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.targgle span.active:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: red;
    bottom: -1px;left:0;
}
.cons2{display:none;}
footer{border-top:none !important;}