@charset "UTF-8";
/* 子页面底部描述 */

.main-footer {
    color: #ffeeb2;
    position: absolute;
    height: 9rem;
    bottom: 0.8rem;
    width: 97%;
    font-size: 0.8rem;
    border-top: #e3e498 solid 0.1rem;
}

.main-footer > .content {
    display: flex;
    width: 100%;
}

.main-footer > .content > .main-footer-left {
    display: flex;
    flex-flow: row;
    width: 16%;
    height: 100%;
}

.main-footer > .content > .main-footer-left > div {
    flex: 2;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.main-footer > .content > .main-footer-left > div > div:first-child {
    width: 4rem;
    height: 4rem;
}

.main-footer > .content > .main-footer-left > div > div:last-child {
    display: flex;
    margin-top: 0.2rem;
    width: 100%;
    height: 2rem;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.main-footer > .content > .main-footer-left > .game > .gameLogo {
    background-image: url("/main-footer/img/game-logo.png");
    border-radius: 0.2rem;
    background-size: 4rem 4rem;
    background-repeat: no-repeat;
    box-sizing: content-box;
}

.main-footer > .content > .main-footer-left > .gamer > .gamerCode {
    background-image: url("/main-footer/img/gamer-eweima.png");
    border-radius: 0.4rem;
    background-size: 4rem 4rem;
    background-repeat: no-repeat;
    box-sizing: content-box;
}

.main-footer > .content > .main-footer-content {
    flex: 1;
    justify-content: center;
    padding: 0.5rem 0.8rem 0.5rem 2rem;
    display: flex;
    flex-flow: column;
}

.main-footer > .content > .main-footer-content > span {
    margin: 0.2rem;
}
.main-footer > .content > .main-footer-content > span > a{
    color: white;
}