﻿.webClientBottomBox {
    width: 100%;
    background: #434547;
    margin-top: 20px;
}
    .webClientBottomBox .topBox {
        width: 1120px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 144px;
    }
        .webClientBottomBox .topBox .leftBox {
            display: flex;
            align-items: center;
        }
            .webClientBottomBox .topBox .leftBox .logo {
                display: inline-block;
                margin-right: 20px;
            }
            .webClientBottomBox .topBox .leftBox .text {
                display: inline-block;
                max-width: 545px;
                line-height: 18px;
                font-size: 14px;
                color: #ababab;
            }
        .webClientBottomBox .topBox .rightBox {
            display: flex;
            align-items: center;
        }
            .webClientBottomBox .topBox .rightBox .qrCodeBox {
                margin-right: 21px;
            }
                .webClientBottomBox .topBox .rightBox .qrCodeBox > img {
                    display: block;
                    margin: auto;
                }
                .webClientBottomBox .topBox .rightBox .qrCodeBox > p {
                    margin-top: 2px;
                    line-height: 18px;
                    font-size: 12px;
                    color: #ababab;
                    text-align: center;
                }

    .webClientBottomBox .centerBox {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        margin: 0 auto;
        width: 1120px;
    }
        .webClientBottomBox .centerBox .contentBox {
            width: 234px;
        }
            .webClientBottomBox .centerBox .contentBox .title {
                line-height: 18px;
                font-size: 16px;
                color: #fff;
            }
            .webClientBottomBox .centerBox .contentBox .description {
                margin-top: 6px;
                line-height: 18px;
                font-size: 12px;
                color: #ababab;
            }
            .webClientBottomBox .centerBox .contentBox .description:hover.hover {
                cursor: pointer;
            }

    .webClientBottomBox .bottomBox {
        margin: 0 auto;
        width: 1120px;
        line-height: 18px;
        font-size: 12px;
        color: #ababab;
        text-align: center;
    }
        .webClientBottomBox .bottomBox > div {
            display: inline-block;
        }
        .webClientBottomBox .bottomBox a {
            color: #ababab;
        }
        .webClientBottomBox .bottomBox .copyright {
            display: inline-block;
            padding-top: 20px;
        }
            .webClientBottomBox .bottomBox .copyright a:hover {
                color: #ff609d;
            }
        .webClientBottomBox .bottomBox .appInfo {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 7px 0 28px;
        }
            .webClientBottomBox .bottomBox .appInfo a:hover {
                color: #ff609d;
            }