
/* 2025-9-1 tao start */
.cursor{
    display: none;
}
/* 2025-9-1 tao end */

/* 2025-9-22 tao start */
.language_btn {
  float: right;
  font-size: 14px;
  color: #fff;
  line-height: 80px;
  margin-right: 10px;
}
.agent-pc .dom-gl {
  display: none;
}
.mlist.project .content_list .item_img img {
  opacity: 1 !important;
  visibility: visible !important;
  transition: transform 0.36s ease !important;
}
.agent-pc .ff_indexPage .project .item_block {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}
.agent-pc .ff_indexPage .project .item_block:nth-child(4n) {
  margin-right: 0;
}
#sitecontent .news .item_block,
#sitecontent .project .item_block {
  animation-name: fadeInUp;
}

.agent-mobile #menu .language_btn{
  position:absolute;
  bottom:40px;
  left:25px;
  font-size:1.3rem;
  line-height:1;
  color:#666;
}
/* 2025-9-22 tao end */
