/*
 * @Author: 天吾
 * @Date: 2019-01-23 16:29:55
 * @Last Modified by: 天吾
 * @Last Modified time: 2019-04-27 19:55:52
 */
/*
    size 统一用  sm base lg  表示,  对于不能满足的情况, 仿照衣服尺寸加上 x(EXTRA) 比如  font-size-xlg 表示特大
*/
.gd-template-categorys {
  display: flex;
  flex-wrap: wrap;
}
.gd-template-categorys__category {
  flex: 0 0 25%;
  margin-bottom: 35px;
}
.gd-template-categorys__title {
  font-size: 14px;
  line-height: 24px;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  color: #000;
}
.gd-template-categorys__item {
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #444950;
  line-height: 16px;
  margin-bottom: 8px;
}
.gd-template-categorys__item a {
  line-height: 1;
  display: flex;
  align-items: center;
}
.gd-template-categorys__item .gd-icon--arrow-right {
  width: 11px;
}
.gd-template-categorys__new,
.gd-template-categorys__hot {
  font-size: 12px;
  padding: 1px 0;
  font-weight: 600;
  border-radius: 2px;
  color: #ffffff;
  background: #dd425c;
  line-height: 11px;
  margin-left: 4px;
}
.gd-template-categorys__new em,
.gd-template-categorys__hot em {
  transform: scale(0.666);
  display: block;
}
.gd-template-categorys__new {
  background: #3bb46d;
}
