.footer {
    width: 100%;
    background: #101116;
    color: #FFFFFF;
}

.footer .row1 {
    display: flex;
}

.footer li {
    list-style: none;
}

.footer .row1 {
    display: flex;
    justify-content: space-around;
    padding: 0 260px;
    padding-top: 40px;
}

.footer .row1 .me {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .row1 .logo {
    width: 140px;
    height: 40px;
}

.footer .row1 .qrcode {
    width: 112px;
    height: 112px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 16px;

}

.footer .row1 .gz {
    height: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #B5B7BA;
    line-height: 14px;
    margin-top: 12px;
}

.footer .row1 #ulfirst {
    width: 186px;
}

.footer .row1 ul {
    padding: 0;
}

.footer .row1 ul li {
    line-height: 40px;
    color: #B5B7BA;
}

.footer .row1 #ulfirst li {
    width: 90px;
    float: left;
    display: block;
    text-align: left;
}

.footer .row2 {
    display: flex;
    justify-content: space-around;
    padding: 0 260px;
    margin-top: 20px;
    height: 30px;
    font-size: 14px;
}

.footer .row2 .item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.footer .row2 .item img{
    width: 20px;
    height: 20px;
}
.footer .row2 h3 {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0;
    margin-left: 13px;
}

.footer .copyright {
    height: 60px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    margin-top: 28px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: rgba(181, 183, 186, 0.8);
    padding: 0 300px;
}

.footer .copyright .left a {
    margin: 0 16px;
}

.footer #ullast img {
    width: 15px;
    height: 15px;
}

.footer .row1 h3 {
    font-size: 16px;
}

.footer .row1 a {
    font-size: 14px;
    color: #B5B7BA;
    text-decoration: none !important;
}

.footer .copyright a {
    color: rgba(181, 183, 186, 0.8);
    text-decoration: none !important;
}
.footer-mobile{
    box-sizing: border-box;
    padding:30px 0 0 0;
    display: none;
    position: relative;
}
.footer-mobile .logo{
    width: 110px;
    margin-left: 30px;
}
.footer-mobile .title{
    margin: 30px 0 10px 0;
    font-size: 16px;
    color: #333333;
    padding: 0 30px;
    box-sizing: border-box;
    font-family: Alibaba PuHuiTi;

}
.footer-mobile .title2{
    font-size: 14px;
    color: #5d5d5f;
    padding: 0 30px;
    box-sizing: border-box;
    font-family: PingFang SC;
}
.footer-mobile .bottom{
    margin-top: 30px;
    padding: 30px 0 50px  0;
    background: #101116;
    color: #bcbcc9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    font-family: PingFang SC;
}
.footer-mobile .bottom a{
    color: #bcbcc9;
    text-decoration: none;
}
.footer-mobile .box {
    display: flex;
}
.footer-mobile .box .code-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.footer-mobile .box .code-box .qrcode{
    width: 140px;
    /* border: 1px solid #5d5d5f;; */
    border-radius: 10px;
}
.footer-mobile .box .code-box .gz{
    color: #5d5d5f;
    font-size: 12px;
    margin-top: 5px;
    font-family: PingFang SC;
}
@media (max-width: 1600px) {
    .footer .row1 h3,
    .footer .row2 h3,
    .footer .copyright .left a,
    .footer .copyright{
        font-size: 14px;
    }
    .footer .row1 a,
    .footer .row1 .gz{
        font-size: 12px;
    }
    .footer .row1{
        padding: 0 100px;
        padding-top: 40px;
    }
}
@media (max-width: 1360px) {
    .footer .copyright{
        padding: 0 240px;
    }
}
@media (max-width: 1000px) {
    .footer{
        display: none;
    }
    .footer-mobile{
        display: block;
    }
}