@charset "utf-8";

footer {
    min-width: 1024px;
    height: 20vh;
    position: relative;
    background-color: #fff7;
    margin: 0 auto;
    z-index: 3
}

.footer_left {
    width: 800px;
    height: 20vh;
    float: left;
}

.footer_left_top {
    height: 10vh;
}

.footer_left_bottom {
    height: 10vh;
}

.footer_left_bottom a {
    font-size: 15px;
    color: aliceblue;
    padding-left: 10px;
    font-weight: 100;
}

.footer_left_bottom a:first-child {
    padding-left: 45px;
}

.footer_left_top a {
    color: aliceblue;
    font-size: 20px;
    padding-left: 45px;
    line-height: 100px;
    font-weight: 600;
}

.footer_right {
    width: 200px;
    height: 20vh;
    float: right;
}

.footer_right p {
    color: #b5b5b5;
    float: right;
    margin-right: 20px;
    line-height: 80px;
    font-size: 18px;
}