.foot-col{
    width: 100%;height: 300px;display: flex;
}
.foot-col .cnt{
    width: 600px;
    margin: auto;
    text-align: center;
    /*padding: 0 0 0 100px;*/
}
.foot-col .cnt .cnt-up{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 67px;
    font-style: normal;
}
.foot-col .cnt .cnt-down{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
    font-style: normal;
}
.foot-col .foot-server{
    width: 142px;
    text-align: center;
    margin: 80px 20px;
}
.foot-col .qr-code{
    width: 600px;
    display: flex;
}
.foot-col .foot-server .font-span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}

.width1400 .div-hr{
    width: 1px;
    height: 206px;
    opacity: 0.3;
    background: #979797;
    position: absolute;
    top: 55px;
    left: 50%;
}

.home_footer{width:100%;padding-bottom:40px;background:#444;color:#fff}
.width1400{width:1400px;margin:0 auto}
.home_footer .link{padding-top:20px}
.home_footer .link a{padding:0 6px;font-weight:300;color:#e2e3e7;font-size:18px}