.box2 {
    height: 86px;
    cursor: pointer;
    padding: 0px 30px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-bottom: 15px !important;
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: 1px solid rgba(234, 234, 234, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    contain: layout paint;
    perspective: 1000px;
}

.box2:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(103, 114, 229, 0.3);
    transition-duration: 0.15s;
}
.tooltip-inner {
    background: rgba(103, 114, 229, 1); 
    color: #ffffff;
    border-radius: 8px;
    margin-top: 8px;
    padding: 10px 15px;
    font-size: 13px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(103, 114, 229, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transform: translateY(-5px);
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform;
    contain: content;
}

.tooltip.in .tooltip-inner {
    transform: translateY(0);
}

.tooltip.top .tooltip-arrow {
    border-top-color: #6772e5;
}

.title, .desc {
  transition: color 0.3s; /* 添加颜色变化的过渡效果 */
}

/* 当鼠标悬停在标题上时，改变标题的颜色 */
.xe-comment .title :hover {
  color: #6772e5; /* 鼠标悬停时的标题颜色 */
}


.xe-comment-entry img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-left: 6px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    background-color: #c5cad9;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
    contain: strict;
    transform: translateZ(0);
}

.xe-comment-entry img.fade-in {
    opacity: 1;
    transition-duration: 0.2s;
}

.xe-comment p {
    margin-bottom: 0px;
}
.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.overflowClip_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.submit-tag{
    margin-top: 30px;

}

.nav-item{
    padding-top:10px;
	letter-spacing: 1px;
	color: #282a2d;
	
}


.xe-comment-entry span {
    float: left;
    display: block;
    margin-right: 15px;
    border-radius: 6px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: white;
margin-left: 5px;
margin-top:10px;

 border: 1px solid #f3f3f3;

}

/* 旧的搜索样式已移除，使用新的搜索组件样式 */
.main-content{
    padding: 20px 35px 20px!important;
}
.github{
    position: absolute; 
    top: 0; 
    right: 0; 
    border: 0;
    z-index: 1;
}
.hidden-sm{
    position: absolute;
    right: 10px;
    top: 4px;
    list-style: none;
}
.hidden-sm .fa-bars{
    color: white;
}
.collapsed .search ,
.collapsed .total,
.collapsed .submit-site{
    display: none;
}
.sidebar-menu .logo-env .mobile-logo{
    width: 50%;
    margin: 0 auto;
}
.mobile-menu-toggle.visible-xs{
    position: absolute;
    right: 34px;
    top: 30px;
}
.xe-comment .title{
    font-size: 14px;
    color: #282a2d;
    padding-bottom: 2px;
font-weight:600;
letter-spacing: 1.2px;

}

.xe-comment .desc{
letter-spacing: 1.2px;

}
.nav-count{
    font-size: 10px;
    color: #999fa7;
	
}
.total{
    padding: 10px 0 0;
    text-align: center;
}
.nav-total{
    color: #333;
}
.nav-item h4{
    margin-bottom: 20px;
}
.submit-site{
    padding: 8px 0;
    text-align: center;
}
.submit-site a{
    color: grey;
}
.modal-content{
    border-radius: 8px;
}
.btn-primary{
    background: transparent;
    border: none;
}
.sidebar-menu.collapsed .sidebar-menu-inner{
    position: fixed;
}
/* 搜索容器样式 */
.search {
    margin: 20px auto;
    max-width: 600px;
}
.stats-container {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.08);
}

.stats-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.stats-list {
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.stat-item {
  text-align: center;
  padding: 15px;
  flex: 1;
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-icon {
  display: block;
  margin-bottom: 10px;
  color: #6772e5;
  font-size: 24px;
}

.stat-number {
  display: block;
  margin: 10px 0;
  font-family: 'Arial', sans-serif;
  transition: all 0.3s ease;
}

.stat-description {
  display: block;
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

.submission-link {
  display: block;
  margin: 10px auto 0;
  padding: 10px 20px;
  color: #fff;
  background-color: #6772e5;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  
}
.sidebar-menu .main-menu {
    margin-bottom: 200px;
}


