/* footer  */

.footer .app {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    /*height: 134px;*/
    background: #fff;
}

.foot {
    width: 100%;
    max-width: 1168px;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    margin-top: 9px;
}

.text1 {
    color: #333330;
    font-size: 18px;
    line-height: 24px;
    margin-top: 26px;
    width: 100%;
}

.copyright {
    color: #666666;
    font-size: 12px;
    line-height: 24px;
    margin-top: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright2 {
    margin-top: 8px;
    margin-bottom: 24px;
}
.copyright a {
    color: #666666;
    font-size: 12px;
    line-height: 24px;
}

.foot_line {
    width: 1200px;
    height: 1px;
    background-color: rgba(243, 243, 243, 1);
    margin-top: 36px;
}