/* Fangchan Header */
.fangchan-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #ffffff;
  border-color: #e5e7eb;
  z-index: 60;
  overflow: hidden;
}
.fangchan-header-wapper{
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fangchan-header .fangchan-inner {
  max-width: 1200px;
  width:100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.fangchan-header .logo {
  width: 491px;
  height: 42px;
  background: url("http://src.leju.com/imp/imp/deal/c2/55/b/07452e767994d2c1e2f7f39038a_p24_mk24.svg") no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}

.fangchan-header .slogon {
  width: 699px;
  height: 42px;
  margin-left: 150px;
  background: url("http://www.fangchan.com/include/slogon.svg") no-repeat;
  background-size: 100%;
  flex-shrink: 0;
}

.fangchan-nav {
  width: 100%;
  background-color: #c72128;
}

.fangchan-nav .nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}

.fangchan-nav .nav {
  display: flex;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fangchan-nav .nav::-webkit-scrollbar {
  display: none;
}

.fangchan-nav .nav li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 128px;
  text-align: center;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

.fangchan-nav .nav li > a {
  height: 50px;
  line-height: 50px;
  width: 128px;
  color: #fff;
  display: block;
  font-size: 15px;
  transition: background 0.2s ease;
}

.fangchan-nav .nav li > a:hover {
  background: linear-gradient(0deg, #D41F26, #89181D);
}
/* yearbook header */
.yearbook-header{
  position: fixed;
  top: 140px;
  left: 0px;
  right: 0px;
  z-index: 50;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  color: #ffffff;
  background-color: rgb(0 0 0 / 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.yearbook-header-wapper{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.yearbook-nav-box{
  display:flex; 
  align-items:center; 
  justify-content: space-between; 
  padding-top: 1rem; 
  padding-bottom: 1rem;
}

.yearbook-page-head{
  display:flex; 
  align-items:center; 
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.yearbook-page-head > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.yearbook-page-head img.icon{
  font-size: 1.5rem;
  line-height: 2rem;
  width:24px;
  height:24px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.yearbook-nav-box nav{
  display: none;
}

.yearbook-nav-box nav a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(255 255 255 / 0.9);
}
.yearbook-nav-box nav a:hover,
.yearbook-nav-box nav a.active{
  color:#ffffff;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-btn{
  color:#ffffff;
}
.nav-btn img.icon{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.sm-nav-box{
  display:block;
  background-color:#fff;
  position: absolute;
  width:100%;
  top:60px;
  left:0;
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow: auto;
}
.sm-nav-box ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.sm-nav-box ul li a{
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #374151;
}
.sm-nav-box ul li a:hover,
.sm-nav-box ul li a.active{
  color: #d97706;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}



/* home Section */
.home-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.home-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.home-content-box {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 15rem;
  padding-bottom: 6rem;
}
.home-content{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.home-title-box{
  max-width: 56rem;
  animation: slideUp 0.6s ease-out forwards;
}

.home-eyebrow {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fbbf24;
  margin-bottom: 1rem;
}

.home-title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  display:flex;
  align-items: center;
  gap: 0.75rem;
}
.home-logo-img{
  height: 2.5rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.home-title .word {
  display: inline-block;
  margin-right: 0.5rem;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
  max-width: 36rem;
  margin-bottom: 2rem;
}

.home-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.home-buttons img.icon{
  width:16px;
  height:16px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.home-buttons .btn-primary {
  background: #c9a227;
  border-color: #c9a227;
  color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.home-buttons .btn-primary:hover {
  background: #b08d1f;
  border-color: #b08d1f;
  transform: scale(1.05);
}

.home-buttons .btn-secondary {
  padding-left: 2rem;
  padding-right: 2rem;
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.home-buttons .btn-secondary:hover {
  border-color: #fff;
  color: #fff;
  transform: scale(1.05);
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.scroll-link:hover {
  color: #fff;
}

.scroll-link img.icon{
  width:20px;
  height:20px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.scroll-text {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.scroll-icon {
  font-size: 1.25rem;
  animation: bounceDown 2s infinite;
}

@keyframes bounceDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

/* Articles Section */
.articles-section{
  width:100%;
  padding:5rem 1rem;
  background-color: #f9fafb;
}
.articles-content{
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.articles-title-box{
  text-align: center;
  margin-bottom: 3rem;
  animation: slideUp 0.6s ease-out forwards;
}
.articles-title-box .subheading{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #d97706;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.articles-title-box .title{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #111827;
}
.articles-list-box{
  align-items: stretch;
  margin: -16px;
}
.articles-right{
  animation: slideUp 0.6s ease-out forwards;
  padding: 16px;
}
.articles-pic-news{
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 100%;
  min-height: 360px;
}
.articles-pic-news img{
  width:100%;
  height:100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0px;
}
.articles-pic-news .image-mask{
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.articles-pic-news .news-detail{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  padding: 1.5rem;
}
.articles-pic-news .news-detail h3{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color:#fff;
  margin-bottom: 0.5rem;
}
.articles-pic-news .news-detail p{
  color: rgb(255 255 255 / 0.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
  max-width: 36rem;
}
.articles-pic-news .news-detail .date{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(255 255 255 / 0.6);
}
.articles-left{
  animation: slideUp 0.6s ease-out forwards;
  animation-delay: 100ms; padding: 16px;
}
.articles-left-inner{
  background-color:#fff;
  border-radius: 1rem;
  padding: 1.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.articles-left-inner h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.articles-left-inner h3 .icon{
  color: #f59e0b;
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(1665%) hue-rotate(11deg) brightness(96%) contrast(89%);
}
.articles-list{
  flex: 1 1 0%;
}
.articles-list .news-item{
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f3f4f6; 
}
.articles-list .news-item:last-child {
  border-width: 0px;
}
.articles-list .news-item .news-item-inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.articles-list .news-item .news-item-inner .news-title{
  flex: 1 1 0%;
  min-width: 0px;
}

.articles-list .news-item .news-item-inner .news-title a{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #1f2937;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-bottom: 0.25rem;
  display: block;
}
.articles-list .news-item .news-item-inner .news-title a:hover{
  color: #d97706;
}
.articles-list .news-item .news-item-inner .news-title p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.articles-list .news-item .news-item-inner .news-attached{
  flex-shrink: 0;
  text-align: right;
  min-width: 4.5rem;
}
.articles-list .news-item .news-item-inner .news-attached .news-tag{
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.25rem;
  display: block;
  text-align: center;
}
.articles-list .news-item .news-item-inner .news-attached .news-date{
  font-size: 0.75rem;
  line-height: 1rem;
  color: #9ca3af;
  white-space: nowrap;
}
.articles-left-inner .news-more{
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
  text-align: center;
}
.articles-left-inner .news-more a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #d97706;
  font-weight: 500; 
}
.articles-left-inner .news-more a:hover{
  color: #b45309;
}

/* Categories Section */
.categories-section{
  width: 100%;
  padding: 5rem 1rem;
  background-color: #ffffff;
}
.categories-content{
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.categories-title-box{
  text-align: center;
  margin-bottom: 3rem;
  animation: slideUp 0.6s ease-out forwards;
}
.categories-title-box .subheading{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #d97706;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.categories-title-box .title{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #111827;
}
.select-year{
  margin-bottom: 2rem;
  animation: slideUp 0.6s ease-out forwards;
}
.select-year h3, .select-type h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.75rem;
}
.select-type{
  margin-bottom: 2.5rem;
  animation: slideUp 0.6s ease-out forwards;
}

/* Year Filter */
.year-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.year-chip {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.year-chip:hover {
  border-color: #fbbf24;
  color: #b45309;
}

.year-chip.active {
  background: #c9a227;
  border-color: #c9a227;
  color: #fff;
}

/* Category Filter */
.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.category-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.category-chip:hover {
  border-color: #fbbf24;
  color: #b45309;
  background: #fffbeb;
}

.category-chip.active {
  background: #c9a227;
  border-color: #c9a227;
  color: #fff;
}

.category-chip.active:hover {
  background: #b08d1f;
  border-color: #b08d1f;
}
.category-chip img.icon{
  width:14px;
  height:14px;
}
.category-chip:hover img.icon,
.category-chip:focus img.icon{
  filter: brightness(0) saturate(100%) invert(29%) sepia(45%) saturate(1965%) hue-rotate(8deg) brightness(93%) contrast(93%);
}
.category-chip.active img.icon{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.categories-articles{
  animation: slideUp 0.6s ease-out forwards;
}
.categories-articles-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
/*  text-lg font-bold text-gray-900 */
.categories-articles-top h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #111827;
}
/* View Toggle */
.view-toggle {
  display: inline-flex;
  align-items: center;
  background: #f1f5f9;
  border-radius: 8px;
  padding: 4px;
  gap: 4px;
}

.toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #64748b;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.toggle-btn img.icon{
 width:14px;
 height:14px;
}
.toggle-btn:hover img.icon,
.toggle-btn:focus img.icon,
.toggle-btn.active img.icon{
  filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(1665%) hue-rotate(11deg) brightness(96%) contrast(89%);
}

.toggle-btn:hover {
  color: #334155;
}

.toggle-btn.active {
  background: #fff;
  color: #c9a227;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* Grid View  */
.grid-view{
  margin: -12px;
}
.grid-view-item{
  animation: fadeIn 0.6s ease-out forwards;
  padding: 12px;
}
.yearbook-card {
  height: 100%;
  border-radius: 12px ;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.yearbook-card-link {
  display: flex;
  height: 100%;
}
.yearbook-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
}
.yearbook-card ::ng-deep .ant-card-body {
  padding: 16px !important;
}
.yearbook-card-img{
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.yearbook-card-img img{
  width: 100%;
  height: 12rem;
   -o-object-fit: cover;
     object-fit: cover;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.yearbook-card-img img:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.yearbook-card-img .card-tag{
  position:absolute;
  top: 0.75rem;
  left:0.75rem
}
.yearbook-card .ant-card-body h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.yearbook-card .ant-card-body p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #4b5563;
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex: 1;
}
.yearbook-card .ant-card-body .yearbook-card-date{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #9ca3af;
}

/* 查看更多按钮 */
.view-more-wrap {
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
}
.view-more-btn {
  display: inline-block;
  padding: 0.625rem 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  background: #f1f5f9;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.view-more-btn:hover {
  background: #e2e8f0;
  color: #1e293b;
}

/* list-view */
.list-view > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

/* List Article Item */
.list-article-item {
  padding: 1rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
  transition: box-shadow 0.3s ease;
  animation: fadeIn 0.6s ease-out forwards;
}

.list-article-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.list-article-item .row-card{
  /* flex flex-col sm:flex-row gap-4 */
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.list-article-item .row-card .row-card-img{
  /* relative w-full sm:w-48 h-32 shrink-0 rounded-lg overflow-hidden */
  position: relative;
  width: 100%;
  height: 8rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.list-article-item .row-card .row-card-img img{
  /* w-full h-full object-cover */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;

}
.list-article-item .row-card .card-tag{
  /* absolute top-2 left-2 */
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.list-article-item .row-card .row-card-body{
  /* flex-1 min-w-0 flex flex-col justify-center */
  flex: 1 1 0%;
  min-width: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-article-item .row-card .row-card-body h3{
  /* text-base font-bold text-gray-900 mb-2 line-clamp-1 */
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.list-article-item .row-card .row-card-body p{
  /* text-sm text-gray-600 mb-3 line-clamp-2 */
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #4b5563;
  margin-bottom: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-article-item .row-card .row-card-date{
  /* flex items-center gap-4 text-xs text-gray-400 */
  display:flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #9ca3af;
}
.categories-articles-empty{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align:center;
  color:#999;
  border-radius: 1rem;
  background-color: #f1f5f9;
  padding: 5rem 0;
}
.categories-articles-empty .empty-icon{
  width: 48px;
  height: 48px;
  opacity: 0.3;
  margin-bottom: 1rem;
}

/* Archives Section */
.archives-section{
  width: 100%;
  padding: 5rem 1rem;
  background-color: #0f172a;
  color: #ffffff;
}

.archives-content{
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.archives-title-box{
  text-align: center;
  margin-bottom: 3rem;
  animation: slideUp 0.6s ease-out forwards;
}
.archives-title-box .subheading{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #d97706;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.archives-title-box .title{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #ffffff;
}
.archives-list{
  margin: -12px;
}
.archives-list-item{
  /*  animate-slide-up  */
  animation: slideUp 0.6s ease-out forwards;
  padding: 12px;
}

.archive-card {
  transition: all 0.3s ease;
  /* group relative overflow-hidden rounded-xl bg-slate-800 hover:bg-slate-700 transition-colors cursor-pointer */
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  background-color: #1e293b;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  cursor: pointer;
}
.archive-card:hover {
  background-color: #334155;
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 700ms;
}
.archive-card .archive-card-item{
  /* relative h-48 overflow-hidden */
  position: relative;
  height: 12rem;
  overflow: hidden;
}
.archive-card .archive-card-item img{
  /* w-full h-full object-cover transform group-hover:scale-110 transition-transform duration-700 */
  width:100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.archive-card .archive-card-item:hover img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.archive-card .archive-card-item .archive-card-shade{
   /* absolute inset-0 bg-gradient-to-t from-slate-900/90 via-slate-900/30 to-transparent */
   position: absolute;
   inset: 0px;
   background-image: linear-gradient(to top, var(--tw-gradient-stops));
   --tw-gradient-from: rgb(15 23 42 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.archive-card .archive-card-item .archive-card-content{
  /* absolute bottom-4 left-4 */
   position: absolute;
   bottom:1rem;
   left: 1rem;
}
.archive-card-content .year{
  /* text-3xl font-bold text-white mb-1 */
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color:#fff;
  margin-bottom:0.25rem;
}
.archive-card-content .title{
  /* text-sm text-white/80 line-clamp-2 max-w-xs */
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 20rem;
}
.archive-card-footer{
  /*  p-4 flex items-center justify-between */
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive-card-footer .to-detail{
  /* text-xs text-white/50 */
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(255 255 255 / 0.5);
}
.archive-card-footer img.icon{
  /*  text-amber-400 group-hover:translate-x-1 transition-transform */
  color: #fbbf24;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width:14px;
  height:14px;
}
.archive-card-footer .icon:hover{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* search section */
.search-section{
  width: 100%;
  padding: 5rem 1rem;
  background-color: #f9fafb;
}
.search-content{
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.search-title-box{
  text-align: center;
  margin-bottom: 3rem;
  animation: slideUp 0.6s ease-out forwards;
}
.search-title-box .subheading{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #d97706;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.search-title-box .title{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #111827;
}
.search-title-box .annotation{
  /* text-gray-500 mt-3 */
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
  margin-top:0.75rem;
}
.search-box{
  /* bg-white rounded-2xl p-6 md:p-10 shadow-sm animate-slide-up */
  background-color:#fff;
  border-radius: 1rem;
  padding: 1.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  animation: slideUp 0.6s ease-out forwards;
}
.search-row{
  display: flex;
  flex-flow: row wrap;
  margin: -8px;
  align-items: flex-end;   /* 关键: 底部对齐 items-end */
}

/* 自定义 Ant Design 风格下拉框 (模拟 nz-select) */
        .ant-select-custom {
            width: 100%;
            height: 40px;
            padding: 0 11px;
            font-size: 14px;
            line-height: 1.5715;
            background-color: #fff;
            border: 1px solid #d9d9d9;
            border-radius: 6px;
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
            cursor: pointer;
            appearance: none;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238c8c8c'%3E%3Cpath d='M4.5 6L8 9.5 11.5 6z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 12px;
        }

        .ant-select-custom:focus {
            border-color: #4096ff;
            outline: 0;
            box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
        }

        /* 输入框组模拟 nz-input-group 带后缀图标 */
        .ant-input-affix-wrapper {
            display: flex;
            align-items: center;
            background-color: #fff;
            border: 1px solid #d9d9d9;
            border-radius: 6px;
            transition: all 0.2s;
            padding: 0 11px;
            height: 40px;
        }

        .ant-input-affix-wrapper:focus-within {
            border-color: #4096ff;
            box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
        }

        .ant-input-affix-wrapper input {
            flex: 1;
            border: none;
            outline: none;
            background: transparent;
            font-size: 14px;
            height: 100%;
            padding: 0;
            margin: 0;
        }

        .ant-input-affix-wrapper input::placeholder {
            color: #bfbfbf;
        }

        .ant-input-suffix {
            display: flex;
            align-items: center;
            margin-left: 8px;
            color: #bfbfbf;
            font-size: 16px;
        }
        .ant-input-suffix img.icon{
          width:16px;
          height:16px;
        }

        /* 按钮样式 - Ant Design Primary Large */
        .ant-btn-primary {
            background: #1677ff;
            border: none;
            border-radius: 6px;
            height: 40px;
            padding: 0 15px;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            cursor: pointer;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
        }

        .ant-btn-primary:hover {
            background: #4096ff;
        }

        .ant-btn-primary:active {
            background: #0958d9;
        }

        /* 标签样式 */
        .form-label {
            display: block;
            font-size: 14px;
            font-weight: 500;
            color: #1f2f3a;
            margin-bottom: 8px;
            line-height: 1.5715;
        }

        /* 栅格负边距系统 (完全模拟ant-row) */

        .ant-col-custom {
            padding: 8px;
        }

        /* 响应式宽度: xs 占满，md 按比例 6/24/24 等 */

        /* 移动端默认宽度100% */

        /* 图标通用样式 */

        /* 修复 select 在移动端的显示 */
        select.ant-select-custom {
            cursor: pointer;
        }

        /* 按钮内部图标间距 */
        
        /* 模拟 mr-2 */

        /* 让整个卡片容器更精致 */

/* 搜索结果区域 */
.search-results {
  margin-top: 2rem;
  background: #f1f5f9;
  border:1px solid #f1f5f9;
  border-bottom:0;
  border-radius: 1rem;
  animation: slideUp 0.6s ease-out forwards;
}

.results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size:0.875rem;
  line-height: 1.25rem;
  padding:1rem;
  color:#1d4ed8;
  font-weight:700;
}
/* 
.results-header h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #111827;
}

.results-count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
} */

.results-list {
  border-radius: 1rem;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
  border-bottom:1px solid #f1f5f9;
}

.result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.result-item:last-child {
  border-bottom: none;
}

.result-item:hover {
  background-color: #f9fafb;
  cursor: pointer;
}
.result-main {
  display: flex;
  justify-content: start;
  min-width: 0;
}

.result-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #1f2937;
  margin-right:0.375rem;
}

.result-item:hover .result-title{
  color: #d97706;
}

.result-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.result-year {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #d97706;
  background: #fffbeb;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 500;
}

.result-type {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #6b7280;
}

.result-tags {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.result-tag {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #1677ff;
  background: #e6f4ff;
  padding: 2px 8px;
  border-radius: 4px;
}

.result-download {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(135deg, #c9a227 0%, #d4af37 50%, #b08d1f 100%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-left: 1rem;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(201, 162, 39, 0.25);
}

.result-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(201, 162, 39, 0.4);
}

.result-download img.icon {
  width: 14px;
  height: 14px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

/* 分页 */
.results-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-top: 1.5rem;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #374151;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-btn:hover:not(.disabled):not(.active) {
  border-color: #c9a227;
  color: #b45309;
}

.page-btn.active {
  background: #c9a227;
  border-color: #c9a227;
  color: #fff;
  font-weight: 500;
}

.page-btn.disabled {
  color: #d1d5db;
  cursor: not-allowed;
  background: #f9fafb;
}

.page-ellipsis {
  color: #9ca3af;
  padding: 0 4px;
}

/* 加载状态 */
.search-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  margin-top: 2rem;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f4f6;
  border-top-color: #c9a227;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.search-loading p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
}

/* 空状态 */
.search-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  margin-top: 2rem;
  text-align: center;
  background-color: #f1f5f9;
  border-radius:1rem;
}

.search-empty .empty-icon {
  width: 48px;
  height: 48px;
  opacity: 0.3;
  margin-bottom: 1rem;
}

.search-empty .empty-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.25rem;
}

.search-empty .empty-desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #9ca3af;
}

/* 响应式：搜索结果移动端适配 */
@media (max-width: 768px) {
  .result-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .result-download {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}

/* 响应式：Header 区域小屏幕适配 */
@media (max-width: 768px) {
  .fangchan-header-wapper {
    height: 60px;
  }
  .fangchan-header .logo {
    width: 200px;
    height: 30px;
  }
  .fangchan-header .slogon {
    display: none;
  }
  .fangchan-nav .nav li {
    width: auto;
    padding: 0 1rem;
  }
  .fangchan-nav .nav li > a {
    width: auto;
    font-size: 14px;
  }
}

/* 响应式：年份/分类筛选区小屏幕适配 */
@media (max-width: 640px) {
  .year-chip, .category-chip {
    padding: 0.375rem 0.875rem;
    font-size: 0.8rem;
  }
  .category-chip img.icon {
    width: 12px;
    height: 12px;
  }
}

/* 响应式：列表视图图片小屏幕高度 */
@media (max-width: 640px) {
  .list-article-item .row-card .row-card-img {
    height: 6rem;
  }
}

/* 响应式：首页标题小屏幕适配 */
@media (max-width: 640px) {
  .home-title {
    font-size: 2rem;
    gap: 0.5rem;
  }
  .home-logo-img {
    height: 1.75rem;
  }
  .home-subtitle {
    font-size: 1.125rem;
  }
  .home-content-box {
    padding-top: 10rem;
  }
}

/* Scroll offset for fixed headers */
section[id] {
  scroll-margin-top: 8rem;
}

/* Floating Ad Banner */
.ad-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 55;
  background: #ffb619;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.ad-banner.hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.ad-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ad-link {
  display: block;
}

.ad-img {
  height: 80px;
  width: auto;
  object-fit: contain;
  display: block;
}

.ad-close {
  position: absolute;
  right: 0;
  top: 20px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ad-close:hover {
  background: rgba(255, 255, 255, 0.35);
}
.ad-close img.icon{
  width:14px;
  height:14px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
/* Site Header (yearbook nav) */




/* Search Button */
.search-btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #c9a227 0%, #d4af37 50%, #b08d1f 100%);
  border: none;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 14px rgba(201, 162, 39, 0.35);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.search-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #c9a227 0%, #d4af37 50%, #b08d1f 100%);
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.5);
}

.search-btn:active ,.search-btn:focus{
  transform: translateY(0);
  background: linear-gradient(135deg, #c9a227 0%, #d4af37 50%, #b08d1f 100%);
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.5);
}

.search-btn img.icon{
  margin-right:0.5rem;
  width:16px;
  height:16px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.search-hot{
  margin-top: 1.5rem;
}
.search-hot .title{
  /* text-sm text-gray-500 */
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
}
.search-hot .item{
  /* flex flex-wrap gap-2 mt-2 */
  display:flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top:0.5rem;
}
/* Hot Search Tags */
.hot-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-size: 0.875rem;
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.hot-tag:hover {
  color: #b45309;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border-color: #fbbf24;
  box-shadow: 0 2px 8px rgba(251, 191, 36, 0.2);
  transform: translateY(-1px);
}

footer{
  /* w-full bg-slate-950 text-white/70 py-12 */
  width:100%;
  background-color: #020617;
  color:rgb(255 255 255 / 0.7);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer{
   /* w-full px-4 sm:px-6 lg:px-12 xl:px-20 */
   width:100%;
   padding-left:1rem;
   padding-right:1rem;
}
.footer-row{
  margin: -12px;
}
.footer-col{
  padding: 12px;
}
.footer-col p{
  /* text-sm leading-relaxed mb-4 */
  font-size: 0.875rem;
  line-height: 1.625;
  margin-bottom:1rem;
}
.footer-col h4{
  /* text-white font-medium mb-4 */
  color:#fff;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer-col ul{
  /* space-y-2 text-sm */
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer-col ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.footer-col ul li a:hover{
  /* hover:text-white transition-colors */
  color: #fff;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer-col ul li.contact{
  /* flex items-center gap-2 */
  display:flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-col img.icon{
  width:14px;
  height:14px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.footer-left1{
  /* flex items-center space-x-2 text-xl font-bold text-white mb-4 */
  display:flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight:700;
  color:#fff;
  margin-bottom:1rem;
}
.footer-left1  > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.footer-left1 img.icon{
  width:16px;
  height:16px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}