/* 头部 */
.junior .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;
}
.junior .head div{
  flex: 1;
}
.junior .head div img{
  width: 27px;
  height: 27px;
  margin-top: 9.5px;
}
.junior .head div:nth-child(2){
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.junior .head .btn a{
  color: #464646 !important;
  font-size: 14px;
}
/* 导航 */
.junior 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;
}
.junior ul li{
  width:15%;
  text-align: center;
}
.junior ul li a{
  color: #999;
  font-size: 14px;
}
.junior ul li.select{
  border-bottom: 3px solid #fac936;
}
.junior ul li.select a{
  color: #333;
  font-weight: 600;
}
/* 主体内容 */
.junior .junior_list{
  margin-top: 106px;
}
.junior .junior_list .item{
  margin: 11px;
  padding: 11px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.junior .junior_list .item .left{
  width: 50px;
  height: 50px;
  margin-right: 10px;

}
.junior .junior_list .item .left img{
  width: 100%;
  height: 100%;
}
.junior .junior_list .item .right{
  display: flex;
  flex-direction: column;
}

