@import 'contact.css';

.footer {
    width: 100%;
    min-width: 1200px;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #262626;
    background: #fff;
    border-top: 1px solid #F5F5F5
}

.footer-top {
    padding: 40px 20px 50px
}

.footer-top .footer-link {
    float: left
}

.footer-top dl {
    float: left;
    margin-right: 80px
}

.footer-top dl dt {
    margin-bottom: 3px;
    position: relative
}

.footer-top dl dt {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #262626
}

.footer-top dl dt a {
    color: #262626
}

.footer-top dl dd {
    margin-top: 20px;
    font-size: 12px;
    line-height: 12px;
    color: rgba(38, 38, 38, 0.72);
    cursor: default
}

.footer-top dl dd a {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: rgba(38, 38, 38, 0.72);
    cursor: pointer
}

.footer-top dl dd a:hover {
    color: #07AAFF
}

.footer-top .footer-top-right {
    float: right
}

.footer-top-right .footer-wechat {
    display: flex;
    align-items: center;
    width: 240px;
    padding: 12px;
    margin-bottom: 24px;
    background: #F5F5F5;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.footer-top-right .wechat-pic {
    width:111px;
    height: 110px;
    margin-right: 12px;
    background-image: url('./www/activity/2024/headerFooter/css_sprites.png');
    background-position: -12px -165px;
    /* 不重复 */
    background-repeat: no-repeat;

}

.footer-top-right .wechat-title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700
}

.footer-top-right .wechat-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #888
}

.footer-top-right .footer-contact .consult-title {
    font-size: 12px;
    line-height: 12px;

}

.footer-top-right .footer-contact .consult-tel {
    font-size: 16px;
    display: inline;
    width: 100%;
    line-height: 14px;
    font-weight: 700;
}

.footer-top-right .footer-contact .footer-contact-btn {
    display: block;
    width: 216px;
    height: 40px;
    margin-top: 16px;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #07AAFF;
    border-radius: 4px
}

.footer-bottom-container {
    padding: 24px 20px 40px 20px;
    background-color: #fff
}

.footer-bottom {
    font-size: 12px;
    color: rgba(38, 38, 38, 0.4)
}

.footer-bottom .footer-bottom-left {
    float: left
}

.footer-bottom .footer-bottom-right {
    float: right
}

.footer-bottom a {
    display: inline-block;
    color: rgba(38, 38, 38, 0.4)
}

.footer-bottom span {
    vertical-align: middle
}

.footer-bottom .footer-pic1 {
    display: inline-block;
    width: 15px;
    height: 20px;
    margin-right: 10px;
    background: url('./www/activity/2024/headerFooter/css_sprites.png') no-repeat;
    background-position: -178px -214px;
    vertical-align: middle
}

.footer-bottom .footer-pic2 {
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-right: 10px;
    background: url('./www/activity/2024/headerFooter/css_sprites.png') no-repeat;
    background-position: -140px -214px;
    vertical-align: middle
}

.footer-bottom .footer-license {
    margin-left: 20px
}

.footer-bottom .footer-icp {
    margin-left: 20px
}

.requirement-fixed-a {
    position: fixed;
    right: 0;
    bottom: 250px;
    width: 80px;
    height: 80px;
    line-height: 112px;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    background: url('./www/v11/headerFooter/requirement.svg') center top 16px no-repeat #12b7f5;
    border-radius: 3px 0 0 3px;
    z-index: 2000000000
}

.footer-middle__container {
    padding: 20px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5
}

.footer-middle__list {
    margin-bottom: 12px
}

.footer-middle__list:last-child {
    margin-bottom: 0
}

.footer-middle__list div {
    float: left;
    width: 60px;
    font-size: 12px;
    line-height: 12px;
    color: rgba(38, 38, 38, 0.4)
}

.footer-middle__list-main {
    float: left;
    width: calc(100% - 80px);
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    padding-left: 20px;
    overflow: hidden
}

.footer-middle__list-main-li {
    display: block;
    float: left;
    margin-right: 40px
}

.footer-middle__list-main-li:last-child {
    margin-right: 0 !important
}

.footer-middle__list-main-li a {
    color: rgba(38, 38, 38, 0.72)
}

.footer-middle__list-main-li a:hover {
    color: #07AAFF
}

@media screen and (max-width:750px) {

    .footer-middle,
    .activityImgFixed {
        display: none
    }
}