 * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    img {
        border: none;
        vertical-align: middle;
    }

    a {
        text-decoration: none;
    }

    li {
        list-style: none;
    }

    .footer {
        width: 100%;
        background: #272727;
    }

    .footer .top01 .top-box {
        display: flex;
        flex-wrap: nowrap;
    }

    .centers {
        width: 1680px;
        margin: 0 auto;
    }

    .footer .top01 .top-box .top-left {
        padding: 55px 40px 0 0;
    }

    .footer .top01 .top-box .top-left .tl-title {
        font-size: 18px;
        color: #fff;
    }

    .footer .top01 .top-box .top-left .line-box {
        margin-top: 35px;
    }

    .footer .top01 .top-box .top-left .line-box .line {
        margin-bottom: 10px;
    }

    .footer .top01 .top-box .top-left .line-box .line .t1 img {
        width: 18px;
    }

    .footer .top01 .top-box .top-left .line-box .line .t1 span {
        color: #5e6675;
        vertical-align: middle;
        margin-left: 5px;
    }

    .footer .top01 .top-box .top-left .line-box .line .t2 {
        font-size: 14px;
        color: #eee;
        margin-top: 5px;
    }
    .footer .top01 .top-box .top-left .line-box .line .t2.mob{
        font-size: 17px;
    }
    .footer .top01 .top-box .top-left .line-box .line .t2 a{color:#fff;}
    /*.footer .top01 .top-box .top-left .line-box .line .t2 a.phone{*/
        
    /*}*/
    .footer .top01 .top-box .top-center {
        padding: 55px 40px 0;
        width: 63%;
        border-left: 1px solid #4d4d4d;
        border-right: 1px solid #4d4d4d;
    }

    .footer .top01 .top-box .top-center .link-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .footer .top01 .top-box .top-center .link-box>li .tt {
        color: #fff;
        font-size: 18px;
        margin-bottom: 35px;
        text-align: center;
    }

    .footer .top01 .top-box .top-center .link-box>li .link-list>li {
        position: relative;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer .top01 .top-box .top-center .link-box>li .link-list>li a {
        color: #eee;
        font-size: 14px;
    }

    .footer .top01 .top-box .top-center .link-box>li .link-list>li span {
        display: block;
        position: absolute;
        width: 0;
        height: 1px;
        background: #1769ff;
        bottom: -3px;
        transition: all .8s;
    }

    .footer .top01 .top-box .top-right {
        padding: 55px 0 30px 35px;
    }

    .footer .top01 .top-box .top-right .tr-title {
        font-size: 18px;
        color: #fff;
    }

    .footer .top01 .top-box .top-right .code-box-big {
        display: flex;
        margin-top: 35px;
    }

    .footer .top01 .top-box .top-right .code-box-big .code-box .code {
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        box-sizing: border-box;
        transition: all .8s;
    }

    .footer .top01 .top-box .top-right .code-box-big .code-box .code img {
        width: 100%;
    }

    .footer .top01 .top-box .top-right .code-box-big .code-box p {
        color: #4c5362;
        font-size: 14px;
        margin-top: 6px;
        text-align: center;
    }

    .footer .top01 .top-box .top-right .code-box-big .code-left {
        margin-left: 15px;
    }

    .footer .top01 .top-box .top-right .code-box-big .code-box .code {
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 10px;
        padding: 5px;
        box-sizing: border-box;
        transition: all .8s;
    }

    .footer .top01 .top-box .top-right .code-box-big .code-box .code img {
        width: 100%;
    }

    .footer .top01 .top-box .top-right .code-box-big .code-box p {
        color: #fff;
        letter-spacing: 1px;
        font-size: 14px;
        margin-top: 6px;
        text-align: center;
    }

    .footer .top01 .top-box .top-right .href-box {
        padding-left: 15px;
        margin-top: 25px;
    }

    .footer .top01 .top-box .top-right .href-box a {
        font-size: 14px;
        color: #5e6675;
    }

    .footer .top01 .top-box .top-right .href-box span {
        width: 1px;
        height: 15px;
        background: #5e6675;
        display: inline-block;
        vertical-align: text-bottom;
        margin: 0 30px;
    }

    .mt10 {
        margin-top: 10px !important;
    }

    .footer .top01 .top-box .top-right .href-box {
        padding-left: 15px;
        margin-top: 25px;
    }

    .footer .top01 .top-box .top-right .friend-href {
        margin-top: 40px;
    }

    .footer .top01 .top-box .top-right .friend-href .select {
        width: 220px;
        height: 40px;
        background-color: #0f1c31;
        border-radius: 5px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        cursor: pointer;
    }

    .footer .top01 .top-box .top-right .friend-href .select span {
        color: #5e6675;
        font-size: 14px;
    }

    .footer .top01 .top-box .top-right .friend-href .select .down-box {
        position: absolute;
        bottom: 55px;
        width: 100%;
        left: 0px;
        display: none;
    }

    .footer .top01 .top-box .top-right .friend-href .select .down-box li {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #5e6675;
        font-size: 14px;
        background: #0f1c31;
    }

    .footer .bottom01 {
        text-align: center;
        border-top: 1px solid #4d4d4d;
        padding: 20px 0;
    }

    .footer .bottom01 p {
        color: #5e6675;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }

    .footer .bottom01 p {
        color: #5e6675;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }

    .footer .bottom01 .police {
        margin-left: 20px;
        margin-right: 20px;
    }

    .footer .bottom01 .police img {
        margin-right: 10px;
    }

    .footer .bottom01 p a {
        color: #5e6675;
    }

    .footer .top01 .top-box .top-center .link-box>li .link-list>li:hover a {
        color: #1769ff;
    }

    .footer .top01 .top-box .top-center .link-box>li .link-list>li:hover span {
        width: 100%;
    }

    @media screen and (max-width: 1900px) {
        .centers {
            width: 90%;
        }
    }

    @media screen and (max-width: 1600px) {

        .footer .top01 .top-box .top-left,
        .footer .top01 .top-box .top-right {
            display: none;
        }

        .footer .top01 .top-box .top-center {
            width: 100%;
            padding: 55px 0 30px;
            border: 0;
        }
    }

    @media screen and (max-width: 1386px) {
        .centers {
            width: 95%;
        }
    }
    @media (max-width: 990px){
        .footer{display:block!important;}
    }
    @media screen and (max-width: 750px) {
        .footer .top01 .top-box {
            display: flex;
            flex-wrap: wrap-reverse;
        }

        .footer .top01 .top-box .top-center {
            display: none;
        }

        .footer .top01 .top-box .top-left {
            display: block;
            padding: 0 0.3rem;
            width: 100%;
        }

        .footer .top01 .top-box .top-right {
            display: block;
            padding: 0 0.3rem;
            width: 100%;
        }

        .footer .top01 .top-box .top-right .code-box-big {
            display: flex;
            justify-content: center;
        }

        .footer .top01 .top-box .top-left .line-box {
            margin-top: 0.3rem;
        }

        .footer .top01 .top-box .top-left .line-box .line {
            text-align: center;
        }

        .footer .top01 .top-box .top-right .tr-title,
        .footer .top01 .top-box .top-right .href-box,
        .footer .top01 .top-box .top-left .tl-title {
            display: none;
        }
    }