.foot {
    color: #FFFFFF;
    background-color: #222;
    margin-top: 60px;

}

.foot_content {
    height: 270px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.foot_msg {
    width: 70%;
    /* flex: 1; */
}

.our_msg_number {
    color: #FF6F02;
    font-size: 24px;
    font-family: PingFang;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 17px;
}

.our_msg_erweima {
    display: flex;
    justify-content: space-between;
}

.our_msg_erweima_name {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.foot_copy {
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #434343;
    font-size: 12px;
}

.foot_copy span,
.foot_msg {
    opacity: 0.5;
}

.foot_msg th {
    font-size: 24px;
    font-weight: 550;

}

.foot_msg td {
    font-size: 14px;
    /* font-weight: 500; */

}



.acc5-copyright {
    font-size: 12px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.foot-approve-img i {
    margin-right: 10px;
    vertical-align: middle;
}

.foot-approve-img a,
.foot-approve-img span {
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 25px;
    color: #666;
    text-decoration: none;
}

footer .acc5-copyright a,
.foot-approve-img a,
.foot-approve-img span,
.footer-otherlink a {
    color: rgba(255, 255, 255, .4);
}

.foot-approve-img span.cert {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
}


.footer-otherlink {
    margin-top: 30px;
    padding-bottom: 45px;
    width: 1200px;
    margin: 0 auto;
}

.dl-horizontal {
    display: flex;
}

.footer-otherlink .carousel-control {
    width: auto;
    opacity: 1;
    font-size: inherit;
}

.footer-otherlink .item a {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    color: #888;
}

.foot-approve-img i {
    margin-right: 10px;
    vertical-align: middle;
}

.icons {
    display: inline-block;
    background-image: url(../imgs/icons_v9.png);
}

.icons.icon-best {
    width: 85px;
    height: 33px;
    background-position: -192px -2px;
}

.icons.icon-security {
    width: 27px;
    height: 24px;
    background-position: -281px -164px;
}

.icons.icon-ssia {
    width: 37px;
    height: 23px;
    background-position: -192px -157px;
}

.icons.icon-tech {
    width: 25px;
    height: 25px;
    background-position: -405px -57px;
}

.icons.icon-police {
    width: 23px;
    height: 25px;
    background-position: -315px -2px;
}

.icons.icon-tencent {
    width: 23px;
    height: 23px;
    background-position: -442px -30px;
}

.icons.icon-china {
    width: 55px;
    height: 24px;
    background-position: -405px -3px;
}

.icons.icon-sina {
    width: 33px;
    height: 24px;
    background-position: -405px -30px;
}

.icons.icon-real {
    width: 27px;
    height: 27px;
    background-position: -281px -104px;
}

.icons.icon-ebs {
    width: 20px;
    height: 27px;
    background-position: -315px -31px;
}

.icons.icon-union {
    width: 32px;
    height: 26px;
    background-position: -2px -278px;
}

.footer-otherlink {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 12px;
}

.footer-otherlink dl {
    margin-bottom: 0;
}

.footer-otherlink dl dt {
    font-weight: normal;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 20px;
}

.footer-otherlink dl dd {}

.footer-otherlink dl dd a {
    margin-bottom: 5px;
}

@media screen and (max-width:750px) {
    .foot {
        margin-top: .6rem;

    }

    .foot_content {
        width: 100%;
        height: auto;
        display: block;
        padding-top: .25rem;
        padding-bottom: .15rem;
    }

    .foot_msg th {
        font-size: .32rem;
        font-weight: 520;
    }

    .foot_msg td {
        font-size: .26rem;
        font-weight: 200;
    }


    .foot_msg {
        width: 98%;
        margin: 0 auto;
        text-align: center;
        line-height: 0.8rem;
    }

    .our_msg {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .our_msg_number {
        font-size: .48rem;
        margin-bottom: .4rem;
        margin-top: 0;
    }

    .our_msg_erweima img {
        width: 2.4rem;
        height: 2.4rem;

    }

    .foot-approve-img span {
        margin-bottom: .25rem;
    }

    .foot-approve-img span.cert {
        display: block;
    }

    .acc5-copyright {
        width: 98%;
    }

    .footer-otherlink {
        width: 6.9rem;
    }

    .footer-otherlink {
        padding-top: .25rem;
        padding-bottom: .2rem;
    }

    dd {
        margin-bottom: 0;
    }

    .dl-horizontal {
        display: block;
    }

}