.suggestions-container {
  padding-top: 60px;
}

.page-content {
  display: flex;
  padding-bottom: 90px;
}

.sug-left {
  flex: 1;
  position: relative;
}
.sug-right {
  width: 280px;
  flex-shrink: 0;
  margin-left: 20px;
}
.sug-left .sug-card {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  height: 310px;
  position: relative;
}
.sug-right .sug-card {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  height: 147px;
  position: relative;
}
.sug-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sug-card1-img1,
.sug-card1-img2,
.sug-card1-img3 {
  transition: all 0.4s ease-out;
  transform: scale(1);
}
.sug-left .sug-card:hover .sug-card1-img1,
.sug-card2:hover .sug-card1-img2,
.sug-card3:hover .sug-card1-img3 {
  transform: scale(1.1);
}
.sug-top-title1 {
  height: 60px !important;
  line-height: 60px !important;
}
.sug-top-title1,
.sug-top-title2,
.sug-top-title3 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reco-atr {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e6ed;
}

.arts-list {
  min-height: 500px;
}
.nav-list,
.sort-list {
  display: flex;
}
.nav-item {
  cursor: pointer;
  margin-right: 40px;
  transition: all 0.3s;
  padding-bottom: 6px;
}
.nav-item.active {
  color: #1764ff;
  position: relative;
}
.nav-item.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1764ff;
  bottom: 0;
  left: 0;
}
.sort-item {
  font-size: 14px;
  cursor: pointer;
  margin-left: 24px;
}
.sort-item.active {
  color: #1764ff;
}
.art-item,
.art-item:hover {
  height: 100%;
  background-color: #f5f7fc;
  display: flex;
  flex-direction: column;
  color: #41464f;
  border-radius: 8px;
  overflow: hidden;
}
.info {
  padding: 12px 16px;
}
.info .tag-item {
  color: #1764ff;
  background-color: #1764ff1a;
}
.view {
  display: flex;
}
.art-title-h {
  height: 44px;
}
.art-title {
  color: #282b31;
  font-weight: bold;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.art-item:hover .art-title {
  color: #1764ff;
}
.art-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.4s ease-out;
  transform: scale(1);
}
.arts-list > div:hover .art-img {
  transform: scale(1.1);
}

.search-form {
  display: flex;
  align-items: center;
}
.search-form input {
  width: 224px;
  height: 28px;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 4px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 18px;
}
.search-form input:focus {
  outline: none;
  border: 1px solid #1764ff !important;
}

.sug-right .tags {
  margin-left: -6px;
  margin-right: -6px;
}
.sug-right .tag-item {
  margin: 8px 4px 0;
  cursor: pointer;
}
.sug-right .tag-item:hover {
  background: #f2f2f2;
}
.hots-arts {
  margin-top: 20px;
  /* padding-right: 60px; */
  padding-right: 30px;
}
.line {
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #e1e6ed;
}
.hot-item {
  padding: 1rem !important;
}
.hot-item,
.hot-item:hover {
  display: block;
  color: #41464f;
  border-bottom: 1px solid #f2f2f2;
}

.hot-item:hover .art-title {
  color: #1764ff;
}

.search-menu {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#nav-select {
  width: 100px;
  height: 28px;
  line-height: 28px;
}
.mob-title {
  display: none;
}
.loading-wrap {
  position: absolute;
  top: 520px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.empty-list {
  width: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.empty-list .iconfont4 {
  font-size: 50px;
}

/* 分页器 */
.page {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
#page-container ul {
  display: flex;
  align-items: center;
}
#page-container ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border: 1px solid #e1e6ed;
  color: #606879;
  min-width: 32px;
  box-sizing: border-box;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
}
#page-container ul li.active {
  border-color: #1764ff;
  color: #1764ff;
}
#page-container ul li.paginationjs-ellipsis {
  border: none;
  cursor: initial;
}
#page-container ul a {
  font-size: 14px;
}
#page-container ul li.paginationjs-prev,
#page-container ul li.paginationjs-next {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 1200px) {
  .select-menu {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  #nav-select,
  .sub-navs .search-form {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .sug-right {
    width: 240px;
  }
  .search-form input {
    width: 180px;
  }
  .hots-arts {
    padding-right: 0;
  }
  .nav-list {
    display: none;
  }
  #nav-select {
    display: flex;
  }
  .sub-navs .search-form {
    display: none;
  }
  .page-content {
    padding-bottom: 40px;
  }
  .page {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .suggestions-container {
    padding-top: 0;
  }
  .sug-right {
    display: none;
  }
  .search-form {
    margin-top: 0 !important;
    flex: 1;
    justify-content: flex-end;
  }
  .nav-list {
    display: none;
  }
  #nav-select {
    display: flex;
  }
  .sub-navs {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 767px) {
  .sug-left {
    margin-top: 54px;
  }
  .sub-navs {
    font-size: 14px;
  }
  .sort-item {
    margin-left: 12px;
  }
  .sub-navs .search-form input {
    width: 80px;
  }
  #nav-select {
    width: 76px;
    font-size: 12px;
  }
  .art-title {
    font-size: 14px !important;
  }
}

/* 下拉菜单 */
.select-menu {
  display: none;
}
.select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 100px;
  text-align: left;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  z-index: 1;
}
.select-menu-ul li {
  padding: 2% 0 2% 3%;
}
.select-menu-ul li:hover {
  color: #fff;
  background: #1764ff;
}
.select-menu-div {
  position: relative;
  height: 30px;
  width: 100px;
  border: 1px solid #ddd;
  line-height: 30px;
}
.select-this {
  color: #fff;
  background: #1764ff;
}

.select-menu-input {
  width: 98px;
  border: 0;
  height: 28px;
  cursor: pointer;
  user-select: none;
  outline: none;
  padding-left: 8px;
}
.select-menu-i {
  transform: rotate(180deg);
}
i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.triangle {
  position: absolute;
  bottom: 12px;
  right: 18px;
}

@media screen and (max-width: 575px) {
  .sub-navs {
    justify-content: space-between !important;
  }
  #nav-select {
    display: block;
  }
  .nav-list,
  .sort-list {
    display: none;
  }
  .mob-title {
    /* display: block; */
    font-size: 18px;
    font-weight: bold;
  }
  .search-form {
    justify-content: flex-end;
  }
  .sub-navs .search-form input {
    width: 240px;
    width: auto;
  }
}
