.header{
    width:100%;
    height:64px;
    padding: 0 12px 0 29px;
    background:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left:0;
    top:0;
    z-index: 9;
}
.header .logo h1 a {
    height:64px;
    display: flex;
    align-items: center;
    height: 14px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #171725;
}
.header .logo h1 a img{
    width: 24px;
    height: 27px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #171725;
}
.header .header_more img {
    width: 18px;
    height: 14px;
}
.zhanwei{
    width:100%;
    height:64px;
}
.container {
    width: 100%;
    padding: 0 12px;
    padding-bottom: 56px;
}
.f-c {
    display: flex;
    flex-direction: column;
}
.f-l {
    display: flex;
}

.header_tapbox{
    position: fixed;
    left:0;
    top:64px;
    width:100%;
    background-color: #fff;
    color: #333;
    z-index: 10;
    display: none;
}
.header_tapbox .header_tap_li{
    width:100%;
}
.header_tap_li>a{
    width:100%;
    display: block;
    padding:20px 13px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 0;
}
.header_tap_li .tap_li_sec{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.tap_li_sec .h_tap_label{
    color: #333333;
    font-weight: 500;
    line-height: 0;
    padding:20px 13px;
    font-size:14px;
}
.tap_li_sec .h_tap_xia{
    margin-right: 25px;
    margin-top: 15px;
    width:10px;
    height:5px;
    vertical-align: center;
    transition:all .2s ease-in;
}
.tap_li_sec img.xia_active{
    transform: rotateX(180deg);
}
.li_child{
    padding-left:18px;
    display: none;
}
.li_child .li_child_item {
    display: flex;
    align-items: center;
}
.li_child .li_child_item .line{
    display: block;

    width: 5px;
    height: 1px;
    background: #666666;
}
.li_child .li_child_item a{
    width: 90%;
    display: block;
    padding:10px 5px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 12px;
}
.header_tapbox .active{
    color: #333;
    background-color: rgba(134, 171, 255, 0.14);
}
.footer{
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    position: fixed;
    padding: 6px 0;
    background: #3D79FE;
    display: flex;
}
.footer .fo-button{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .fo-button:nth-child(1) {
    border-right: 1px solid #fff;
}
.footer .fo-button:nth-child(2) {
    border-right: 1px solid #fff;
}
.footer .fo-button a{
    width: 100%;
    text-align: center;
}
.footer .fo-button .text{
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
    color: #FFFFFF;
}

