/* 底部 PC端 */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 12%;
    padding-left: 3.1%;
    padding-right: 3.1%;
}

.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: 1.6667vh;
    margin-top: 1.1111vh;
}

.footer-right {
    display: flex;
    align-items: flex-end;
}

.footer-right-info p {
    font-size: 0.7292vw;
    color: #666666;
    line-height: 1.6667vh;
    margin-top: 1.1111vh;
    text-align: right;
}

.footer-right-ewm {
    margin-left: 0.7292vw;
}

.footer-right-ewm img {
    width: 3.6458vw;
    height: 3.6458vw;
}



/* 底部 移动端 */
.foot {
    display: none;
}