﻿body {
    color: red;
}

/* 2020/04/24 yyq 修改 */
.bodylist.bodyteam .team .item_block .line {
    display: none;
}

.bodylist.bodyteam .team .item_block .item_box {
    border: none;
}

.agent-pc .ff_pageList .team .item_block::after,
.agent-pc .ff_pageList .team .item_block:hover::after,
.agent-pc .npagePage:not(.post) .team .item_block::after,
.bodylist.bodyteam .team .item_block .item_box::after {
    content: none;
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_img img {
    transform: scale(1);
}

.bodylist.bodyteam .team .item_block:hover .item_box {
    transform: none;
}

.agent-pc .team .content_list .item_block:hover .item_box .item_wrapper {
    bottom: 25%;
}

.bodylist.bodyteam .team .item_block .details {
    opacity: 0;
}

.bodylist.bodyteam .team .item_block .item_box {
    padding-top: 49.7%;
}

.bodylist.bodyteam .team .item_block .item_box .item_img {
    box-sizing: border-box;
    position: absolute;
    top: 6%;
    bottom: 6%;
    left: 0;
    display: flex;
    align-items: center;
    transition: 0.36s ease;
}

.bodylist.bodyteam .team .item_block:hover .item_img {
    top: 0%;
    bottom: 0%;
}

.bodylist.bodyteam .team .item_block:hover .details {
    opacity: 1;
}

.bodylist.bodyteam .team .item_block .item_box .item_wrapper::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    transition: all 0.36s ease;
    opacity: 0;
}

.bodylist.bodyteam .team .item_block:hover .item_box .item_wrapper::before {
    opacity: 1;
}

/* 2020/04/24 yyq 修改 */

/* 2020/05/09 yyq 修改 */
.bodyindex #topSlider .owl-nav {
    height: 120px;
    background: rgb(0, 0, 0, 0.24);
}

.bodyindex #topSlider .owl-nav::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.bodyindex #topSlider .clear::before {
    content: none;
}

.bodyindex #topSlider .clear {
    background-color: transparent;
    width: 80%;
    margin: 0 10%;
}

body:not(.searchPage) #search-nav.searchGroup {
    height: 60px;
}

body:not(.searchPage) #search-nav .search_wrap {
    top: auto;
    transform: none;
}

.agent-pc body:not(.searchPage) #search-nav .searchOnOff {
    top: 0;
    transform: none;
    line-height: 60px;
}

.ff_topSlider .content_list .item_block {
    overflow: hidden;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ffe2d3;
}

.agent-pc body:not(.searchPage).searchOpen {
    background: rgba(0, 0, 0, 0.8);
}

.agent-pc body:not(.searchPage) .ff_indexPage,
.agent-pc body:not(.searchPage) .npagePage {
    transition: transform 0.5s;
}

.agent-pc body:not(.searchPage).searchOpen .ff_indexPage,
.agent-pc body:not(.searchPage).searchOpen .npagePage {
    transform: scale3d(0.95, 0.95, 1) translate3d(0, -200px, 1px);
}

.agent-pc body:not(.searchPage).searchOpen {
    overflow: hidden;
}

.agent-pc body:not(.searchPage).searchOpen .searchGroup .fa-search::before {
    content: "\f00d";
}

body:not(.searchPage) #search-nav .searchBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}

body:not(.searchPage) #search-nav.search-open .searchBox {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

body:not(.searchPage) .searchGroup .searchFormGroup {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate3d(-50%, -50%, 1px);
    text-align: center;
    background: transparent;
    height: auto;
    width: 75%;
}

body:not(.searchPage) .searchGroup .searchFormGroup input {
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0.3s;
    width: 100%;
    font-size: 10vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.05em 0;
    color: #eaba82;
    border-bottom: 5px solid;
    background-color: transparent;
}

body:not(.searchPage) .searchGroup.search-open .searchFormGroup input {
    transform: scale3d(1, 1, 1);
}

.agent-pc body:not(.searchPage) #search-nav.search-open .searchOnOff {
    z-index: 999;
}

body:not(.searchPage) .searchGroup .searchFormGroup,
#search-list .searchGroup .searchFormGroup {
    height: auto;
}

.agent-pc body:not(.searchPage) #search-nav .searchOnOff {
    z-index: 99;
}

body:not(.searchPage) #search-nav.searchGroup {
    overflow: hidden;
}

.agent-pc .mcustomize .container_content .contentbody .description a {
    bottom: -70%;
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0;
}

.agent-pc .mcustomize .container_content .contentbody .description a span {
    width: 20px;
    height: 20px;
    border: 1px solid #ffe2d3;
    display: block;
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translateY(-50%) rotateZ(45deg);
}
.agent-pc .mcustomize .container_content .contentbody .description a:before {
    bottom: auto;
    top: 50%;
    left: 22px;
    transform: translate(20px, -50%) rotate(45deg);
}

.agent-pc .mcustomize .container_content .contentbody .description a:after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.searchPage .ff_sitecontent {
    height: 100vh;
}

.searchPage .ff_pageList .content {
    height: 45vh;
}

.searchPage #search-list {
    margin-top: 150px;
}

.searchPage #min-search-header,
.searchPage #min-search-nav {
    display: none;
}

.agent-pc body .searchGroup .searchFormGroup .searchSub {
    display: block;
}
/* 2020/05/09 yyq 修改 */

/* 2020-06-02 11:01:24 FF 合并文件 */

/* 页面宽度*/
.agent-pc #page_body_editor-wrapper .layout_group[data-limit_width="true"] > .layout_limit_wrapper {
    min-width: 1200px;
}

/* 文字颜色间距*/

#page_body_editor-wrapper .layout_group {
    line-height: 24px;
    color: #666;
}

#page_body_editor-wrapper .layout_group .text-26 {
    line-height: 36px;
}

#page_body_editor-wrapper .layout_group .text-30 {
    line-height: 40px;
}

#page_body_editor-wrapper .layout_group .text-36 {
    line-height: 48px;
}

#page_body_editor-wrapper .layout_group .text-40 {
    line-height: 50px;
}

#page_body_editor-wrapper .layout_group .text-60 {
    line-height: 70px;
}

#page_body_editor-wrapper .layout_group .text-72 {
    line-height: 80px;
}

#page_body_editor-wrapper .layout_group[data-window_height="true"] .layout_container {
    height: calc(100vh - 60px);
}

/* css */

body {
    color: #666;
}

.agent-pc .ff_sitecontent #indexPage .project.module .container_content {
    max-width: 1920px;
}

.agent-pc body #sitecontent {
    padding-top: 0;
}

.agent-pc .ff_pageList {
    margin-bottom: 60px;
    padding-bottom: 0;
}

.agent-pc body #header {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.agent-pc .bodylistpost #header {
    background-color: #1a1a1c;
}

.agent-pc #header {
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.agent-pc #navWrapper {
    position: absolute;
    top: 0;
    right: 12px;
    display: block;
}

.agent-pc #navWrapper .nav {
    display: none;
}

.agent-pc .fa-search:before {
    color: #ffe2d3;
}

.agent-pc .openMenu #navMini {
    width: 300px;
}

.agent-pc #minOpenBtn {
    top: 5px;
    color: #ffe2d3;
    background: transparent;
}

.agent-pc .openMenu #minOpenBtn {
    background-color: #1a1a1c;
}

.agent-pc #minNavWrapper .nav > .navitem a > .fa {
    top: 0;
    right: 100px;
    display: block;
    opacity: 0.5;
}

.agent-pc #minNavWrapper .subnav:before {
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.agent-pc #minNavWrapper .subnav > li {
    border-bottom-color: #efefef;
}

.agent-pc #minOpenBtn:hover {
    background: transparent;
}

.agent-pc #minNavWrapper .nav > .navitem > a.active,
.agent-pc #minNavWrapper .nav > .navitem > a:hover {
    background-color: #313131;
}

.agent-pc #minNavWrapper .subnav > li a {
    color: #333;
}

.agent-pc .mlist:not(.imagelink) .content_list .item_block .item_tags {
    display: none;
}

.agent-pc #minNavWrapper .nav > .navitem a.active,
.agent-pc #minNavWrapper .nav > .navitem a.active:hover {
    color: #ffe2d3;
    background-color: #1a1a1c;
}

.agent-pc body #header.mini {
    height: 60px;
    background-color: #1a1a1c;
}

.agent-pc .mlist:not(.imagelink) .content_list .details i.fa::before {
    position: absolute;
    top: -2px;
    left: -5px;
    display: block;
    width: 5px;
    height: 5px;
    content: "";
    transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #979797;
    border-left: 1px solid #979797;
}

.agent-pc .mlist:not(.imagelink) .content_list .details i.fa::after {
    position: absolute;
    top: -2px;
    left: -5px;
    display: block;
    width: 5px;
    height: 5px;
    content: "";
    transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #979797;
    border-right: 1px solid #979797;
}

