#zhyHomeFooter{
    width: 100%;
    height: 360px;
    background-color: #202020;
}
#zhyHomeFooter  .content {
    position: relative;
    margin: 0 auto;
    padding: 60px 0 56px 0;
    width: 1200px;
}

#zhyHomeFooter  .content .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#zhyHomeFooter  .content .container p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
}
#zhyHomeFooter  .content .container li{
    margin-bottom: 15px;
}
#zhyHomeFooter  .content .container li a{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

#zhyHomeFooter  .content .container li a:hover {
    color: rgba(255, 255, 255, 1);
}

#zhyHomeFooter  .content .container .product {
    width: 245px;
}
#zhyHomeFooter  .content .container .product #products{
    width: 170px;
    height: 170px;
}
#zhyHomeFooter  .content .container .product #products li{
    width: 80px;
    float: left;
}

#zhyHomeFooter  .content .container .solve {
    width: 240px;
}

#zhyHomeFooter  .content .container .serve {
    width: 145px;
}

#zhyHomeFooter  .content .container .address {
    margin-top: -5px;
    width: 395px;
}

#zhyHomeFooter  .content .container .address p{
    margin-top: -5px;
    margin-bottom: 14px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.6);
}

#zhyHomeFooter  .content .container .address .qr {
    width: 120px;
    float: right;
    text-align: center;
}

#zhyHomeFooter .qr >img{
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
}
#zhyHomeFooter .qr .qr_title{
    text-align: center;
}
#zhyHomeFooter .qr .qr_title >p:nth-child(1){
    margin-bottom: 9px;
}


#zhyHomeFooter  .content .container .address .qr p:nth-child(1){
    font-size: 14px;
    margin-bottom: 9px;
}

#zhyHomeFooter  .content .version {
    position: absolute;
    bottom: 25px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}
#zhyHomeFooter  .content .version a{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}
