#product_detail .detail .box .chart table td ol li:nth-child(2) {
    position:absolute!important;
    width:0%!important;
    }
#product_detail .detail .box .chart table td ol li:nth-child(3) {
    position:absolute!important;
    width:25%!important;
    }
#product_detail .detail .box .chart table td ol li:nth-child(4) {
    position:absolute!important;
    width:50%!important;
    }
#product_detail .detail .box .chart table td ol li:nth-child(5) {
    position:absolute!important;
    width:75%!important;
    }
#product_detail .detail .box .chart table td ol li:nth-child(n+2):before {
    right:0!important;
    left: auto !important;
    }