


.footer .footer-site,.footer .info {
    width: 1120px;
    margin: 0 auto
}

.footer .footer-site {
    padding-bottom: 20px;
    border-bottom: 1px solid #3e4046
}

.footer .footer-site,.footer .footer-site .website-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer .footer-site .website-columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 75px
}

.footer .footer-site .website-columns li:last-child>.site-group .site-list li a {
    cursor: default
}

.footer .footer-site .site-group .site-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8f9094
}

.footer .footer-site .site-group .site-list {
    margin-top: 26px
}

.footer .footer-site .site-group .site-list li+li {
    margin-top: 10px
}

.footer .footer-site .site-group .site-list li a {
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.footer .footer-site .contect-qr {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 280px;
    padding-top: 49px
}

.footer .footer-site .contect-qr .qr-lst {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer .footer-site .contect-qr .qr-lst .qr {
    width: 90px;
    height: 90px;
    border-radius: 3px;
    overflow: hidden;
    background: #000
}

.footer .footer-site .contect-qr .qr-lst .qr+.qr {
    margin-left: 30px
}

.footer .footer-site .contect-qr p {
    color: #fff5f5;
    font-size: 14px;
    line-height: 22px;
    margin-top: 23px
}

.footer .info {
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #8f9094
}

.footer .info .links .link-tit {
    margin-right: 23px
}

.footer .info .links a {
    color: #848691
}

.footer .info .links a+a {
    margin-left: 34px
}

.footer .info .copyright {
    margin-top: 10px
}