.agent-pc .mlist:not(.imagelink) .content_list .item_block:hover .details {
    color: transparent;
    border-color: transparent;
    background-color: transparent;
}

.agent-pc .mlist:not(.imagelink) .content_list .details .fa-angle-right {
    width: 20px;
    height: 1px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background-color: #979797;
}

.agent-pc .mlist:not(.imagelink) .content_list .item_block:hover .details .fa-angle-right {
    width: 30px;
    margin-right: 10px;
    background-color: #333;
}

.agent-pc .mlist:not(.imagelink) .content_list .item_block:hover .details i.fa::after {
    width: 0;
    height: 0;
    -webkit-transform: translateX(32px) rotate(45deg);
    transform: translateX(32px) rotate(45deg);
    border-width: 0 5px 5px 0;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
}

.agent-pc .mlist:not(.imagelink) .content_list .item_block:hover .details i.fa::before {
    -webkit-transform: translateX(32px) rotate(45deg);
    transform: translateX(32px) rotate(45deg);
    opacity: 0;
}

.agent-pc .agent-pc body {
    color: #666;
}

.agent-pc .ff_sitecontent .module .module_container {
    max-width: 74%;
}

/* .agent-pc .ff_sitecontent .ff_postPage  .team .module_container{

    max-width: 100%;

} */

/* .agent-pc .ff_postPage .news.mlistpost .module_container,

.agent-pc .ff_sitecontent .ff_postPage .module_container {

    max-width: 1170px;

} */

/* .npagePage #pageTarget{

    padding-top: 130px;

} */

.agent-pc .container_category > a.active,
.agent-pc .container_category > a:hover {
    color: #1a1a1c;
}

.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty):hover,
.agent-pc .news.mlistpost .tabBtn .post-prev:not(.empty):hover,
.agent-pc .service.mlistpost .tabBtn .post-next:not(.empty):hover,
.agent-pc .service.mlistpost .tabBtn .post-prev:not(.empty):hover,
.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty):hover,
.agent-pc .news.mlistpost .tabBtn .post-prev:not(.empty):hover,
.agent-pc .service.mlistpost .tabBtn .post-next:not(.empty):hover,
.agent-pc .service.mlistpost .tabBtn .post-prev:not(.empty):hover,
.agent-pc .team.mlistpost .tabBtn .post-next:not(.empty):hover,
.agent-pc .team.mlistpost .tabBtn .post-prev:not(.empty):hover {
    background-color: #1a1a1c;
}

.agent-pc .service.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .title,
.agent-pc .team.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .title,
.agent-pc .news.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .title,
.agent-pc .service.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .title,
.agent-pc .team.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .title,
.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .title,
.agent-pc.service.mlistpost .tabBtn .post-prev:not(.empty):hover .details:after,
.agent-pc .team.mlistpost .tabBtn .post-prev:not(.empty):hover .details:after,
.agent-pc .news.mlistpost .tabBtn .post-prev:not(.empty):hover .details:after,
.agent-pc.service.mlistpost .tabBtn .post-next:not(.empty):hover .details:after,
.agent-pc .team.mlistpost .tabBtn .post-next:not(.empty):hover .details:after,
.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty):hover .details:after {
    color: #ffe2d3;
    font-family: "MTTMilano", 微软雅黑;
}

.agent-pc.service.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle,
.agent-pc .team.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle,
.agent-pc .news.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle,
.agent-pc.service.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle,
.agent-pc .team.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle,
.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle {
    color: #ffe2d3;
    opacity: 0.5;
}

.agent-pc.service.mlistpost .tabBtn .post-prev:not(.empty) .infor-wrap .subtitle,
.agent-pc .team.mlistpost .tabBtn .post-prev:not(.empty) .infor-wrap .subtitle,
.agent-pc .news.mlistpost .tabBtn .post-prev:not(.empty) .infor-wrap .subtitle,
.agent-pc.service.mlistpost .tabBtn .post-next:not(.empty) .infor-wrap .subtitle,
.agent-pc .team.mlistpost .tabBtn .post-next:not(.empty) .infor-wrap .subtitle,
.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty) .infor-wrap .subtitle {
    font-family: "MTTMilano", 微软雅黑;
}

.agent-pc .service.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.team.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.news.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .details,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .details,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .details {
    background-color: transparent;
}

#search-list .searchGroup .searchFormGroup input,
.agent-pc body:not(.searchPage) .searchGroup .searchFormGroup .searchSub {
    display: none;
}

.agent-pc .ff_postPage .service.mlistpost .postInfo .description a,
.ff_postPage .project.mlistpost .postInfo .description a,
.ff_postPage .team.mlistpost .postInfo .description a {
    width: 60%;
    margin-bottom: 20px;
    background-color: transparent;
}

.agent-pc .ff_pageList .container_category > a {
    position: relative;
    padding: 0 16px;
    overflow: hidden;
}

.agent-pc .ff_pageList .container_category > a:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background-color: #1a1a1c;
}

.agent-pc .ff_pageList .container_category > a:hover:before {
    animation: lines1 0.8s ease;
}

@keyframes lines1 {
    0% {
        width: 0;
    }

    49% {
        width: 100%;
    }

    50% {
        /* width: -100%; */

        transform: translate(100%);
    }

    51% {
        width: -100%;
    }

    100% {
        width: 0;
    }
}

.agent-pc .ff_indexPage .mlist .container_header .subtitle {
    font-family: "MTTMilano";
    font-size: 13px;
}

.agent-pc #navMini .wrapper {
    background-color: #1a1a1c;
}

.agent-pc #minNavWrapper .nav > .navitem > a {
    color: rgba(237, 211, 198, 0.5);
}

.agent-pc .container_header .title {
    font-size: 22px;
}

.imagelink .owl-nav .owl-prev .iconfont:before,
.postSlider .owl-nav .owl-prev .iconfont:before,
.mlist .owl-nav .owl-prev .iconfont:before,
.ff_topSlider .owl-nav .owl-prev .iconfont:before,
.imagelink .owl-nav .owl-next .iconfont:before,
.postSlider .owl-nav .owl-next .iconfont:before,
.mlist .owl-nav .owl-next .iconfont:before,
.ff_topSlider .owl-nav .owl-next .iconfont:before {
    color: #ffe2d3;
}

.agent-pc .content_list .owl-item .item_block {
    width: 100% !important;
}

.ff_pageList #banner div {
    height: 226px;
    background-position: center;
}

.agent-pc .mlist:not(.imagelink) .content_list .item_info .title {
    font-family: "MTTMilano";
}

/* 幻灯 */

.agent-pc .ff_topSlider .content_list .item_block p {
    opacity: 1;
}

.agent-pc .ff_topSlider .content_list .item_block p.title {
    font-size: 36px;
}

.agent-pc .ff_topSlider .content_list .item_block p.subtitle {
    font-family: "MTTMilano";
    font-size: 12px;
}

.agent-pc .ff_topSlider .owl-dots .active.owl-dot span {
    background-color: #ffe2d3;
    transform: scale(0.8) rotate(45deg);
    width: 7px;
    height: 7px;
    margin: 8px;
}

.agent-pc .ff_topSlider .owl-dots .owl-dot span {
    display: block;
    width: 3px;
    height: 3px;
    margin: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
}

.bodyindex #topSlider .clear .des-content .des-item {
    border-right: 1px dashed rgba(255, 255, 255, 0.15);
}

.agent-pc .ff_topSlider .owl-theme .owl-dots .owl-dot {
    display: block;
    overflow: hidden;
}

.agent-pc .ff_topSlider .owl-dots {
    right: 30px;
    bottom: 50%;
    left: initial;
}

.agent-pc .bodyindex #topSlider .clear .des-content .des-item .title {
    color: #ffe2d3;
}

.agent-pc .bodyindex #topSlider .clear .des-content .des-item .subtitle {
    font-family: "MTTMilano";
    color: rgba(237, 211, 198, 0.4);
}

.agent-pc .ff_topSlider .owl-nav .owl-next:hover,
.agent-pc .ff_topSlider .owl-nav .owl-next,
.agent-pc .ff_topSlider .owl-nav .owl-prev:hover,
.agent-pc .ff_topSlider .owl-nav .owl-prev {
    background-color: transparent;
}

.agent-pc .ff_topSlider .owl-nav .owl-next:hover .iconfont,
.agent-pc .ff_topSlider .owl-nav .owl-prev:hover .iconfont {
    color: #ffe2d3;
}

.agent-pc.bodyindex #topSlider .clear .des-content .des-item .progress-bar {
    background-color: #ffe2d3;
}

.agent-pc.bodyindex #topSlider .clear .des-content .des-item:hover .fa-angle-right {
    background-color: #ffe2d3;
}

.agent-pc.bodyindex #topSlider .clear .des-content .des-item:hover .fa-angle-right::before {
    border-bottom-color: #ffe2d3;
    border-left-color: #ffe2d3;
}

