* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 0.16rem;
  font-family: '微软雅黑';
}
li {
  list-style: none;
}
.clearFix {
  position: relative;
}
.clearFix::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  zoom: 1;
}
a {
  text-decoration: none;
  color: #727171;
}
img {
  vertical-align: top;
  display: block;
}
.empty {
  height: 0.66666667rem;
  background: red;
}
.spacing {
  width: 100%;
  height: 0.13333333rem;
  background: #e0e0e0;
}
.more {
  position: absolute;
  bottom: 0px;
  right: -0.30666667rem;
  color: #727171 ;
  font-size: 0.18666667rem;
}
.left {
  float: left;
}
.right {
  float: right;
}
.ui-loader {
  display: none;
}
.nav-bar {
  position: absolute;
  top: 0;
  left: -6.66666667rem;
  width: 6.66666667rem;
  z-index: 99999;
  background: #fff;
}
/*#main{
  width: 100%;
  height: auto;
  margin: auto;
}
#content{
  width: 690/@rem;
  margin: auto;
}*/
#content .close {
  margin: 1rem 0;
}
#content .close img {
  float: right;
  margin-right: 0.26666667rem;
  width: 0.25333333rem;
  height: 0.25333333rem;
}
#content .main {
  width: 100%;
}
#content .main .firstUl li.firstLi .nav-wrap {
  width: 100%;
  height: auto;
  color: #727171;
  font-size: 0.32rem;
  padding: 0.26666667rem 0;
  margin-top: 0.26666667rem;
  border-bottom: 1px solid #c4c4c4;
}
#content .main .firstUl li.firstLi .nav-wrap span {
  text-indent: 0.26666667rem;
  display: inline-block;
}
#content .main .firstUl li.firstLi .nav-wrap span.active {
  color: #f00;
}
#content .main .firstUl li.firstLi .nav-wrap .img {
  float: right;
  width: 0.18666667rem;
  height: 0.18666667rem;
  margin-right: 0.26666667rem;
  margin-top: 0.13333333rem;
}
#content .main .firstUl li.firstLi .img.down {
  background: url("../images/导航栏/导航栏_07.png") no-repeat center / cover;
}
#content .main .firstUl li.firstLi .img.up {
  background: url("../images/导航栏/导航栏_10.png") no-repeat center / cover;
}
#content .main .firstUl li.firstLi .secondUl {
  display: none;
  padding-left: 0.13333333rem;
  background: #e0e0e0;
  opacity: .75;
  padding-bottom: 0.26666667rem;
}
#content .main .firstUl li.firstLi .secondUl .secondLi {
  color: #727171;
  font-size: 0.26666667rem;
  padding-top: 0.06666667rem;
}
#content .main .firstUl li.firstLi .secondUl .secondLi.active a {
  color: #f00;
}
