.footer {
    width: 100%;
}

.service-list img {
    object-fit: contain;
}

.footer .block {
    width: 28px;
}

.footer-top {
    width: 1200px;
    margin: auto;
}

.footer .list-item {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 24px;
    line-height: 28px;
}

.footer-information-wrapper {
    background-size: 100% 100%;
}

.contact-information {
    margin: auto;
    width: 1200px;
    height: 246px;
    padding: 32px 0;
    color: #fff;
}

.contact-information .information-left,
.contact-information .information-right {
    display: inline-block;
}

.contact-information .information-right {
    float: right;
    text-align: right;
}

.contact-information .logo {
    width: 194px;
    height: 33px;
    background-image: url('/images/footer_logo.png');
    background-size: 100% 100%;
}

.contact-information .visited-user-count {
    line-height: 24px;
    margin-bottom: 64px;
}


.footer-information-wrapper .information-right .img-item {
    display: inline-block;
    vertical-align: top;
}

.footer-information-wrapper .information-right .shiyedanwei img {
    display: inline-block;
    vertical-align: top;
    width: 74px;
    height: 92px;
}

.footer-information-wrapper .information-right .text {
    width: 86px;
    min-height: 36px;
    font-size: 10px;
    padding: 4px 8px;
    color: #00477C;
    background: #fff;
    text-align: center;
    margin-top: -5px;
}

.footer-information-wrapper .information-right .text.last {
    line-height: 28px;
}

.footer-bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    color: #fff;
    text-align: center;
}

.footer-bottom img {
    vertical-align: text-bottom;
    margin: 0 8px 0 56px;
}

.footer-bottom .filing-item {
    display: inline-block;
}

.footer .block {
    width: 28px;
}

.customer_service {
    position: fixed;
    top: 66%;
    right: -40px;
    cursor: pointer;
    transition: right 0.3s;
    z-index: 9;
}

.customer_service:hover {
    right: 0;
}

.customer_service:hover .mascot_text>div {
    display: block !important;
}

.customer_service img {
    width: 114px;
    height: 116px;
}


.customer_service .mascot_content {
    display: flex;
    position: absolute;
    top: 50%;
    width: max-content;
    right: 114px;
}

.customer_service .mascot_content .mascot_text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background: #005C9F;
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
}

.customer_service .mascot_content .mascot_text>div {
    display: none;
}

.arrow {
    width: 0;
    height: 0;
    border-color: transparent #005C9F transparent;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    position: absolute;
    top: 50%;
    right: 0;
    right: -7px;
    margin-top: -8px;
}