[v-cloak] {
  display: none;
}
.bg {
  background: url('/image/bg-6.png') no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 600px) {
  .tabbar {
    width: 100% !important;
    justify-content: center !important;
  }
  .tabbar .item {
    width: 80% !important;
    height: 100% !important;
  }
  .tabbar .item img {
    width: 80% !important;
    height: 100% !important;
  }
}
.content {
  display: block !important;
}
.about .about-main .content .about-right {
  width: 100%;
  margin-left: 0 !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tabbar {
  width: 6.25rem;
  padding: 0.1563rem 0 0.3594rem 0;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tabbar .item {
  width: 2.0417rem;
  height: 1.5313rem;
  margin-bottom: 0.0625rem;
  cursor: pointer;
}
.tabbar .item a {
  display: flex;
  justify-content: center;
}
.tabbar .item img {
  width: 2.0417rem;
  height: 1.5313rem;
}
.title{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #666666;
  text-align: left;
  color: #aaaaaa;
}
.title a{
  text-decoration: none;
  color: #aaaaaa;
}
.staff .staff-main div {
  padding: 0 !important;
}
table{
  margin-bottom: 100px;
}
@media (max-width:860px) {
  .content {
    width: 100% !important;
  }
}
