/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  touch-action: pan-y;
}
.content {
  width: 100%;
  padding: 0 0.28rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.bg {
  position: fixed;
  width: 7.5rem;
  height: 100%;
  left: 50%;
  margin-left: -3.75rem;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.nav {
  position: relative;
}
.nav_top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.72rem;
  background: #fff;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  z-index: 20;
}
.nav_top li {
  color: #666;
}
.nav_top li span,
.nav_top li img {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.nav_top li img{
  width: .14rem;
  height: .09rem;
}
.nav_top li span {
  margin-right: 0.1rem;
  font-size: 0.24rem;
}
.menu {
  position: absolute;
  width: 100%;
  height: auto;
  background: #fff;
  max-height: 8.5rem;
  overflow: hidden;
  left: 0;
  top: 0.72rem;
  z-index: 20;
}
.menu li {
  display: none;
}
.menu_left {
  width: 2.24rem;
  overflow: hidden;
  background: #f7f7f7;
}
.bgfff{
  background:#fff;
}
.menu_right {
  width: 5.26rem;
  overflow: hidden;
  background: #fff;
  padding-left: 0.82rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_right  dl{
  display: none;
}
.menu_right  .show{
  display: block;
}

.menu_pul {
  height: 8.5rem;
  font-size: 0.28rem;
  color: #333;
  overflow-y: scroll;
}
.menu_pul dd:first-of-type {
  margin-top: 0.46rem;
}
.menu_pul dd {
  margin-bottom: 0.46rem;
}
.menu_pul dd span {
  display: inline-block;
  height: 0.46rem;
  color: #333;
}
.menu_two {
  width: 2.4rem;
}
.menu_two dd {
  text-align: center;
}
.menu_two dd span {
  margin-left: -0.08rem;
}
.menu_three {
  width: 5.4rem;
}
.menu_two dd .active {
  border-bottom: 2px solid #f08f28;
  color: #f08f28;
}
.menu_three dd .active {
  color: #f08f28;
}
.conbod li {
  width: 100%;
  height: 1.48rem;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0 0 0.2rem #f4f4f4;
  margin: 0.2rem 0;
  padding: 0.01rem 0.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.conbod_top,
.conbod_bto {
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  justify-content: space-between;
  align-items: center;
}
.conbod_top {
  margin-top: 0.32rem;
}
.conbod_top h1 {
  font-size: 0.3rem;
  color: #333;
  font-weight: 700;
}
.conbod_top h1 span {
  font-size: 0.2rem;
  color: #999;
  font-weight: 500;
}
.conbod_top p {
  width: 1.2rem;
  height: 0.38rem;
  border-radius: 0.19rem;
  border: 1px solid #fcede5;
  background: #fff7f4;
  color: #ee7c30;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.38rem;
}
.conbod_bto {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  color: #999;
}
