@charset "utf-8";
/*@font-face{  
  font-family: pingFangSC-Regular;  
  src: url('pingFangRegular.ttf');  
  font-weight: normal;  
  font-style: normal;  
}  */
/*通用*/
body {
  /*font: 12px "microsoft yahei", Arial, Helvetica, sans-serif;*/
  font-family:pingFangSC-Regular,sans-serif;
  color:#444;
  margin:0px;
  padding:0px;
  font-size: 14px;
  max-width: 750px;
  margin: 0 auto;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
  margin:0px;
  padding:0px;
  border:none;
  list-style:none;
}
input {border:none;}
.lf   {float:left;}
.rt  {float:right;}
.clear  {clear:both;}
a{
	color:#444;
	text-decoration: none;
}

.tab-menu {
  padding: 0px .3rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: .24rem;
  background-color: #fff;
}
.tab-menu .active-tab {
  background-color: #28a0ee;
  color: #fff;
  margin-bottom: .5rem;
}
.tab-menu div {
  width: 1.66rem;
  flex-shrink: 0;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
  font-size: .3rem;
  margin-right: .15rem;
  border-radius: 3px;
  background-color: #f3f3f3;
  color: #666;
}