@import url('../css/head_foot.css?v=1');
header {
  background: #E12A40;
}
header .head .head_r {
  justify-content: end;
}
header .head .head_r .tags {
  display: block !important;
}
header .head .head_r .search {
  display: none !important;
}
#content .banner {
  width: 100%;
  height: 324px;
  background-image: url('../images/banner.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .banner .ba_cont h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 48px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 2px 7px #C20014;
}
#content .banner .ba_cont h4 {
  font-size: 20px;
  font-family: r;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
#content .cont {
  width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  transform: translateY(-35px);
}
#content .cont .cont_search {
  width: 470px;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px #EDEDED;
  border-radius: 12px 12px 12px 12px;
  margin: 0 auto 16px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont_search input {
  width: 303px;
  height: 28px;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  border: none;
}
#content .cont .ad {
  position: relative;
  margin-bottom: 36px;
}
#content .cont .ad .ad_title {
  position: absolute;
  top: -14px;
  right: 0;
  transform: translateX(-50%);
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #adabab;
}
#content .cont .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont .brand,
#content .cont .categories,
#content .cont .catefory {
  margin-bottom: 24px;
}
#content .cont .brand h3,
#content .cont .categories h3,
#content .cont .catefory h3 {
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .brand .brand_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}
#content .cont .brand .brand_list .brand_item {
  width: 20%;
  padding-left: 16px;
  margin-bottom: 16px;
  position: relative;
}
#content .cont .brand .brand_list .brand_item .coverlink {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#content .cont .brand .brand_list .brand_item .brand_img {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
  border: 1px solid #eaeaea;
  border-radius: 16px;
}
#content .cont .brand .brand_list .brand_item .brand_img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all ease 0.25s;
}
@media (any-hover: hover) {
  #content .cont .brand .brand_list .brand_item:hover .brand_img img {
    transform: scale(1.1);
  }
}
#content .cont .brand .more {
  margin: 16px auto 0;
  width: 298px;
  height: 48px;
  background: #F6F6F6;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  line-height: 48px;
}
#content .cont .categories .categories_list {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont .categories .categories_list .categories_item {
  padding: 12px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
}
#content .cont .categories .categories_list .categories_item img {
  width: 80px;
  height: 80px;
  background: #F6F6F6;
  border-radius: 50%;
  margin-right: 12px;
}
#content .cont .categories .categories_list .categories_item .item_img1 {
  display: none;
}
#content .cont .categories .categories_list .categories_item span {
  width: calc(100% - 92px);
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
@media (any-hover: hover) {
  #content .cont .categories .categories_list .categories_item:hover {
    border-color: #E95E59;
  }
  #content .cont .categories .categories_list .categories_item:hover .item_img {
    display: none;
  }
  #content .cont .categories .categories_list .categories_item:hover .item_img1 {
    display: block;
  }
  #content .cont .categories .categories_list .categories_item:hover span {
    color: #E95E59;
  }
}
#content .cont .catefory .catefory_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont .catefory .catefory_list .catefory_item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
}
#content .cont .catefory .catefory_list .catefory_item .catefory_img {
  width: 141px;
  margin-right: 12px;
}
#content .cont .catefory .catefory_list .catefory_item .catefory_center {
  flex: 1;
}
#content .cont .catefory .catefory_list .catefory_item .catefory_center .c_t {
  font-size: 16px;
  font-family: r;
  color: #666666;
}
#content .cont .catefory .catefory_list .catefory_item .catefory_center .text {
  margin-bottom: 33px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#content .cont .catefory .catefory_list .catefory_item .catefory_center .c_b {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #E95E59;
}
#content .cont .catefory .catefory_list .catefory_item .btn {
  width: 175px;
  height: 44px;
  background: #E95E59;
  border-radius: 6px 6px 6px 6px;
  margin-left: 12px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .banner {
    height: 140px;
  }
  #content .banner .ba_cont h2 {
    margin-bottom: 4px;
    font-size: 24px;
    margin-top: 4px;
  }
  #content .banner .ba_cont h4 {
    font-size: 14px;
  }
  #content .cont {
    width: 100%;
    padding: 0 16px;
    transform: translateY(-28px);
  }
  #content .cont .cont_search {
    width: 343px;
    height: 58px;
    padding: 0 16px;
    font-size: 12px;
  }
  #content .cont .brand .brand_list .brand_item {
    width: 25%;
  }
  #content .cont .categories .categories_list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  #content .cont .catefory .catefory_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont .catefory .catefory_list .catefory_item .catefory_img {
    width: 90px;
    height: 90px;
  }
  #content .cont .catefory .catefory_list .catefory_item .catefory_center .text {
    margin-bottom: 0px;
  }
  #content .cont .catefory .catefory_list .catefory_item .btn {
    width: 70px;
    height: 44px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .banner {
    height: 140px;
  }
  #content .banner .ba_cont h2 {
    margin-bottom: 4px;
    font-size: 24px;
    margin-top: 4px;
  }
  #content .banner .ba_cont h4 {
    font-size: 14px;
  }
  #content .cont {
    width: 100%;
    padding: 0 16px;
    transform: translateY(-28px);
  }
  #content .cont .cont_search {
    width: 343px;
    height: 58px;
    padding: 0 16px;
    font-size: 12px;
  }
  #content .cont .brand .brand_list .brand_item {
    width: 25%;
  }
  #content .cont .categories .categories_list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  #content .cont .catefory .catefory_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont .catefory .catefory_list .catefory_item .catefory_img {
    width: 90px;
    height: 90px;
  }
  #content .cont .catefory .catefory_list .catefory_item .catefory_center .text {
    margin-bottom: 0px;
  }
  #content .cont .catefory .catefory_list .catefory_item .btn {
    width: 70px;
    height: 44px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .banner {
    height: 140px;
  }
  #content .banner .ba_cont h2 {
    margin-bottom: 4px;
    font-size: 24px;
    margin-top: 4px;
  }
  #content .banner .ba_cont h4 {
    font-size: 14px;
  }
  #content .cont {
    width: 100%;
    padding: 0 16px;
    transform: translateY(-28px);
  }
  #content .cont .cont_search {
    width: 343px;
    height: 58px;
    padding: 0 16px;
    font-size: 12px;
  }
  #content .cont .brand .brand_list .brand_item {
    width: 33.33%;
    padding-left: 8px;
    margin-bottom: 8px;
  }
  #content .cont .brand .brand_list .brand_item .brand_img {
    border-radius: 8px;
  }
  #content .cont .categories .categories_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont .catefory .catefory_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont .catefory .catefory_list .catefory_item .catefory_img {
    width: 90px;
    height: 90px;
  }
  #content .cont .catefory .catefory_list .catefory_item .catefory_center .text {
    margin-bottom: 0px;
  }
  #content .cont .catefory .catefory_list .catefory_item .btn {
    width: 70px;
    height: 44px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .banner {
    height: 152px;
  }
  #content .banner .ba_cont h2 {
    margin-bottom: 4px;
    font-size: 24px;
    margin-top: 4px;
  }
  #content .banner .ba_cont h4 {
    font-size: 14px;
  }
  #content .cont {
    width: 100%;
    padding: 0 16px;
    transform: translateY(-28px);
  }
  #content .cont .cont_search {
    width: 343px;
    height: 58px;
    padding: 0 16px;
    font-size: 12px;
  }
  #content .cont .brand .brand_list {
    margin-left: -8px;
  }
  #content .cont .brand .brand_list .brand_item {
    width: 33.33%;
    padding-left: 8px;
    margin-bottom: 8px;
  }
  #content .cont .brand .brand_list .brand_item .brand_img {
    border-radius: 8px;
  }
  #content .cont .categories .categories_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont .catefory .catefory_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont .catefory .catefory_list .catefory_item .catefory_img {
    width: 90px;
    height: 90px;
  }
  #content .cont .catefory .catefory_list .catefory_item .catefory_center .text {
    margin-bottom: 0px;
  }
  #content .cont .catefory .catefory_list .catefory_item .btn {
    width: 70px;
    height: 44px;
  }
}
