
html[data-v-6f561b5d],body[data-v-6f561b5d]{
  overflow-y: scroll;
  height: auto;
}
.myClass[data-v-6f561b5d]{
  display: none;
}
@media only screen and (max-width:960px){
.myClass[data-v-6f561b5d]{
    display: block;
}
.banxins[data-v-6f561b5d]{
    width: 90%;
    margin: 0 auto;
}
.myClassTitle[data-v-6f561b5d]{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  margin: 30px 0;
}
.myClassTitle .active[data-v-6f561b5d]{
  color: #ffa847;
}
/* 搜索框开始 */
.searchBox[data-v-6f561b5d]{
display: -webkit-flex;
display: flex;
-webkit-justify-content:space-between;
justify-content:space-between;
margin: 20px 5%;
line-height: 30px
}
.searchBox select[data-v-6f561b5d]{
width:50%;
}
.searchBar[data-v-6f561b5d]{
position: relative;
}
.searchBar input[data-v-6f561b5d]{
height: 30px;
line-height: 30px;
text-indent: 5px;
}
.bar[data-v-6f561b5d]{
position: absolute;
top: 8px;
right:13px;
}
.fa[data-v-6f561b5d]{
font-size: 16px;
}
/* 搜索框结束 */
}

