.footer {
    width: 100%;
    padding-left: 1.1rem;
    padding-top: 0.56rem;
    box-sizing: border-box;
    background: #F0F0F0;
    padding-bottom: 0.29rem;
}

.footer .footerTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 17rem;
    border-bottom: 0.01rem solid rgba(112, 112, 112, 0.4);
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
}

.footer .footerTop .footerlog {
    display: block;
    width: 3.56rem;
}

.footerlog img {
    width: 100%;
}

.footer .footerTop .footerTopTit {
    font-family: w15;
    font-weight: normal;
    font-size: 0.3rem;
    color: #494949;
}

.footer .footerList {
    display: flex;
    /* align-items: center; */
    width: 17rem;
}

.footer .footerList .listLeft {
    width: 3.28rem;
    margin-right: 1.2rem;
}

.footer .footerList .leftItme {
    display: flex;
    font-family: w15;
    font-size: 0.18rem;
    color: #494949;
    line-height: 0.25rem;
    margin-bottom: 0.2rem;
}

.leftItme img {
    width: 0.26rem;
    margin-right: 0.1rem;
}

.footer .footerList .leftItme span {
    font-family: w27;
    font-weight: bold;
}

.listcenter {
    display: flex;
}

.listcenter .centerItem {
    margin-right: 0.73rem;
}

.listcenter .centerItem:last-child {
    margin-right: 0;
}

.listcenter .centerItem .centerItmeTit {
    margin-bottom: 0.34rem;
    display: block;
    font-family: w20;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.18rem;
}

.listcenter .centerItem .centerItmeTex {
    display: block;
    font-family: w10;
    font-weight: normal;
    font-size: 0.14rem;
    color: #000000;
    line-height: 0.3rem;

}

.code {
    display: flex;
    /*margin-left: 0.68rem;*/
    margin-left: auto;
}

.code .codeImg {
    margin-right: 0.12rem;
    width: 1.05rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN-Regular;
    font-weight: normal;
    font-size: 0.1rem;
    color: #494949;
    text-align: center;
}

.code .codeImg:last-child {
    margin-right: 0;
}

.code .codeImg img {
    display: block;
    margin-bottom: 0.02rem;
}

.copy {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 0.62rem;
    border: 0.01rem solid #DBDBDB;
    padding-top: 0.2rem;
    box-sizing: border-box;
    background: #F0F0F0;
}

.copy .copyTex {
    font-family: w10;
    font-weight: normal;
    font-size: 0.17rem;
    color: #494949;
    line-height: 0.18rem;
    display: flex;
    width: 17rem;
    justify-content: center;
}

.copy .copyTex>div+div{
    margin-left: 10px;
}

.copyTex img{
    width: 20px;
    display: inline;
    vertical-align: middle;
}
@media only screen and (max-width:768px){
    .footer .footerTop{
      width: 7rem;
    }
    .footer{
        padding-left:0.2rem;
    }
    .footer .footerList{
          width: 7rem;
          flex-direction: column;
    }
    .footer .footerTop .footerTopTit{
        font-size: 0.28rem;    margin-bottom: 0.2rem;
    }
    .listcenter{
            justify-content: space-between;
    }
    .code{
        margin-left:0;
            justify-content: flex-start;
    }
    .footer .footerList .listLeft{
        width: 7rem;
    }
    .copyTex img{
        width: 14px;
    }
    .copy .copyTex{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
}