/* .main_content {
    padding: .92rem 0 .1rem;
} */

.quoteBtn {
    width: 3rem;
    height: .6rem;
    line-height: .6rem;
    color: #fff;
    font-size: .2rem;
    font-family: pb;
    text-align: center;
    cursor: pointer;
    border-radius: .4rem;
}

.product_banner {
    width: 100%;
    height: 8.5rem;
    background: url(../img/StreetSweeper-banner.jpg) no-repeat center center;
    background-size: contain;
    position: relative;
}

.product_banner_es {
    width: 100%;
    height: 8.5rem;
    background: url(../img/StreetSweeper-banner_es.jpg) no-repeat center center;
    background-size: contain;
    position: relative;
}
.product_banner_es .quoteBtn {
    width: 5.5rem;
    height: .8rem;
    position: absolute;
    left: 35%;
    top: 76%;
}
.product_banner .quoteBtn {
    width: 4rem;
    height: .8rem;
    position: absolute;
    left: 40%;
    top: 76%;
}

.product_feture {
    width: 100%;
}

.product_feture .feture_content {
    width: 17rem;
    margin: 0 auto;
    padding: .6rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: .2rem;
}

.product_feture .feture_li .titleH {
    color: #052f74;
    font-size: .26rem;
    margin: .2rem auto;
}

.product_feture .feture_li .msgH {
    color: #283337;
}

.product_feture .feture_li .feture_liImg {
    width: .8rem;
    height: .8rem;
    overflow: hidden;
    margin: 0 auto;
}

.product_feture .feture_li .feture_liImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product_feture .feture_li .feture_liImg img:hover {
    transform: scale(1.05);
}

.product_introduction {
    width: 100%;
    background: url(../img/StreetSweeper5.png) no-repeat center center;
    background-size: cover;
}

.product_introduction .introduction_content {
    width: 17rem;
    margin: 0 auto;
    padding: .6rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .2rem;
    align-items: center;
}

.product_introduction .introduction_L {
    width: 100%;
    height: 5.5rem;
}

.product_introduction .introduction_R {
    width: 100%;
    padding-left: .8rem;
}

.product_introduction .introduction_R .titleH,
.product_introduction .introduction_R .msgH {
    text-align: left;
}

.product_introduction .introduction_R .msgH {
    width: 80%;
    color: #424040;
}

.product_introduction .introduction_R .quoteBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .1rem;
    color: #fff;
    background-color: #1361fe;
    margin: .6rem 0 0;
}

.product_introduction .introduction_R .quoteBtn img {
    width: .4rem;
    height: .4rem;
    object-fit: contain;
}

.product_adavatage {
    width: 100%;
    background-color: #074ea5;
}

.product_adavatage .advantages_content {
    width: 17rem;
    margin: 0 auto;
    padding: .6rem 0 1rem;
    position: relative;
}

.product_adavatage .titleH {
    color: #fff;
}

.product_adavatage .advantages_ul {
    width: 100%;
    padding-top: .2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .2rem;
}

.product_adavatage .advantages_li {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    background-color: #fff;
    align-items: center;
}

.product_adavatage .advantages_li:nth-child(even) {
    grid-template-columns: 1.15fr 1fr;
}

.product_adavatage .advantages_li .advantages_liL {
    width: 100%;
    height: 4.25rem;
    overflow: hidden;
}

.product_adavatage .advantages_li .advantages_liL img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product_adavatage .advantages_li .advantages_liL img:hover {
    transform: scale(1.05);
}

.product_adavatage .advantages_liR {
    padding: .2rem 0 .2rem .4rem;
}

.product_adavatage .advantages_liR .quoteBtn {
    width: 2.3rem;
    background-color: #1361fe;
    margin: .2rem 0 0;
}

.product_adavatage .advantages_liR .titleH {
    color: #000;
    font-size: .28rem;
    position: relative;
    margin-bottom: .4rem;
    text-align: left;
}

.product_adavatage .advantages_liR .titleH::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.17rem;
    width: 1rem;
    height: .05rem;
    background-color: #1361fe;
}

.product_adavatage .advantages_liR .advantages_liRTxt {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .1rem;
}

.product_adavatage .contactBtn {
    position: absolute;
    left: 50%;
    bottom: -.4rem;
    transform: translateX(-50%);
    width: 4.9rem;
    height: 1rem;
    object-fit: contain;
}

.applicable_fields {
    width: 100%;
    padding: 1rem 0 .8rem;
}

.applicable_fields .applicable_img {
    width: 100%;
    height: 8.5rem;
    background: url(../img/StreetSweeper12.png) no-repeat center center;
    background-size: contain;
    margin-top: -.8rem;
}

.not_sure {
    width: 100%;
    background-color: #074ea5;
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    padding: .4rem 0;
    align-items: center;
}

.not_sure .notSure_img {
    width: 100%;
    height: 5.7rem;
    overflow: hidden;
    margin-top: .6rem;
}

.not_sure .notSure_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.not_sure .notSure_img img:hover {
    transform: scale(1.05);
}

.not_sure .sure_txt {
    padding-right: .4rem;
}

.not_sure .sure_txt .titleH,
.not_sure .sure_txt .msgH {
    text-align: left;
    color: #fff;
}

.not_sure .sure_txt .msgH {
    position: relative;
}

.not_sure .sure_txt .msgH::after {
    content: '';
    width: .8rem;
    height: .04rem;
    background-color: #1361fe;
    position: absolute;
    left: 0;
    bottom: -.2rem;
}

.not_sure .sure_ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .2rem;
    align-items: center;
    margin-top: .8rem;
}

.not_sure .sure_li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.not_sure .sure_li::after {
    content: '';
    width: .01rem;
    height: .6rem;
    position: absolute;
    top: 0;
    right: .2rem;
    background-color: #fff;
    opacity: .6;
}

.not_sure .sure_li:last-child::after {
    display: none;
}

.not_sure .sure_li img {
    width: .6rem;
    height: .6rem;
    object-fit: contain;
    margin-right: .2rem;
}

.not_sure .sure_li .sure_liLabel {
    color: #fff;
    font-size: .22rem;
    margin-bottom: .1rem;
}

.not_sure .sure_li .sure_liValue {
    color: #fff;
    font-size: .2rem;
}

.not_sure .quoteBtn {
    width: 3.2rem;
    margin: .6rem 0;
}

.not_sure .quoteBtn img {
    width: 100%;
    height: 1rem;
    object-fit: contain;
}