.recommend-card {
  margin-top: 30px;
}

.recommend-card .title-bar {
  display: flex;
  margin-bottom: 16px;
  color: #fff;
  justify-content: space-between;
}

.recommend-card .title-bar h3 {
  font-size: 20px;
  font-weight: 600;
}

.recommend-card .title-bar i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../imgs/btn_arrow_prev_on.webp') no-repeat;
  background-size: cover;
  cursor: pointer;
}

.recommend-card .title-bar i.next {
  background: url('../imgs/btn_arrow_next_on.webp') no-repeat;
  background-size: cover;
}

.recommend-card .title-bar i.not {
  background: url('../imgs/btn_arrow_prev.webp') no-repeat;
  background-size: cover;
}

.recommend-card .title-bar i.not.next {
  background: url('../imgs/btn_arrow_next.webp') no-repeat;
  background-size: cover;
}

.swiper-card .swiper-slide {
  width: 25%;
}

.recommend-app-box {
  display: block;
  background: #28333d;
  border-radius: 4px;
}

.recommend-app-box .img-box {
  position: relative;
  width: 100%;
  padding-top: 57%;
  height: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.recommend-app-box .img-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 4px 4px 0 0;
}

.recommend-app-box .recommend-app-info {
  display: flex;
  align-items: center;
  height: 78px;
  font-size: 14px;
  padding: 0 10px;
}

.recommend-app-box .recommend-app-info img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.recommend-app-box .recommend-app-info .app-name-info {
  /*width: calc(100% - 94px - 58px);*/
}

.recommend-app-box .recommend-app-info .app-name-info h3 {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

.recommend-app-box .recommend-app-info .app-name-info .desc {
  margin-top: 4px;
  font-size: 14px;
  color: #8b969f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-app-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -12px 0;
}

.home-app-center .app-center-item {
  margin-bottom: 40px;
  width: 33.33333333%;
  padding: 0 12px;
  box-sizing: border-box;
  position: relative;
}

.home-app-center .app-center-item .item-bar {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.home-app-center .app-center-item .item-bar a {
  font-size: 16px;
  color: #8b969f;
  letter-spacing: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.home-app-center .app-center-item .item-bar a:hover {
  color: #fff;
}

.home-app-center .app-center-item .item-bar a .icon-go-more {
  width: 10px;
  height: 10px;
  background: url(../imgs/go-more.webp) no-repeat 50%;
  background-size: 100% 100%;
  vertical-align: middle;
}

.home-app-center .app-block-list {
  padding: 8px 0;
  width: 100%;
  height: 450px;
  background: #28333d;
  border-radius: 4px;
  box-sizing: border-box;
}

.home-app-center .app-single-item {
  padding: 10px 16px;
  min-height: 90px;
}

.home-app-center .app-single-item .item-block {
  display: flex;
  align-items: center;
}

.home-app-center .app-single-item .app-img {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 8px;
  min-width: 80px;
  border-radius: 10px;
}

.home-app-center .app-single-item .app-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  border-radius: 10px;
}

.home-app-center .app-single-item .app-info {
  /*width: calc(100% - 190px);*/
  /*margin-right: 8px;*/
  overflow: hidden;
}

.home-app-center .app-single-item .app-info h3 {
  margin-bottom: 2px;
  font-size: 16px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

.home-app-center .app-single-item .app-info .index-tags{
  color:#8b969f;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-app-center .app-single-item .app-info p {
  margin-bottom: 2px;
  font-size: 12px;
  color: #8b969f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-app-center .app-single-item .app-info p.discount {
  display: inline-block;
  padding: 2px 10px;
  height: 16px;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  background: #f3ae1f;
  box-sizing: border-box;
  border-radius: 4px;
}

.swiper-out-box {
  position: relative;
  padding-right: 300px;
  background: #28333d;
  border-radius: 4px;
}

.swiper-out-box .swiper-slide a {
  position: relative;
  display: block;
}

.swiper-out-box .swiper-slide a img {
  width: 100%;
  height: 100%;
  border-radius: 4px 0 0 4px;
}

.swiper-out-box .swiper-slide a .g-btn {
  width: 140px;
  height: 40px;
  position: absolute;
  left: 50px;
  bottom: 30px;
}

.swiper-out-box .swiper-titles {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 300px;
  height: 100%;
  background: #28333d;
}

.swiper-out-box .swiper-titles li {
  height: 20%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 9px 9px 9px 24px;
  font-size: 14px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.swiper-out-box .swiper-titles li h3 {
  color: #8b969f;
  min-width: 100%;
  font-size: 16px;
  font-weight: normal;
}

.swiper-out-box .swiper-titles li p {
  display: none;
  color: #999;
}

.swiper-out-box .swiper-titles li.on {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0));
  border-radius: 4px;
}

.swiper-out-box .swiper-titles li.on h3 {
  color: #fff;
}

.swiper-out-box .swiper-titles li.on p {
  display: block;
}

.article-bar {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.article-bar a {
  font-size: 16px;
  color: #8b969f;
  letter-spacing: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.article-bar a:hover {
  color: #fff;
}

.article-bar a .icon-go-more {
  width: 10px;
  height: 10px;
  background: url(../imgs/go-more.webp) no-repeat 50%;
  background-size: 100% 100%;
  vertical-align: middle;
}

.article-list-wrap {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}

.article-list-wrap .index-article-item {
  width: 50%;
  padding: 0 6px 5px;
  box-sizing: border-box;
}

.article-list-wrap .index-article-inner {
  background: #28333d;
  border: 1px solid #28333d;
  border-radius: 4px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-height: 140px;
  padding: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.article-list-wrap .index-article-inner:hover {
  background: rgba(52, 65, 78, .5);
  border: 1px solid hsla(207, 9%, 58%, .25);
}

.article-list-wrap .index-article-inner .img-box {
  background-color: #28333d;
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100px;
  object-fit: cover;
  width: 168px;
  background-position: 50%;
  background-size: cover;
}

.article-list-wrap .index-article-inner .content-info {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}


.article-list-wrap .index-article-inner .content-info h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-list-wrap .index-article-inner .content-info time {
  color: #8b969f;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}

.article-list-wrap .index-article-inner .desc {
  color: #8b969f;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  word-break: break-all;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.article-list-wrap .index-article-inner:hover h3 {
  color: #03c47e;
}

@media screen and (max-width: 1280px) {
  .home-app-center .app-center-item {
    width: 50%;
  }

  .article-list-wrap .index-article-item {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .article-list-wrap .index-article-item {
    width: 50%;
  }

  .swiper-out-box {
    padding-right: 0;
  }

  .swiper-out-box .swiper-titles {
    display: none;
  }
}

@media screen and (max-width: 770px) {
  .home-app-center .app-center-item {
    width: 100%;
  }

  .article-list-wrap .index-article-item {
    width: 100%;
  }

  .article-list-wrap .index-article-item .img-box {
    width: 64px;
    height: 64px;
  }

  .article-list-wrap .index-article-inner {
    min-height: 80px;
    padding: 8px;
  }

  .article-list-wrap .index-article-inner .content-info h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .article-list-wrap .index-article-inner .content-info time {
    font-size: 12px;
    line-height: 17px;
    margin-top: 4px;
  }

  .article-list-wrap .index-article-inner .content-info p {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .swiper-out-box .swiper-slide a .g-btn {
    display: none;
  }
}