
.price {
  display: none;
}

.agent-pc .project .description a {
  font-size: 14px;
  line-height: 40px;

  display: block;

  width: 100%;
  height: 40px;
  padding: 0;

  text-align: center;

  background: #009cff;
}

#online_open {
  bottom: 164px;

  margin-right: -10px;

  border: 0 solid transparent;
}

#online_lx {
  bottom: 164px;
}

.pageEditor #contactinfo {
  display: none;
}

.agent-pc .npagePage .mpageEditor #mcontact .module_container {
  padding: 0 5px;
}

.agent-pc .container_category a:after {
  position: absolute;
  top: 50%;
  right: -1px;

  width: 1px;
  height: 10px;
  margin: 0;
  margin-top: 7px;
  margin-top: -5px;
  margin-left: 25px;

  content: '';

  background-color: #dbdbdb;
}

.agent-pc .container_category a:last-of-type:after {
  display: none;
}

#flogo {
  display: none;
}

.agent-pc #header ul li.navitem:nth-last-child(1) a:hover,
.agent-pc #header ul li.navitem:nth-last-child(2) a:hover {
  background-color: #e40807;
  color: #fff;
}

.agent-pc #header ul li.navitem:nth-last-child(1) a,
.agent-pc #header ul li.navitem:nth-last-child(2) a {
  background-color: #fff;
  color: #666;
  border: 1px solid #e40807;
}

.agent-pc .project .description a {
  background: #fff;
}

.agent-mobile .npagePage.post #postInfo {
  margin-top: 0;

  padding: 20px 4%;
}

.agent-mobile #online {
  display: none;
}

.agent-mobile .project .item_block {
  width: 50%;
  float: left;
}

.agent-pc .tlir.module .module_container,
.tril.module .module_container {
  height: auto;
}

/* 2020/03/29 yyq 修改 */
.agent-pc .project .item_info {
  margin: 0;
  padding: 2% 8% 5%;
}
.agent-mobile .project .item_block .item_info {
  width: 100%;
  padding: 20px 0;
}

.mo-text.mo-code img {
  width: 100px;
}
/* 2020/03/29 yyq 修改 */


/* 2024-7-23 tao start */
.agent-mobile .searchBtn{
  display: none !important;
}
.agent-mobile .search-input-wrap{
  display: none !important;
}
/* 2024-7-23 tao end */