.m-address{
  padding: 0;
  margin-bottom: 100px;
}

.m-logo{
  width: 135px;
}

/* 鼠标悬停变小手 */
.m-cursor:hover {
  cursor: pointer;
  color: var(--thm-primary);
}

/* 备案 */
.m-ba{
  padding-bottom: 20px;
}
.i-ba-box{
  text-align: center;
  padding-bottom: 15px;
}
.i-ba{
  width: 20px;
  margin-right: 5px;
  margin-left: 10px;
}
.i-y{
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.i-txt{
  color: #ada8ba;
  font-size: 12px;
}
/* 首页标题 */
.m-index-title{
  padding-top: 20px;
}

@media all and (max-width: 599px) {
	.mobile_hide {
	    display: none;
	}
  .m-footer-txt{
    justify-content: center;
  }
}