[v-cloak] {
  display: none;
}
/* .bg {
  background: url('/image/bg-6.png') no-repeat !important;
  background-size: cover !important;
} */
@media (max-width: 590px) {
    .tabbar {
        display: block !important;
    }
    .projectcass .about-main .content .tabbar .tabbar-left {
        width: 78%!important;
        margin: 0 auto;
    }
    .projectcass .about-main .content .tabbar .tabbar-right {
         width: 78%!important;
        margin: 0 auto;
    }
    .projectcass .about-main .content .tabbar .tabbar-left .tabbar-title {
        margin-bottom: 20px !important;
    }
}
.projectcass .about-main .content .tabbar .tabbar-left {
    width: 50%;
}
.projectcass .about-main .content .tabbar .tabbar-left .tabbar-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.projectcass .about-main .content .tabbar .tabbar-right {
    width: 45%;
    text-align: left;
    padding: 36px 0 0 0;
}

@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;
  }
  .tabbar .item .case-content {
    width: 80% !important;
    height: 100% !important;
  }
}
.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 .shop-active .case-content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background-color: #000000;
  opacity: 0.7;
}
.tabbar .shop-active .case-content .case-po {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.tabbar .shop-active .case-content .case-po .case-title {
  color: #fff;
  font-size: 0.0938rem;
}
.tabbar .shop-active .case-content .case-po .case-text {
  color: #fff;
  font-size: 0.0729rem;
  margin-top: 0.1146rem;
}
.tabbar .case-no .case-content {
  display: none;
}
.tabbar .item {
  width: 2.0417rem;
  height: 1.5313rem;
  margin-bottom: 0.0625rem;
  cursor: pointer;
  position: relative;
}
.tabbar .item a {
  display: flex;
  justify-content: center;
}
.tabbar .item img {
  width: 2.0417rem;
  height: 1.5313rem;
}