.agent-pc.bodyindex #topSlider .clear .des-content .des-item:hover .fa-angle-right::after {
    border-top-color: #ffe2d3;
    border-right-color: #ffe2d3;
}

.agent-pc.bodyindex #topSlider .clear::before {
    background-color: rgba(255, 255, 255, 0.15);
}

.agent-pc.bodyindex #topSlider .clear .des-content .des-item {
    border-right: 1px dashed rgba(255, 255, 255, 0.2);
}

.bodyindex #topSlider .clear .des-content .des-item:hover .fa-angle-right {
    width: 30px;
}

.bodyindex #topSlider .clear {
    z-index: 1;
}

/* 图文 */

.agent-pc .ff_indexPage .mcustomize .module_container {
    max-width: 100%;
}

.agent-pc .mcustomize .container_content,
.agent-pc .mcustomize .wrapper .header {
    position: relative;
}

.agent-pc .mcustomize.tril .container_content .mediabody .image,
.agent-pc .mcustomize.tlir .container_content .mediabody .image,
.agent-pc .mcustomize.initlayout .container_content .mediabody .image {
    box-sizing: border-box;
    width: 80%;
    height: auto;
    padding-top: 76%;
}

.agent-pc .mcustomize.tril .container_content .mediabody .image,
.agent-pc .mcustomize.initlayout .container_content .mediabody .image {
    margin-left: 10%;
}

.agent-pc .mcustomize.tlir .container_content .mediabody .image {
    margin-right: 10%;
}

.agent-pc .mcustomize.tril .container_content .mediabody .image,
.agent-pc .mcustomize.tlir .container_content .mediabody .image,
.agent-pc .mcustomize.initlayout .container_content .mediabody .image {
    width: 87%;
    padding-top: 75%;
}

.agent-pc .mcustomize.tril .contentbody,
.agent-pc .mcustomize.tlir .contentbody,
.agent-pc .mcustomize.initlayout .contentbody {
    width: 50%;
    padding-top: 9%;
    transform: translateX(10%);
}

.agent-pc .mcustomize.initlayout .contentbody {
    float: right;
}

.agent-pc .ff_indexPage .mcustomize.initlayout .wow img {
    transform: translate(16%);
}

.agent-pc .mcustomize .wrapper .description {
    /* overflow: hidden; */
    height: 80px;
    margin-top: 40px;
    color: #edd3c6;
}

.agent-pc .mcustomize.tril .container_content .contentbody .wrapper .description,
.agent-pc .mcustomize.tlir .container_content .contentbody .wrapper .description,
.agent-pc .mcustomize.initlayout .container_content .contentbody .wrapper .description {
    width: 70%;
    margin-left: 0;
}

.agent-pc .mcustomize.tril .wrapper .header .subtitle,
.agent-pc .mcustomize.tlir .wrapper .header .subtitle,
.agent-pc .mcustomize.initlayout .wrapper .header .subtitle {
    font-family: "GOTHAM-bold", "AVGARDD";
    font-size: 58px;
    font-weight: 100;
    color: #ffe2d3;
}

.agent-pc .module.mcustomize.tril .header .title,
.agent-pc .module.mcustomize.tlir .header .title,
.agent-pc .module.mcustomize.initlayout .header .title {
    font-size: 13px;
    position: absolute;
    bottom: 36px;
    color: #ffe2d3;
}

.agent-pc .mcustomize .wrapper {
    position: relative;
}

.agent-pc .mcustomize .wrapper .description::before {
    position: absolute;
    bottom: -78px;
    left: 14px;
    width: 20px;
    height: 20px;
    content: "";
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.6;
    border: 1px solid #979797;
    content: none;
}

.agent-pc .mcustomize.tril .wrapper .description::before,
.agent-pc .mcustomize.tlir .wrapper .description::before,
.agent-pc .mcustomize.initlayout .wrapper .description::before {
    border: 1px solid #ffe2d3;
}

.agent-pc .mcustomize .container_content .contentbody .description a {
    padding: 0;
    color: transparent;
    border: none;
}

.agent-pc .mcustomize .container_content .contentbody .description a:before {
    position: absolute;
    bottom: -59px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    /* -webkit-transform: translateX(20px) rotate(45deg);
    transform: translateX(20px) rotate(45deg); */
    border-width: 0 5px 5px 0;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
}

.agent-pc .mcustomize.tril .container_content .contentbody .description a:before,
.agent-pc .mcustomize.tlir .container_content .contentbody .description a:before,
.agent-pc .mcustomize.initlayout .container_content .contentbody .description a:before {
    border-color: transparent #ffe2d3 transparent transparent;
}

.agent-pc .mcustomize.tril .container_content .contentbody .description a:after,
.agent-pc .mcustomize.tlir .container_content .contentbody .description a:after,
.agent-pc .mcustomize.initlayout .container_content .contentbody .description a:after {
    background-color: #ffe2d3;
}

.agent-pc .mcustomize .container_content .contentbody .description a:after {
    position: absolute;
    bottom: -57px;
    left: 0;
    width: 24px;
    height: 1px;
    content: "";
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background-color: #333;
}

.agent-pc .mcustomize .container_content .contentbody .description:hover a:after {
    left: 25px;
}

.agent-pc .mcustomize .wrapper .description:hover::before {
    opacity: 1;
}

.agent-pc .mcustomize .container_content .contentbody .description:hover a:before {
    left: 25px;
}

.agent-pc .ff_indexPage .mcustomize.tril,
.agent-pc .ff_indexPage .mcustomize.tlir {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #1a1a1c;
}

.agent-pc .ff_indexPage .mcustomize.module .wow {
    width: 50%;
}

.agent-pc .ff_indexPage .mcustomize.module .mediabody.wow {
    animation-name: fadeInLeft;
}

.agent-pc .mcustomize.tril .container_content .contentbody .wrapper {
    animation-name: fadeInRight;
}

/* .agent-pc .mcustomize.tlir .container_content .mediabody .image {

    box-sizing: border-box;

    width: 100%;

    height: auto;

    padding-top: 95%;

} */

.agent-pc .mcustomize.tlir .contentbody {
    width: 40%;
    margin-left: 10%;
}

.agent-pc .ff_indexPage .mcustomize.tlir {
    padding-top: 0;
}

.agent-pc .ff_indexPage .mcustomize.tlir:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 30%;
    content: "";
    background-color: #1a1a1c;
}

.agent-pc .mcustomize.tlir .container_content .contentbody .wrapper .description {
    width: 72%;
    margin: 0;
    margin-top: 0;
}

.agent-pc .mcustomize .container_content .contentbody .description:hover a {
    color: transparent;
    background-color: transparent;
}

.agent-pc .mcustomize.tlir .wrapper .description::before {
    bottom: -50px;
}

.agent-pc .mcustomize.tlir .container_content .contentbody .description a:before {
    bottom: -31px;
}

.agent-pc .mcustomize.tlir .container_content .contentbody .description a:after {
    bottom: -29px;
}

.agent-pc .mcustomize.tlir .container_content .contentbody .wrapper .header {
    position: relative;
}

.agent-pc .mcustomize.initlayout .container_content .contentbody .wrapper .header {
    height: 60px;
}

.agent-pc .mcustomize.initlayout .wrapper .description {
    margin-top: 0;
}

/* 服务 */

.agent-pc .ff_indexPage .mlist .module_container .container_category a {
    display: none;
    padding: 0;
}

.agent-pc .ff_indexPage .mlist .module_container .container_category .ff_more {
    position: relative;
    display: block;
    margin-right: 0;
    text-align: right;
    text-transform: capitalize;
    color: transparent;
    border: none;
}

.agent-pc .ff_indexPage .mlist .module_container .container_category .ff_more:before {
    font-family: "Lora";
    position: absolute;
    top: 0;
    right: 0;
    content: attr(data-txt);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    color: #333;
    background-color: transparent;
}

.agent-pc .ff_indexPage .mlist .module_container .container_category:hover .ff_more:before {
    right: 60px;
}

.agent-pc .ff_indexPage .mlist .module_container .container_category .ff_more:after {
    position: absolute;
    bottom: 50%;
    left: 18px;
    width: 40px;
    height: 1px;
    content: "";
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #333;
}

.agent-pc .ff_indexPage .mlist .module_container .container_category:hover .ff_more:after {
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
    transform: translate(-50%, 0) scale(0, 1);
}

.agent-pc .ff_indexPage .container_category > a {
    width: 100px;
}

.item_tags > a:hover,
.container_category > a:hover,
.item_tags > a.active,
.container_category > a.active {
    color: #1a1a1c;
    background-color: transparent;
}

.agent-pc .ff_indexPage .mlist .module_container .container_category {
    position: relative;
}

.agent-pc .ff_indexPage .mlist .module_container .container_category:before {
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 50px;
    height: 1px;
    content: "";
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transform: translate(50%, 0) scale(0, 1);
    background-color: #333;
}

