#app .footer-wrapper {
    display: flex;
    width: 100%;
    background-color: #333333;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    padding-top: 30px;
}

#app .footer-wrapper .content {
    box-sizing: border-box;
    width:calc(100% - 80px);
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 36px;
}

#app .footer-wrapper .content .left{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#app .footer-wrapper .content .left .title{
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
}

#app .footer-wrapper .content .left .phone-and-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 13px;
    margin-top: 40px;
}

#app .footer-wrapper .content .left .phone-and-icon img{
    width: 30px;
    height: 26px;
}

#app .footer-wrapper .content .left .phone-and-icon .phone{
    display: flex;
    margin-left: 10px;
    color: #FFFFFF;
}

#app .footer-wrapper .content .left .sub-text{
    display: flex;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    color: #999999;
}

#app .footer-wrapper .content .middle{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#app .footer-wrapper .content .middle .nav {
    display: flex;
    flex-direction: row;
}

#app .footer-wrapper .content .middle .nav a {
    text-decoration:none
}

#app .footer-wrapper .content .middle .nav .nav-item{
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.22);
    cursor: pointer;
    margin-right: 25px;
}

#app .footer-wrapper .content .middle .module {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}

#app .footer-wrapper .content .middle .module-item {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    margin-right: 40px;
}

#app .footer-wrapper .content .middle .module-item .label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.57);
}

#app .footer-wrapper .content .middle .module-item .line {
    margin-top: 6px;
    width: 55px;
    height: 1px;
    background: #7D7D7D;
}

#app .footer-wrapper .content .right{
    display: flex;
    flex-direction: row;
}

#app .footer-wrapper .content .right .qrcode-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#app .footer-wrapper .content .right .qrcode-wrapper img {
    width: 140px;
    height: 140px;
}

#app .footer-wrapper .content .right .qrcode-wrapper .desc {
    font-size: 16px;
    font-weight: 500;
    margin-top: 9px;
    color: #999999;
}

#app .footer-wrapper .content .right .desc {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    line-height: 30px;
}

#app .footer-wrapper .icp {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding-top: 23px;
    padding-bottom: 13px;
    width: 100%;
    border-top: 1px solid #666666;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

#app .footer-wrapper .icp a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-decoration:none
}
