/*----------------------------------------*/
/* 头部hero
/*----------------------------------------*/
.hero {
    height: 660px;
    background: url("../../images/prod/bg_AccuContour.png");
    background-size: 100% auto;
    padding-top: 180px;
    margin-top: -60px;
    margin-bottom: 100px; }
.hero--title {
    font-size: 60px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
    margin-top: 90px;
}
.hero-subtitle {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 50px;
}
.hero-mobilepc {
    display: none;
    margin-bottom: 20px;
}
.hero__gen {
    display: flex;
    flex-wrap: wrap;
}
.hero__gen-block {
    display: flex;
    margin-bottom: 20px;
    margin-right: 60px;
}
.hero__gen-block--icon {
    height: 22px;
    width: 22px;
    margin-top: 12px;
    margin-right: 12px;
}
.hero__gen-block--brand {

}
.hero--computer {
    height: 457px;
    width: 606px;
    margin-top: 23px;
}
@media (max-width: 767px) {
    .hero {
        padding-top: 160px;
        margin-bottom: 40px;
        height: 604px;
    }
    .hero--title {
        font-size: 40px;
        text-align: center;
        margin-top: 0px;
    }
    .hero-subtitle {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }
    .hero-mobilepc { display: block; }
    .hero--computer { display: none; }
    .hero__gen { justify-content: space-between; }
    .hero__gen-block { margin-right: 0px; }
    .hero__gen--icon {
        height: 34px;
        width: 34px;
    }
}

/*----------------------------------------*/
/* 总览overview
/*----------------------------------------*/
.overview { margin-bottom: 100px; }
.overview__head {
    width: 310px;
    height: 310px;
    margin: 0 auto;
}
.overview__mobilehead {
    width: 200px;
    height: 200px;
    margin: auto;
    margin-top: 20px;
}
.overview__col--head { display: show; }
.overview__col--mobilehead { display: none; }
.overview__head img { width: 100%; }
.overview__brand { margin-top: 40px; }
.overview__brand img { height: 70px;}
.overview__text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    margin: 120px 10px 0 10px;
}
@media (max-width: 767px) {
    .overview { margin-bottom: 40px; }
    .overview__text {
        margin: 20px 0;
    }
    .overview__col--head { display: none; }
    .overview__col--mobilehead { display: block; }
}

/*----------------------------------------*/
/* 产品介绍feature
/*----------------------------------------*/
.feature { margin-bottom: 0px; }
.feature__row { padding: 100px 0; }
/* .feature__head {
    height: 145px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    padding-top: 16px;
} */
.feature__head {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 16px; }
.feature__head .feature__head-title {
    color: rgba(0, 0, 0, 0.8);
}
.feature__head .featur__head-sign {
    font-size: 56px;
    color: rgba(151, 151, 151, 0.4);
    font-weight: 400;
}
.headleft {
    background: url("../../images/shape/shape_title-left.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-left: 30px;
}
.headright {
    background: url("../../images/shape/shape_title-right.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
    padding-right: 30px;
}
.headleft div { text-align: left; }
.headright div { text-align: right; }
.feature__head-title {
    font-size: 44px;
    font-weight: 800;
}
.feature__head-subtitle {
    font-size: 28px;
    font-weight: 200;
}
.feature__img--mobile { display: none; }
.feature__icon {
    display: flex;
    margin-bottom: 20px;
}
.feature__icon--block {
    display: flex;
    margin-right: 50px;
}
.feature__icon--block img {
    width: 49px;
    height: 49px;
}
.feature__icon--block div {
    font-size: 21px;
    color: rgba(0, 0, 0, 0.7);
    height: 49px;
    line-height: 49px;
    margin-left: 10px;
    float: right;
}
.feature__text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 22px;
}

#featureTwo .feature__head, #featureFour .feature__head { text-align: right; }
#featureTwo .feature__img-img { margin-top: 30px; }
#featureThree .feature__row { padding: 50px 0 100px 0; }
#featureThree .feature__head { margin-top: 110px; }
#featureThree .feature__img-img { margin-top: 50px; }
#featureFour .feature__head-title { margin-top: 20px; }
#featureFour .feature__content { margin-top: 50px; }

@media (max-width: 767px) {
    .feature { margin-bottom: 20px; }
    .feature__block { padding: 30px 0; }
    .feature__head .featur__head-sign {
        font-size: 30px; }
    .feature__head {
        height: 80px;
        text-align: center !important;
    }
    .feature__head .feature__head-title { font-size: 22px; }
    .feature__row { padding: 20px 0; }
    .headleft { margin-left: 90px; }
    .headright { margin-right: 90px; }

    .feature__head-subtitle { font-size: 14px; }
    .feature__icon { justify-content: space-between; }
    .feature__icon--block { margin-right: 0px; }
    .feature__icon--block img {
        width: 38px;
        height: 38px;
    }
    .feature__icon--block div {
        font-size: 16px;
        line-height: 40px;
    }
    .feature__img { margin-top: 10px; }
    .feature__img--pc { display: none; }
    .feature__img--mobile { display: block; }

    #featureTwo .feature__row { padding: 20px; }
    #featureTwo .feature__img-img { margin-top: 10px; }
    #featureThree .feature__row { padding: 0; }
    #featureThree .feature__img-img { margin-top: 20px; }
    #featureThree .headleft { margin-left: 110px; }
    #featureThree .feature__head { margin-top: 0px; }
    #featureFour .feature__row { padding: 20px; }
    #featureFour .feature__head-title { margin-top: 10px; }
    #featureFour .feature__content { margin-top: 0px; }
    #featureFour .headright { margin-right: 80px; }
}

/*----------------------------------------*/
/* 产品亮点lightspot
/*----------------------------------------*/
.lightspot {
    padding: 90px 0 80px 0;
}
.lightspot__block {
    display: flex;
    color: rgba(51, 51, 51, 0.9);
    margin-bottom: 50px;
}
.lightspot__block-icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.lightspot__block-title {
    font-size: 26px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 10px;
}
.lightspot__block-desc {
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
}
.lightspot__show {
    width: 396px;
    height: 100%;
    background: url("../../images/prod/lightspot_show.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 120px;
    margin-top: -24px;
}
.lightspot__show--block {
    height: 145px;
    /* background: url("../../images/shape/shape_title.png"); */
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    text-align: center;
    padding-top: 18px;
}
.lightspot__show--mobile { display: none; }
.lightspot__show-title {
    font-size: 44px;
    color: rgba(51, 51, 51, 0.9);
    font-weight: 800;
}
@media (max-width: 767px) {
    .lightspot { padding: 40px 0 20px 0; }
    .lightspot__show--mobile {
      display: block;
      margin-bottom: 10px;
    }
    .lightspot__show--pc { display: none; }
    .lightspot__show--mobile .lightspot__show {
        width: 100%;
        height: 200px;
        padding-top: 60px;
        background: url("../../images/prod/lightspot_show.png");
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center;
        margin: 0 auto;
    }
    .lightspot__show--mobile .lightspot__show .lightspot__show--block {
        height: 80px;
        /* background: url("../../images/shape/shape_title.png"); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
    }
    .lightspot__show-title { font-size: 28px; }
    .lightspot__block {
        margin-bottom: 36px;
        margin-left: 0px; }
    .lightspot__block-icon {
        width: 46px;
        height: 46px;
    }
    .lightspot__block-title {
        font-size: 20px;
        line-height: 20px;
    }
    .lightspot__block-desc { font-size: 12px; }
}