.agent-pc .ff_indexPage .mlist .module_container .container_category:hover:before {
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
    transform: translate(0%, 0) scale(1, 1);
}

.agent-pc .ff_indexPage .service.module {
    padding-top: 100px;
    padding-bottom: 0;
}

.agent-pc .service.mlist:not(.imagelink) .content_list .item_block {
    width: 25%;
    margin-right: 0;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border: none;
}

.agent-pc .service.mlist:not(.imagelink) .content_list .item_des,
.agent-pc .service.mlist:not(.imagelink) .content_list .item_block .item_tags,
.agent-pc .service.mlist:not(.imagelink) .content_list .item_img,
.ff_indexPage .mlist .content_wrapper .more {
    display: none;
}

.agent-pc .service.mlist:not(.imagelink) .content_list .item_info .subtitle {
    font-family: "MTTMilano";
    font-size: 13px;
    line-height: 18px;
}

.agent-pc .mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
    color: #333;
}

.agent-pc .service .content_list .item_block .item_box .item_wrapper > .date_wrap {
    font-family: "MTTMilano";
    font-size: 12px;
    position: absolute;
    bottom: 0;
    display: block;
    float: initial;
    color: #999;
}

.agent-pc .service .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
    display: none;
}

.agent-pc .service .content_list .item_block .item_box .item_wrapper .item_info {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.agent-pc .service .content_list .item_block:hover .item_box .item_wrapper .item_info {
    transform: translatey(10px);
}

.agent-pc .service .content_list .item_block:hover .item_box .item_wrapper > .date_wrap {
    bottom: 4px;
}

.agent-pc .service.mlist:not(.imagelink) .content_list .details {
    position: absolute;
    right: 40px;
    bottom: 38px;
    margin-bottom: 0;
    color: transparent;
    border: none;
}

.agent-pc .ff_pageList .service.mlist:not(.imagelink) .content_list .details {
    right: 0px;
}

.agent-pc .service .content_list .item_block .item_box .item_wrapper {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 110px;
}

.agent-pc .ff_pageList .service .content_list .item_block .item_box .item_wrapper {
    padding-left: 0px;
}

.agent-pc .service .content_list .item_block:nth-child(4n + 1) .item_box .item_wrapper {
    padding-left: 0;
}

.agent-pc .ff_indexPage .service.mlist:not(.imagelink) .content_list .item_block:nth-child(4n) {
    border-right: none;
}

.agent-pc .ff_postPage .service #listContent .content_list .item_block_0 .item_box .item_wrapper {
    padding-left: 0;
}

/*  */

/* ���务详情 */

.agent-pc .npagePage .service .container_content {
    padding-top: 0;
}

.agent-pc .npagePage .service .postContent {
    margin-bottom: 0;
    padding-top: 0;
}

/* 案例 */

.npagePage .container_content {
    padding-top: 0px;
}

.ff_indexPage .project {
    margin-bottom: 80px;
}

.agent-pc .ff_indexPage .project .item_block,
.agent-pc .npagePage:not(.post) .project .item_block {
    width: calc(100% / 3 - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.agent-pc .project.mlist:not(.imagelink) .content_list {
    margin-right: -30px;
}

.project.mlist:not(.imagelink) .content_list .item_block {
    border: none;
}

.project.mlist .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
    display: none;
}

.project.mlist .content_list .item_block .item_box {
    display: block;
    position: relative;
}

.project.mlist .content_list .item_block {
    perspective: 2000px;
}

.project.mlist .content_list .item_block .item_box .item_wrapper {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    margin: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10%;
    transition: all 0.36s ease;
    transform: rotateY(90deg);
}
.agent-pc .project .content_list .item_block .item_box .item_wrapper .item_info {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    opacity: 0;
}
.agent-pc .project .content_list .item_block:hover .item_box .item_wrapper .item_info {
    opacity: 1;
}
.project.mlist .content_list .item_block:hover .item_box .item_wrapper {
    transform: rotateY(0);
}

.project.mlist .content_list .item_block .item_box .item_wrapper:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #1a1a1c;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.36s ease;
}

.project.mlist .content_list .item_block:hover .item_box .item_wrapper:before {
    width: 100%;
}

.project.mlist:not(.imagelink) .content_list .details {
    display: none;
}

.project.mlist:not(.imagelink) .content_list .item_wrapper .details {
    display: block;
    margin-top: 30px;
}

.project.mlist:not(.imagelink) .content_list .item_des {
    margin-left: 22px;
    margin-top: 30px;
}

/* 产品详情 */

.agent-pc .ff_postPage .project.mlistpost .listContent_post .item_block {
    width: calc(100% / 4 - 30px);
    margin-right: 30px;
    border: none;
}

.agent-pc .project.mlistpost .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.agent-pc .ff_postPage .project .content_list .item_des {
    display: none;
}

.agent-pc .ff_postPage .project .content_list .item_info .subtitle {
    font-size: 12px;
    line-height: 18px;
}

.agent-pc .ff_postPage .project .content_list .item_block .item_img {
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.agent-pc .ff_postPage .project .content_list .item_block:hover .item_img {
    transform: translateZ(0) scale(0.95);
}

.agent-pc .ff_postPage .project .content_list .item_img img {
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
        grayscale 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.agent-pc .ff_postPage .project .content_list .item_block:hover .item_img img {
    transform: translateZ(0) scale(1.15);
}

.agent-pc .ff_postPage .project.mlistpost .content_list .item_block .item_box .item_wrapper {
    padding: 10px 20px;
}

.agent-pc .ff_postPage .project .content_list .item_block .details,
.agent-pc .ff_postPage .project .postContent .postInfo .usetdate,
.agent-pc .ff_postPage .project .postSlider .tab_button {
    display: none;
}

.postSlider .tab_content .item_img {
    height: 426px;
    overflow: hidden;
}

.agent-pc .ff_postPage .project .postSlider .tab_content .item_img img {
    width: 100%;
    height: auto;
}

.agent-pc .ff_postPage .project .content_editor .postSlider {
    display: none;
}

.agent-pc .ff_postPage .project .postSlider .item_block {
    margin-bottom: 20px;
}

.agent-pc .ff_postPage .project .owl-nav .owl-next {
    right: 10px;
}

.agent-pc .ff_postPage .project .owl-nav .owl-prev {
    left: 10px;
}

.agent-pc .ff_postPage .project #postSlider {
    width: 50%;
    float: left;
    display: block;
    padding-top: 70px;
    padding-left: 60px;
}

.agent-pc .ff_postPage .project .postbody {
    margin-top: 30px;
    float: right;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 50px;
}

.agent-pc .bodylistpost.bodyproject .project #postWrapper .postContent {
    width: 100%;
    max-width: 100%;
    background-color: #f5f5f5;
    padding-right: 0px;
}

.agent-pc .ff_postPage .project.mlistpost .postContent .postInfo {
    display: inline-block;
    padding-bottom: 22px;
    padding: 8% 5%;
}

.agent-pc .ff_postPage .project.mlistpost .postInfo .mainInfor .title {
    font-size: 20px;
}

.agent-pc .ff_postPage .project.mlistpost .postInfo .description {
    line-height: 20px;
    position: initial;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    border-left: 0;
}

.bodylistpost.bodyproject .project #postWrapper {
    display: initial;
}

.bodylistpost.bodyproject .project #postWrapper::before {
    content: "";
    width: 100%;
    height: 72%;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
}

/* 新编辑器样式 */
.agent-pc .ff_postPage .project.mlistpost .content_editor .postContent {
    float: right;
    width: 26%;
    max-width: 50%;
    margin-top: 30px;
    padding-right: 10%;
    transform: translateX(-120px);
    display: none;
}

.agent-pc .bodylistpost.bodyproject .content_editor .project #postWrapper::before {
    background-color: transparent;
}

.agent-pc .ff_postPage.content_editor .project #postSlider {
    display: none;
}

/* 视频 */

.agent-pc .ff_sitecontent .ff_indexPage .videom.module .module_container {
    max-width: 100%;
}

.ff_indexPage .videom.module {
    padding-top: 0;
    padding-bottom: 0;
}

