/* ==================== 联系我们样式 ==================== */
    .contact-container {
        background-color: #f9f9f9;
		max-width:750px;
		margin:0 auto;
    }
    /* wrapper容器 - 100%填充父容器，无内间距 */
    .contact-wrapper {
        width: 100%;         /* 100%继承父容器宽度 */
        padding: 20px 8%;
    }
    .contact-investor-title {
        color: #333;
        font-size: 18px;
        margin-bottom: 15px;
        list-style: none;
        position: relative;
        padding-left: 20px;
    }
    .contact-investor-title::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #47d1c3;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .contact-company-info {
        color: #666;
        font-size: 16px;
        line-height: 1.8;
        margin-left: 20px;
        padding-top:15px;
    }
    .contact-company-address {
        color: #666;
        font-size: 15px;
        line-height: 1.8;
        margin-left: 20px;
        padding-top:0px;
    }
    .contact-info-container-gs {
        padding:20px 0;
    }
    .contact-investor-title-gs {
        color: #333;
        font-size: 18px;
        margin: 15px 0;
        list-style: none;
        position: relative;
        padding-left: 20px;
    }
    .contact-investor-title-gs::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #47d1c3;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .contact-company-info-gs {
        color: #333;
        font-size: 16px;
        line-height: 1.8;
        margin-left: 20px;
    }
    .contact-company-address-gs {
        color: #666;
        font-size: 15px;
        line-height: 1.8;
        margin-left: 20px;
        padding-top:0px;
    }