/*顶部       https://www.zhue.cn/mobile/new_help_bonus.php?act=list*/ 
.header_box {
    width: 100%;
    height: .88rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .27rem;
    box-sizing: border-box;
    border-bottom: 1px solid #f0f0f0;
    position: fixed;z-index: 1000;
    max-width: 720px;
}
.header_left, .header_right {
    position: absolute;
}
.header_left img {
    width: .2rem;
    height: .33rem;
    cursor: pointer;
    display: block;
}
.header_txt {
    font-size: .32rem;
    text-align: center;
    width: 100%;
}
.header_right {
    right: .27rem;
}
/*---------------------------------*/
/*底部      https://www.zhue.cn/mobile/new_help_bonus.php?act=list*/
.footer_fixed {
    height: 1rem;
    background: #fff;
    /* padding: 0 .56rem; */
    position: fixed;
    bottom: 0;
    /* left: 0; */
    width: 100%;
    max-width: 740px;
    z-index: 10000;
}
.footer_fixed ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 1rem;
}
.footer_fixed ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer_fixed ul li img {
    width: .48rem;
    margin: auto;
}
.footer_fixed ul li p {
    font-size: .2rem;
    color: #333333;
    padding-top: .05rem;
    text-align: center;
}
/*----------------------------*/

