

.wrap-inner {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}






/* FOOTER */

#footer {
    min-width: 1200px;
    background: #282A3A;
    color: #aeafb3;
}

#footer * {
    box-sizing: border-box;
}

#footer .wrap-inner {
    position: relative;
}

#footer .logo {
    position: static;
    width: 240px;
    height: 100px;
    background-image: url(foot_logo.png);
    margin: 0;
    display: block;
    float: none;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -100px;
}

#footer .ft-cont {
    line-height: 26px;
    text-align: right;
    padding-right: 20px;
}

#footer .ft-link {
    padding-top: 24px;
}

#footer .ft-link a {
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
    position: relative;
}

#footer .ft-link a:hover {
    color: #b5b5b5;
}

#footer .ft-link a:after {
    content: '';
    height: 8px;
    width: 0;
    border-left: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -4px;
}

#footer .ft-link a:first-child {
    margin-left: 0;
}

#footer .ft-link a:last-child {
    margin-right: 0;
}

#footer .ft-link a:last-child:after {
    display: none;
}

#footer .ft-notice {
    color: #fff;
    font-size: 12px;
    background-color: #161616;
    padding: 3px 4px;
    display: inline;
    clear: both;
}

#footer .app-box {
    padding: 14px 0 0 30px;
    line-height: 20px;
    color: #e1e1e1;
    text-align: center;
}

#footer .app-box img {
    width: 80px;
    height: 80px;
}





/*页脚**/
.footer-item {
    display: flex;
    height: 120px;
    align-items: center;
}

.footer-item:first-child {
    border-bottom: 1px solid rgba(21, 27, 38, .5);
}

.footer-item__left{
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    -webkit-transform: translateX(18%);
}

.footer-item__left {
    flex-direction: column;
}

.footer-item__left.footer-item__left-rz {
    align-items: flex-start;
}

.footer-item__left.footer-item__left-safe img {
    width: 352px;
    height: 30px;
}

.footer-item__left.footer-item__left-rz img {
    width: 476px;
    height: 31px;
}

.footer-item__top {
    display: flex;
}

.footer-item__top h3 {
    font-size: 14px;
    color: #555;
}

.footer-item__top span {
    font-size: 13px;
    color: #666666;
}

.footer-item__top h4 {
    color: #555;
    margin: 0 10px;
    font-size: 20px;
}

.footer-item__bottom {
    margin-top: 9px;
    text-align: left;
}

.footer-item__bottom img {
    width: 536px;
    height: 24px;
}

.footer-item__left .link a {
    font-size: 12px;
    color: #ccc;
    transition: all .3s ease;
}

.footer-item__left .link a:hover {
    color: #FFD400;
}
.footer-item__left .approve{
    margin-top: 5px;
}
.footer-item__left .approve a{
    display: inline-block;
    background: url('../auth2.png') center;
    width: 60px;
    height: 60px;
}

.footer-item__left .driver {
    color: #ccc;
    margin: 0 16px;
}

.footer-bottom {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #151B26;
}

.footer-bottom span {
    color: #666;
    font-size: 12px;
}

.games_list_specify .break_line {
}
