.main-content {
    width: 590px;
    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 {
        text-align: left;
        overflow: hidden;
        margin-top: 30px
    }

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

        .main-content .main-content-detail .main-title {
            text-align: center;
            font-size: 16px;
            color: #666;
            margin-top: 24px;
            margin-bottom: 29px;
            font-weight: 600
        }

        .main-content .main-content-detail #contactForm .input-group {
            width: 100%;
            margin-bottom: 20px;
            border-radius: 2px
        }

        .main-content .main-content-detail #contactForm .btn-group {
            float: right
        }

            .main-content .main-content-detail #contactForm .btn-group button {
                margin-left: 20px;
                width: 140px;
                height: 40px;
                background: #CC6633;
                border-radius: 2px;
                font-size: 16px;
                color: #FFF
            }
/*# sourceMappingURL=message.css.map */
