#head .banner {
    width: 100%;
    height: 280px;
    color: #fff;
}

#head .search-banner {
    background: url("../images/7-details/7details-banner1.jpg") no-repeat;
    background-position: center 0;
}

#head .trace-banner {
    background: url("../images/7-details/7details-banner2.jpg") no-repeat;
    /background-position: center 0;
}

#head .analysis-banner {
    background: url("../images/7-details/7details-banner3.jpg") no-repeat;
    background-position: center 0;
}

#head .service-banner {
    background: url("../images/7-details/7details-banner4.jpg") no-repeat;
    background-position: center 0;
}

#head .store-banner {
    background: url("../images/7-details/7details-banner5.jpg") no-repeat;
    background-position: center 0;
}

#head .banner h2 {
    padding-top: 50px;
    font-size: 30px;
    /* opacity: 0.8; */
}

#head .banner p {
    padding-top: 26px;
    line-height: 30px;
    opacity: 0.7;
}

#content {
    text-align: center;
}

#content h3 {
    font-size: 26px;
    letter-spacing: 2px;
}

#content .info {
    padding: 60px 50px 80px;
}

#content .info p {
    padding-top: 36px;
    text-indent: 2em;
    line-height: 1.8em;
    text-align: left;
}

#content .superiority {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #eee;
}

#content .superiority ul {
    padding: 30px 56px;
    margin-top: 30px;
    background: #fff;
}

#content .superiority ul li {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

#content .superiority li img {
    padding-bottom: 10px;
}

#content .superiority ul li .superiority-left {
    text-align: center;
    white-space: nowrap;
}

#content .superiority li .superiority-right {
    padding-left: 50px;
    font-size: 13px;
}

#content .superiority ul li p {
    line-height: 1.8em;
}

#content .superiority ul .search-list {
    padding-left: 8px;
}

#content .superiority ul .search-list .superiority-right p {
    padding-left: 8px;
}


/* #content .superiority ul li:nth-child(3) .superiority-left p {
    white-space: nowrap;
    margin-left: -8px;
} */

#content .superiority ul li:nth-child(3) {
    border-bottom: none;
}


/* #content .superiority ul li:nth-child(3) .superiority-right {
    padding-left: 44px;
} */

#content .superiority .point {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0382FE;
    margin: 0 10px;
}