.agent-pc .ff_indexPage .videom.mlist .container_header {
    display: none;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_des {
    display: none;
}

.agent-pc .ff_indexPage .videom.mlist .content_wrapper {
    padding-top: 0;
}

.agent-pc .ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_block {
    position: relative;
    border: none;
}

.agent-pc .ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_block .item_wrapper {
    position: absolute;
    top: 38%;
    left: 13%;
    width: 28%;
}

.agent-pc .ff_indexPage .videom.mlist:not(.imagelink) .content_list .date_wrap,
.agent-pc .ff_indexPage .videom.mlist:not(.imagelink) .content_list .details {
    display: none;
}

.agent-pc .ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_info .title {
    font-family: "GOTHAM-bold", "AVGARDD";
    font-size: 44px;
    line-height: 50px;
    color: #ffe2d3;
    white-space: initial;
}

.agent-pc .ff_indexPage .videom.mlist .owl-nav {
    top: initial;
    bottom: 2.5vw;
    right: 18%;
    width: 0;
}

.agent-pc .ff_indexPage .videom.mlist .owl-nav .owl-prev,
.agent-pc .ff_indexPage .videom.mlist .owl-nav .owl-next {
    background-color: #fff;
    width: 5vw;
    height: 5vw;
}

.agent-pc .ff_indexPage .videom.mlist .owl-nav .owl-prev {
    right: 0;
    left: initial;
}

.agent-pc .ff_indexPage .videom.mlist .owl-nav .owl-next {
    left: 0;
    right: initial;
}

.agent-pc .ff_indexPage .videom.mlist .owl-nav .owl-next .iconfont:before,
.agent-pc .ff_indexPage .videom.mlist .owl-nav .owl-prev .iconfont:before {
    color: #1a171d;
}

.agent-pc .ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_info .subtitle {
    font-family: "MTTMilano";
    font-size: 12px;
    color: rgba(237, 211, 198, 0.5);
}

.agent-pc .ff_indexPage .videom.mlist .owl-dots {
    bottom: 50%;
    left: 60px;
}

.owl-theme .owl-dots .owl-dot {
    display: block;
    overflow: hidden;
    will-change: transform;
}

.agent-pc .ff_indexPage .videom.mlist .owl-dots .owl-dot.active span {
    transform: scale(0.8) rotate(45deg);
    width: 7px;
    height: 7px;
    border: none;
    background-color: #ffe2d3;
    border-radius: 0;
}

.agent-pc .ff_indexPage .videom.mlist .owl-dots .owl-dot span {
    width: 3px;
    height: 3px;
    margin: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateX(2px);
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_box {
    position: relative;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_img .item_mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(../image/dot.png) repeat;
}

/* ff */

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_block .imgIcon {
    position: absolute;
    top: 40%;
    right: 47.5%;
    width: 5%;
    height: 13%;
    transition: all 0.36s ease;
    border-radius: 100%;
    background-color: #ffe2d3;
    transform: scale(2);
    opacity: 0;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_block .imgIcon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate3d(-50%, -50%, 0);
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_block .imgIcon:before {
    z-index: 1;
    left: calc(50% - 5px);
    top: calc(50% - 8px);
    width: 0;
    height: 0;
    transition: all 0.36s ease;
    border-top: 10px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #1a171d;
    transform: scale(0);
    opacity: 0;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_block:hover .imgIcon:before {
    transform: scale(1);
    opacity: 1;
    left: calc(50% - 5px);
    top: calc(50% - 8px);
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_block:hover .imgIcon {
    top: 40%;
    right: 47.5%;

    /* width: 5%;

    height: 14%; */
    transform: scale(1);
    opacity: 1;
}

.agent-pc .ff_indexPage .videom.mlist .module_container .container_category .ff_more {
    display: none;
}

/* 视频列表 */

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block {
    float: left;
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
    margin-bottom: 40px;
    border: none;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .date_wrap {
    display: none;
}

.mlist:not(.imagelink) .content_list .details {
    margin-left: -20px;
    padding: 0;
    color: transparent;
    border: none;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block .imgIcon {
    right: 45%;
    top: 35%;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_box::before {
    top: 36%;
    left: 50%;
    width: 80px;
    height: 80px;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block .item_box .item_img:before {
    left: 51.4%;
    border-top: 8px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #ffe2d3;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_box::after {
    top: 36%;
    left: 50%;
    width: 64px;
    height: 64px;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block {
    overflow: hidden;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper {
    bottom: -30%;
    padding: 6px 6px;
    background-color: #fff;
    transition: all 0.36s ease;
    max-width: 50%;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper {
    bottom: 0;
    padding-left: 26px;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block .imgIcon {
    width: 10%;
    height: 26%;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info {
    width: 100%;
    text-overflow: ellipsis;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_info .subtitle {
    font-size: 13px;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_block {
    position: relative;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .details {
    position: absolute;
    right: 20px;
    bottom: 0;
    display: none;
}

.agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_info .title {
    font-family: "GOTHAM-bold", "AVGARDD", 微软雅黑;
    font-size: 18px;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_block .imgIcon:before {
    transform-origin: 25% 50%;
}

/* 新闻 */

.ff_indexPage .module {
    padding-bottom: 0;
}

.agent-pc .news.mlist:not(.imagelink) .content_list .item_block {
    width: calc(100% / 3);
    margin-right: 0;
    margin-bottom: 40px;
    border: none;
}

.agent-pc .ff_indexPage .news.ff_noSlider .content_list .item_wrapper {
    width: 100%;
    padding: 20px 60px 20px 0px;
    transform: translateY(0);
    transition: all 0.36s ease;
}

.agent-pc .ff_indexPage .news.ff_noSlider .content_list .item_block:hover .item_wrapper {
    transform: translatey(-20px);
}

.agent-pc .news.ff_noSlider .content_list .item_block .item_wrapper .item_des {
    padding-left: 60px;
}

.agent-pc .ff_indexPage .news.mlist:not(.imagelink) .content_list .details {
    margin-left: 26px;
    color: transparent;
    border: none;
    transition: all 0.36s ease;
    margin-top: 10px;
}

.agent-pc .ff_indexPage .news.ff_noSlider .content_list .item_block:hover .details {
    margin-left: 20px;
}

/* .agent-pc .ff_indexPage .news.mlist:not(.imagelink) .content_list .item_block:hover .details{

    padding-top: 20px;

} */

.ff_indexPage .news.ff_noSlider .content_list .item_block .details {
    position: initial;
}

.ff_indexPage .news.ff_noSlider .container_content .content_wrapper > .more {
    display: none;
}

.ff_indexPage .news.ff_noSlider .content_list .item_img,
.news.mlistpost .content_list .item_img,
.team.mlistpost .content_list .item_img {
    float: initial;
    width: 100%;
}

.agent-pc .ff_indexPage .news.mlist:not(.imagelink) .content_list .item_img img {
    display: none;
}

.ff_indexPage .news.ff_noSlider .content_list .item_block .item_wrapper > .date_wrap {
    position: absolute;
    bottom: 50px;
    margin-left: 60px;
    font-family: "MTTMilano";
    font-size: 12px;
    transition: all 0.36s ease;
    opacity: 0;
}

.ff_indexPage .news.ff_noSlider .content_list .item_block:hover .item_wrapper > .date_wrap {
    bottom: -20px;
    opacity: 1;
}

/* 新闻列表 */

.agent-pc .bodylist .news.mlist:not(.imagelink) .content_list .item_block {
    overflow: hidden;
}

.agent-pc .bodylist .news .content_list .item_block .item_box .item_wrapper {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 44px 60px 20px 60px;
    transition: all 0.36s ease;
    opacity: 0;
}

.agent-pc .bodylist .news .content_list .item_block:hover .item_box .item_wrapper {
    opacity: 1;
    background-color: #fff;
}

.agent-pc .bodylist .news .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
    font-family: "MTTMilano";
    position: absolute;
    bottom: 50px;
    left: 120px;
    display: block;
    float: initial;
}

.agent-pc .bodylist .news.mlist:not(.imagelink) .content_list .item_img img {
    display: block;
}

.agent-pc .bodylist .news.mlist:not(.imagelink) .content_list .details {
    position: absolute;
    bottom: 12px;
    left: 98px;
    display: none;
    opacity: 0;
    color: transparent;
    border: transparent;
}

.agent-pc .bodylist .news.mlist:not(.imagelink) .content_list .item_block:hover .details {
    opacity: 1;
}

.agent-pc .bodylist .news.mlist:not(.imagelink) .content_list .item_box:before {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 3px;
    content: "";
    transition: all 0.8s ease-in-out;
    transform: translateX(-600px);
    background-color: #1a1a1c;
}

.agent-pc .bodylist .news.mlist:not(.imagelink) .content_list .item_block:hover .item_box:before {
    transform: translateX(0px);
}

.agent-pc .bodylist .news.mlist:not(.imagelink) .content_list .item_box:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    content: "";
    transition: all 0.8s ease-in-out;
    transform: translateX(600px);
    background-color: #1a1a1c;
}

.agent-pc .bodylist .news.mlist:not(.imagelink) .content_list .item_block:hover .item_box:after {
    transform: translateX(0px);
}

.agent-pc .bodylist .news .content_list .item_block .item_box .item_wrapper::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    content: "";
    transition: all 0.8s ease-in-out;
    transform: translateY(400px);
    background-color: #1a1a1c;
}

.agent-pc .bodylist .news .content_list .item_block:hover .item_box .item_wrapper::before {
    transform: translateY(0px);
}

.agent-pc .bodylist .news .content_list .item_block .item_box .item_wrapper::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    content: "";
    transition: all 0.8s ease-in-out;
    transform: translateY(-400px);
    background-color: #1a1a1c;
}

.agent-pc .bodylist .news .content_list .item_block:hover .item_box .item_wrapper::after {
    transform: translateY(0px);
}

.agent-pc .bodylist .news .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
    line-height: 22px;
    height: 40px;
}

/* 新闻详情 */

.agent-pc .ff_postPage .news.mlistpost .postContent {
    padding-top: 0;
    margin-bottom: 120px;
}

.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty) .infor-wrap .title {
    float: right;
    overflow: hidden;
    width: 200px;
}

.agent-pc .ff_postPage .news.mlistpost .listContent_post {
    display: none;
}

.agent-pc .news.mlistpost .tabBtn .post-prev .infor-wrap .title {
    font-size: 14px;
    float: left;
    overflow: hidden;
    width: 200px;
}

.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty) .infor-wrap .title {
    font-size: 14px;
}

.agent-pc .bodynews .ff_postPage .ff_pageTarget .container_target {
    position: fixed;
}

.agent-pc .ff_postPage .news.mlistpost .listWrap {
    position: fixed;
    width: 400px;
}

.agent-pc .ff_postPage .news .postInfo .usetdate {
    font-family: "MTTMilano";
}

.agent-pc .ff_postPage .news .container_content {
    padding-top: 40px;
}

/* 联系 */

.agent-pc #mcontact {
    background-color: #1a1a1c;
    padding-bottom: 80px;
    display: none;
}

.agent-pc #mcontact .contactform {
    display: none;
}

.agent-pc .ff_indexPage .mcontact .container_header .title,
.agent-pc .ff_indexPage .mcontact .container_header .subti.agent-pc tle {
    font-family: "MTTMilano", 微软雅黑;
    display: inline-block;
    text-align: left;
    color: #ffe2d3;
}

.agent-pc #mcontact .container_header .title {
    margin-right: 10px;
    color: #ffe2d3;
}

.agent-pc .ff_indexPage .mcontact .container_header .subtitle {
    font-size: 13px;
    font-family: "MTTMilano";
    display: inline-block;
    color: rgba(255, 226, 211, 0.5);
}

.agent-pc #mcontact .contactinfo .ellipsis {
    display: inline-block;
}

.agent-pc #mcontact .contactinfo .contact_name {
    display: none;
}

.agent-pc #mcontact .contactinfo p {
    width: 322px;
    opacity: 0.7;
    color: #ffe2d3;
}

.agent-pc #mcontact .container_header {
    float: left;
}

.agent-pc #footer {
    color: rgba(237, 211, 198, 0.5);
    background-color: #1a1a1c;
    /* margin-top: 8%; */
}

.agent-pc .bodyindex #footer,
.agent-pc .bodypage #footer,
.agent-pc .bodyteam #footer {
    margin-top: 0;
}

.agent-pc #mcontact .ff_social {
    float: right;
    width: 180px;
    padding-top: 0;
}

.agent-pc #mcontact .ff_social a {
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #ffe2d3;
    border-radius: 0;
}

