/* 移动端样式 */
@media (max-width: 768px) {

html, body{	
	/* 移动端：不设置height，font-size失效，必须加上下面两段 */
	-webkit-text-size-adjust: none;
  text-size-adjust: none;
}
/* 设置字体大小为 16px 或更大，防止自动放大页面 */
input,
textarea {
  font-size: 16px;
}

.tb-top-nav{
  width: 100%;
  min-width: 100%;
}

.middle-main{
  width: 100%;
  min-width: 100%;
}

.tb-info{
  width: 100%;
  min-width: 100%;
}

.tb-info{
  justify-content: center;
}

.stick-object{
  margin:0 5px;
}

.radius10-mobile, .stick-list{
  border-radius: 0;
  /* margin:0 15px */
}

.main-list-item-title{
  font-size: 17px;
  font-weight: 500;
  opacity:0.8;
}

.main-content-text{
  font-size: 16px;
}

.comment-item-content-body{
  font-size: 15px;
}

  .tb-top-nav-item:hover {
    color: var(--text-color) !important; /* 覆盖hover效果 */
  }

}