.company-address-wrapper {
    display: flex;
    width: 100%;
    height: 800px;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
}

.company-address-wrapper .address-tip-title {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin-top: 100px;
}

.company-address-wrapper .address-tip-en {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}

.company-address-wrapper .address-tip-content {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-top: 20px;
    margin-bottom: 60px;
}

.company-address-wrapper .content-wrapper {
    max-width: 1200px;
    width: calc(100% - 80px);
    height: 450px;
    box-sizing: border-box;
    margin-left: 40px;
    margin-right: 40px;
}
