#footer {
    width: 100%;
    min-width: 960px;
    height: 150px;
    background: #e40000;
    text-align: center;
}

.foot {
    position: relative;
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 90px;
}

.foot p,
.foot p span,
.foot p a:link,
.foot p a:visited,
.foot p a:hover,
.foot p a:active {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.foot p a:hover {
    text-decoration: underline;
}

#footer .foot p span {
    margin-right: 20px;
}

.foot p .footga {
    position: absolute;
    left: 612px;
    bottom: 2px;
}

.foot p #beian {
    padding-left: 30px;
}

#conac {
    position: absolute;
    top: 36px;
    right: 20px;
    width: 56px;
    height: 68px;
}

/*移动端适配*/
@media only screen and (max-width: 900px) {
    #footer {
        width: 100%;
        min-width: 100%;
        height: 110px;
    }

    .foot {
        width: 96%;
        padding-top: 20px;
        padding-right: 0;
    }

    .foot p:nth-of-type(2) {
        display: none;
    }

    #footer .foot p span {
        display: block;
        margin: 0 auto;
    }

    .foot p,
    .foot p a:link,
    .foot p a:visited,
    .foot p a:hover,
    .foot p a:active {
        font-size: 12px;
    }

    #conac {
        display: none;
    }

}

