.card-default {
  display: table;
  width: 160px;
  max-height: 161px;
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #ffffff;
  height: 120px;
  box-sizing: border-box; }

.card-default .card-inner {
  padding-top: 12px;
  padding-bottom: 16px; }

.card-default .card-count {
  display: block;
  padding: 0 12px 0 12px;
  font-size: 15px;
  color: #ccc;
  line-height: normal;
  font-weight: bold; }

.card-default .card-txt {
  max-height: 66px;
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 3px 12px 0 12px;
  font-size: 15px;
  color: #000;
  line-height: normal;
  font-weight: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word; }

.card-default .card-link {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 120px; }

.card-default .card-inner {
  position: relative;
  display: table-cell; }

.card-default.size-min {
  height: 76px;
  width: 76px;
  max-height: auto;
  border: solid 1px #cccccc;
  background-color: #f5f5f5; }

.card-default.size-min .card-link {
  height: auto; }

.card-default.size-min .card-txt {
  display: -wbkit-box;
  height: auto; }

.card-default.size-min .card-inner {
  height: 74px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  text-align: center; }

.card-default.size-min .card-inner .card-txt {
  letter-spacing: -1px;
  padding-right: 5px;
  padding-left: 5px; }

.card-apps {
  position: relative; }

.card-apps .card-link {
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }

.card-apps .card-inner {
  background-color: #ffffff; }

.card-apps .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden; }

.card-apps .card-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

.card-apps .card-img .cover {
  display: block;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; }

.card-apps .card-img img {
  width: 100%; }

.card-apps .card-subject {
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 1.11111vw; }

.card-apps .card-subject .subject-txt {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: normal;
  font-weight: bold;
  word-break: break-all;
  word-break: break-word;
  width: 100%;
  text-align: center;
  line-height: 16px;
  vertical-align: top;
  display: block; }

.card-apps .card-subject .subject-info-genre {
  font-size: 12px;
  color: #999;
  line-height: normall;
  font-weight: normal; }

.card-accordion .card-inner {
  padding-bottom: 12px; }

.card-accordion.active {
  background-color: #ff5000;
  border: 1px solid #ff5000;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.card-accordion.active .card-count {
  color: #ffffff; }

.card-accordion.active .card-txt {
  color: #ffffff; }

.card-accordion.active .card-inner::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #ff5000 transparent transparent transparent;
  transform: translateX(-50%); }
