.custom_clothes_service {
  padding: 20px 20px 32px 20px;
  background: #f2f2f2;
  word-break: break-all;
  line-height: 20px;
}
.custom_clothes_service .title {
  padding-bottom: 12px;
  font-size: 22px;
}
.custom_clothes_service .customized_describe > p {
  line-height: 20px;
  font-size: 12px;
  color: #666;
}
.breadcrumb {
  display: flex;
  line-height: 44px;
  font-size: 14px;
  color: #666;
}
.breadcrumb .private_custom {
  color: #333;
}
.categories_nav {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  color: #666;
  font-size: 12px;
}
.categories_nav .categoryBtn,
.categories_nav .allBtn,
.categories_nav .custom_t_shirt_box,
.categories_nav .custom_sweatshirts_box,
.categories_nav .custom_co_ords_box,
.categories_nav .custom_labels,
.categories_nav .custom_packages {
  margin-right: 20px;
}
.categories_nav .custom_t_shirt_box,
.categories_nav .custom_sweatshirts_box,
.categories_nav .custom_co_ords_box {
  position: relative;
}
.categories_nav .custom_t_shirt_box > .custom_t_shirt,
.categories_nav .custom_sweatshirts_box > .custom_sweatshirts,
.categories_nav .custom_co_ords_box > .custom_co_ords {
  position: relative;
  width: 135px;
  border: 1px solid #ccc;
  padding: 2px 6px;
  font-size: 12px;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
}
.categories_nav .custom_t_shirt_box > .custom_t_shirt i,
.categories_nav .custom_sweatshirts_box > .custom_sweatshirts i,
.categories_nav .custom_co_ords_box > .custom_co_ords i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
  font-size: 12px;
}
.categories_nav .custom_t_shirt_box > .t_shirt,
.categories_nav .custom_sweatshirts_box > .sweatshirts,
.categories_nav .custom_co_ords_box > .co_ords {
  display: none;
  position: absolute;
  left: 0;
  top: 19px;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  z-index: 1;
  background: #fff;
}
.categories_nav .custom_t_shirt_box > .t_shirt li,
.categories_nav .custom_sweatshirts_box > .sweatshirts li,
.categories_nav .custom_co_ords_box > .co_ords li {
  padding: 0 6px;
  line-height: 16px;
}
.categories_nav .custom_t_shirt_box > .t_shirt li > a,
.categories_nav .custom_sweatshirts_box > .sweatshirts li > a,
.categories_nav .custom_co_ords_box > .co_ords li > a {
  display: inline-block;
  width: 100%;
}
.categories_nav .custom_t_shirt_box > .t_shirt li:hover,
.categories_nav .custom_sweatshirts_box > .sweatshirts li:hover,
.categories_nav .custom_co_ords_box > .co_ords li:hover {
  background-color: #ccc;
}
.categories_nav a {
  color: #666;
}
.categories_nav .custom_labels,
.categories_nav .custom_packages {
  color: #ff4062;
  padding: 2px 14px;
  border: 1px solid #ff4062;
  -moz-border-radius: 24px;
  /* Firefox */
  -webkit-border-radius: 24px;
  /* Safari 和 Chrome */
  border-radius: 24px;
}
.categories_nav .items_num {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.goods_list {
  display: flex;
  flex-wrap: wrap;
}
.goods_list .goods_item {
  width: 227px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding-bottom: 4px;
}
.goods_list .goods_item img {
  min-height: 200px;
  width: 100%;
}
.goods_list .goods_item .customPrice {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #ff4062;
}
.goods_list .goods_item .customPrice .currency,
.goods_list .goods_item .customPrice .price {
  font-weight: bold;
}
.goods_list .goods_item .custom_num {
  font-size: 16px;
  color: #666;
  line-height: 20px;
}
.goods_list .goods_item:nth-child(5n) {
  margin-right: 0;
}
.goods_list .goods_item:hover {
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
