.info_product_detail_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.info_product_detail_wrap .detail_left{
    width: 40%;
}
.info_product_detail_wrap .detail_left .detail_left_image{
    width: 100%;
    height: 10rem;
}
.info_product_detail_wrap .detail_right{
    width: 57%;
}
.info_product_detail_wrap .detail_right .InfoTitle{
    text-align: left;
}
.info_product_detail_wrap .detail_right .InfoTitle h1{
    margin: 0;
    font-size: 16px;
    line-height: 2rem;
    text-align: left;
}
.ProductDescription{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
}
.InfoContent{
    font-size: 18px;
}
.InfoContent img{
    max-width: 100%;
}
