.footer_box {
    width: 100%;
    height: 333px;
    background-color: #0B1D30;
}

.footer_box .footer {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    font-size: 0;
    padding-top: 70px;
}

.footer_box .footer .footer_left {
    display: inline-block;
    padding-right: 90px;
    vertical-align: top;
    position: relative;
}

.footer_box .footer .footer_left::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 223px;
    opacity: 0.1;
    background-color: #FFFFFF;
    top: 0;
    right: 0;
    margin: 0 auto;
}

.footer_box .footer .footer_left .footer_logo {
    width: 138px;
    height: 50px;
}

.footer_box .footer .footer_app {
    display: inline-block;
    vertical-align: top;
    padding-left: 90px;
    font-size: 0;
}

.footer_box .footer .footer_app li {
    width: 130px;
    display: inline-block;
    margin-left: 75px;
}

.footer_box .footer .footer_app li:first-child {
    margin-left: 0;
}

.footer_box .footer .footer_app li p {
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.footer_box .footer .footer_app li img {
    width: 130px;
    height: 130px;
}

.footer_box .footer .footer_center {
    width: auto;
    font-size: 0;
    padding: 0 90px;
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.footer_box .footer .footer_center::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 223px;
    opacity: 0.1;
    background-color: #FFFFFF;
    top: 0;
    right: 0;
    margin: 0 auto;
}

.footer_box .footer .footer_center .item {
    vertical-align: top;
    margin-left: 100px;
    display: inline-block;
    width: auto;
}

.footer_box .footer .footer_center .item:first-child {
    margin-left: 0;
}

.footer_box .footer .footer_center .item .item_ul {
    line-height: 1;
}

.footer_box .footer .footer_center .item .item_ul li {
    margin-bottom: 30px;
}

.footer_box .footer .footer_center .item .item_ul li.title {
    margin-bottom: 40px;
    font-size: 18px;
    color: #FFFFFF;
}

.footer_box .footer .footer_center .item .item_ul li a {
    font-size: 14px;
    color: #A4ABB3;
}

.copyright_box {
    width: 100%;
    height: 30px;
    background-color: #0B1D30;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright_box .copyright {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    line-height:29px;
}

.copyright_box .copyright p {
    font-size: 12px;
    color: #FFFFFF;
    margin:0;
}