.tab-container .content {
  display: none;
}
.icon_lists {
  padding:10px 400px;
  overflow: hidden;
  *zoom: 1;
}

.icon_lists li {
  float:left;
  width: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  list-style: none !important;
  cursor: default;
}
.icon_lists li a{
text-decoration:none
}
.icon_lists li .code-name {
  line-height: 1.2;
}

.icon_lists .icon {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
  margin: 10px auto;
  color: #fff;
  -webkit-transition: font-size 0.25s linear, width 0.25s linear;
  -moz-transition: font-size 0.25s linear, width 0.25s linear;
  transition: font-size 0.25s linear, width 0.25s linear;
}

.icon_lists .icon:hover {
  font-size: 50px;
}

.icon_lists .svg-icon {
  /* 通过设置 font-size 来改变图标大小 */
  width: 1em;
  /* 图标和文字相邻时，垂直对齐 */
  vertical-align: -0.15em;
  /* 通过设置 color 来改变 SVG 的颜色/fill */
  fill: currentColor;
  /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
      normalize.css 中也包含这行 */
  overflow: hidden;
}

.icon_lists li .name,
.icon_lists li .code-name {
  color: #666;
}