#header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
}
#main-container{
    margin-top:53px;
}
.header_main{
    justify-content: space-between;
    height: 53px;
    line-height: 53px;
    padding:0 14px;
}
.header_main_menu_img{
    width: 27px;
}
.header_main_logo_img{
    width: 111px;
}
.header_main_search_img{
    width: 30px;
}
.header_menu_box{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}
.head_menu_box_bg{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
}
.header_menu_list{
    position: absolute;
    width: 100%;
    top:50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.head_menu_item{
    color: #fff;
}
.head_menu_item_active{
    color: #FD4E4E;
}



.footer_main{
    background: #30373D;
    color: #fff;
}
.footer_logo{
    width: 111px;
    padding:14px 14px 0 13px;
}
.footer_text{
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    padding:14px 14px 0 14px;
    color: #777;
}
.footer_concat_item{
    color: #999;
    justify-content: flex-start;
    padding:14px 14px 0 14px;
}
.footer_concat_item img{
    width: 10px;
    margin-right: 10px;
}
.footer_copyright{
    width: 100%;
    height: 40px;
    margin-top:20px;
    line-height: 40px;
    background-color: #282E33;
    padding-left: 14px;
    text-align: center;
}