/*清除浮动*/
.slowClearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .slowClearfix{zoom: 1;}
/* IE6 */
*:first-child + html .slowClearfix{zoom: 1;}
/*清除所有*/
.slowClearfixlear{clear: both;}


.slowProductBox1{
    width: 100%;box-sizing: border-box;margin: 0 auto;padding: 20px 0 20px;background-color: transparent;
}
.slowProductBox1 .slowProductBoxUl{
    width: 100%;margin: 0 auto;
}
.slowProductBox1 .slowProductLi{
    width: calc((100% - 100px) / 5);margin-left: 25px;float: left;box-sizing: border-box;margin-top: 20px;
    display: block;
}
.slowProductBox1 .slowProductLi:nth-child(5n+1){
    margin-left: 0;
}
.slowProductBox1 .slowProductLi .slowImage{
    width: 100%;box-sizing: border-box;border: 3px solid #000000;position: relative;
}
.slowProductBox1 .slowProductLi .slowImage>img{
    display: block;width: 100%;margin: 0 auto;
}
.slowProductBox1 .slowProductLi .slowText{
    width: 100%;padding: 0 5px;line-height: 20px;font-size: 14px;text-align: justify;color: #000000;height: 40px;
    margin: 5px auto 0;box-sizing: border-box;
    justify-content: flex-start;align-items: center;display: -webkit-box;flex-flow: row nowrap;
    display: -webkit-flex;display: flex;-webkit-box-orient: horizontal;-webkit-flex-flow: row nowrap;
}
.slowProductBox1 .slowProductLi .slowText .slowSpan{
    display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;
    -webkit-line-clamp: 2;-webkit-box-orient: vertical;max-width: 100%;
    width: max-content;line-height: 20px;font-size: 14px;text-align: justify;color: #000000;max-height: 40px;
}
.slowProductBox1 .slowProductLi:hover .slowText{
    text-decoration: underline;color: #000000;
}
.slowProductBox1 .slowProductLi .slowPrice{
    text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
    width: 100%;line-height: 20px;height: 20px;text-align: left;font-size: 16px;color: #b5252f;font-weight: bold;
    margin: 5px auto 0;padding: 0 5px;
}