#footer {
    /* background: #fff; */
    background: #FBFBFB;
}

.footer .top {
    width: 100%;
    height: 281px;
    /* background: #FBFBFB; */
    overflow: hidden;
}

.footer .top .content {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-top: 60px;
}

.footer .top .left {
    display: flex;
}

.footer .top .left .logo {
    width: 115px;
    height: 123px;
    margin-right: 85px;
}

.footer .top a,
.footer .middle a {
    text-decoration: none;
}

.footer .top .info {
    /* margin-top: 30px; */
    font-size: 16px;
    color: #010101;
    margin-left: 40px;
}

.footer .top .info>div {
    margin-bottom: 5px;
    font-size: 14px;
    color: #555555;
}

.footer .top .info>div:first-child {
    font-size: 20px;
    margin-bottom: 25px;
}

.footer .top a:hover {
    color: #1E5FE1 
}


.footer .top .right {
    height: 148px;
    /* border-left: 2px solid #010101; */
    /* padding-left: 80px; */
    display: flex;
    align-items: center;
}

.footer .top .right .item {
    font-size: 14px;
    color: #010101;
    text-align: center;
    /* margin-top: 10px; */
}

.footer .top .right .item img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.footer .middle {
    height: 64px;
    /* background: #fff; */
    /* background: #FBFBFB; */
}

#login-content {
    width: 1500px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    border: 1px solid #DCDCDC;
    border-left: none;
    border-right: none;
    border-bottom: none;
    justify-content: center;
    align-items: flex-end;
    color: #666666;
    font-size: 14px;
}

.footer .middle .content .item {
    font-size: 14px;
    cursor: pointer;
}

.footer .middle .content .item:first-child {
    margin-right: 22px;
}

.footer .bottom {
    /* border-top: 1px solid #DCDCDC; */
    /* background: #FBFBFB; */
}

.footer .bottom .content {
    height: 113px;
    width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* color: #010101; */
    /* font-size: 12px; */
}

.bc-title {
    color: #666666;
    font-size: 14px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}

.bc-title>div {
    margin-right: 24px;
}

.bc-bottom {
    width: 100%;
    justify-content: center;
    color: #666666;
    font-size: 14px;
}

.bc-bottom>div {
    margin-right: 24px;
}

.footer .bottom .content>div {
    display: flex;
}

.footer .bottom a {
    color: #666666 !important;
}