.app-card-warp[data-v-54f0021b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.apps-card[data-v-54f0021b] {
  padding: 12px;
  border-radius: 6px;
  background: white;
  overflow: hidden;
  margin-top: 12px;
}
.model-title[data-v-54f0021b] {
  height: 32px;
  background: #F5F9FE;
  line-height: 32px;
  color: #3D3D3D;
  font-weight: 500;
  font-size: 14px;
}
.model-title .model-title-border[data-v-54f0021b] {
  display: inline-block;
  height: 12px;
  border: 1px solid #0A84FC;
  margin-right: 8px;
  margin-left: 12px;
}
.col-width[data-v-54f0021b] {
  width: 20%;
}
@media screen and (max-width: 1920px) {
.col-width[data-v-54f0021b] {
    width: 16.4%;
}
}
@media screen and (max-width: 1600px) {
.col-width[data-v-54f0021b] {
    width: 20%;
}
}
@media screen and (max-width: 1200px) {
.col-width[data-v-54f0021b] {
    width: 33%;
}
}
