/*项目中可能用到的变量，按设计稿规范录入*/
.app-card[data-v-06f920c2] {
  position: relative;
  width: 380px;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 18px;
  margin-right: 8px;
  margin-left: 8px;
}
.app-card[data-v-06f920c2]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  box-sizing: border-box;
  z-index: 1;
}
.app-card[data-v-06f920c2]:hover {
  cursor: pointer;
  box-shadow: 0px 4px 28px rgba(4, 1, 135, 0.06), 0px 12px 24px -4px rgba(4, 1, 135, 0.08);
  border-radius: 12px;
}
.app-card .app-card-body[data-v-06f920c2] {
  height: 150px;
  padding: 24px 24px 0;
}
.app-card .app-card-body .app-card-info[data-v-06f920c2] {
  display: flex;
  position: relative;
  z-index: 2;
}
.app-card .app-card-body .app-card-info .app-card-logo[data-v-06f920c2] {
  margin-right: 24px;
  margin-bottom: 24px;
  width: 80px;
  height: 80px;
}
.app-card .app-card-body .app-card-info .app-card-logo img[data-v-06f920c2] {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.app-card .app-card-body .app-card-info .app-card-detail[data-v-06f920c2] {
  margin-top: 8px;
  width: 100%;
}
.app-card .app-card-body .app-card-info .app-card-detail .app-card-name[data-v-06f920c2] {
  width: 188px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #14151D;
  margin-bottom: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.app-card .app-card-body .app-card-info .app-card-detail .app-card-id[data-v-06f920c2] {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #5A5B65;
  word-wrap: break-word;
  word-break: break-all;
  cursor: text;
}
.app-card .app-card-body .app-card-info .app-card-detail .app-card-id .copy[data-v-06f920c2] {
  visibility: hidden;
  width: 40px;
  color: #3375DC;
}
.app-card .app-card-body .app-card-info .app-card-detail .app-card-id:hover .copy[data-v-06f920c2] {
  visibility: visible;
}
.app-card .app-card-body .app-card-stat[data-v-06f920c2] {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  color: #5A5B65;
}
.app-card .app-card-body .app-card-stat #visitorsCount[data-v-06f920c2] {
  position: absolute;
  left: 0;
}
.app-card .app-card-body .app-card-stat #followersCount[data-v-06f920c2] {
  position: absolute;
  left: 170px;
}
.app-card .app-card-line[data-v-06f920c2] {
  width: 100%;
  height: 1px;
  background: #F2F2F2;
}
.app-card .app-card-links[data-v-06f920c2] {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 24px;
  z-index: 2;
}
.app-card .app-card-links .app-card-link[data-v-06f920c2] {
  font-size: 12px;
  color: #5A5B65;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  cursor: pointer;
}
.app-card .app-card-links .app-card-link .icon[data-v-06f920c2] {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #5A5B65;
}
.app-card .app-card-links .app-card-link .icon-develop[data-v-06f920c2] {
  -webkit-mask-image: url(../img/develop.4f2fb7d8.svg);
          mask-image: url(../img/develop.4f2fb7d8.svg);
}
.app-card .app-card-links .app-card-link .icon-member[data-v-06f920c2] {
  -webkit-mask-image: url(../img/member.c95df754.svg);
          mask-image: url(../img/member.c95df754.svg);
}
.app-card .app-card-links .app-card-link .icon-data[data-v-06f920c2] {
  -webkit-mask-image: url(../img/data.54299d0e.svg);
          mask-image: url(../img/data.54299d0e.svg);
}
.app-card .app-card-links .app-card-link .icon-setting[data-v-06f920c2] {
  -webkit-mask-image: url(../img/setting.e1c36d7d.svg);
          mask-image: url(../img/setting.e1c36d7d.svg);
}
.app-card .app-card-links .app-card-link:hover span[data-v-06f920c2] {
  color: #FB5647;
}
.app-card .app-card-links .app-card-link:hover .icon[data-v-06f920c2] {
  background-color: #FB5647;
}
.app-card .app-card-host[data-v-06f920c2] {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: #FA2C19;
  border-radius: 0 12px 0 12px;
  min-width: 80px;
  padding: 4px;
  text-align: center;
}
.app-card .app-card-host span[data-v-06f920c2] {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

