#footer {
    width: 100%;
    height: 660px;
    background: #fff;
    margin-top: 20px;
}

.footer-header {
    /* height: 284px; */
    padding: 36px 0 10px 0;
    box-sizing: border-box;
    /*position: relative;*/
}

.footer-content {
    padding: 18px 0;
    background: #202124;
    height: 262px;
    text-align: center;
}

.footer-items {
    width: 180px;
    height: 238px;
    text-align: center;

}

.links-title img {
    height: 28px;
    width: 28px;
    margin-bottom: 20px;
}

.links-title p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer-links {
    padding: 6px 14px;
    font-size: 12px;
    color: #222;
    cursor: pointer;
}

.kefu {
    text-align: center;
    padding: 0px 20px;
}

.other-concat {
    margin-top: 20px;
    height: 90px;
}

.concat-items {
    box-sizing: border-box;
    height: 90px;
    width: 290px;
    padding: 9px 10px;
    background-color: #F8F8F8;
    border: 1px solid #F4F4F4;
    border-radius: 10px;
}

.other-img img,
.phone-box img {
    height: 80px;
    width: 80px;
}

.other-img p {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.phone-box {
    width: 240px;
    height: 95px;
    margin-top: 20px;
    background: linear-gradient(to right, #ffffff, #F4F4F4, #ffffff);
}

.tel {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
}

.ser-time {
    font-size: 14px;

}

.concat-img img {
    height: 70px;
    width: 70px
}

.concat-type {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.concat-intro {
    line-height: 1;
    font-size: 12px;
    width: 180px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.other-links p {
    padding: 0 16px;
    margin: 6px 0;
    font-size: 14px;
    color: #cccccc;
    cursor: pointer;
}
.permits{
    margin-top:20px

}
.permits p{
    font-size: 12px;
    color: #999999;
    padding: 10px 8px;
    /* line-height: 2; */
}
.other-tag{
    width: 100px;
    height: 40px;
    padding: 4px;
    margin: 30px 10px 12px 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.other-tag img{
    height:30px;
    width:90px;
}
