.footer-body{
    height: 394px;
}

.footer-box{
    width: 1200px;
    margin: 0 auto;
}

.foot-top{
   display: flex;
    padding-top: 53px;
    height: 313px;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}

.foot-top-left{
    width: 232px;
    padding-top: 3px;
}

.foot-top-left>img{
    margin-bottom: 44px;
}

.foot-top-left>div>:nth-child(1){
    margin-right: 24px;
}

.foot-top-center{
    width: 692px;
    padding-top: 8px;
}
.foot-top-center>.center-title{
    margin-bottom: 22px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}

.foot-top-center>.center-box{
    display: flex;
    flex-wrap: wrap;
}

.foot-top-center>.center-box>div{
    width: 341px;
    margin-top: 20px;
}

.foot-top-center>.center-box>div>img{
    margin-right: 15px;
    vertical-align: middle;
}

.foot-top-center>.center-box>div>span{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.foot-top-right{
    width: 276px;
}

.foot-top-right>:nth-child(1){
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 44px;
}

.foot-top-right>:nth-child(2){
    display: flex;
}
.foot-top-right>:nth-child(2)>:nth-child(1){
    margin-right: 24px;
}

.foot-top-right>:nth-child(2)>div{
    width: 126px;
    height: 151px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px;
}

.foot-top-right>:nth-child(2)>div>img{
    display: block;
    width: 110px;
    height: 110px;
}
.foot-top-right>:nth-child(2)>div>div{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
    margin-top: 8px;
}

.foot-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.foot-bottom>:nth-child(1)>a{
    cursor: pointer;
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    line-height: 14px;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid;
    display: inline-block;
}

.foot-bottom>:nth-child(1)>a:last-child{
    margin-right: 0;
    border: 0;
}

.foot-bottom>:nth-child(2){
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    line-height: 24px;
}

.foot-bottom>:nth-child(2)>a{
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    line-height: 24px;
}

@media screen and (max-width: 767px){
    .footer-body{
        width: 100%;
        height: auto;
        padding: 0 10px;
    }
    .foot-top{
        display: block;
        height: auto;
    }
    .foot-top-left{
        margin-bottom: 20px;
    }
    .foot-top-center{
        margin-bottom: 20px;
    }
    .foot-top-center>.center-box{
        display: block;
    }
    .foot-bottom{
        display: block;
    }
}
