#app .footer-wrapper {
    display: flex;
    width: 100%;
    background-color: #333333;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
}

#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: 55px;
    padding-top: 68px;
}

#app .footer-wrapper .content .common-list-wrapper{
    width: 240px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-left: 1px solid rgba(200, 200, 200, 0.17);
    padding-left: 20px;
}

#app .footer-wrapper .content .common-list-wrapper .title{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

#app .footer-wrapper .content .common-list-wrapper .item-text {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
}

#app .footer-wrapper .content .common-list-wrapper .item-text-blue {
    font-weight: 400;
    font-size: 14px;
    color: #6481C9;
}

#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%;
    background-color: #292929;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

#app .footer-wrapper .icp a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-decoration:none
}