.agent-pc #mcontact .ff_social a:hover {
    color: #1a1a1c;
    background-color: #ffe2d3;
}

.agent-pc #footer p {
    width: 80%;
}

/* 服务 */

.item_tags > a:hover,
.container_category > a:hover,
.item_tags > a.active,
.container_category > a.active,
.container_category > a {
    border: none;
}

.agent-pc .ff_pageList .container_category + .container_content {
    padding-top: 50px;
}

.item_tags > a,
.container_category > a {
    padding-right: 24px;
    padding-left: 0;
    border: none;
}

/* 服务列表 */

.agent-pc .ff_pageList .service.mlist:not(.imagelink) .content_list .item_img {
    display: block;
}

.agent-pc .ff_pageList .service.mlist:not(.imagelink) .content_list .item_block {
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
}

.agent-pc .ff_pageList .service .content_list .item_block .item_box .item_wrapper {
    padding-top: 10px;
}

/* 服务详情 */

.agent-pc .ff_postPage .service .postInfo {
    display: none;
    overflow: hidden;
    margin-bottom: 50px;
}

.agent-pc .ff_postPage .service .postInfo .usetdate {
    display: none;
}

.agent-pc .ff_postPage .service .postInfo .description {
    float: right;
    width: 600px;
    margin-top: 0;
    margin-bottom: 38px;
}

.agent-pc .ff_postPage .service .mainInfor {
    float: left;
}

.agent-pc .postInfo .title {
    font-size: 18px;
}

.agent-pc .ff_postPage .service .content_list .item_des,
.agent-pc .ff_postPage .service .content_list .item_img {
    display: none;
}

.agent-pc .ff_postPage .service.mlistpost .listContent_post .item_block {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border: none;
    border-right: 1px dotted rgba(170, 170, 170, 0.4);
}

.agent-pc .ff_postPage .service.mlistpost .listContent_post .item_block .item_info .title {
    font-size: 15px;
}

.agent-pc .service.mlistpost .tabBtn .post-next .img-wrap img {
    display: none;
}

.agent-pc .service.mlistpost .listContent_post .item_block {
    width: calc(100% / 4);
    margin-right: 0;
}

.agent-pc .ff_postPage .service .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
    font-family: "MTTMilano";
    position: absolute;
    bottom: -10px;
    float: initial;
}

.agent-pc .ff_postPage .service .content_list .details {
    position: absolute;
    right: 40px;
    bottom: 0;
}

.agent-pc .ff_postPage .service .conTabBtn {
    display: none;
}

.agent-pc .ff_postPage .service .listContent_post h3 {
    padding: 60px 0;
}

/* 团队 */

.ff_indexPage .team .content_wrapper {
    padding-top: 0;
}

.ff_indexPage .team.mlist .container_header {
    display: none;
}

.ff_indexPage .team .item_block {
    width: calc(100% / 2 - 40px);
    margin-right: 40px;
}

.agent-pc .team.mlist:not(.imagelink) .content_list .item_img {
    float: left;
    width: 100%;
}

.agent-pc .ff_indexPage .team.mlist:not(.imagelink) .content_list .item_img {
    width: 100%;
    padding: 0 0;
}

.agent-pc .team.mlist:not(.imagelink) .content_list .date_wrap,
.agent-pc .team.mlist:not(.imagelink) .content_list .item_des {
    display: none;
}

/* .agent-pc .team .content_list .item_block .item_box .item_wrapper {

    float: right;

    position: absolute;

    bo

} */

.agent-pc .team .content_list .item_block .item_box .item_wrapper {
    position: absolute;
    bottom: 6%;
    left: 4%;
    transition: all 0.36s ease;
}

.agent-pc .team .content_list .item_block:hover .item_box .item_wrapper {
    bottom: 25%;
    padding-bottom: 14px;
}

.agent-pc .ff_indexPage .team .content_list .item_block .item_box .item_wrapper::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    transition: all 0.36s ease;
    opacity: 0;
}

.agent-pc .ff_indexPage .team .content_list .item_block:hover .item_box .item_wrapper::before {
    opacity: 1;
}

.agent-pc .npagePage:not(.post) .team .item_block {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
}

.agent-pc .ff_indexPage .team .content_wrapper.slider .item_block,
.npagePage:not(.post) .team .content_wrapper.slider .item_block {
    border: none;
}

.agent-pc .ff_indexPage .team.mlist:not(.imagelink) .content_list .item_block .details {
    position: absolute;
    left: 0px;
    bottom: 10%;
    opacity: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    color: transparent;
    border: none;
}

.agent-pc .ff_indexPage .team.mlist:not(.imagelink) .content_list .item_block:hover .details {
    bottom: 10%;
    opacity: 1;
}

.agent-pc .mlist.team:not(.ad01) .content_list .item_block .item_box .item_wrapper .item_info .title {
    font-size: 18px;
    font-weight: 600;
}

.agent-pc .ff_pageList .team.mlist:not(.imagelink) .content_list .item_block .details {
    position: absolute;
    left: 0;
    bottom: 10%;

    /* display: none; */

    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    color: transparent;
    border: none;
}

.agent-pc .ff_pageList .team .content_list .item_block .item_box .item_info {
    margin-bottom: 10px;
}

.agent-pc .ff_indexPage .team.mlist .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    margin: 7px;
    border: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.agent-pc .ff_indexPage .team.mlist .owl-dots .owl-dot.active span {
    transform: scale(1.8);
    background-color: #1a1a1c;
}

.agent-pc .ff_indexPage .team.mlist .owl-nav {
    display: none;
}

.agent-pc .ff_indexPage .team.mlist .owl-theme .owl-dots .owl-dot {
    display: block;
    overflow: hidden;
}

.agent-pc .ff_indexPage .team.mlist .owl-dots {
    /* position: initial; */

    right: 0;
    bottom: 50%;
    left: initial;
}

.agent-pc .team.mlist:not(.imagelink) .content_list .item_block {
    border: none;
}

