@charset "utf-8";
/* CSS Reset*/
body, div, p, ul, ol, li, textarea, form, input,button, h1, h2, h3, h4, h5, dl, dt, dd, img, section, article, aside, header, footer, nav, dialog, figure, hgroup,label{margin:0;padding:0; font-weight: normal;}
html, html body{height:100%;}
html{font-size: 4.6px; -webkit-tap-highlight-color: transparent}
body{background-color:#eeeeee;font-family:"Microsoft YaHei", Helvetica;color:#999999;font-size: 2.6rem}
input, button, select, textarea{font-family:"\5FAE\8F6F\96C5\9ED1", Helvetica;}
ul, ol, li{list-style:none;}
a,a:hover{text-decoration:none;color:#999999;outline:none;}
img{border:0;}
section, article, aside, header, footer, nav, dialog, figure, hgroup{display:block;}
table{border-collapse:collapse;border-spacing:0;}
input{-webkit-tap-highlight-color:rgba(0,0,0,0)}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
.fl {float: left;}
.fr {float: right;}
.none {display: none;}


/*点击弹出样式*/
.bg_master{
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.toast {
  position: fixed;
  z-index: 3;
  width: 160px;
  min-height: 160px;
  top: 180px;
  left: 50%;
  margin-left: -80px;
  background-color: rgba(40, 40, 40, 0.75);
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
  background: rgba(40, 40, 40, 0.75) url(../img/loading.gif) no-repeat center 50px;
  text-align: center;
  padding-top: 60px;
  box-sizing:border-box;
 
}
.toast p{ font-size: 18px; padding-top: 40px}
.toast1 {
  position: fixed;
  z-index: 3;
 width: 160px;
  min-height: 160px;
  top: 180px;
  left: 50%;
  margin-left: -80px;
  background-color: rgba(40, 40, 40, 0.75);
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
  background: rgba(40, 40, 40, 0.75);
  text-align: center;
  padding-top: 60px;
  box-sizing:border-box;
    font-size: 14px;
}
/*加载更多*/
.more{ width: 100%; box-sizing:border-box; padding:0 3%; height: 8rem; line-height: 8rem; color: #35b46f; text-align: center;}
.more.nomore{color: #ccc}
/*每个栏目的搜索*/

#search{ width: 100%; padding:0 3%;box-sizing:border-box; height: 8.8rem;  }
#search input[type="text"]{width:80%; margin:2% 0; box-sizing:border-box; padding-left:6rem;height:6rem; background: #fff url(../img/search_icon2.png) no-repeat 2rem center; border:1px #cccccc solid; border-radius:1rem; font-size: 2.6rem; color: #999999;background-size:auto 50%; float: left;}
#search button{color:#fff; border-radius: 1rem; font-size: 2.6rem;height: 6rem;width:18%;margin:2% 0 2% 2%; box-sizing:border-box;text-align: center; display: block; float: right; line-height: 6rem; border:none;}
#search button.confirm{ background: #35b46f}
#search button.confirm[disabled="disabled"]{background: #ccc}
#search button.cancel{ display: none; background:#BD2D30; }

