.main-content {
    width: 960px;
    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 .left-block {
        margin-top: 40px;
        float: left;
        background-image: url(../images/product-left.jpg);
        width: 450px;
        height: 337px;
        border-radius: 6px;
        position: relative
    }

        .main-content .left-block .shade {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.3)
        }

        .main-content .left-block .content-item {
            width: 150px;
            height: 130px;
            margin: 0 auto;
            position: relative;
            top: 50%;
            transform: translateY(-50%)
        }

            .main-content .left-block .content-item .icon {
                width: 83px;
                height: 83px
            }

            .main-content .left-block .content-item .title {
                font-size: 24px;
                color: #FFF;
                font-weight: 200;
                line-height: 24px;
                width: 150px;
                margin: 23px auto
            }

    .main-content .right-block {
        margin-top: 40px;
        float: right;
        background-image: url(../images/product-right.jpg);
        width: 450px;
        height: 337px;
        border-radius: 6px;
        position: relative
    }

        .main-content .right-block .shade {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.3)
        }

        .main-content .right-block .content-item {
            height: 130px;
            margin: 0 auto;
            position: relative;
            top: 50%;
            transform: translateY(-50%)
        }

            .main-content .right-block .content-item .icon {
                width: 83px;
                height: 83px
            }

            .main-content .right-block .content-item .title {
                font-size: 24px;
                color: #FFF;
                font-weight: 200;
                line-height: 24px;
                margin: 23px auto
            }
/*# sourceMappingURL=product.css.map */
