.h_head_app{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
    height: auto;
    flex-direction: column;
}
.h_head_app .h_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.h_head_app .h_T{
    padding: 10px 15px;
    background-color: #fff;
}
.h_head_app .h_T img{
    height: 30px;
}
.h_head_app .h_T .h_right i{
    font-size: 30px;
}



.h_head_app .h_nav_list{
    display: none;
    background: #eee;
    height: 100%;
    overflow-y: scroll;
    padding: 0 15px;
}
.h_head_app .h_nav_list>li{
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}
.h_head_app .h_nav_list>li:last-child{
    border: none;
}
.h_head_app .h_nav_list li>a{
    padding: 15px 0;
    display: inline-block;
}
.h_head_app .h_nav_list li>a+i.iconfont{
    position: absolute;
    right: 0;
    font-size: 20px;
    line-height: 51px;
    color: #999;
}
.h_head_app .h_nav_list .h_two_nav{
    display: none;
}
.h_head_app .h_nav_list li .h_two_nav li a{
    padding: 5px 10px;
    font-size: 14px;
}











@media (max-width:767px){
    .h_kong{height: 50px;}
    .head_tow{display: none;}
    .h_head_app{display: flex;}
}