.bottomBar {
    background: #262626;
    width: 100%
}

.bottomBar .title {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.bottomBar .title a {
    color: #fff
}

.bottomBar .padding {
    padding: 0 230px;
    color: #fff
}

.bottomBar .padding .top {
    padding: 80px 0 50px 0;
    border-bottom: 2px solid #fff;
    display: flex;
    justify-content: space-between
}

.bottomBar .padding .top .left img {
    width: 160px;
    height: 50px
}

.bottomBar .padding .top .middle {
    width: 65%;
    display: flex;
    justify-content: space-around
}

.bottomBar .padding .top .middle .left ul {
    list-style: none
}

.bottomBar .padding .top .middle .left ul li {
    margin-top: 15px;
    font-size: 12px
}

.bottomBar .padding .top .middle .right {
    display: flex
}

.bottomBar .padding .top .middle .right .line {
    margin-left: 40px
}

.bottomBar .padding .top .middle .right .line ul {
    list-style: none
}

.bottomBar .padding .top .middle .right .line ul li {
    margin-top: 15px;
    font-size: 14px
}

.bottomBar .padding .top .middle .right .line ul li a {
    color: #fff;
    white-space: nowrap;
}

.bottomBar .padding .top .right img {
    margin-top: 10px;
    width: 110px;
    height: 110px
}

.bottomBar .padding .bottom {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding: 25px 0 70px 0
}
