.secondPage_tab>ul>li {
    width: 20%;
}

.advantage {
    margin-top: 60px;
    width: 100%;
}

.advantage img {
    width: 100%;
    height: auto;
}

.productSafe_operation {
    background: #f0f6fd;
}


.product_features {
    height: 458px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_featuresList {
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.product_featuresDefault{
    width: 190px;
    height: 100%;
    background-image: linear-gradient(0deg,
    #c0d8fa 0%,
    #f2f8fd 100%,
    #7acb99 100%,
    #029d35 100%),
    linear-gradient(
            #eeeeee,
            #eeeeee);
    background-blend-mode: normal,
    normal;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}


.product_featuresDefault p {
    font-weight: 600;
    margin-top: 70px;
    width: 100%;
    text-align: center;
    color: #0251a1;
}

.product_featuresDefault img {
    display: inline-block;
    width: 170px;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -85px;
}

.product_featuresHover {
    width: 400px;
    height: 100%;
    background-color: #007fff;
    border-radius: 10px;
    padding: 60px 40px;
    position: relative;
    display: none;
}
.product_featuresHover p{
    font-weight: 600;
    width: 100%;
    text-align: left;
    color: #fff;
}
.product_featuresHover_title{
    padding-bottom: 34px;
    position: relative;
    margin-bottom: 32px;
}
.product_featuresHover_title:after{
    width: 30px;
    height: 2px;
    background-color: #c6d4de;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.product_featuresHover p.product_featuresDesc {
    line-height: 32px;
    font-weight: 400;
}
.product_featuresHover::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
/*.product_featuresHover_6::after{*/
/*    background: url("../images/productSafe_6hover.png") 90% 90% no-repeat;*/
/*}*/

/*.product_featuresHover_7::after{*/
/*    background: url("../images/productSafe_7hover.png") 90% 90% no-repeat;*/
/*}*/
/*.product_featuresHover_8::after{*/
/*    background: url("../images/productSafe_8hover.png") 90% 90% no-repeat;*/
/*}*/
/*.product_featuresHover_9::after{*/
/*    background: url("../images/productSafe_9hover.png") 90% 90% no-repeat;*/
/*}*/
/*.product_featuresHover_10::after{*/
/*    background: url("../images/productSafe_10hover.png") 90% 90% no-repeat;*/
/*}*/

.product_featuresList.product_features_active {
    border-radius: 12px;
    box-shadow: 0px 15px 30px 0px rgba(110, 121, 137, 0.2);
    animation: bannerBullet 0.6s linear;
}

.product_featuresList.product_features_active .product_featuresHover {
    display: block;
    /*width: 100%;*/

}

.product_featuresList.product_features_active .product_featuresDefault {
    display: none
}

@keyframes bannerBullet {
    0% {
        width: 200px;
    }
    100% {
        width: 400px;
    }
}

.productSafe_estimate{
    background: url("../images/productSafe_estimateBg.png") 50% 50% no-repeat;
    background-size: cover;
}

.ensdpList {
    background-image: linear-gradient(10deg,
    #eff6fe 0%,
    #ffffff 50%,
    #e8f1fd 100%,
    #ebf3fd 100%,
    #eef5fc 100%),
    linear-gradient(
            #eeeeee,
            #eeeeee);
    background-blend-mode: normal,
    normal;
}
.ensdpList .imgBox {
    bottom: 20px;
    right: 50px;
}

.productSafe_sence{
    background: url("../images/productSafe_senceBg.png") 50% 50% no-repeat;
    background-size: cover;
}

