.footer {
    height: 326px;
}

.footer-box {
    height: 260px;
    background-image: url('../images/footer/footerBg.png');
    background-repeat: no-repeat;
    background-size: 1920px 260px;
}

.footer .footer-content .logo {
    width: 178px;
    height: 100%;
    margin: 110px 272px 0 0;
}

.footer .footer-content .footer-title {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFF8D5;
}

.footer .footer-content .footer-right-box .footer-download {
    margin: 100px 120px 0 0;
}

.footer .footer-content .footer-right-box .footer-download .footer-title {
    margin-bottom: 56px;
}

.footer .footer-content .footer-right-box .footer-download .footer-download-icon {
    width: 20px;
    min-width: 70px;
    height: 20px;
    padding-left: 22px;
    margin-bottom: 26px;
    background-image: url('../images/footer/iconWin.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    line-height: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFF8D5;
    cursor: pointer;
}

.footer .footer-content .footer-right-box .footer-download .footer-download-icon a {
    display: block;
    color: #FFF8D5;
}

.footer .footer-content .footer-right-box .contact-information {
    margin-top: 57px;
}

.footer .footer-content .footer-right-box .contact-information .footer-title {
    margin-bottom: 16px;
}

.footer .footer-content .footer-right-box .contact-information .code-list li:first-child {
    margin-right: 130px;
}

.footer .footer-content .footer-right-box .contact-information .code-list .code-img {
    width: 115px;
    height: 115px;
    margin-bottom: 16px;
    background: url('../images/footer/footerCodeBg.png');
    background-repeat: no-repeat;
    background-size: 115px 115px;
    text-align: center;
}

.footer .footer-content .footer-right-box .contact-information .code-list .code-img .img {
    width: 88px;
    height: 88px;
    padding: 13px;
}

.footer .footer-content .footer-right-box .contact-information .code-list .code-text {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.footer .copyright {
    width: 100%;
    height: 66px;
    background-color: #000000;
}

.footer .copyright .copyright-content {
    min-width: 610px;
    max-width: 660px;
    padding: 12px 0;
    margin: 0 auto;
    cursor: default;
}

.footer .copyright .copyright-content .copyright-t,
.footer .copyright .copyright-content .copyright-m,
.footer .copyright .copyright-content .copyright-b {
    line-height: 14px;
}

.footer .copyright .copyright-content p,
.footer .copyright .copyright-content p a {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #928881;
}

.footer .copyright .copyright-content .divider {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: 0 8px;
    background-color: #333333;
    vertical-align: middle;
}