.agent-pc .npagePage:not(.post) .team .item_block {
    overflow: hidden;
    border: none;
}

/* .agent-pc .npagePage:not(.post) .team .item_block::after {

    position: absolute;

    bottom: 0;

    left: 0;



    width: 100%;

    height: 1px;



    content: "";



    background-color: #1a1a1c;

    transform: translateX(900px);

    transition: all .8s ease-in-out;

    animation-name: lines;

}

.agent-pc .ff_pageList .team .item_block:hover::after {

    height: 1px;



transform: translateX(-262px);



    animation: lines 1.6s ease-in-out;



    background-color: #1a1a1c;

} */

.agent-pc .mlist:not(.imagelink) .content_list .item_info .subtitle {
    font-family: "MTTMilano", 微软雅黑;
    font-size: 13px;
    color: #999;
}

.agent-pc .mlist:not(.imagelink) .content_list .item_des .description {
    line-height: 24px;
}
.agent-pc .project .content_list .item_des .description {
    opacity: 0;
    transition: all 0.8s ease;
}
.agent-pc .project .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
    margin-top: 0px;
    opacity: 1;
}
.agent-pc .ff_indexPage .team.mlist:not(.imagelink) .content_list .item_box {
    padding-top: 49.7%;
    box-sizing: border-box;
    display: block;
}

.agent-pc .ff_indexPage .team.mlist:not(.imagelink) .content_list .item_img {
    overflow: hidden;
    float: none;
    box-sizing: border-box;
    position: absolute;
    top: 6%;
    bottom: 6%;
    left: 0;
    transition: 0.36s ease;
    display: flex;
    align-items: center;
}

.agent-pc .ff_indexPage .team.mlist:not(.imagelink) .content_list .item_img img {
    transform: none;
}

.agent-pc .ff_indexPage .team.mlist:not(.imagelink) .content_list .item_block:hover .item_img {
    top: 0%;
    bottom: 0%;
}

.agent-pc .ff_pageList .team.mlist:not(.imagelink) .content_list {
    margin-top: 60px;
}

/* 团队详情 */

.agent-pc .ff_postPage .team .postInfo .usetdate,
.agent-pc .ff_postPage .team.mlistpost .listContent_post {
    display: none;
}

.agent-pc .ff_postPage .team .postInfo .subtitle {
    margin-top: 10px;
}

.agent-pc .ff_postPage .team .postInfo .description {
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 34px;
}

.agent-pc .ff_postPage .module {
    background-color: transparent;
}

.agent-pc .bodylistpost.bodyteam .ff_postPage {
    background-color: #fafafa;
}

.agent-pc .ff_postPage .team .postContent {
    padding-top: 0;
}

.agent-pc .ff_postPage .team .postInfo {
    display: none;
}

.agent-pc .ff_postPage #pageTarget {
    display: none;
}

.agent-pc .ff_postPage .content {
    margin-top: 60px;
}

.agent-pc #sitecontent .npagePage.content_editor .team .listWrap {
    display: none;
}

.agent-pc .ff_postPage {
    padding-bottom: 0;
}

/* 合作伙伴 */

.ff_indexPage .imagelink.module {
    margin-bottom: 120px;
}

.agent-pc .ff_pageList .imagelink .content_list {
    margin-top: 50px;
}

.agent-pc .imagelink .content_list .item_block {
    width: calc(100% / 5 - 40px);
    margin-bottom: 60px;
    margin-right: 40px;
}
.agent-pc #indexPage .imagelink .content_list .item_block {
    margin-bottom: 10px;
}
.imagelink .content_list .item_block .item_wrapper .item_info .title {
    line-height: 26px;
    font-family: "MTTMilano", 微软雅黑;
    font-size: 12px;
}

.agent-pc .imagelink .content_list .item_block .item_box:hover::after {
    content: initial;
}

.imagelink .content_list .item_block .item_box:after {
    border: none;
}

.agent-pc .pageEditor .module_container {
    padding-top: 60px;
}

.agent-pc .pageEditor.npagePage .container_header {
    display: none;
}

.agent-pc .pageEditor.npagePage .container_content {
    padding-top: 0;
}

.agent-pc .bodypage #header {
    background-color: #1a1a1c;
}

.imagelink .owl-nav .owl-prev,
.imagelink .owl-nav .owl-next {
    background-color: transparent;
}

.imagelink .owl-nav .owl-prev .iconfont:before,
.imagelink .owl-nav .owl-next .iconfont:before {
    color: #1a1a1c;
}

.imagelink .owl-nav .owl-prev:hover .iconfont:before,
.imagelink .owl-nav .owl-next:hover .iconfont:before {
    color: #ffe2d3;
}

.imagelink .owl-theme .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.imagelink .owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    background-color: #1a1a1c;
    opacity: 0.4;
    transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
    backface-visibility: hidden;
    transform: scale(0.4);
    will-change: transform;
    border-radius: 0;
}

.imagelink .owl-dots .owl-dot.active span {
    opacity: 1;
    transform: scale(0.8) rotate(45deg);
}

.imagelink .content_wrapper {
    padding-top: 0;
}

/* 不规则展示 */

.ff_indexPage .ad01 .content_wrapper {
    padding-top: 0;
}

.agent-pc .ff_indexPage .ad01 .content_list .item_block {
    border: none;
    margin-bottom: 0;
}

.agent-pc .ff_sitecontent .ad01.module .module_container {
    position: relative;
}

.ff_indexPage .ad01.mlist .container_header {
    float: initial;
    position: absolute;
    top: 0;
    right: 0;
}

.agent-pc .ff_indexPage .ad01 .container_header .subtitle {
    font-family: "GOTHAM-bold", "AVGARDD";
    font-size: 58px;
    color: #1b1b1b;
    writing-mode: vertical-rl;
    line-height: 1.3;
    vertical-align: top;
}

.ff_indexPage .ad01.mlist .container_header {
    display: flex;
}

.ff_indexPage .ad01.mlist .container_header .title {
    writing-mode: vertical-rl;
    display: inline-block;
    margin-right: 0;
    line-height: 1.1;
    vertical-align: top;
}

.ff_indexPage .ad01.mlist .content_list .item_wrapper {
    display: none;
}

.agent-pc .ff_indexPage .ad01 .content_list #item_block_0 {
    margin-top: 350px;
}

.agent-pc .ff_indexPage .ad01 .content_list #item_block_1 {
    margin-top: 150px;
}

.agent-pc .ff_indexPage .ad01 .content_list #item_block_3 {
    margin-top: 450px;
}

/* 不规则列表 */
.agent-pc .ff_pageList .ad01 .content_list .item_block {
    width: calc(100% / 4 - 30px);
    margin-right: 30px;
    float: left;
    border: none;
    margin-bottom: 30px;
    position: static !important;
    transform: none !important;
}

.agent-pc .ff_pageList .ad01 .content_list .item_block:nth-child(4n) {
    margin-right: 0;
}

.agent-pc .ff_pageList .ad01 .content_list .date_wrap,
.agent-pc .ff_pageList .ad01 .content_list .item_des .description,
.agent-pc .ff_pageList .ad01 .content_list .details {
    display: none;
}

.agent-pc .ff_pageList .ad01 .container_content {
    margin-top: 70px;
}

.agent-pc .ff_pageList .ad01 .item_wrapper {
    margin-top: 20px;
}

.agent-pc .ff_pageList .ad01 .content_list .item_block:hover .item_box .item_img img,
.agent-pc .ff_indexPage .ad01 .content_list .item_block:hover .item_box .item_img img {
    transform: scale(1.08);
}
.agent-pc #sitecontent .npagePage.content_editor .listWrap {
    margin-bottom: 80px;
}
/* 适配 */
@media screen and (max-width: 1440px) {
    .agent-pc .ff_postPage.npagePage .ff_pageTarget .container_target {
        margin-left: 10%;
    }

    .agent-pc .bodylist .ff_sitecontent .project.module .module_container {
        max-width: 85%;
    }

    .agent-pc .mcustomize.tlir .container_content .mediabody .image {
        transform: translatey(102px);
    }

    .agent-pc .mcustomize .wrapper .header .title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1366px) {
    .agent-pc .ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_info .title {
        font-size: 40px;
    }

    .agent-pc .mcustomize.tril .wrapper .header .subtitle {
        font-size: 50px;
    }

    #sitecontent .npagePage.content_editor .module_container {
        max-width: 1136px;
    }

    .agent-pc .bodylist .news .content_list .item_block .item_box .item_wrapper {
        padding: 30px 40px 20px 40px;
    }
}

@media screen and (max-width: 1440px) {
    .agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_box::after,
    .agent-pc .ff_pageList .videom.mlist:not(.imagelink) .content_list .item_box::before {
        top: 32%;
    }
}

