/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.m-abbreviate-card-container {
  position: relative;
  max-width: 312px;
  height: 470px;
  max-height: 472px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  transition: border 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.m-abbreviate-card-header {
  margin: 16px 0 14px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.m-abbreviate-card-body {
  height: calc(100% - 54px);
  padding: 0 12px 12px 12px;
}
.m-abbreviate-card-img-box {
  width: 100%;
  height: 100%;
  background: #fff;
}
.m-abbreviate-card-img {
  width: 100%;
  height: 100%;
}
.m-abbreviate-card-extra {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-abbreviate-card-icon {
  font-size: 100px;
}
.m-abbreviate-card-container:hover {
  cursor: pointer;
  border-color: #107cee;
  box-shadow: 0 6px 18px 0 rgba(45, 47, 51, 0.14);
}
