*{
  margin: 0px;
  padding: 0px;
  font-family: "MicrosoftYaHei";
}
.float-left{
  float:left;
}
.float-right{
  float:right;
}
.clear-fix{
  clear: both;
}
.layui-tab-brief>.layui-tab-title .layui-this{
	font-weight: normal !important;
}
.layui-tab-brief>.layui-tab-title .layui-this>a{
    color: red;
}