@media screen and (max-width: 1440px) {
    .agent-pc .videom.mlist:not(.imagelink) .content_list .item_block:hover .imgIcon:before {
        transform: scale(0.6);
        left: calc(50% - 7px);
        top: calc(50% - 9px);
    }

    .agent-pc .bodylist .news .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
        display: none;
    }

    .agent-pc .news.ff_noSlider .content_list .item_block .item_wrapper .item_des {
        padding-left: 30px;
    }
}

/* 关��我们 */

.agent-pc #page_about .container_header {
    display: none;
}

.agent-pc #page_about .postbody p {
    font-size: 13px;
    line-height: 1.5;
    color: #999;
}

.agent-pc #page_about .postbody {
    margin-bottom: 0;
}

/* 表单 */

.agent-pc .formPage .module_container {
    padding-top: 130px;
}

.agent-pc .mo-text input {
    font-size: 1em;
    line-height: 1.75em;
}

.agent-pc .ff_sitecontent .mFormPage.module .module_container {
    margin-bottom: 8%;
}

/* 编辑器视频播放 */

.plyr__control--overlaid,
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover {
    background-color: #1b1b1c;
}

.plyr--full-ui input[type="range"] {
    color: #1a1a1c;
}

.plyr--video .plyr__control:hover {
    box-shadow: 0 10px 20px rgba(27, 27, 28, 0.2);
}

.plyr__control--overlaid {
    padding: 24px;
}

.plyr__control.plyr__tab-focus {
    box-shadow: none;
}

/* 详情页 */

#page_body_editor-wrapper p,
#page_body_editor-wrapper .layout_group {
    font-size: 13px;
    line-height: 1.5;
    color: #999;
}

/* 编辑器详情幻灯 */

.fa-angle-right {
    padding-left: 0;
}

.agent-pc body #page_body_editor-wrapper .layout_group .slick-next .fa,
.agent-pc body #page_body_editor-wrapper .layout_group .slick-prev .fa {
    font-size: 20px;
    line-height: 20px;
    margin: 15px 20px;
}

.agent-pc body #page_body_editor-wrapper .layout_group .layout_slider {
    overflow: hidden;
}

.agent-pc body #page_body_editor-wrapper .layout_group .layout_slider .slick-next {
    right: -50px;
    border-radius: 0;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
}

.agent-pc body #page_body_editor-wrapper .layout_group .layout_slider .slick-prev {
    left: -50px;
    border-radius: 0;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
}

.agent-pc body #page_body_editor-wrapper .layout_group .layout_slider:hover .slick-next {
    right: 10px;
}

.agent-pc body #page_body_editor-wrapper .layout_group .layout_slider:hover .slick-prev {
    left: 10px;
}

.agent-pc body #page_body_editor-wrapper .layout_group .layout_slider .slick-next:hover,
.agent-pc body #page_body_editor-wrapper .layout_group .layout_slider .slick-prev:hover {
    background-color: #1a1a1c;
}

.agent-pc body #page_body_editor-wrapper .layout_group .slick-dots {
    position: initial;
    margin-top: 16px;
}

.agent-pc body #page_body_editor-wrapper .layout_group .slick-dots li.slick-active button {
    border-radius: 0;
    box-shadow: none;
    background-color: #1a1a1c;
}

.agent-pc body #page_body_editor-wrapper .layout_group .slick-dots li button {
    box-shadow: inset 0 0 0 5px hsla(0, 0%, 86%, 0.6);
}

.agent-pc body #page_body_editor-wrapper .layout_group .slick-dots li button {
    display: block;
    width: 7px;
    height: 7px;
    background-color: #1a1a1c;
    opacity: 0.4;
    transition: all 0.36s cubic-bezier(0.77, 0, 0.175, 1);
    backface-visibility: hidden;
    transform: scale(0.4);
    will-change: transform;
    border-radius: 0;
}

.agent-pc body #page_body_editor-wrapper .layout_group .slick-dots li.slick-active button {
    opacity: 1;
    transform: scale(0.8) rotate(45deg);
}

.agent-pc body #page_body_editor-wrapper .layout_group .slick-dots li button:before {
    content: none;
}

.agent-pc body #page_body_editor-wrapper .layout_group .slick-dots li {
    margin: 0;
}

.agent-pc .mo-button input {
    width: 200px;
    border: none;
    font-size: 15px;
    color: #fff;
    background-color: #333;
    line-height: 50px;
}

.agent-pc .mo-button input:hover {
    background-color: #1a1a1c;
}

/* 编辑器按钮 */

body #page_body_editor-wrapper .layout_group a[data-layout="2"] {
    transition: all 0.3s ease;
}

body #page_body_editor-wrapper .layout_group a[data-layout="2"]:hover {
    color: #ffe2d3;
    background-color: #1a1a1c;
}

/* 编辑器视频 */
#page_body_editor-wrapper .plyr--video.plyr--paused .plyr__video-wrapper:after {
    opacity: 0;
}

#page_body_editor-wrapper .plyr--video.plyr--paused:hover .plyr__video-wrapper:after {
    opacity: 1;
}

#page_body_editor-wrapper .plyr--full-ui.plyr--video:hover .plyr__control--overlaid {
    margin-left: -23px;
    transform: scale(3);
}

#page_body_editor-wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
    transform: scale(0);
}

#page_body_editor-wrapper .plyr--video .plyr__control.plyr__tab-focus,
#page_body_editor-wrapper .plyr--video .plyr__control:hover {
    background-color: #fff;
}

#page_body_editor-wrapper .plyr__control {
    padding: 7px;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    color: #ffe2d3;
}

#page_body_editor-wrapper .plyr__control svg {
    transform: scale(0.55);
}

.plyr__control--overlaid svg {
    left: 1px;
}

.content_editor #page_body_editor-wrapper .plyr--video .plyr__controls {
    display: none;
}
/* 搜索 */

body:not(.searchPage) #navMini .searchGroup .search_wrap {
    display: none;
}
.agent-pc body:not(.searchPage).searchOpen .ff_indexPage,
.agent-pc body:not(.searchPage).searchOpen .npagePage {
    transform: scale3d(0.93, 0.92, 1) translate3d(0, -200px, 1px);
}
body:not(.searchPage) .searchGroup .searchFormGroup input {
    font-size: 4vw;
    color: #ffe2d3;
}
.module.mcustomize .contentbody .wrapper {
    width: 90%;
    margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a:hover {
    background-color: transparent;
}

#online a {
    color: #101010;
}

.npagePage.formPage {
    padding-top: 80px;
}

#online {
    display: none;
}
/* 搜索页 */
.agent-pc .searchPage .ff_sitecontent .module_container {
    max-width: 1200px;
}
.agent-pc .searchPage .ff_sitecontent .content_list {
    margin-top: 90px;
}
.agent-pc .searchPage .ff_sitecontent .content_list .title {
    font-size: 18px;
    font-weight: 600;
}
.agent-pc .searchPage .mlist.search .content_list .item_block .item_box .item_info {
    float: initial;
}
.agent-pc .searchPage .mlist.search .content_list .item_block {
    width: calc(100% / 2 - 50px);
    float: left;
    margin-right: 50px;
    padding-bottom: 40px;
    padding-top: 50px;
}
.agent-pc .searchPage .mlist.search .content_list .item_block .item_box .date_wrap {
    margin-left: 0;
    font-family: "MTTMilano";
}
.agent-pc .searchPage .mlist.search .content_list .item_block .details {
    display: none;
}
.agent-pc .searchPage .mlist.search .content_list .item_block .item_des .description {
    height: 52px;
    padding-top: 10px;
}

/* 2020/04/27 yyq 修改 */
.agent-pc .ff_indexPage .ad01 .content_list #item_block_0 {
    margin-top: 410px;
}

.agent-pc .ff_indexPage .ad01 .content_list #item_block_0 {
    margin-top: 21.35vw;
}

.agent-pc .ff_indexPage .ad01 .content_list #item_block_1 {
    margin-top: 7.8vw;
}

.agent-pc .ff_indexPage .ad01 .content_list #item_block_3 {
    margin-top: 23.43vw;
}

/* 2020/04/27 yyq 修改 */

.agent-pc .ff_indexPage .mcustomize.tlir:after {
    background-color: transparent;
}

/* 修改 */

.agent-pc .bodylist .ff_pageList #banner div {
    background-size: cover;
}

.agent-pc .popup .fixed-container {
    width: 1200px !important;
    height: 680px !important;
    margin-left: -600px !important;
    margin-top: -340px !important;
}

/* 2020-06-02 11:09:56 FF 合并文件结束 */

/* 2020-06-02 11:36:18 调整 */
.agent-pc .team .content_list .item_block:hover .item_box .item_wrapper {
    
    right: 4%;
    box-sizing: border-box;

}
.agent-pc .ff_indexPage .team .content_list .item_block .item_box .item_wrapper::before {
    left: 20px;
    right: 20px;
    width: auto;
}


#footer .beian {
    color: rgba(237, 211, 198, 0.5) !important;
}

.mlist:not(.imagelink) .content_list .item_img img {
    width: 100%;
}