#app .page-aboutus-wrapper .contact-us-wrapper {
    display: flex;
    width: 100%;
    height: 506px;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

#app .page-aboutus-wrapper .contact-us-wrapper .address-tip-title {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin-top: 80px;
}

#app .page-aboutus-wrapper .contact-us-wrapper .address-tip-en {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}

#app .page-aboutus-wrapper .contact-us-wrapper .address-tip-content {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-top: 20px;
    margin-bottom: 60px;
}

#app .page-aboutus-wrapper .contact-us-wrapper .content-wrapper {
    max-width: 1200px;
    box-sizing: border-box;
    width: calc(100% - 80px);
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
 }

#app .page-aboutus-wrapper .contact-us-wrapper .content-wrapper .item {
    display: flex;
    width: 300px;
    flex-direction: column;
    align-items: center;
 }

#app .page-aboutus-wrapper .contact-us-wrapper .content-wrapper .item img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
 }

#app .page-aboutus-wrapper .contact-us-wrapper .content-wrapper .item .label{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
 }

#app .page-aboutus-wrapper .contact-us-wrapper .content-wrapper .item .value{
    margin-top: 20px;
    max-width: 233px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #666666;
 }
