.footer {
    padding-bottom: 20px;
    width: 1920px;
    background-color: #005096;
    position: relative;
    margin: 0 auto;
}

.footer .emblished {
    position: absolute;
    top: 0;
    right: 0;

}

.footer .logo {
    height: 210px !important;
}

.footer .logo-title {
    font-size: 30px;
    font-family: "Microsoft YaHei";
    color: #FFFFFF;
    font-weight: normal !important;
    border: none !important;
    margin-left: 12px;
    padding-left: 0 !important;
}

.footer .logo-img {
    padding-right: 0 !important;
}

.footer .footer-grid {
    padding-top: 65px;
    width: 100%;
    grid-template-areas:
        "item1 item2 item3";
    border-bottom: 1px solid #0b599b;
}

.footer .footer-grid .logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.footer .footer-grid .footer-custom {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.footer .qrCode-list {
    padding-top: 56px;
    width: 318px;
}


.footer .qrCode>div {
    width: 90px;
    height: 90px;
    background-color: #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.footer .qrCode-item {
    text-align: center;
}

.footer .qrCode-item .qrCode {
    margin-bottom: 10px;
}

.footer .qrCode-item .qrCode>div {
    background-size: 100% 100%;
}

.footer .qrCode-text {
    height: 24px;
    font-size: 14px;
    color: #DDDDDD;
    line-height: 24px;
}


.footer-service {
    height: 24px;
    font-size: 16px;

    line-height: 24px;
}

.footer-custom>div {
    margin-bottom: 30px;
}

.footer-custom .custom-tips {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 62px;
    color: rgba(255, 255, 255, 0.6);
}

.service-main-text:hover {
    color: #FFC81C;
}

.service-main-text {
    height: 35px;
    font-size: 24px;

    font-weight: bold;
    color: #FFC81C;
    line-height: 35px;
}

.footer-links {
    margin-top: 30px;
    position: relative;
}

.footer-links .links-row:last-child {
    font-size: 12px;
}

.links-row {
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    color: rgba(255,255,255,0.6);
}

.links-row a {
    /* color: #ffffff; */
    color: rgba(255,255,255,0.6);
}

.links-img {
    position: absolute;
    top: 0;
    right: 100px;
}

.links-img>div {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-left: 7px;
}

.links-img>div:nth-child(2) {
    width: 75px;
    overflow: hidden;
    padding-left: 7px;
    box-sizing: border-box;
}

.links-img div:nth-child(1) img {
    width: 34px;
    height: 34px;
    margin-top: 8px;
    margin-left: 11px;
}

.links-img div:nth-child(2) img {
    width: 60px;
    margin-left: 2px;
}

@media screen and (min-width: 1200px) and (max-width: 1380px) {
    .service-main-text {
        font-size: 23px;
    }
}

.qr_list {
    display: flex;
}

.qr_list .item {
    margin-left: 60px;
    width: 120px;
}

.qr_list .item img {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
}

.qr_list .item  p {
    padding: 0 11px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #DDDDDD;
    line-height: 24px;
}