.main-content {
    width: 722px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    overflow: hidden
}

    .main-content .title {
        font-size: 30px;
        color: #333;
        line-height: 42px;
        font-weight: 600
    }

    .main-content .sub {
        font-weight: 100;
        font-size: 16px;
        color: #999;
        line-height: 22px
    }

    .main-content .main-content-detail {
        margin-top: 30px;
        text-align: left;
        overflow: hidden
    }

        .main-content .main-content-detail .line {
            height: 1px;
            width: 100%;
            border-bottom: 1px dashed #999
        }

        .main-content .main-content-detail .main-title {
            font-size: 15px;
            color: #000;
            margin-top: 39px;
            margin-bottom: 20px;
            font-weight: 600
        }

        .main-content .main-content-detail .main-sub {
            font-size: 16px;
            color: #333;
            line-height: 38px
        }

            .main-content .main-content-detail .main-sub .contact-icon {
                float: left;
                width: 14px;
                height: 16px;
                margin-right: 20px
            }

                .main-content .main-content-detail .main-sub .contact-icon img {
                    width: 100%;
                    position: relative;
                    top: 50%;
                    transform: translateY(-50%)
                }
/*# sourceMappingURL=contact_us.css.map */
