.xz{
    height: 860px;
    overflow: hidden;
    background: url("/assets/images/zyxz/BG.png");
    background-size: 100% 100%;
}
.ZY{
    width: 532px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 95px;
}
.ZY-item{
    display: flex;
    line-height: 14px;
}
.ZY-span{
    display: block;
    width: 14px;
    height: 14px;
    background-color: #ec3441;
    margin-right: 8px;
}
.ZY-item.right{
    width: 168px;
    border-right: 1px solid #e8e8e8;
}
.ZY-item.right2{
    width: 190px;
    border-right: 1px solid #e8e8e8;
}
.download-QR{
    display: block;
    margin: 0 auto;
    margin-top: 110px;
    width: 175px;
    height: 175px;
}
@media screen and (max-width:1550px) {
    .xz{
        height: 710px;
    }
    .xz h1{
        font-size: 40px !important;
    }
    .ZY{
        width: 430px;
        margin-top: 80px;
        
    }
    .ZY-item.right{
        width: 136px;
        font-size:10px;
    }
    .ZY-item{
        font-size:10px;
    }
    .ZY-item.right2{
        width: 150px;
        border-right: 1px solid #e8e8e8;
    }
    .download {
        height: 50px;
        line-height: 50px;
        border-radius: 80px;
        font-size: 16px;
        padding: 0 32px;
        margin-top: 44px;
        text-align: center;
        width: 240px;
    }
}