.tags_index {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 20px auto 20px auto;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.tags_index .area-1 {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 15px 0px;
}

.tags_index .area-2 {
  width: 100%;
  padding: 20px 0px;
  margin: 10px 0px;
  background-color: #f4f3f3;
}

.tags_index .area-3 {
  width: 95%;
  padding: 0px 10px 10px 10px;
  margin: 10px auto 10px auto;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.tags_index .area-1-1 {
  width: 100%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background-color: #f77083;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.tags_index .area-1 .area-1-2 {
  min-width: 25%;
  height: 77%;
  padding: 10px 10px 10px 10px;
  margin: auto 5px auto 5px;
  display: inline-flex;
}

.tags_index .area-1 .area-1-3 {
  width: 25%;
  height: 77%;
  padding: 10px 0px 10px 10px;
  margin: auto 0px auto 5px;
  display: inline-flex;
}

.tags_index .area-1 .area-1-4 {
  width: 20%;
  height: 77%;
  padding: 10px 0px 10px 10px;
  margin: auto 0px auto 5px;
  display: inline-flex;
}

.tags_index .area-1 .area-1-1 .area-1-1-1 {
  width: 100%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background-color: #f77083;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.tags_index .area-1 .area-1-2 .area-1-2-1 {
  min-width: 150px;
  height: 41px;
  line-height: 41px;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

.tags_index .area-1 .area-1-3 .area-1-3-1 {
  min-width: 150px;
  height: 41px;
  line-height: 41px;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

.tags_index .area-1 .area-1-4 .area-1-4-1 {
  width: 150px;
  height: 41px;
  line-height: 41px;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

.tags_index .area-1 img {
  margin-left: 30px;
}

.tags_index .area-2-1 {
  width: 95%;
  margin-left: 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  color: black;
  font-weight: 600;
}

.tags_index .area-2-2 {
  width: 98%;
  text-align: right;
  font-size: 14px;
  line-height: 35px;
}

.tags_index .area-2-2 span {
  margin-right: 35px;
}

.tags_index .area-3-1 {
  width: 75%;
  display: flex;
  flex-direction: column;
}

.tags_index .area-3-2 {
  width: 25%;
  display: flex;
  flex-direction: column;
  /* 简约磨砂侧栏卡片（大家都在搜） */
  padding: 14px 12px;
  background: rgba(255,255,255,.58);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.tags_index .area-3-1-1 {
  margin: 0 0 12px 0;
  height: auto;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: rgba(255,255,255,.52);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.tags_index .area-3-1-2 {
  padding: 8px 0;
  background: rgba(255,255,255,.46);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  backdrop-filter: blur(14px) saturate(150%);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.area-3-xgss {
  font-size: 15px;
  font-weight: 800;
  margin-left: 0;
  color: rgba(44, 62, 80, .92);
}

.area-3-lll {
  font-size: 13px;
  font-weight: 700;
  margin-left: 0;
  color: rgba(44, 62, 80, .60);
}

.tags_index .area-3-2-1 {
  margin: 0 0 10px 0;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tags_index .area-3-2-2 {
  margin: 0;
}

.tags_index .area-3-2-1 img {
  margin-left: 0;
  width: 20px;
  height: 20px;
  object-fit: contain;
  opacity: .9;
}

.tags_index .area-3-2-1 span {
  font-size: 15px;
  font-weight: 800;
  color: rgba(44, 62, 80, .92);
  margin-left: 0;
}

.tags_item {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 10px 12px;
  padding: 14px;
  background: rgba(255,255,255,.56);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  backdrop-filter: blur(12px) saturate(150%);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tags_item_desc {
  display: flex;
  gap: 14px;
}

.tags_item_img {
  width: 200px;
  margin-right: 0;
  margin-left: 0;
  flex: 0 0 200px;
}

.tags_item_img img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 12px;
  filter: none;
}

.tags_item_content {
  width: auto;
  flex: 1;
  font-weight: normal;
  font-size: 14px;
  color: #6a6a6b;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tags_item_title {
  display: flex;
}

.tags_item_title .right span {
  float: right;
}

.tags_item_content .desc {
  color: rgba(74, 85, 104, .92);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 25px;
  margin-left: 0;
}

.tags_item_content a {
  font-size: 14px;
  margin-left: 5px;
}

.tags_item_content span {
  color: #adacac;
  float: right;
  font-size: 12px;
}

.tags_index .right a {
  line-height: 2;
  font-size: 18px;
  color: rgba(44, 62, 80, .92);
  padding: 0;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

.tags_item:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,.10);
  border-color: rgba(21, 160, 157, .18);
}

.tags_index .right_hits span {
  font-size: 14px;
  color: #333;
  padding: 10px;
  white-space: nowrap;
}

.tags_index .right_hits {
  align-self: flex-end;
}
.page{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;

}
.area-3-2-2 li {
  margin: 8px 0;
  height: auto;
  line-height: normal;
  text-align: left;
  font-size: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.46);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%);
  border: 1px solid rgba(255,255,255,.70);
  box-shadow: 0 8px 18px rgba(0,0,0,.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.area-3-2-2 li a {
  display: block;
  padding: 10px 12px;
  color: rgba(44, 62, 80, .90);
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.area-3-2-2 li a:hover {
  text-decoration: none;
}

/* 统一 hover：轻主色染色，更克制 */
.area-3-2-2 li:hover{
  transform: translateY(-1px);
  background: rgba(var(--color-primary-rgb), .10);
  border-color: rgba(var(--color-primary-rgb), .18);
  box-shadow: 0 14px 32px rgba(0,0,0,.08);
}

.area-3-2-2 li:hover a{
  color: var(--color-primary);
}

.rs_words {
  display: inline-flex;
  padding: 0 35px;
  flex-wrap: wrap;
  align-items: center;
}

.rs_words_img {
  width: 40px;
  height: 50px;
}

.rs_words_title {
  color: #5d5854;
  font-size: 25px;
  margin-left: 15px;
}

.rs_words_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.rs_words_item {
  height: 35px;
  line-height: 35px !important;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-size: 21px;
  color: #ff6600;
  padding: 0 5px;
  margin: 0;
}

.rs_words_img img {
  border: 0 none;
  width: auto;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
.submit_btn {
  background-color: #2fdac7 !important;
}
