._fnctWrap .fundWrap {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 45px;
  box-sizing: border-box;
  padding: 5px 20px 5px 37px;
  /* padding:5px 20px; */
  /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 15px 0 #f4f4f4; */
  font-size: 1.08em;
  border-top: 2px solid #7eaad1;
  border-bottom: 2px solid #7eaad1;
}
._fnctWrap .fundWrap .fundBtn a {
  display: block;
  height: 10px;
  text-indent: -9999px;
  font-size: 0;
}
._fnctWrap .fundWrap .fundBtn a.prevBtn {
  /* background:url('../images/arrow_top.png') no-repeat top center; */
  /* background: url("/../images/arr_up.png") no-repeat bottom center;
  background-size: 15px; */
  background: url("../images/arr_up.png") no-repeat bottom center;
  padding-top: 4px;
}
._fnctWrap .fundWrap .fundBtn a.playStop {
  /*background:url('../images/handler.png') no-repeat center center;
	background-position: 12px 0px;*/
  display: none;
}
._fnctWrap .fundWrap .fundBtn a.nextBtn {
  /* background:url('../images/arrow_down.png') no-repeat bottom center; */
  /* background: url("../images/arr_down.png") no-repeat bottom center;
  background-size: 15px; */
  background: url("../images/arr_down.png") no-repeat bottom center;
  padding-top: 2px;
}
._fnctWrap .fundWrap h4 {
  line-height: 1.3;
  width: 90px;
  float: left;
  color: #0054a6;
  line-height: 32px;
}
._fnctWrap .fundWrap .fundBtn {
  width: 30px;
  /* float: right; */
  float: left;
  margin-left: 30px;
}
._fnctWrap .fundWrap ul {
  overflow: hidden;
  float: right;
  width: 86%;
  padding-top: 8px;
}
._fnctWrap .fundWrap ul li {
  width: 20%;
  float: left;
  line-height: 15px;
}

@media screen and (max-width: 1024px) {
  ._fnctWrap .fundWrap ul {
    width: 78%;
  }
  ._fnctWrap .fundWrap ul li {
    width: 50%;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  ._fnctWrap .fundWrap ul {
    /* width: 57%; */
    width: calc(100% - 121px);
  }
  ._fnctWrap .fundWrap .fundBtn {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  ._fnctWrap .fundWrap {
    padding: 5px 20px 5px 20px;
  }
}
@media only screen and (max-width: 380px) {
  ._fnctWrap .fundWrap {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 45px;
    box-sizing: border-box;
    padding: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 15px 0 #f4f4f4;
    font-size: 1.08em;
  }
  ._fnctWrap .fundWrap ul {
    width: 50%;
  }
}
