.nav_wrap .layui-nav-item:nth-child(5) >a::after{
    transform: scaleX(1);
}
.croproFigures_conntainner{
    width: 100%;
    /* height: 100%; */
    background: url('../../static/images/newDetail_back.png') #ffffff no-repeat bottom right;
    display: flex;
    justify-content: center;
}
.croproFigures_wrap{
    width: 100%;
    height: 100%;
    padding: 0.9rem 2.4rem 1.6rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.croproFigures_title{
    font-size: 0.4rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #302A29;
    line-height: 0.16rem;
}
.croproFigures_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.7rem;
}
.croproFigures_item{
    cursor: pointer;
    width: 4.5rem;
    /* height: 3rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.35rem;
    margin-right: 0.2rem;
}
.croproFigures_img{
    width: 100%;
    height: 3rem;

}
.croproFigures_img >img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.croproFigures_name{
    margin-top: 0.25rem;
    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #302A29;
    line-height: 0.25rem;
}
.cropro_introd{
    margin-top: .8rem;
    background: #fafafc;
    padding: .4rem .3rem ;
    box-sizing: border-box;
}
.cropro_introd p{
    text-indent: 2em;
    font-size: .2rem;
    line-height: .38rem;
}
.cropro_introd p:nth-child(2){
    margin-top: .2rem;
}

@media screen and (max-width: 750px) {
    .croproFigures_wrap{
        padding: 0.9rem .2rem 1.6rem;
        min-height: 10rem;
    }
    .croproFigures_item{
        margin-right: 0;
        width: 6.5rem;
    }
    .croproFigures_list{
        justify-content: center;
    }
    .croproFigures_img{
        height: 4rem;
    }
    .croproFigures_conntainner{
        background-size: contain;
    }
    .cropro_introd p{
        font-size: .26rem;
    }
    .croproFigures_name{
        font-size: .24rem;
    }
}