@charset "utf-8";
/* 初始化 */
*{
  box-sizing: border-box;
  font-family:'Microsoft Yahei';
}
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
}
body {
	font-size: 16px;
  font-family:'Microsoft Yahei','Helvetica Neue', Helvetica;
  color: #333;
  line-height: 21px;
  background-color: #F7F7F7;
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
}
/*去除边框*/
fieldset, img, button, textarea {
  border: none;
  outline-style: none;
  -webkit-appearance: none;
}
/*禁止表单域缩放*/
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: #969696;
  /* 取消链接高亮  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 图片自适应 */
img {
  display: block;
  border: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
em, i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清除浮动*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*单行溢出*/
.one-txt-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*多行溢出*/
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mask{position: fixed;left:0;right:0;bottom:0;top:0;width:100%;height:100%;background: rgba(0,0,0,0.7);z-index:9;}
.hide{display:none;}

.footer{position:fixed;background:#fff;height:4rem;border-top:1px solid #ccc;width:100%;margin-top:40px;bottom:0;}
.footer ul{padding:0;margin:0;}
.footer li{width: 33.33%;float:left;height:4rem;line-height:1;padding-top:0.6rem;text-align:center;overflow:hidden;}
.footer li.on{color:#00DBAA;}
.footer li.on a{color:#00DBAA;}
.footer li a{color:#333;}
.footer .fi2{font-size:0.8rem;}
.footer li i{width:100%;overflow:hidden;display:inline-block;font-size:1rem;height:1.3rem;}

.head{color:#fff;background:#00DBAA;background-size: cover;height:15rem;padding-top:1.5rem;}
.head .name{font-size:1.2rem;text-align:center;padding-top:0.5rem;padding-bottom:0.1rem;}
.content{width:90%;margin:0 auto;overflow: hidden;background: #fff;border-radius: 0.5rem;margin-top: -10rem;padding: 0.6rem 0.6rem  1rem 0.6rem;margin-bottom:5rem;}
.content .txt{font-size:1rem;}
.content .txt p{text-indent:2rem;}
.content .nodata{text-align:center;color: #D7E7DD;}
.content .nodata a{color: #00DBAA;}
.content .nodata i{font-size:10rem;}
.f63{color: #f63;}
.f18{font-size:18px;}
.fw{font-weight:bold;}