
.ad01 .module_container .container_header .title {
  padding-left: 0;

  padding-top: 80px;
}

/*css  */

.singlescreen #indexPage .mlist.project .container_header {
  padding: 0px;
}

.singlescreen #indexPage .module .module_container {
  width: calc(100% - 160px);
}

.singlescreen #indexPage .team .module_container .container_header {
  padding-top: 0;

  top: 20px;
}

.agent-pc .singlescreen #indexPage .project .content_wrapper .more_wrap .more {
  top: 30px;
}

/* css-0617 start */

.ff_indexPage .imagelink .module_container {
  max-width: calc(100% - 160px);
}

.imagelink .content_list .item_block {
  width: calc(100% / 6 - 14px);
}

/* css-0617 start */

/* 2021/04/13 yyq 修改 */
.ff_topSlider .bx-wrapper {
  width: 100%;
}
/* 2021/04/13 yyq 修改 */

/* 2021/04/14 yyq 修改 */
.agent-pc #indexPage .mcustomize:not(.tlir):not(.tril) .module_container {
  max-width: none;
  padding: 0 80px;
}

.mcustomize:not(.tlir):not(.tril) .mediabody {
  float: none;
}

.mcustomize:not(.tlir):not(.tril) .mediabody iframe {
  height: 54vw;
}

#header.mini,
#header {
  border: none;
  background: transparent;
  box-shadow: none;
}

.bodyindex #sitecontent {
  padding-top: 0;
}

#headTop {
  float: none;
}

#header .wrapper {
  box-sizing: border-box;
}

#header #navWrapper {
  display: none;
}

#header.mini .wrapper > .content {
  height: 82px;
}

#openBtn {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #1a1a1c;
  color: #fff;
  top: 15px;
  right: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  cursor: pointer;
}

.openMenu #openBtn {
  background-color: #e3120b;
}

#openBtn::before {
  content: '';
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 100%;
  height: 100%;
}

#openBtn:hover::before {
  transform: rotate(90deg);
}

.openMenu #openBtn::before {
  content: '\f00d';
}

#navMini {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  z-index: 10;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding-top: 120px;
  background: #fff;
  height: 100%;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
  background-color: #1a1a1c;
}

#navMini .nav > .navitem {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.openMenu #navMini {
  transform: translate3d(0, 0, 0);
}
/* 2021/04/14 yyq 修改 */

/* 2021/04/23 yyq 修改 */
.agent-mobile #footer p {
  padding-top: 40px;
}
/* 2021/04/23 yyq 修改 */


/* 2021/05/12 yyq 修改 */
.agent-mobile .npagePage.post .project #postSlider {
  display: block;
}
/* 2021/05/12 yyq 修改 */