#qs_footer {
    width: 100%;
}

/* 单行的情况 */
#qs_footer .single {
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    padding: 32px 0px;
    letter-spacing: 1px;
}

/* 多行的情况 */
#qs_footer .multi {
    width: 100%;
    background: linear-gradient(270deg, rgba(61, 148, 201, 1) 0%, #057dc1 100%);
    padding: 32px 0px;
}

#qs_footer .multi .multi-bd {
    width: 1180px;
    margin: 0 auto;
}

#qs_footer .multi .multi-bd-t {
    position: relative;
    padding: 42px 0;
    text-align: center;
}

#qs_footer .multi .multi-bd-t .name {
    font-size: 23px;
    color: #fff;
    line-height: 32px;
    letter-spacing: 2px;
    font-weight: bold;
}

#qs_footer .multi .multi-bd-t .en-name {
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

#qs_footer .multi .multi-bd-t .intro {
    width: 916px;
    margin: 12px auto 0;
    font-size: 17px;
    color: #fff;
    line-height: 28px;
}

#qs_footer .multi .multi-bd-t:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 1180px;
    height: 1px;
    background-color: rgba(25, 255, 255, .2);
}

#qs_footer .multi .multi-bd-b {
    margin-bottom: 32px;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-l {
    float: left;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-r {
    float: right;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-l .link-wrap ul li {
    float: left;
    margin-right: 30px;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-l .link-wrap ul li:last-child {
    margin-right: 0;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-l .link-wrap ul li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 23px;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-l .link-wrap ul li a:hover {
    /* color: #057dc1; */
    color: rgba(255, 255, 255, .7);
}

#qs_footer .multi .multi-bd-b .multi-bd-b-l .left {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 20px;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-l .left p,
#qs_footer .multi .multi-bd-b .multi-bd-b-l .left a {
    color: rgba(255, 255, 255, 0.8);
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 1px;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-l .left .logo {
    width: 320px;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-r .right {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 20px;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-r .right p,
#qs_footer .multi .multi-bd-b .multi-bd-b-r .right a {
    color: rgba(255, 255, 255, 0.8);
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 1px;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-r .right .qrcode__img {
    width: 128px;
    margin-right: 32px;
}

#qs_footer .multi .multi-bd-b .multi-bd-b-r .right a:last-child .qrcode__img {
    margin-right: 0px;
}


.c-footer {
    display: block;
    width: 100%;
    padding: 2rem 0px;
    margin: 0 auto;
    background: #057dc1;
}


.c-footer .container {
    width: 1200px;
    margin: 0 auto;
}

.c-footer .float-left {
    float: left;
}

.c-footer .float-right {
    float: right;
}

.c-footer__logo {
    display: block;
    margin-right: 3rem;
    width: 20rem;
}

.c-footer__logo a {
    display: block;
    width: 100%;
}

.c-footer__logo a img {
    display: block;
    width: 100%;
}

.c-footer__qrcode-item__img {
    width: 8rem;
    margin-right: 2rem;
}

.c-footer__hd {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
}

.c-footer__hd--title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.c-footer__hd--subtitle {
    font-size: 14px;
    font-style: oblique;
    color: #f2f2f2;
}

.c-footer__bd {
    margin-bottom: 2rem;
}

.c-footer__bd--intro {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
}

.c-footer__bd--hr {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 2rem 0;
}

.c-footer__ft {
    overflow: hidden;
}

.c-footer__nav ul {
    list-style: none;
    overflow: hidden;
}

.c-footer__nav ul li {
    float: left;
}

.c-footer__nav ul li a {
    display: block;
    margin-right: 3rem;
    color: #fff;
    font-size: 0.875rem;
    line-height: 2rem;
}

.c-footer__nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.c-footer__copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
}

.c-footer__copyright a {
    color: rgba(255, 255, 255, 0.8);
}

.c-footer__copyright a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.c-footer p {
    line-height: 1.5rem;
}