﻿.header{
    width:100%;
    height:40px;
    background:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left:0;
    top:0;
    z-index: 9;
}
.header_more{
    width:20px;
    height:16px;
    position: absolute;
    right:20px;
    top:10px;
}
.header_more .moreimg{
    width:20px;
    height:16px;
}
.header_tit{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_tit .logo{
    width:24px;
    height:28px;
    margin-right:10px;
}
.header_tit .biaoti{
    font-size:14px;
    color:#dd6161;
}
.zhanwei{
    width:100%;
    height:40px;
}

.header_tapbox{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    padding-bottom:55px;
    background:#1B1C29;
    z-index: 10;
    display: none;
}
.header_tapbox .header_tap_li{
    width:100%;
}
.header_tap_li>a{
    width:100%;
    display: block;
    box-sizing: border-box;
    padding:15px 20px 15px 40px;
    border-bottom:1px solid #fff;
    font-size:16px;
    color:#FDFFFE;
}
.header_tap_li .tap_li_sec{
    width:100%;
    box-sizing: border-box;
    padding:15px 20px 15px 40px;
    border-bottom:1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tap_li_sec .h_tap_label{
    font-size:16px;
    color:#FDFFFE;
}
.tap_li_sec .h_tap_xia{
    width:15px;
    height:9px;
    transition:all .2s ease-in;
}
.tap_li_sec img.xia_active{
    transform: rotateX(180deg);
}
.li_child{
    padding-left:45px;
    display: none;
}
.li_child .li_child_item a{
    padding:15px 10px;
    border-bottom:1px solid #ffffff;
    font-size:16px;
    color:#FDFFFE;
    display: block;
}
.header_tapbox a.active{
    background:#000;
}






.footer{
    width:100%;
    padding:30px 40px;
    background:#1C2127;
    box-sizing: border-box;
    position: relative;
}
.footer_tit{
    font-size:16px;
    color:#fff;
    font-weight: bold;
    margin-bottom:13px;
}
.footer_text{
    font-size:12px;
    color:#999;
    margin-bottom:5px;
}
.footer_text a{
    color:#999;
}

.ewmbox{
    width:127px;
    height:127px;
    position: absolute;
    right:40px;
    top:30px;
}
.ewmbox .ewmimg{
    width:127px;
    height:127px;
}
.footer_p{
    font-size:10px;
    color:#666666;
    text-align: center;
}
