/*页脚*/
        ul{
            list-style: none;
        }
        .ui_footer{
            width: 100%;
            background: #333;
            /* margin-top: -15vh; */
        }
        .footer{
            width: 100%;
            padding: 6.48vh 0;
            display: flex;
            justify-content: center;
        }
        .footer_left{
            margin-right: 4.427vw;
        }

        .footer_left_logo{
            width: 15.31vw;
            height: 11.02vh;
        }
        .footer_left_us{
            width: 15.31vw;
            padding-top: 2vh;
            border-top: 1px solid #fff;
            display: flex;
            align-items: center;
            font-size: 1.88vw;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #EEEEEE;
            margin-top: 2.78vh;
        }
        .footer_left_us img{
            width: 1.35vw;
            height: 2.59vh;
            margin-right: 1vw;
        }
        .footer_right{
            margin-left: 4.427vw;
            width: 59.74vw;
        }
        .footer_right_top{
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .footer_right_top a{
            font-size: 0.833vw;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #FFFFFF;
        }
        .footer_right_bot{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 5.56vh;
        }
        .footer_right_bot_left p{
            font-size: 0.94vw;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #FFFFFF;
            margin-top: 2vh;
        }
        .footer_right_bot_right{
            display: flex;
            justify-content: space-between;
            align-items: stretch;
        }
        .footer_right_bot_right_li{
            width: 5.78vw;
            text-align: center;
        }
        /* .footer_right_bot_right_li .qrcode canvas{
            width: 30px! important;
            height: initial !important;
        } */
        .footer_right_bot_right_li img{
            width: 5.78vw;
            height: 11.87vh;
        }
        .footer_right_bot_right_li p{
            font-size: 0.94vw;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #FFFFFF;
            margin-top: 0.5vh;
        }
        .footer_right_bot_right_line{
            width: 0.1vw;
            height: 13vh;
            background: #FFFFFF;
            margin: 0 1vw;
        }
        .footer_bot{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 5.56vh;
            text-align: center;
            background: #2A2A2A;
            font-size: 0.9375vw;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #FFFFFF;
            line-height: normal;
        }
        .footer_bot p:nth-child(1){
            margin-right: 4vw;
        }
        .footer_bot p:nth-child(2){
            margin-left: 4vw;
        }
        @media (max-width: 750px){
            .footer{
                justify-content: space-between;
            }
            .footer_left{
                margin-right: 0;
                margin-left:8px;
            }
            .footer_right{
                width: 67%;
                margin-left: 0;
            }
            .footer_left_logo{
                width: 100px;
                height: initial;
            }
            .footer_left_us{
                width: 100px;
            }
            .footer_left_us p{
                font-size: 12px!important;
                color: #ffffff !important;
            }
            .footer_right_bot_right_li img{
                width: 30px;
                height: initial;
            }
            .footer_left_us img{
                width: 12px;
                height: initial;
                margin-bottom: 0; 
            }
            .footer_right_top{
                width: 100%;
                justify-content:flex-start;
                overflow-y: hidden;
                overflow-x: auto;
            }
            .footer_right_top a{
                margin-right: 10px;
                font-size: 12px;
                white-space: nowrap;
            }
            .footer_right_bot_left p{
                font-size: 10px;
            }
            .footer_right_bot_right_line{
                width: 0.1vw;
                height: 4vh;
                margin: 0 10px 3.25vh 10px;
            }
            .footer_right_bot {
                margin-top: 1.7vh;
                position: relative;
            }
            .footer_right_bot_right{
                position: absolute;
                right: 14px;
                top: 41px;
            }
            .footer_right_bot_right_li p{
                font-size: 10px;
            }
            .footer_right_bot_right_li{
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .footer_bot{
                flex-direction: column;
                font-size: 12px;
                line-height: normal;
            }
        }