.footer-main a:hover, .footer-main a:focus, a {
    color: #8e8e92;
    text-decoration: none;
}

.footer-top .nav-link, .footer-top .nav-item a:focus {
    color: #EEEEEE;
}

.footer-top .nav-item {
    margin-bottom: 7px;
}

.footer-top {
    background: #303032;
}

.footer-bottom {
    height: 100px;
    background: #000000;
}

.footer-bottom span {
    color: #8e8e92;
    margin: auto;
}

.split-line-bottom {
    width: 100%;
    height: 1px;
    background: rgba(239, 239, 239, 0.2);
    margin-top: 56px;
}

.split-line-bottom-div {
    padding: 0px 50px 20px;

    a {
        color: #FFFFFF;
    }

    a:hover {
        color: #8e8e92;
    }
}

.logo-img {
    /*width: 220px;*/
    /*height: 39px*/
    width: 55px;
    height: 34px
}

.logo-info {
    font-size: 28px;
    font-family: OPPOSans-B;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    margin-left: 10px;
}

.foot-text-info {
    color: #8e8e92;
}

.w-570 {
    min-width: 250px;
    max-width: 570px;
    line-height: 26px;
}

.foot-box {
    height: 199px;
    width: 100px;
}

.image-info {
    font-size: 8px;
    transform: scale(.8);
    font-family: OPPOSans-R;
    font-weight: bold;
    color: #8e8e92;
    line-height: 1;
    position: relative;
    z-index: 2;
    bottom: 94px;
    text-align: center;
}

.float-back {
    position: fixed;
    bottom: 30%;
    right: 0px;
    width: 100px;
    height: 100px;
    background-color: #FF4D4D;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}