.product{
    padding: 0 1rem
}
.product .item{
    position: relative;
    width: 3.6rem;
    display: inline-block;
    margin: 0.2rem 0.15rem;
}
.product .img{
    width: 100%;
    height: 3.6rem;
    background: #00C1B3;
    overflow: hidden;
    text-align: center;
    line-height: 3.6rem;
}
.product .img img{
    /*max-width: 100%;*/
    max-height: 100%;
}
.product .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.9rem;
    text-align: center;
    line-height: 0.9rem;
    color: #fff;
    background:#469af9;
    overflow: hidden;
}
.protit{
    text-indent: 0.5rem;

    color: #469af9;
    font-size: 18px;
    font-weight: bold;
}
.contect p{
    font-size: 14px;
}
.pro_item{
    width: 100%;
}
.pro_img{
    text-align: center;
    overflow: hidden;
}
.pro_img img{
    max-width: 100%;
}
.info_box .title{
    padding: 0.32rem 0.5625rem 0.34375rem;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: none;
    background-color: #fff;
    margin-bottom: 0.2rem;
}
.info_box .title p {
    font-size: 18px;

}
.info_box .title span {
    font-size: 18px;
    color: #e85959;
}