.navigite-bg{
    height: auto;
    padding: 0;
    background: none;
}
.iquant-product{
    padding: 35px 0 65px;
    position: relative;
}
.iquant-product .sons-area a{
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
}
.function-1{
    background: url(../images/function_1.png) center center no-repeat;
    background-size:100%; 
}
.function-2{
    background: url(../images/function_2.png) center center no-repeat;
    background-size:100%; 
}
.function-3{
    background: url(../images/function_3.png) center center no-repeat;
    background-size:100%; 
}
.function-4{
    background: url(../images/function_4.png) center center no-repeat;
    background-size:100%; 
}
.iquant-product .sons-area .pro-name{
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.62px;
    text-align: center;
    margin-top: 18px;
    display: block;
}
.iquant-product .tips{
    width: 100%;
    height: 89px;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 20px;
    color: #FFFFFF;
    background: url(../images/iQuant_tips.png) center center no-repeat;
    background-size:100% auto;
    position: absolute;
    left: 0;
    bottom: -54px;
}
.product-detail .label-bg-detail{
    padding: 47px 0;
    overflow: hidden;
}
.product-detail .label-bg-detail-el{
    padding-top: 108px!important;
    background: #f7f8fa;
}
.product-detail .label-bg-detail .cover{
    overflow: hidden;
    position: relative;
}
.product-detail .label-bg-detail .describe{
    font-size: 22px;
    color: #333333;
    width: 50%;
    text-align: center;
    height: 1px;
    float: right;
}
.product-detail .label-bg-detail .describe .encase{
    position: absolute;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/advant_bg.png) no-repeat;
    background-size:117px; 
    background-position: 8% 15%;
}
.product-detail .label-bg-detail-el .describe .encase{
    background-position: 92% 15%;
}
.product-detail .label-bg-detail .describe .encase .line-1{
    margin-bottom: 20px
}
.product-detail .label-bg-detail .label-img{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
.product-detail .label-bg-detail-el .describe{
    float: left;
}
.product-detail .label-bg-detail-el .label-img{
    float: left;
}
@media (min-width: 601px) and (max-width: 1000px) {
    .product-detail .label-bg-detail .describe .encase{
        width: 45%;
    }
    .navigite-bg {
        height: 190px;
    }
}
@media (min-width: 320px) and (max-width: 600px) {
    .product-detail .label-bg-detail .describe .encase .line-1 {
        margin-bottom: 10px;
    }
    .product-detail .label-bg-detail .describe {
        font-size: 15px;
    }
    .iquant-product .tips{
        padding: 10px;
        background-size:auto 100%;
    }
    .product-detail .label-bg-detail .describe .encase{
        background-size: 55px;
    }
    .navigite-bg{
        height: 96px;
    }
    .product-detail .label-bg-detail .label-img{
        width:100%;
    }
    .product-detail .label-bg-detail .describe{
        width: 100%;
        height: auto;
    }
    .product-detail .label-bg-detail .describe .encase{
        position: initial;
        width: 100%;
        margin-top: 30px;
        background-position: 10% 0px;
        background-size: 48px;
    }
    .product-detail .label-bg-detail{
        padding: 30px 0;
    }
}







































