/*----------------------------------------*/
/* 头部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: 110px;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700; }
.hero--subtitle {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 50px; }
.hero--circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #BF3B31;
    float: left;
    margin-top: 10px;
    margin-right: 10px; }
.hero--text {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}
.hero--computer {
    height: 514px;
    width: 468px;
    margin-top: -37px; }
@media (max-width: 767px) {
    .hero {
        height: 688px;
        padding-top: 80px;
        margin-bottom: 40px; }
    .hero--title {
        margin-top: 80px;
        font-size: 40px;
        text-align: center; }
    .hero--subtitle {
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px; }
    .hero--text {
        font-size: 18px;
    }
    .hero--circle {
        margin-top: 4px;
        margin-left: 90px;
    }
    .hero--computer {
        width: 320px;
        height: 100%;
        margin-top: 18px; }
}

/*----------------------------------------*/
/* 产品介绍
/*----------------------------------------*/
.overview {
    margin-top: 100px;
    margin-bottom: 100px;
}
.overview__head {
    text-align: center;
    width: auto;
    height: 301px; }
.overview__head img { height: 100%; }
.overview--circle {
    margin-left: 80px;
    margin-top: 50px;
    width: 45px;
    height: 45px;
    border: 6px solid #CC3F34;
    border-radius: 50%; }
.overview__text {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin: 20px 10px 20px 80px; }

.overview__title {
    margin-top: 60px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.7); }
.overview__img {
    margin-top: 30px;
    text-align: center;
    height: 141px;
    width: 100%; }
.overview__img img { height: 100%; }
.overview__footer {
    margin-top: 0px;
    text-align: center;
    height: 182px;
    width: 100%; }
.overview__footer img { height: 100%; }
@media (max-width: 767px) {
    .overview {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .overview__text { margin: 20px; }
    .overview__head { height: 260px; }
}

/*----------------------------------------*/
/* 亮点spec
/*----------------------------------------*/
.spec .container { padding: 100px 0; }
/* .spec .row_mobile { width: calc(100% - 15px); } */
.spec__body {
    background: url("../../images/scan1.png");
    background-size: 100% 100%;
    width: 380px;
    height: 380px;
    margin: 0 auto;
}
.spec--scan {
    width: 380px;
    height: 380px;
    animation: action 3s linear infinite;
}
.spec__title {
    display: flex;
    margin-top: 120px;
}
.spec__title-block {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    color: rgba(0, 0, 0, 0.8);
}
.spec__title .spec__title-sign {
    font-size: 56px;
    color: rgba(151, 151, 151, 0.4);
    font-weight: 400;
    margin: 0 10px;
}
.spec__title .spec__title-title {
    line-height: 86px;
    font-size: 34px;
    font-weight: 800;
}
@keyframes action {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 767px) {
    .spec .container { padding: 60px 0; }
    .spec__body {
        flex-direction: column;
        padding: 40px 0;
    }
    .spec__body {
        width: 320px;
        height: 320px;
        padding: 0px;
    }
    .spec--scan {
        width: 320px;
        height: 320px; }
    .spec__title {
        justify-content: center;
        margin-top: 0px; }
    .spec__title .spec__title-sign {
        margin: 0 5px;
        font-size: 46px;
    }
    .spec__title .spec__title-title {
        font-size: 22px;
    }
    .spec__title-block {
        margin-bottom: 60px;
        height: 80px;
        line-height: 80px;
        font-size: 20px;
    }
}

/*----------------------------------------*/
/* 亮点lightspot
/*----------------------------------------*/
.lightspot {
    margin: 100px auto;
}
.lightspot__title {
    display: flex;
    justify-content: center;
}
.lightspot__title .lightspot__title-sign {
    font-size: 56px;
    color: rgba(151, 151, 151, 0.4);
    font-weight: 400;
    margin: 0 20px;
}
.lightspot__title .lightspot__title-title {
    line-height: 86px;
    font-size: 38px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.8);
}
.lightspot--img {
    width: 1200px;
    height: 650px;
    background-color: black;
    margin-top: 60px;
}
@media (max-width: 767px) {
    .lightspot {
        margin: 30px 0px;
    }
    .lightspot--title {
        font-size: 20px;
        height: 80px;
        line-height: 80px;
    }
    .lightspot__title .lightspot__title-sign {
        font-size: 40px;
    }
    .lightspot__title .lightspot__title-title {
        font-size: 24px;
        line-height: 66px;
    }
    .lightspot--img {
        width: 100%;
        height: auto;
        margin: 30px auto 0 auto;
    }
}
