@charset "utf-8";
*, :after, :before, input {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.page_container {width: 100%;background: #eee;overflow: hidden;}

.category_wrap{width: 1160px;padding: 20px;margin: 30px auto 20px;background: #fff;border-radius: 10px;}
.category_header_title{line-height: 1.2;margin: 20px 0;font-size: 18px;color: #000;text-align: center;font-weight: 700;}
.category_product_ietem{width: 100%;overflow: hidden;}
.category_product_list{width: 25%;padding: 0 10px;margin-bottom: 20px;float: left;overflow: hidden;}
.category_product_list:nth-child(4n + 1){clear: both;}
.category_product_image{overflow: hidden;margin-bottom: 10px;}
.category_product_image>a, .category_product_image>a>img {display: block;width: 100%;}
.category_caption_name {line-height: 1.5;max-height: 3em;position: relative;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.category_product_list:hover a{color:#FF5C26}