/* 头部 */
.fundDetails .head{
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #fff!important;
  color: #464646 !important;
  position: fixed;
  top: 0;
  z-index: 99;
  /* position: relative; */
  padding: 0 2%;
  display: flex;
}
.fundDetails .head div{
  flex: 1;
}
.fundDetails .head div img{
  width: 27px;
  height: 27px;
  margin-top: 9.5px;
}
.fundDetails .head div:nth-child(2){
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.fundDetails .head .btn a{
  color: #464646 !important;
  font-size: 14px;
}
/* 导航 */
.fundDetails ul{
  list-style: none;
  width: 100%;
  height: 49px;
  line-height: 49px;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  position: fixed;
  top: 44px;
  left: 0;
}
.fundDetails ul li{
  width:15%;
  text-align: center;
}
.fundDetails ul li span{
  color: #333;
  font-size: 14px;
}
/* 主体内容 */
.fundDetails .fundDetails_list{
  margin-top: 106px;
}
.fundDetails .fundDetails_list .item{
  margin: 11px;
  background-color: #fff;
  padding: 11px 0;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.fundDetails .fundDetails_list .item>div{
  flex: 1;
  color: #999;
  text-align: center;
}
.fundDetails .fundDetails_list .item .green{
  color: #39b54a;
}
.fundDetails .fundDetails_list .item .red{
  color: #f73232;
}
.fundDetails .fundDetails_list .item .blue{
  color: rgb(42, 40, 195)!important;
}