
.app-footer-container {
    background: #cacaca;
    -webkit-box-shadow: -3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 6px rgba(0, 0, 0, 0.1);
    color: #727272;
}
.app-footer-container a {
    color: #727272;
}

.app-footer {
    padding: 20px 0 14px 0;
    color: #3b3b3b;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    border-bottom: 1px solid #a6a6a6;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.app-footer .footer-title {
    margin-top: 4px;
    font-size: 28px;
    font-weight: 600;
    color: #727272;
}

.footer-bottom {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-box-pack: justify;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0px 0px 0px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    font-size: 16px;
}

.nav-contact {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.nav-contact a {
    margin-left: 15px;
}

.copyright {
    width: 30%;
}

.logo-list {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}
.logo-list img {
    width: 30px;
    height: 30px;
    margin-right: 14px;
}
.logo-list a:last-child img {
    margin-right: 0;
}

.back-top {
    position: fixed;
    top: 80%;
    right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.back-top img {
    cursor: pointer;
    width: 50px;
}

.back-top .title {
    text-align: center;
    font-size: 14px;
    margin-top: -2px;
    color: #be2239;
}


