.qz_bottom{
    background: #fff;
}
.qz_bottom_content{
    width: 13rem;
    margin: 0 auto;
    padding: .38rem 0 .49rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
}
.qz_bottom_content .qz_bottom_item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.57rem;
    position: relative;
}
.qz_bottom_content .qz_bottom_item::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #E0E0E0;
    width: 1px;
    height: 100%;
}
.qz_bottom_content .qz_bottom_item:last-child::after{
    display: none;
}
.qz_bottom_content .qz_bottom_left{
    width: 3.47rem;
    flex-shrink: 0;
}
.qz_bottom_content .qz_bottom_z{
    font-size: .16rem;
    color:#000000;
    width: 100%;
    padding: 0 .36rem;
    box-sizing: border-box;
}
.qz_bottom_content .qz_bottom_z p{
    line-height: .36rem;
}
.qz_bottom_content .qz_bottom_z .tit{
    font-weight: bold;
}
.qz_bottom_content .qz_bottom_right{
    text-align: center;
    width: 3.18rem;
    flex-shrink: 0;
}
.qz_bottom_content .qz_bottom_right .qz_bottom_ewm{
    font-size: 0;
}
.qz_bottom_content .qz_bottom_right .qz_bottom_ewm .qz_bottom_ewm_img{
    width: 1.76rem;
    height: 1.76rem;
    overflow: hidden;
}
.qz_bottom_content .qz_bottom_right .qz_bottom_ewm .qz_bottom_ewm_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.qz_bottom_content .qz_bottom_right .qz_bottom_ewm p{
    font-size: .16rem;
    color:#000000;
    line-height: .25rem;
    margin-top: .06rem;
}
.qz_bottom_xx{
    text-align: center;
    font-size: .16rem;
    color:#999999;
    line-height: .72rem;
}
.qz_bottom_xx a{
    color:#999;
    transition: all .5s ease;
}
.qz_bottom_xx a:hover{
    color:#EE761E;
}