/* 底部 PC端 */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6.25vw;
    padding-left: 2.3%;
    padding-right: 1.7%;
}

.footer-left {
    display: flex;
    align-items: flex-end;
}

.footer-left-logo img {
    width: 2.9688vw;
    height: 3.75vw;
}

.footer-left-school {
    margin-left: 0.6771vw;
}

.footer-left-school p {
    font-size: 0.7292vw;
    color: #666666;
    line-height: 0.7813vw;
    margin-top: 0.5208vw;
}

.footer-right {
    display: flex;
    align-items: flex-end;
}

.footer-right-info p {
    font-size: 0.7292vw;
    color: #666666;
    line-height: 0.7813vw;
    margin-top: 0.5208vw;
    text-align: right;
}

.footer-right-ewm {
    margin-left: 0.7292vw;
}

.footer-right-ewm img {
    width: 3.6458vw;
    height: 3.6458vw;
}



/* 底部 移动端 */
.foot {
    display: none;
}