.footer_box{
    width: 100%;
    height: 3.43rem;
    background: url(/assets/default/images/footer/footer_background.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.footer_top{
    width: 16rem;
    height: 2.77rem;
    display: flex;
    justify-content: space-between;
}
.footer_left{
    width: 2.63rem;
    height: 2rem;
    margin-top: 0.4rem;
}
.footer_left img{
    height: 100%;
    width: auto;
}
.footer_center{
    width: 8.23rem;
    height: 1.95rem;
    margin-top: 0.4rem;
    padding: 0.16rem 0.8rem 0;
    display: flex;
    justify-content: space-between;
    border-left: 0.01rem solid rgba(255, 255, 255, 0.35);
    border-right: 0.01rem solid rgba(255, 255, 255, 0.35);
}
.footer_center div{
    display: flex;
    flex-direction: column;
}

/* 检测试剂条目只保留四个，其他隐藏 */
.footer_center div:first-child a {
    display: none;
}
.footer_center div:first-child a:nth-child(-n+5) {
    display: block;
}

.footer_tit{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF; 
    margin-bottom: 0.24rem;
}
.footer_center div a{
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 0.08rem;
}
.footer_right{
    width: 3.6rem;
    padding-left: 0.77rem;
    box-sizing: border-box;
    margin-top: 0.56rem;
}
.footer_right div{
    display: flex;
    margin-bottom: 0.14rem;
}
.footer_right div .icon{
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.15rem;
}
.footer_right div p{
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF; 
    /*margin-top: .05rem;*/
}
.footer_right div p:nth-child(2){
    white-space: nowrap;
}
.footer_right div p:nth-child(3){
    width: 1.63rem;
}
.footer_bottom{
    width: 100%;
    height: 0.66rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #EABD4D;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.66rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_bottom a{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    margin-left: 0.31rem;
    display: flex;
    align-items: center;
}

.footer_bottom img{
    width: .16rem;
    height: .16rem;
    margin-left: .2rem;
    margin-right: .1rem;
}





@media only screen and (max-width:1024px){
    .footer_box{
        height: auto;
    }
    .footer_top{
        width: 100%;
        height: auto;
        /*flex-direction: column;*/
        align-items: center;
        padding: 15px;
        box-sizing: border-box;
    }
    .footer_left{
        width: auto;
        margin-top: 15px;
    }
    .footer_right{
        width: 100%;
        margin: 0;
        padding-left: 15px;
    }
    .footer_right div{
        font-size: 14px!important;
    }
    .footer_right div p{
        width: auto!important;
        /*max-width: 75%;*/
        font-size: 12px!important;
    }
    .footer_right div:nth-child(2) p:last-child{
        max-width: 75%;
    }
    .footer_center{
        display: none;
    }
    .footer_bottom{
        position: static;
        height: auto;
    }
    .footer_bottom,
    .footer_bottom a{
        line-height: 1.5;
        flex-direction: column;
        font-size: 12px;
}<!--0.00018501281738281-->