.index-title {
  display: block;
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  height: auto;
  width: auto;
  max-height: none;
  margin: 0px 20px 0;
}

.index-title .icon {
  height: 28px;
}

.index-title .title {
  font-size: 22px;
  font-weight: normal;
  color: #444;
  display: flex;
  align-items: center;
  line-height: normal;
  gap: 10px;
}

.index-title .title h4 {
  font-weight: normal;
}
.index-title .title-link a{
  color: #666;
  padding: 15px 20px;
  float: left;
  display: inline;
  overflow: hidden;
  font-size: 16px;
  line-height: normal;
}
.index-title .title-link a.active{
  color: #13aff2;
  border-bottom: 2px solid #13aff2;
}
.index-title .title-link i{
  margin: 0 6px;
  color: #888;
}
.index-title .more-btn {
  color: #999 !important;
  font-size: 14px;
  background: none;
  border: none;
  padding: 4px 8px;
}
.g-divbg{
  border: 0;
  border-radius: 8px;
}
.rankcont{
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 0;
  padding: 0 0 20px 0;
}
.app-card {
  width: 526px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 3px 20px 0 #EDF3F4;
  display: flex;
  align-items: center;
  float: left;
  margin: 10px 5px 0;
}
.app-card__icon {
  /* width: 180px; */
  height: 140px;
  border-radius: 12px;
  background-color: #e0e0e0;
  margin-right: 16px;
}
.app-card__content {
  flex: 1;
  display: block;
  overflow: hidden;
}
.app-card__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.app-card__description {
  font-size: 14px;
  color: #7F949A;
  line-height: 24px;
  margin-bottom: 10px;
  height: 48px;
  display: block;
  overflow: hidden;
}
.app-card__rating {
  font-size: 14px;
  color: #555;
  margin-right: 16px;
  flex: 1;
  display: flex;
  align-items: center;
}
.app-card__rating-star {
  color: #ffcc00;
  font-size: 18px;
  margin-right: 6px;
  width: 14px;
  overflow: hidden;
  display: inline;
  float: left;
}
.app-card__rating-star img{
  height: 12px;
  width: auto;
  max-width: none;
}
.app-card__download {
  background-color: #13aff2;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 6px 22px;
  font-size: 16px;
  cursor: pointer;
  line-height: normal;
}
.app-card-down{
  display: flex;
  align-items: center;
}
.app-card:hover{
  background: #edf3f4;
}
.app-card:hover .app-card__title{
  color: initial;
}