.footer {
    width: 100%;
    height: 400px;
    background: #181818;
    position: relative;
}

.footer .footerContainer {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


/* 主要内容 */

.footer .footerContainer .footerContainerMain {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
}


/* logo */

.footer .footerContainer .footerContainerMain .img {
    width: 131px;
    height: 62px;
    cursor: pointer;
}

.footer .footerContainer .footerContainerMain .img img {
    width: 100%;
}


/* 快速入口 */

.footer .footerContainer .footerContainerMain .entrance {
    width: 100px;
}

.footer .footerContainer .footerContainerMain .entrance .entranceTop {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #F4F4F4;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .footerContainer .footerContainerMain .entrance .entranceMain {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footerContainer .footerContainerMain .entrance .entranceMain .entranceItem {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #9B9EA0;
    margin-top: 25px;
    cursor: pointer;
}


/* 联系我们 */

.footer .footerContainer .footerContainerMain .contact {
    width: 340px;
}

.footer .footerContainer .footerContainerMain .contact .contactTop {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #F4F4F4;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .footerContainer .footerContainerMain .contact .contactMain {}

.footer .footerContainer .footerContainerMain .contact .contactMain .contactItem {
    font-size: 12px;
    font-weight: 400;
    color: #9B9EA0;
    margin-top: 25px;
}


/* 关注我们 */

.footer .footerContainer .footerContainerMain .follow {
    width: 250px;
}

.footer .footerContainer .footerContainerMain .follow .followTop {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #F4F4F4;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .footerContainer .footerContainerMain .follow .followMain {
    width: 250px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footerContainer .footerContainerMain .follow .followMain .followMainItem img {
    width: 120px;
}
.footer .footerContainer .footerContainerMain .follow .followMain .followMainItem p {
    text-align: center;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #9B9EA0;
}

/* 版权 */

.footer .footerContainer .footerContainerFooter {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #D8D8D8;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/* 分割线 */

.footer .line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(50, 51, 51, .3);
    position: absolute;
    left: 0;
    bottom: 50px;
}
