.footer {
    overflow: hidden;
    position: relative;
    background-color: #10151A;
    padding: 3% 5% 0 5%;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(270deg, rgba(215, 20, 28, 1), rgba(239, 119, 0, 1));
}

/* .footer>div:nth-child(1),
.footer>div:nth-child(2) {
} */

.footer>div:nth-child(1) {
    padding-bottom: 3%;
    display: flex;
    justify-content: space-between;
}

.footer>div:last-child {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #979797;
}

.footer>div:last-child>div {
    display: flex;
}

.footer>div:last-child p,
.footer>div:last-child a {
    font-size: var(--16px--);
    color: #666666;
    transition: all .6s ease;
}

.footer>div:last-child a:hover {
    color: #fff;
}

.footerInfo .compInfo {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
    margin-bottom: 5%;
}

.footerInfo>div {
    width: 45%;
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
}

.footerInfo>div>.ft {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5%;
}

.footerInfo>div:nth-child(2)>.ft>div {
    display: flex;
    flex-direction: column;
}

.footerInfo>div:nth-child(2)>.ft>.FNBox {
    width: 30%;
    flex-direction: column;
    flex-wrap: wrap;
}

.footerInfo>div:nth-child(2)>.ft>.FNBox>div {
    display: flex;
    flex-direction: column;
    margin-right: 10%;
}

.compInfo>div>div {
    display: flex;
    align-items: center;
}

.compInfo>div>div:nth-child(1) {
    margin-bottom: 10px;
}

.compInfo>div:nth-child(1)>div:nth-child(1) {
    flex-direction: column;
    align-items: start;
}

.compInfo>div:nth-child(1)>div:nth-child(1)>h4 {
    font-family: '思源黑体 CN Regular';
    font-size: var(--18px--);
    color: #fff;
    font-weight: lighter;
}

.compInfo>div:nth-child(1)>div:nth-child(1)>p {
    font-family: '思源黑体 CN Bold';
    font-size: var(--32px--);
    color: #FFFFFF;
}

.compInfo>div>li:nth-child(3) {
    font-family: '苹方-简 常规体';
    font-size: var(--16px--);
    color: #fff;
    margin-bottom: 10px;
}

.compInfo>div>li:nth-child(4) {
    font-family: '苹方-简 常规体';
    color: #666666;
    font-size: var(--16px--);
}

.compInfo>div>div:nth-child(2)>p {
    font-family: 苹方-简 常规体;
    font-size: var(--18px--);
    color: #666666;
    margin-bottom: 10px;
}

.conImg {
    display: flex;
    margin-right: 10px;
}

.conImg>div {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.conImg>div>img {
    margin-bottom: 10px;
}

.conImg>div>p {
    font-family: 思源黑体 CN Regular !important;
    font-size: var(--16px--) !important;
    color: #fff !important;
}

.Fico {
    margin-left: 30px;
}

.Fico>a>svg {
    width: 25px;
    height: 25px;
}

/* .FNBox>div {
    margin-bottom: 10%;
} */
.footerInfo {
    display: flex;
}

.footerInfo>div:nth-child(1) {
    width: 50%;
}

.footerInfo>div:nth-child(2)>.ft>.FNBox>div>a:nth-child(1) {
    margin-bottom: 15px;
}

.footerInfo>div>.ft>div>a:nth-child(n+2),
.footerInfo>div:nth-child(2)>.ft>.FNBox>div>a:nth-child(n+2) {
    font-family: 思源黑体 CN Regular;
    font-size: var(--16px--);
    color: #666666;
    transition: all .6s ease;
    margin-bottom: 10px;
}

.footerInfo>div>.ft>div>a:nth-child(n+2):hover,
.footerInfo>div:nth-child(2)>.ft>.FNBox>div>a:nth-child(n+2):hover {
    color: #ffffff;
}

.footerInfo>div>.ft>div>a:nth-child(1) {
    font-size: var(--18px--);
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}

.GoTop {
    width: 57px !important;
    height: 57px;
    background-color: #D7141C;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fb>h3 {
    font-size: var(--18px--);
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}

.fb>div {
    display: flex;
    flex-wrap: wrap;
}

.fb>div a {
    font-family: 思源黑体 CN Regular;
    font-size: var(--16px--);
    color: #666666;
    transition: all .6s ease;
    margin-bottom: 10px;
    margin-right: 30px;
}

.fb>div a:hover {
    color: #fff;
}

@media (max-width:1200px) {
    .footerInfo>div:nth-child(2)>.ft>div {
        /* width: 100%; */
        margin-bottom: 10px;
    }
}

@media (max-width: 1000px) {
    .footerInfo .compInfo {
        flex-direction: column;
    }

    .compInfo>div:nth-child(1) {
        margin-bottom: 10px;
    }
}

@media (max-width:768px) {
    .footer>div:nth-child(2) {
        flex-wrap: wrap;
    }

    .footerInfo .compInfo {
        width: 50%;
    }

    .footer>div:nth-child(2) {
        flex-wrap: wrap;
    }

    .footerInfo {
        flex-direction: column;
    }

    .footerInfo>div:nth-child(2) {
        /* justify-content: start; */
        display: none;
    }

    .footerInfo>div:nth-child(1) {
        width: 100%;
    }

    .footerInfo .compInfo,
    .footerInfo>div {
        width: 100%;
        margin-bottom: 5%;
    }

    .footer>div:nth-child(2) {
        padding: 0;
    }

    .footerInfo>div:nth-child(2)>.ft>div {
        margin-bottom: 10px;
    }

    .FNBox {
        width: 100% !important;
        flex-direction: row !important;
    }
}

@media (max-width: 480px) {
    .conImg {
        flex-wrap: wrap;
    }

    .footer>div:last-child a {
        display: none;
    }
}