footer {
    background: rgba(35, 37, 38, 1);
    box-sizing: border-box;
    padding: 60px 0 30px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}

.footer-top-left {
    display: flex;
    justify-content: start;
}

.footer-top-left ul {
    margin-right: 50px;
    width: 99px;
}

.footer-top-left a:hover {
    color: #fff;
}

.footer-top-left div {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #fff;
}


.footer-top-left li {
    line-height: 30px;
    color: #9FA2A8;
    font-size: 12px;
    font-weight: 400;
}
.footer-top-left li a{
    color: #9FA2A8;
}

.footer-top-right {
    display: flex;
    justify-content: start;
}

.footer-phone p {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.footer-phone p img {
    margin-right: 10px;
}

.footer-phone div {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    margin: 14px 0;
}

.footer-phone span {
    font-weight: 400;
    color: #9FA2A8;
    font-size: 12px;
    display: block;
}

.footer-phone span:last-child {
    color: #fff;
    margin-top: 6px;
}

.footer-qr-code {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-qr-code p {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

.footer-links div {
    width: 80px;
    height: 31px;
    background: url("https://cdn.chiefgr.com/fan06/images/footer-links-bg.png") no-repeat center;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

.footer-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding-top: 10px;
}

.footer-links ul li {
    margin-right: 20px;
    margin-bottom: 17px;
}

.footer-links ul li a {
    color: #9FA2A8;
    font-size: 12px;
    font-weight: 400;
}

.footer-links ul li a:hover {
    color: #777B84;
}

.footer-img-box {
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer-img-box li {
    margin-right: 4px;
}

.website-introduction {
    font-size: 12px;
    color: #9FA2A8;
    margin: 18px 0 16px;
}

.footer-statement {
    display: flex;
    align-items: center;
    justify-content: start;
}

.footer-statement span,
.footer-statement a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #9FA2A8;
    font-weight: 400;
}

.footer-statement i {
    display: block;
    width: 1px;
    height: 14px;
    background: #9FA2A8;
    margin: 0 14px;
}

.footer-statement img {
    margin-right: 5px;
}
@media only screen and (max-width: 500px) {
    footer {
        display: none;
    }
}