.common-footer {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333333;
    color: #fff;
    border-radius: 0;
    box-sizing: border-box;
}

.footer-content {
    /* min-width: 1450px; */
}

.footer-tag {
    display: inline-block;
    padding: 0 12px;
}

.xian1 {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #fff;
    vertical-align: middle;
}

.directl-line {
    width: 100%;
    height: 0.5px;
    margin: 20px 0;
    background-color: #fff;
    opacity: .5;
}

p {
    margin-bottom: 10px !important;
    font-size: 14px !important;
}