.footerbox {
    background-color: #12181e;
    font-size: 0;
    padding: 12px 0
}

.footerbox .main-footer {
    max-width: 1920px
}

.footerbox .main-footer span {
    display: block;
    margin: 0 auto;
    line-height: 12px;
    font-size: 12px;
    color: #c1c1c1;
    text-align: center;
    letter-spacing: 1px
}

.footerbox .main-footer span a {
    cursor: pointer
}

.footerbox .main-footer span:first-child {
    margin-bottom: 9px
}

@media (max-width:992px) {
    html {
        font-size: calc(100vw / 750 * 100)
    }
    .footerbox {
        padding: .27rem 0 .12rem
    }
    .footerbox .main-footer {
        width: 100%;
        text-align: center
    }
    .footerbox .main-footer span {
        font-size: .24rem;
        margin-bottom: .18rem;
        letter-spacing: 0
    }
    .footerbox .main-footer span:first-child {
        display: inline-block;
        position: relative;
        padding-left: .33rem;
        letter-spacing: .01rem;
        font-family: MicrosoftYaHei-Bold;
        line-height: .36rem;
        font-style: italic;
        font-stretch: normal;
        color: #fff;
        font-weight: 600
    }
    .footerbox .main-footer span:first-child img {
        position: absolute;
        left: .03rem;
        width: .2rem;
        height: .36rem
    }
    .footerbox .main-footer .lineheight20 {
        line-height: .36rem
    }
}