/*----------------------------------------*/
/* 头部hero
/*----------------------------------------*/
.hero {
    height: 657px;
    background: url("../../images/prod/bg_AccuContour.png");
    background-size: 100% auto;
    padding-top: 180px;
    margin-top: -60px; }
.hero--title {
    margin-top: 150px;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700; }
.hero--circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #BF3B31;
    float: left;
    margin-top: 10px;
    margin-right: 10px; }
.hero-subtitle {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 50px; }
.hero--computer {
    height: 514px;
    width: 484px;
    margin-top: -37px; }
@media (max-width: 767px) {
    .hero {
        height: 630px;
        padding-top: 80px;
        margin-bottom: 40px; }
    .hero--circle { margin-top: 2px; margin-right: 0px; }
    .hero--title {
        margin-top: 80px;
        font-size: 40px;
        text-align: center; }
    .hero-subtitle {
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px; }
    .hero--computer {
        width: 320px;
        height: 100%;
        margin-top: 8px; }
}

/*----------------------------------------*/
/* 介绍intro
/*----------------------------------------*/
.intro { margin: 100px auto; }
.intro .col7 { padding: 0 50px; }
.intro__head {
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
.intro__head--text {
    height: 51px;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8); }
.intro__head--circle {
    flex-shrink: 0;
    margin-left: 20px;
    margin-top: -14px;
    width: 51px;
    height: 51px;
    border: 4px solid #CC3F34;
    border-radius: 50%; }
.intro__des {
    margin-top: 20px;
    display: flex;
    justify-content: space-between; }
.intro__des-block {
    width: 180px;
    text-align: center;
    background-color: rgba(216, 216, 216, 0.3);
    padding: 30px 0px;
    border-radius: 6px; }
.intro__des-block--icon {
    width: 54px;
    height: 54px; }
.intro__des-block--text {
    margin-top: 14px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
}
.intro--img { width: 80%; }
@media (max-width: 767px) {
    .intro { margin: 0px 0px 60px 0px; }
    .intro .col7 { padding: 0 20px; }
    .intro__head { margin-top: 20px; }
    .intro__head--text {
        height: auto;
        line-height: normal; }
    .intro__des-block {
        width: 32%;
        padding: 20px 0; }
    .intro__des-block--icon {
        width: 36px;
        height: 36px; }
    .intro__des-block--text { font-size: 14px; }
    .intro--img {
        width: 100%;
        padding: 0 5px;
        margin-top: 20px; }
}

/*----------------------------------------*/
/* 特点spec
/*----------------------------------------*/
.spe { padding: 80px 0; }
.spe .row1 { padding: 0 20px; }
.spe__point {
    display: flex;
    margin-bottom: 10px;
}
.spe__point-icon {
    width: 60px;
    height: 60px;
    margin-top: 14px;
    margin-right: 10px;
}
.spe__point--block {
    color: rgba(0, 0, 0, 0.8);
}
.spe__point--block-title1 {
    font-size: 34px;
    font-weight: 800;
    margin-top: 17px;
}
.spe__point--block-title2 {
    font-size: 34px;
    font-weight: 800;
}
.spe__point--block-text {
    font-size: 22px;
    font-weight: 200;
}
.spe--img {
    width: 1111px;
    height: 603px;
    margin-top: 50px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .spe .row1 { padding: 0 10px; }
    .spe__point { margin-bottom: 20px; }
    .spe__point-icon {
        height: 54px;
        width: 54px;
        margin-top: 0px; }
    .spe__point--block-title1 {
        margin-top: 13px;
        font-size: 20px; }
    .spe__point--block-title2 { font-size: 20px; }
    .spe__point--block-text { font-size: 14px; }
    .spe--img {
        margin-top: 10px;
        width: 100%;
        height: auto;
    }
}
