.footer {
    background: #303133;
    padding: 24px 0 50px 0;
    z-index: 10;
    clear : both;
}

.footer .inner {
    width: 1212px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.footer .left .title{
    font-size: 14px;
}

.footer .left .nav{
    padding-top: 16px;
    display: flex;
    font-size: 12px;
}

.footer .left .nav .item{
    margin-right: 30px;
    cursor: pointer;
}
.footer .left .nav .item a{
    text-decoration: none;
    color: #fff;
}

.footer .left .download{
    padding-top: 52px;
    display: flex;
    align-items: center;
}

.footer .left .download .box{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 4px;
    width: fit-content;
    width: 150px;
    height: 32px;
    font-size: 12px;
    margin-right: 18px;
    cursor: pointer;
}

.footer .left .download .img{
    width: 24px;
    height: 24px;
}

.footer .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .right .about{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer .right .about .name{
    font-size: 12px;
    color: #ffffff;
}

.footer .right .about .img-box{
    display: flex;

}

.footer .right .about .img{
    width: 80px ;
    height: 80px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    cursor: pointer;
}

.footer .right .about .img img{
    width: 80px ;
    height: 80px;
}

.footer .right .about-text{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    color: #909399;
    font-size: 12px;
}

.footer .right .about-text .text-1{
    padding-top: 8px;
    display: flex;
    align-items: center;
}

.footer .right .about-text .text-1 .text-3{
    padding-left: 30px;
}
.footer .right .about-text .text-1 .text-3 a{
    text-decoration: none;
    color: #909399;
}
.footer .right .about-text .text-1 .text-3 span{color: #909399;}
/* 平板 */
@media screen and (min-width: 550px) and (max-width: 1212px) {
    .footer .inner {
        width: auto;
        padding: 0 30px;
        min-width: 973px;
    }
    .footer .left .nav{
        min-width: 432px;
    }

    .footer .left .nav .item {
        margin-right: 12px;
    }

}

/* 手机 */
@media screen and (max-width: 500px) {
    .footer .inner {
        width: auto;
        text-align: center;
        display: unset;
    }

    .footer .left .nav {
        display: unset;
    }

    .footer .left .nav .item {
        padding-top: 16px;
        margin-right: 0;
    }

    .footer .left .download {
        display: unset;
    }

    .footer .left .download .box {
        margin: 16px auto 0 auto;
    }

    .footer .right .about {
        display: unset;
        padding-top: 13px;
    }

    .footer .right .about .img-box {
        padding-top: 8px;
        align-items: center;
        justify-content: center;
    }

    .footer .right .about .img {
        margin: 0 12px;
    }

    .footer .right .about-text {
        display: unset;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
    }

    .footer .right .about-text .text-1 {
        display: unset;
    }

    .footer .right .about-text .text-2 {
        display: none;
    }

    .footer .right .about-text .text-1 .text-3 {
        justify-content: center;
        padding: 0;
        margin-top: 12px;
    }
}
