.footer {
    width: 100%;
    background: #3D3A3A;
    overflow: hidden;
    display: flex;
    padding: 20px 0 10px 0;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}

.nav ul {
    margin: 0;
    padding: 0;
    width: 70%;
}

.nav ul li {
    float: left;
    display: inline-block;
    list-style: none;
    width: 20%;
}

.nav ul li p {
 
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    /* or 257% */

    margin: 0;
    /* 力帆-白 */

    color: #FFFFFF;
}

.nav ul li a {
    color: #666666;
    margin: 10px 0;
}

.qrcode {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 25%;
}



.nav ul li a {
    display: block;
    color: #ADB0AE;
    text-decoration: none
}

.Copyright {

    margin-top: 10px;
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3);

}

.Copyright span {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */


    color: #ADB0AE;
}

.nav-logo {
    position: absolute;
    right: 18px;
    top: -120px
}

.downLoad_wraper {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 30x;
}

.downLoad_wraper span {
    color: #ADB0AE;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    padding-left: 10px;
}
.qecode_img{
    width: 109px;
    height: 109px;
    display: none;
}
.qrcode > div{
    width: 160px;
    height: 150px;
  
}
.nav ul li a:hover{
    color: #EA5404;
}