body {
  background-color: #eee;
  margin: 0 auto;
  max-width: 640px;
  min-width: 320px;
  font: 400 14px/22px Arial, "Microsoft YaHei";
  min-height: 100%;
  padding: 0;
}
body,
html {
  width: 100%;
}
a,
body {
  color: #323232;
  text-decoration: none;
}
.tab-list {
  margin-top: 10px;
  overflow: auto;
  margin-left: -1px;
}
.tab-list span {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}
.tab-list span a {
  background: #fff;
  margin-top: 1px;
  display: block;
  height: 90px;
  margin-left: 1px;
}
.tab-list span a em {
  font-size: 14px;
  display: block;
  color: #000;
  font-style: normal;
}
.tab-list span .iconfont {
  font-family: icomoon!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.tab-list span a.tlist1:before {
  content: 'A';
  color: #F19333;
}
.tab-list span a.tlist2:before {
  content: 'B';
  color: #488DC9;
}
.tab-list span a.tlist3:before {
  content: 'C';
  color: #439DD1;
}
.tab-list span a.tlist4:before {
  content: 'D';
  color: #EC6066;
}
.tab-list span a.tlist5:before {
  content: 'E';
  color: #488DC9;
}
.tab-list span a.tlist6:before {
  content: 'F';
  color: #EC6066;
}
.tab-list span a.tlist7:before {
  content: 'G';
  color: #439DD1;
}
.tab-list span a.tlist8:before {
  content: 'H';
  color: #E48B2F;
}
.tab-list span a:before {
  display: block;
  padding: 22px 0 6px;
  font-size: 26px;
}
