.foot {
    width: 100%;
    height: 443px;
    background: rgba(246, 246, 248, 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.foot_tel {
    width: 1240px;
    height: 359px;
    display: flex;
    flex-wrap: wrap;
}

.foot_k {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: 48px;
}

.foot_k div {
    display: flex;
    flex-direction: column;
    margin-right: 104px;
}



.foot_k div span:nth-child(1) {
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #111111;
    margin-bottom: 23px;
}

.foot_k div span {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    margin-bottom: 16px;
}

.foot_k div span a {
    color: #484848!important;
}

.footrecord {
    width: 1240px;
    height: 83px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #484848;
    border-top: 1px solid rgba(221, 221, 221, 1);
}

.footservice {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-left: 151px;
}

.footsertitle {
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #111111;
}

.footphone {
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;

    margin-top: 24px;
}

.footphone a {
    color: #C81118!important;
}

.foothotlineTip {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 14px;
}

.footserviceCode {
    width: 100px;
    height: 100px;
    margin-top: 24px;
}

.footserviceCode img {
    width: 100%;
    height: 100%;
}

.foottip {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #484848;
    margin-top: 10px;
}