.product {
    padding: 64px 0;
    text-align: center;
}

.product .yui-card {
    margin-top: 30px;
    padding: 24px;
}

.product .price {
    color: #f56c6c;
    font-weight: 600;
    font-size: 18px;
}

.machine-room-advantage {
    background-color: #fafafc;
    padding: 64px 0;
}

.machine-room-advantage .w1200 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.machine-room-advantage .w1200 .yui-card {
    margin: 0 8px;
    padding:48px 24px;
}

.machine-room-advantage .w1200 .yui-card .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.machine-room-advantage .w1200 .yui-card .card {
    background: linear-gradient(to bottom, #cfddf6 0%, #fff 100%);
    padding: 15px;
    box-sizing: border-box;
    line-height: 26px;
    color: #83838b;
    transition: .5s;
    margin: 0 auto 24px;
    height: 130px;
}

.machine-room-advantage .w1200 .yui-card .card > div:first-child {
    font-size: 24px;
    color: #222;
    padding-bottom: 10px;
    display: block;
}

.machine-room-advantage .w1200 .yui-card .card:hover {
    transform: translateY(-16px);
}

.product-advantage {
    padding: 64px 0;
}

.intro {
    padding: 64px 0;
    background: #fafafc;
}

.intro .w1200 {
    border-style: solid;
    border-color: #e3e4e5;
    border-width: 1px;
    background-color: #fff;
    flex-grow: 1;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
    position: relative;
    padding: 24px;
    margin: 48px auto 0;
}

.intro .w1200 .content {
    background-color: #FAFAFC;
    height: 100%;
    padding: 24px;
    color: #7a8799;
    line-height: 30px;
    align-items: center;
    letter-spacing: 1px;
}

.intro .w1200:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 64px;
    background: #409eff;
    top: 24px;
    left: 0;
}

.intro .w1200 span {
    font-weight: 600;
    color: #292d33;
}

.intro .w1200 .icon-quotation {
    color: #7A8799;
    font-size: 60px;
    opacity: 0.2;
    margin-right: 8px;
}