/* 2020/09/02 yyq 修改 */
.ff_indexPage .service .content_wrapper.slider::after {
    content: "";
    display: block;
    clear: both;
}

.ff_indexPage .service .number {
    position: absolute;
    top: 6vw;
    left: 0;
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 116px;
}

.ff_indexPage .service .number .line {
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
}

/* 2020/09/02 yyq 修改 */
/* 2020/09/11 yyq 修改 */
.ff_indexPage .news.ff_slider .module_container {
    max-width: none;
    margin-left: calc((100vw - 1170px) / 2);
}

.ff_indexPage .news.ff_slider .owl-nav {
    width: auto;
    right: 20vw;
    top: -5vw;
}

.ff_indexPage .news.ff_slider .number {
    position: absolute;
    top: -9vw;
    right: 20vw;
    font-size: 26px;
    color: #333;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 116px;
}

.ff_indexPage .news.ff_slider .number .line {
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
}

/* 2020/09/11 yyq 修改 */
/* 2020/10/19 lin 合并*/
.agent-pc .pageEditor .module_container {
    padding-top: 140px;
}

.agent-pc .listContent_post > .item_tags > a {
    padding: 6px 20px;
    border-radius: 30px;
}

/* 搜索页 */
body #search-nav.search-open .searchBox {
    height: 60px;
    background: white;
    border-radius: 10px;
}

.agent-pc body .searchGroup .searchFormGroup,
.agent-pc #search-list .searchGroup .searchFormGroup {
    height: 60px;
    box-shadow: 0 6px 10px rgba(113, 113, 113, 0.2);
    border-radius: 10px;
}

.agent-pc #search-list .searchFormGroup input {
    border: none;
    border-radius: 10px;
}

.agent-pc body .searchGroup .searchFormGroup .searchSub,
#search-list .searchGroup .searchFormGroup .searchSub {
    margin: 6px;
    border-radius: 10px;
    padding: 0 32px;
    height: 80%;
    line-height: 50px;
    font-size: 15px;
}

.agent-pc
    .searchPage
    .mlist.search
    .content_list
    .item_block
    .item_box
    .item_info {
    float: unset;
}

.agent-pc .searchPage .mlist.search .content_list .item_block {
    padding: 40px 40px;
}

.agent-pc .ff_pageList .search {
    margin-top: 170px;
}

.agent-pc .ff_pageList .search .content_list .item_info .title {
    font-size: 20px;
}

.agent-pc
    .searchPage
    .mlist.search
    .content_list
    .item_block
    .item_des
    .description {
    font-size: 14px;
}

.agent-pc
    .searchPage
    .mlist.search
    .content_list
    .item_block
    .item_box
    .date_wrap {
    float: unset;
    margin-left: 0px;
}

.agent-pc .searchPage .mlist.search .content_list .item_block .details {
    margin-bottom: 0;
    margin-left: 0px;
    border: none;
    padding: 0;
    color: transparent;
    position: relative;
}

.agent-pc .searchPage .mlist.search .content_list .item_block:hover .details {
    background-color: transparent;
}

.agent-pc .searchPage .mlist.search .content_list .item_block .details:before {
    content: "Explore";
    font-family: "DisneyEnglish";
    color: #959598;
    transition: all 0.36s ease;
}

.agent-pc
    .searchPage
    .mlist.search
    .content_list
    .item_block:hover
    .details:before {
    margin-left: 40px;
    color: #3a51df;
}

.agent-pc .searchPage .mlist.search .content_list .item_block .details:after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: all 0.36s ease;
}

.agent-pc
    .searchPage
    .mlist.search
    .content_list
    .item_block:hover
    .details:after {
    width: 34px;
    background-color: #3a51df;
}

/* 导航 */
.agent-pc body #headTop #logo img {
    height: 28px !important;
}

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

.agent-pc body #header {
    background-color: transparent;
    box-shadow: none;
    height: 90px;
}

.agent-pc body #header.mini {
    height: 76px;
}

.agent-pc body #navWrapper .content .nav > .navitem > a {
    padding: 0 20px;
    line-height: calc(90px - 2px);
}

.agent-pc body #header.mini #navWrapper .content .nav > .navitem > a {
    line-height: 74px;
}

.agent-pc body #header .wrapper > .content {
    transition: all 0.36s ease;
    padding: 0 40px;
    box-sizing: border-box;
}

.agent-pc body #header.mini .wrapper > .content {
    background: #fff;
    border-radius: 100px;
    margin-top: 30px;
    transition: all 0.36s ease;
    box-shadow: 0px 4px 32px 0px rgba(214, 214, 214, 0.29);
}

.agent-pc body #navWrapper .content .nav > .navitem .subnav {
    border-radius: 20px;
    border-top: none;
}

.agent-pc body #navWrapper .content .nav > .navitem .subnav li a {
    font-size: 13px;
    padding: 18px 28px;
}

.agent-pc body #navWrapper .content .nav > .navitem .subnav {
    top: calc(100% + 28px);
}

.agent-pc body #navWrapper .content .nav > .navitem:hover .subnav {
    top: calc(100% + 14px);
}

.agent-pc .ff_topSlider .owl-theme .owl-dots .owl-dot {
    display: block;
    margin: 24px 0;
}

.agent-pc .ff_topSlider .owl-dots {
    bottom: 46%;
    left: 80%;
    text-align: center;
}

.agent-pc .ff_topSlider .owl-dots .owl-dot span {
    width: 0px;
    height: 0px;
    border: none;
    position: relative;
    display: inline-block;
}

.agent-pc .ff_topSlider .owl-dots .owl-dot:hover span::after {
    width: 10px;
    height: 10px;
    border: 2px solid #46464b;
    background-color: transparent;
}

.agent-pc .ff_topSlider .owl-dots .owl-dot span::after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #46464b;
    left: 50%;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: 0.26s ease;
}

.agent-pc .owl-theme .owl-dots .owl-dot.active span {
    background-color: transparent;
}

.agent-pc .owl-theme .owl-dots .owl-dot.active span::after {
    width: 10px;
    height: 10px;
    border: 2px solid #46464b;
    background-color: transparent;
}

.agent-pc body #header #search-nav {
    display: block;
}

.agent-pc body #navWrapper .content .nav {
    margin-right: 60px;
}

.agent-pc .fa-search:before {
    content: "\e741";
    font-family: mofont;
    font-size: 25px;
}

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

.agent-pc .ff_pageList .content .search_empty {
    font-size: 20px;
    margin-top: 50px;
}

.agent-pc .ff_topSlider .owl-nav .owl-prev,
.agent-pc .ff_topSlider .owl-nav .owl-next {
    width: 50px;
    height: 60px;
}

.agent-pc .ff_topSlider .owl-nav .owl-prev {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    left: -50px;
}

.agent-pc .ff_topSlider .owl-nav .owl-next {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    right: -50px;
}

.agent-pc .ff_topSlider:hover .owl-nav .owl-prev {
    left: 0;
}

.agent-pc .ff_topSlider:hover .owl-nav .owl-next {
    right: 0;
}

/* 服务 */
/* 图右文左 */
.agent-pc .mcustomize.tlir .container_content .contentbody .wrapper .header,
.agent-pc .mcustomize.tril .container_content .contentbody .wrapper .header {
    position: initial;
}

.agent-pc .mcustomize.tlir {
    background-color: #27272e;
    padding-bottom: 53px;
}

.agent-pc .mcustomize.tlir .wrapper .header .title {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    float: left;
}

.agent-pc .mcustomize.tlir .wrapper .header .subtitle {
    font-size: 80px;
    color: #fff;
    font-family: "DisneyEnglish-Bold";
    width: 62%;
    line-height: 80px;
    float: right;
}

.agent-pc .mcustomize .wrapper .description {
    font-family: "DisneyEnglish-Bold", "微软雅黑";
    color: #8a8a8a;
}

.agent-pc
    .mcustomize.tlir
    .container_content
    .contentbody
    .wrapper
    .description,
.agent-pc
    .mcustomize.tril
    .container_content
    .contentbody
    .wrapper
    .description {
    max-width: 62%;
    float: right;
}

.agent-pc .ff_indexPage .mcustomize.module .mediabody {
    width: 62%;
    margin-top: 40px;
}

.agent-pc .mcustomize.tlir .container_content .mediabody .image,
.agent-pc .mcustomize.tril .container_content .mediabody .image {
    width: 100%;
    max-width: 100%;
    padding-top: 60%;
    height: auto;
}

/* 默认 */
.agent-pc .mcustomize.initlayout .wrapper .header .title {
    font-size: 20px;
    text-align: center;
}

.agent-pc .mcustomize.initlayout .wrapper .header .subtitle {
    font-family: "DisneyEnglish-Bold", "微软雅黑";
    color: #27272e;
    text-align: center;
    font-size: 80px;
    margin-top: 10px;
    position: relative;
    line-height: 84px;
}

.agent-pc .mcustomize.initlayout .wrapper .header .subtitle:before {
    content: "";
    width: 56px;
    height: 6px;
    border-radius: 20px;
    background-color: #ff5670;
    position: absolute;
    bottom: -34px;
    left: calc(50% - 28px);
}

.agent-pc .ff_indexPage .mcustomize.initlayout.module .mediabody {
    width: 100%;
}

.agent-pc .mcustomize.initlayout .wrapper .description {
    width: 700px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 40px;
}

.agent-pc .mcustomize.initlayout .wrapper .header {
    padding-bottom: 30px;
}

.agent-pc .mcustomize .container_content .contentbody .description a {
    padding: 5px 70px;
    line-height: 58px;
    border-radius: 16px;
    margin-top: 34px;
}

.agent-pc .mcustomize .container_content .contentbody .description a:hover {
    box-shadow: 0px 4px 24px 0px rgba(60, 80, 224, 0.25);
    transform: translateY(-10px);
}

/* 服务 */
.agent-pc .ff_indexPage .service .owl-carousel .owl-item img {
    width: auto;
}

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

.agent-pc .ff_indexPage .service .content_wrapper.slider .content_list {
    width: 62%;
    float: right;
    position: unset;
}

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

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

.agent-pc
    .ff_indexPage
    .service.mlist:not(.imagelink)
    .content_list
    .item_info
    .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.agent-pc .service.mlist:not(.imagelink) .content_list .item_info .subtitle,
.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 {
    padding-left: 0;
}

.agent-pc .service.mlist .owl-dots,
.agent-pc .ff_indexPage .service.mlist .content_wrapper .more {
    display: none;
}

.agent-pc .ff_indexPage .service.mlist .owl-nav {
    left: 0;
    top: unset;
    bottom: 28px;
}

.agent-pc .ff_indexPage .service.mlist .owl-nav .owl-prev {
    left: 0;
    border-radius: 100px;
}

.agent-pc .ff_indexPage .service.mlist .owl-nav .owl-next {
    border-radius: 100px;
    right: unset;
    left: 60px;
}

.agent-pc .ff_indexPage .service.mlist .owl-nav .owl-next:hover,
.agent-pc .ff_indexPage .service.mlist .owl-nav .owl-prev:hover {
    box-shadow: 0px 4px 24px 0px rgba(60, 80, 224, 0.25);
}

.agent-pc .service.mlist:not(.imagelink) .content_list .details {
    margin-bottom: 0;
    margin-left: 0px;
    border: none;
    padding: 0;
    color: transparent;
    position: relative;
}

.agent-pc .service.mlist:not(.imagelink) .content_list .details::before {
    content: "Explore";
    font-family: "DisneyEnglish";
    color: #959598;
    transition: all 0.36s ease;
}

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

.agent-pc
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .details::before {
    color: #fff;
    margin-left: 40px;
}

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

.agent-pc .service.mlist:not(.imagelink) .content_list .details::after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: all 0.36s ease;
}

.agent-pc
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .details::after {
    width: 34px;
}

.agent-pc .ff_indexPage .service .number {
    font-size: 14px;
    font-family: "AVGARDD";
}

.agent-pc .ff_indexPage .service .number .total {
    color: #666;
}

.agent-pc .ff_indexPage .service .number .line {
    background-color: rgba(255, 255, 255, 0.3);
}

/* 非幻灯 */
.agent-pc .ff_indexPage .service.ff_noSlider .item_block,
.agent-pc .npagePage:not(.post) .service.ff_noSlider .item_block {
    width: calc(100% / 4 - 60px);
    margin-right: 60px;
    border: none;
}

/* 服务列表 */
.agent-pc
    .ff_pageList
    .service.mlist:not(.imagelink)
    .content_list
    .item_info
    .title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.agent-pc .nobanner .npagePage .ff_pageTarget {
    margin-top: 130px;
}

.agent-pc .npagePage .ff_pageTarget {
    margin-top: 70px;
}

.agent-pc
    .ff_pageList
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .details::before {
    color: #333;
}

.agent-pc
    .ff_pageList
    .service.mlist:not(.imagelink)
    .content_list
    .details::after {
    background-color: #333;
}

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

.agent-pc #banner div {
    height: 473px;
    border-bottom-left-radius: 117px;
    border-bottom-right-radius: 117px;
}

.agent-pc .npagePage:not(.post) .service.ff_noSlider .item_block {
    width: calc(100% / 3 - 60px);
    margin-bottom: 60px;
}

/* 案例 */
.agent-pc .ff_indexPage .project.mlist .container_header .title {
    font-size: 20px;
    display: block;
    /* width: 100px; */
}

.agent-pc .ff_indexPage .project.mlist .container_header .subtitle {
    font-family: "DisneyEnglish-Bold", "微软雅黑";
    font-size: 80px;
    color: #27272e;
    width: 50%;
    line-height: 84px;
    margin-top: 10px;
}

.agent-pc .ff_indexPage .project.mlist .container_header {
    width: 50%;
}

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

.agent-pc .ff_indexPage .project.mlist:not(.imagelink) .content_list .item_img {
    text-align: center;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .item_block {
    padding: 50px;
    border-radius: 24px;
    margin-bottom: 40px;
}

.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover {
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
}

.agent-pc
    .project.mlist
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap,
.agent-pc .project.mlist:not(.imagelink) .content_list .item_info .subtitle {
    display: none;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .item_info .title {
    font-size: 20px;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .item_des .description {
    font-size: 14px;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .details {
    margin-bottom: 0;
    margin-left: 0px;
    border: none;
    padding: 0;
    color: transparent;
    position: relative;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .details::before {
    content: "Explore";
    font-family: "DisneyEnglish";
    color: #959598;
    transition: all 0.36s ease;
}

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

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover:nth-child(3n-1)
    .details::before {
    color: #ff5670;
    margin-left: 40px;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover:nth-child(3n)
    .details::before {
    color: #3c50e0;
    margin-left: 40px;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover:nth-child(3n + 1)
    .details::before {
    color: #fbb200;
    margin-left: 40px;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .details::after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: all 0.36s ease;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:nth-child(3n + 1):hover
    .details::after {
    width: 34px;
    background-color: #fbb200;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:nth-child(3n-1):hover
    .details::after {
    width: 34px;
    background-color: #ff5670;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:nth-child(3n):hover
    .details::after {
    width: 34px;
    background-color: #3c50e0;
}

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

.agent-pc .project.mlist:not(.imagelink) .content_list .item_block .item_tags {
    position: absolute;
    top: 54%;
    border-top: 0;
    padding: 0;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_tags
    > a {
    border: none;
    padding: 0;
    font-size: 13px;
    background-color: transparent;
    color: #333;
}

.agent-pc .project.mlist .content_list .item_block .item_box .item_wrapper {
    padding: 90px 0 24px;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:nth-child(3n + 1)::before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50px;
    background-color: #fbb200;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.36s ease;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:nth-child(3n-1)::before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50px;
    background-color: #ff5670;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.36s ease;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:nth-child(3n)::before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50px;
    background-color: #3c50e0;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.36s ease;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover:nth-child(3n + 1)::before {
    width: 18px;
    height: 18px;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover:nth-child(3n-1)::before {
    width: 18px;
    height: 18px;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover:nth-child(3n)::before {
    width: 18px;
    height: 18px;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover:nth-child(3n + 1)
    .item_box
    .item_wrapper
    .item_info
    .title,
.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover:nth-child(3n + 1)
    .details::before {
    color: #fbb200;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover:nth-child(3n-1)
    .item_box
    .item_wrapper
    .item_info
    .title {
    color: #ff5670;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover:nth-child(3n)
    .item_box
    .item_wrapper
    .item_info
    .title {
    color: #3c50e0;
}

.agent-pc .ff_indexPage .mlist .content_wrapper .more {
    display: none;
}

/* 案例列表 */
.agent-pc .npagePage .container_category > a {
    padding: 6px 20px;
    border-radius: 30px;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .item_block:hover {
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
}

/* 幻灯 */
.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n + 1).active
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .title,
.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n + 1).active
    .item_block:hover
    .details::before {
    color: #fbb200;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n-1).active
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .title,
.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n-1).active
    .item_block:hover::before,
.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n-1).active
    .item_block:hover
    .details::before {
    color: #ff5670;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n).active
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .title,
.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n).active
    .item_block:hover::before,
.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n).active
    .item_block:hover
    .details::before {
    color: #3c50e0;
}

.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n + 1).active
    .item_block:hover::before,
.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n + 1).active
    .item_block:hover
    .details::after {
    background-color: #fbb200;
}

.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n-1).active
    .item_block:hover::before,
.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n-1).active
    .item_block:hover
    .details::after,
.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n-1).active
    .item_block::before {
    background-color: #ff5670;
}

.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n).active
    .item_block:hover::before,
.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n).active
    .item_block:hover
    .details::after,
.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .owl-item:nth-child(3n).active
    .item_block::before {
    background-color: #3c50e0;
}

.agent-pc .ff_indexPage .project .owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
}

.agent-pc .mlist .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    background-color: #46464b;
    border: none;
}

.agent-pc .mlist .owl-dots .owl-dot {
    display: inline-block;
}

.agent-pc .project .owl-theme .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    border: 2px solid #46464b;
    background-color: transparent;
}

.agent-pc .project .owl-theme .owl-dots {
    display: none;
}

.agent-pc .ff_indexPage .project.mlist .owl-nav .owl-next {
    border-radius: 100px;
    right: 0;
}

.agent-pc .ff_indexPage .project.mlist .owl-nav .owl-prev {
    border-radius: 100px;
    left: 0;
    left: unset;
    right: 64px;
}

.agent-pc .ff_indexPage .project.mlist .owl-nav {
    top: -80px;
}

/* --------- 详情 --------- */
.agent-pc .project .postSlider .tab_content .item_img,
.agent-pc .project .postSlider .tab_content .item_img img {
    height: auto;
}

.agent-pc .project .postSlider .tab_content .item_img img {
    border-radius: 20px;
}

.agent-pc .project .postSlider .tab_button,
.agent-pc .project .postInfo .usetdate {
    display: none;
}

.agent-pc .project.mlistpost .postInfo {
    position: absolute;
    width: 70%;
    background: #fff;
    top: -160px;
    padding: 60px 40px;
    box-sizing: border-box;
}

.agent-pc .project.mlistpost .postInfo .description {
    position: unset;
    width: 100%;
    margin-top: 20px;
}

.agent-pc .post .project .postbody {
    padding: 0 40px;
}

.agent-pc .project.mlistpost .postContent {
    max-width: 100%;
    padding-right: 0;
}

.agent-pc .content_editor .project .postSlider .item_img,
.agent-pc
    .project.mlistpost
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap,
.agent-pc .project .listWrap .content_list .item_block .item_tags {
    display: none;
}

.agent-pc .content_editor .project .postSlider .tab_content {
    padding-bottom: 0px;
}

.agent-pc .project.mlistpost .listContent_post .item_block {
    padding: 50px;
    border-radius: 24px;
    margin-bottom: 40px;
}

.agent-pc .project.mlistpost .content_list .item_block .item_box .item_wrapper {
    padding: 50px 0 24px;
}

.agent-pc .project.mlistpost .content_list .item_block:hover {
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
}

.agent-pc .project .listWrap .content_list .details {
    margin-bottom: 0;
    margin-left: 0px;
    border: none;
    padding: 0;
    color: transparent;
    position: relative;
}

.agent-pc .project .listWrap .content_wrapper .content_list .details::before {
    content: "Explore";
    font-family: "DisneyEnglish";
    color: #959598;
    transition: all 0.36s ease;
}

.agent-pc
    .project
    .listWrap
    .content_wrapper
    .content_list
    .item_block:hover
    .details::before {
    margin-left: 40px;
    color: #3a51df;
}

.agent-pc .project .listWrap .content_wrapper .content_list .details::after {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: all 0.36s ease;
}

.agent-pc
    .project
    .listWrap
    .content_wrapper
    .content_list
    .item_block:hover
    .details::after {
    width: 34px;
    background-color: #3a51df;
}

.agent-pc .project .content_list .item_block:hover .details {
    border-color: transparent;
    background-color: transparent;
    color: transparent;
}

.agent-pc .project .content_list .item_block:hover .item_box .item_img img {
    transform: scale(1);
}

/* 团队 */
.agent-pc .ff_indexPage .team .item_block,
.agent-pc .npagePage:not(.post) .team .item_block {
    width: 100%;
    border-radius: 40px;
    border: none;
}

.agent-pc .ff_indexPage .team .item_block:before,
.agent-pc .npagePage:not(.post) .team .item_block:before {
    content: "";
    width: 100%;
    height: 622px;
    background-image: -moz-linear-gradient(
        -134deg,
        rgb(236, 242, 246) 0%,
        rgba(236, 242, 246, 0) 100%
    );
    background-image: -webkit-linear-gradient(
        -134deg,
        rgb(236, 242, 246) 0%,
        rgba(236, 242, 246, 0) 100%
    );
    background-image: -ms-linear-gradient(
        -134deg,
        rgb(236, 242, 246) 0%,
        rgba(236, 242, 246, 0) 100%
    );
    border: 1px solid #ecf2f6;
    position: absolute;
    bottom: 0;
    border-radius: 40px;
    left: 0;
}

.agent-pc .ff_indexPage .team.mlist .container_header,
.agent-pc .ff_indexPage .team.mlist .module_container .container_category,
.agent-pc .team.mlist:not(.imagelink) .content_list .item_block .item_tags {
    display: none;
}

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

.agent-pc .team.ff_noSlider .content_list .item_block .item_box .item_wrapper {
    float: right;
    width: 34%;
    margin-right: 140px;
    margin-top: 340px;
}

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

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

.agent-pc .team.mlist:not(.imagelink) .content_list .item_info .title {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
}

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

.agent-pc
    .team.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_des
    .description {
    color: #4c4c4c;
}

.agent-pc
    .team.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_des
    .description {
    font-size: 14px;
}

.agent-pc .team.mlist:not(.imagelink) .content_list .details {
    position: relative;
    padding: 5px 0px;
    line-height: 58px;
    border-radius: 16px;
    color: transparent;
    width: 175px;
    margin-top: 30px;
    margin-left: 35px;
}

.agent-pc .team.mlist:not(.imagelink) .content_list .details:before {
    content: "Explore";
    color: #666;
    font-family: "DisneyEnglish-Bold";
    font-size: 14px;
    position: absolute;
    left: 58px;
}

.agent-pc
    .team.mlist:not(.imagelink)
    .content_list
    .item_block
    .details:hover:before {
    color: #fff;
}

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

.agent-pc .team.mlist:not(.imagelink) .content_list .item_block:hover .details {
    border: 1px solid rgba(170, 170, 170, 0.2);
    background-color: transparent;
}

.agent-pc .team.mlist:not(.imagelink) .content_list .item_block .details:hover {
    box-shadow: 0px 4px 24px 0px rgba(60, 80, 224, 0.25);
    transform: translateY(-10px);
    background-color: #3a51df;
}

/* 幻灯 */
.agent-pc .team.ff_slider .content_list .item_block .item_box .item_wrapper {
    float: right;
    width: 34%;
    margin-right: 140px;
    margin-top: 380px;
    padding: 0;
    margin-bottom: 20px;
}

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

.agent-pc .team.ff_slider .owl-theme .owl-dots .owl-dot {
    display: block;
    margin: 24px 0;
}

.agent-pc .team.ff_slider .owl-theme .owl-dots .owl-dot span {
    width: 0px;
    height: 0px;
    border: none;
    position: relative;
    display: inline-block;
}

.agent-pc .team.ff_slider .owl-theme .owl-dots .owl-dot span:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #46464b;
    left: 50%;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: 0.26s ease;
}

.agent-pc .team.ff_slider .owl-theme .owl-dots .owl-dot.active span:after {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #46464b;
}

.agent-pc .team.ff_slider .owl-theme .owl-dots {
    left: unset;
    right: 40px;
    bottom: 31%;
}

.agent-pc .team.mlist:not(.imagelink) .content_list .item_des {
    width: 360px;
}

/* 团队详情 */
body #sitecontent .npagePage.content_editor .team #listContent {
    display: none;
}

/* 新闻 */
.agent-pc .ff_indexPage .news.ff_noSlider .content_list .item_img,
.news.mlistpost .content_list .item_img {
    width: 100%;
    float: inherit;
    position: absolute;
    top: 250px;
    border-radius: 14px;
}

.agent-pc .ff_indexPage .news .item_block,
.ff_pageList .news .item_block {
    width: calc(100% / 2);
    margin-right: -1px;
    padding: 60px;
    margin-bottom: -1px;
}

.agent-pc .ff_indexPage .news.mlist .container_header .subtitle {
    font-family: "DisneyEnglish-Bold", "微软雅黑";
    font-size: 80px;
    color: #27272e;
    width: 50%;
    line-height: 84px;
    margin-top: 10px;
}

.agent-pc .ff_indexPage .news.mlist .container_header .title {
    font-size: 20px;
    display: block;
}

.agent-pc .ff_indexPage .news.ff_noSlider .content_list .item_wrapper,
.agent-pc .news.mlistpost .content_list .item_wrapper {
    float: inherit;
    width: 100%;
    padding-bottom: 360px;
}

.agent-pc .news.mlist:not(.imagelink) .content_list .item_info .title {
    font-size: 20px;
    font-weight: 600;
    white-space: normal;
    height: 60px;
}

.agent-pc .news .item_block > .item_index {
    display: block;
    font-size: 100px;
    font-family: "DisneyEnglish-Bold";
    color: #f3f3f6;
}

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

.agent-pc .news.mlist:not(.imagelink) .content_list .item_des .description {
    font-size: 14px;
}

.agent-pc
    .ff_indexPage
    .news.ff_noSlider
    .content_list
    .item_wrapper
    > .date_wrap,
.agent-pc .news.mlistpost .content_list .item_wrapper > .date_wrap {
    font-family: "DisneyEnglish";
    margin-top: 10px;
}

.agent-pc .news.ff_noSlider .container_content {
    width: 1170px;
}

/* 幻灯 */
.agent-pc .ff_indexPage .news.ff_slider .item_block {
    width: 616.6px;
    border-top: none;
    border-bottom: none;
}

.agent-pc .ff_indexPage .news.mlist .owl-nav {
    top: -80px;
}

.agent-pc .ff_indexPage .news.mlist .owl-nav .owl-prev {
    border-radius: 100px;
    left: 0;
    left: unset;
    right: 64px;
}

.agent-pc .ff_indexPage .news.mlist .owl-nav .owl-next {
    border-radius: 100px;
    right: 0;
}

.agent-pc .ff_indexPage .news .number {
    font-size: 14px;
    font-family: "AVGARDD";
}

.agent-pc .ff_indexPage .news.ff_slider .content_list .item_box {
    position: relative;
    display: block;
}

.agent-pc
    .ff_indexPage
    .news.ff_slider
    .content_list
    .item_block
    .item_box
    .item_wrapper {
    float: inherit;
    padding-bottom: 360px;
}

.agent-pc .ff_indexPage .news.ff_slider .content_list .item_img {
    width: 100%;
    float: inherit;
    position: absolute;
    top: 250px;
    border-radius: 14px;
}

.agent-pc
    .ff_indexPage
    .news.ff_slider
    .content_list
    .item_block
    .item_box
    .item_wrapper
    > .date_wrap {
    font-family: "DisneyEnglish";
    margin-top: 10px;
    display: block;
}

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

.agent-pc .ff_indexPage .news .number .total {
    color: #999;
}

.agent-pc .news.mlist .owl-dots {
    display: none;
}

/* 新闻列表 */
.agent-pc .news .content_list .item_img {
    border-radius: 14px;
}

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

.agent-pc
    .ff_pageList
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper
    > .date_wrap {
    display: block;
    margin-top: 10px;
}

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

.agent-pc .news .content_list .item_img {
    width: 100%;
    float: inherit;
    position: absolute;
    top: 250px;
    border-radius: 14px;
}

.agent-pc .news .content_list .item_block .item_box .item_wrapper {
    float: inherit;
    padding-bottom: 360px;
}

.agent-pc .news .content_list .item_img {
    width: 100%;
    float: inherit;
    position: absolute;
    top: 250px;
    border-radius: 14px;
}

.agent-pc .news .content_list .item_box {
    position: relative;
    display: block;
}

/* 新闻详情 */
.agent-pc .npagePage .news .container_content {
    width: 1170px;
    margin: 0 auto;
}

.agent-pc .npagePage .news .postInfo .title {
    line-height: 28px;
    font-size: 18px;
}

.agent-pc .news.mlistpost .tabBtn .post-next .img-wrap,
.agent-pc .news.mlistpost .tabBtn .post-prev .img-wrap,
.agent-pc .news.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.agent-pc .news.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
    display: none;
}

.agent-pc .ff_indexPage .news.ff_noSlider .content_list .item_box {
    position: relative;
    display: block;
}

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

/* 详情 */
/* 视频 */
.agent-pc .ff_sitecontent .ff_indexPage .videom.module .module_container {
    max-width: 100%;
}

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

.agent-pc
    .ff_indexPage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_img
    img {
    transform: scale(1);
}

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

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

.agent-pc .videom.mlist:not(.imagelink) .content_list .date_wrap,
.agent-pc .videom.mlist:not(.imagelink) .tab_button,
.agent-pc .videom.mlist:not(.imagelink) .content_list .item_des .description,
.agent-pc
    .videom
    .container_content
    .tab_content
    .content_list
    .item_block
    .item_tags {
    display: none;
}

.agent-pc .videom .container_content .tab_content .content_list .item_wrapper {
    position: absolute;
    width: 50%;
    top: 22%;
    left: 20%;
    width: 30%;
}

.agent-pc .videom .content_list .item_block {
    position: relative;
    border: none;
    margin-bottom: 50px;
}

.agent-pc
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    font-family: "DisneyEnglish-Bold";
    font-size: 80px;
    color: #fff;
    line-height: 82px;
    mix-blend-mode: exclusion;
    white-space: normal;
}

.agent-pc
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .title {
    font-size: 20px;
}

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

.agent-pc .videom.mlist:not(.imagelink) .content_list .details {
    position: absolute;
    left: 20%;
    bottom: 24%;
    color: transparent;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-left: 0;
    padding: 0;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .details:before {
    content: "Play";
    font-family: "DisneyEnglish";
    color: #666;
    position: absolute;
    top: 36%;
    left: 36%;
    font-size: 14px;
    transition: all 0.56s ease;
}

.agent-pc
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .details:hover:before {
    color: #fff;
    letter-spacing: 4px;
    left: 32%;
}

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

.agent-pc
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .details:hover {
    border-color: #3a51df;
    background-color: #3a51df;
    box-shadow: 0px 4px 24px 0px rgba(60, 80, 224, 0.25);
    bottom: 26%;
}

/* 视频详情 */
.agent-pc
    .npagePage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    font-size: 50px;
    line-height: 52px;
}

.agent-pc
    .npagePage
    .videom
    .container_content
    .tab_content
    .content_list
    .item_wrapper,
.agent-pc .npagePage .videom.mlist:not(.imagelink) .content_list .details {
    left: 10%;
}

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

.agent-pc
    .npagePage
    .videom
    .container_content
    .tab_content
    .content_list
    .item_wrapper {
    width: 40%;
}

.agent-pc .npagePage .videom.mlist:not(.imagelink) .content_list .item_img img {
    border-radius: 24px;
}

/* 合作伙伴 */
.agent-pc .ff_indexPage .imagelink.mlist .container_header,
.agent-pc .imagelink .content_list .item_block .item_wrapper .item_info .title {
    display: none;
}

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

.agent-pc .imagelink .item_block {
    width: calc(100% / 4 - 50px);
    margin-right: 50px;
    margin-bottom: 60px;
}

.agent-pc .imagelink .content_list .item_block .item_box img {
    opacity: 1;
    filter: grayscale(100%);
}

.agent-pc .imagelink .content_list .item_block:hover .item_box img {
    filter: grayscale(0);
}

.agent-pc .imagelink .content_list .item_block .item_box:hover {
    box-shadow: none;
}

/* 特殊幻灯 */
.agent-pc .ff_indexPage .team_tabs.mlist .container_header .subtitle {
    font-family: "DisneyEnglish-Bold", "微软雅黑";
    font-size: 80px;
    line-height: 84px;
    color: rgb(39, 39, 46);
    margin-top: 10px;
}

.agent-pc .ff_indexPage .team_tabs.mlist .container_header .title {
    display: block;
    font-size: 20px;
}

.agent-pc .ff_indexPage .team_tabs.mlist .container_header {
    text-align: left;
    float: unset;
}

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

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

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

.agent-pc
    .ff_indexPage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .item_img {
    border-radius: 24px;
    transition: all 0.36s ease;
}

.agent-pc
    .ff_indexPage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .owl-item:hover
    .item_img {
    box-shadow: 0px 21px 49px 0px rgba(139, 139, 139, 0.13);
}

.agent-pc .ff_indexPage .team_tabs .item_block .item_box .item_index {
    display: block;
    font-family: "DisneyEnglish-Bold";
    font-size: 120px;
    color: #f3f3f6;
    text-align: center;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 60px);
    z-index: -1;
}

.agent-pc .ff_indexPage .team_tabs .owl-carousel .owl-nav.disabled {
    display: block;
    top: unset;
    bottom: 56px;
}

.agent-pc .ff_indexPage .team_tabs.mlist .owl-nav .owl-prev {
    left: 0px;
    border-radius: 100px;
}

.agent-pc .ff_indexPage .team_tabs.mlist .owl-nav .owl-next {
    right: 0px;
    border-radius: 100px;
}

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

.agent-pc
    .ff_indexPage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .title {
    font-size: 18px;
    margin-top: 40px;
}

.agent-pc .ff_indexPage .team_tabs .content_list:before {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #eaeaea;
    position: absolute;
    bottom: 56px;
    margin-left: 5%;
}

.agent-pc .ff_indexPage .team_tabs .content_list .owl-item:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #333;
    position: absolute;
    /* top: 88.5%; */
    border-radius: 10px;
    left: 50%;
    transition: all 0.36s ease;
    transform: translate3d(-50%, -40%, 0);
    z-index: 1;
}

.agent-pc .ff_indexPage .team_tabs .content_list .owl-item:hover:before {
    width: 12px;
    height: 12px;
    border: 2px solid #27272e;
    background-color: #ecf2f6;
    bottom: 42px;
}

.agent-pc .ff_indexPage .team_tabs .tab_content .item_block .details {
    padding-top: 40px;
    width: auto;
}

.agent-pc .team_tabs.mlist:not(.imagelink) .content_list .details {
    margin-bottom: 0;
    margin-left: 0px;
    border: none;
    color: transparent;
    position: relative;
    margin: 0 auto;
}

.agent-pc .team_tabs.mlist:not(.imagelink) .content_list .details::before {
    content: "Explore";
    font-family: "DisneyEnglish";
    color: #959598;
    transition: all 0.36s ease;
    margin-left: 51px;
}

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

.agent-pc .team_tabs .content_list .owl-item:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #27272e;
    position: absolute;
    bottom: 56px;
    transition: all 0.36s ease;
    transform: translateX(-50%);
    left: 50%;
}

.agent-pc .ff_indexPage .team_tabs .content_list .owl-item:hover:after {
    width: 40%;
    left: 50%;
}

/* 列表 */
.agent-pc
    .npagePage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .item_block {
    width: calc(100% / 2 - 40px);
    margin-right: 40px;
    float: left;
    margin-bottom: 40px;
    border: none;
}

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

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

.agent-pc
    .npagePage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_img {
    box-shadow: 0px 4px 30px 0px rgba(139, 139, 139, 0.13);
}

.agent-pc
    .npagePage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_box
    .item_img {
    border-radius: 20px;
    transition: all 0.36s ease;
}

.agent-pc .npagePage .team_tabs .item_wrapper {
    margin-top: 24px;
    transition: all 0.36s ease;
}

.agent-pc .npagePage .team_tabs .tab_button {
    display: none;
}

.agent-pc
    .npagePage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .item_info
    .title,
.agent-pc
    .npagePage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .item_info
    .subtitle {
    text-align: center;
}

.agent-pc
    .npagePage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .item_info
    .title {
    font-size: 20px;
}

.agent-pc .npagePage .team_tabs.mlist:not(.imagelink) .content_list .details {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    display: none;
}

.agent-pc
    .npagePage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .details::before {
    margin-left: 22px;
}

.agent-pc .npagePage .team_tabs .item_block:hover .item_wrapper {
    transform: translateY(20px);
}

/* 联系我们 */
.agent-pc #mcontact {
    background: #27272e;
}

.agent-pc .ff_indexPage .mcontact .container_header .subtitle {
    font-size: 80px;
    font-family: "DisneyEnglish-Bold", "微软雅黑";
    line-height: 80px;
    text-align: left;
    margin-top: 10px;
    color: #fff;
}

.agent-pc .ff_indexPage .mcontact .container_header .title {
    text-align: left;
    font-size: 20px;
}

.agent-pc #mcontact .contactinfo .contact_name {
    font-size: 20px;
}

.agent-pc #mcontact .contactinfo p {
    font-size: 14px;
}

.agent-pc #mcontact .contactform {
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.agent-pc #mcontact .contactlist {
    position: relative;
}

.agent-pc #mcontact .contactform .inputtxt.submit {
    border-radius: 14px;
    color: #fff;
}

.agent-pc #mcontact .contactform .inputtxt {
    border-bottom: 1px solid #eaeaea;
    color: #333;
}

/* 404 */
.agent-pc .npagePage .content #page404 {
    width: 1170px;
    margin: 0 auto;
    transform: translatey(280px);
}

.agent-pc .npagePage .content #page404 .fl {
    font-family: "DisneyEnglish-Bold", "微软雅黑";
    color: #3a51df;
    font-size: 80px;
    line-height: 42px;
}

.agent-pc .npagePage .content #page404 .title {
    font-size: 24px;
    margin-left: 170px;
}

.agent-pc .npagePage .content #page404 .subtitle {
    margin-left: 170px;
}

.agent-pc .npagePage .content #page404 .subtitle a {
    color: #3a51df;
}

.agent-pc #footer {
    background-color: #f9f9f9;
}

.agent-pc .ff_indexPage .mcounter .content_list li p.number .counterDX {
    font-family: "DisneyEnglish-Bold", PlusJakartaSans-Medium, Arial;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .details:before {
    font-family: "DisneyEnglish-Bold", "å¾®è½¯é›…é»‘";
}

.agent-pc
    .ff_indexPage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_box
    .item_img
    img {
    width: 100%;
    height: 100%;
}

.agent-pc .post .project .postbody {
    padding-top: 80px;
}

/* 2020/10/19 lin 合并*/
/* 2020/10/27 yyq 修改头部侧边导航 */
body #header #search-nav {
    height: 90px;
}

body.header_side #openBtn {
    width: 22px;
    display: block;
    position: absolute;
    color: #27282c;
    top: 50%;
    right: 110px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    cursor: pointer;
    margin-top: -8px;
    z-index: 1;
}

.header_side #openBtn .lcbody {
    position: relative;
    width: 24px;
    height: 17px;
}

.header_side #openBtn .lcitem {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    transition: 0.36s ease;
}

.header_side #openBtn .lcitem.top {
    top: 0;
}

.header_side #openBtn .lcitem.center {
    display: block;
    top: 8px;
}

.header_side #openBtn .lcitem.bottom {
    bottom: 0;
}

.header_side #openBtn .lcitem div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background: #000;
}

.openMenu.header_side #openBtn .lcitem.top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

.openMenu.header_side #openBtn .lcitem.top {
    top: 9px;
}

.openMenu.header_side #openBtn .lcitem.center {
    opacity: 0;
}

.openMenu.header_side #openBtn .lcitem.bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
}

.agent-pc body.header_side #header .wrapper > .content {
    position: relative;
}

body.header_side #headTop {
    position: static;
    height: 0;
    margin: 0;
}

.agent-pc body.header_side #navWrapper .content .nav {
    margin-right: 0;
    width: 100%;
}

body #header.mini #search-nav {
    height: 76px;
}

body.header_side #navWrapper {
    width: 100%;
}

body.header_side #headTop #logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.36s ease;
}

body.openMenu.header_side #headTop #logo {
    opacity: 0;
}

body.header_side #navWrapper .content .nav > .navitem {
    opacity: 0;
    transform: translateY(-100%);
}

.openMenu.header_side #navWrapper .content .nav > .navitem {
    opacity: 1;
    transform: translateY(0);
}

/* 2020/10/27 yyq 修改头部侧边导航 */
/* 2020/10/28 lin 合并*/
.agent-pc .videom.mlist:not(.imagelink) .content_list .details:before {
    font-family: "DisneyEnglish-Bold", "微软雅黑";
}

.agent-pc
    .ff_indexPage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_box
    .item_img
    img {
    width: 100%;
    height: auto;
}

.agent-pc .post .project .postbody {
    padding-top: 80px;
}

.agent-pc
    #indexPage
    .mlist:not(.imagelink)
    .content_list
    .item_des
    .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.agent-pc #banner div {
    background-position: center;
    background-size: cover;
}

.agent-pc .ff_indexPage .service.module {
    padding-bottom: 165px;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_des,
.agent-pc
    .searchPage
    .mlist.search
    .content_list
    .item_block
    .item_box
    .date_wrap,
.agent-pc
    .ff_indexPage
    .news.ff_noSlider
    .container_content
    .content_wrapper
    > .more {
    display: none;
}

.agent-pc .team_tabs.ff_noSlider .content_list .owl-stage-outer .owl-item {
    width: calc(100% / 2 - 40px);
}

.agent-pc .popup .fixed-container {
    width: 1200px !important;
    height: 720px !important;
    left: calc(50% - 200px);
    top: calc(50% - 60px);
}

.agent-pc .ff_indexPage .news .content_wrapper {
    margin-right: 0;
}

.agent-pc .imagelink.ff_slider .item_block {
    width: 100%;
}

.agent-pc .ff_pageList .search .content_list .item_info .title {
    font-weight: 600;
}

.agent-pc .mlist .owl-nav .owl-prev,
.mlist .owl-nav .owl-next {
    border-radius: 100px;
}

.agent-pc .videom .owl-carousel .owl-nav {
    display: block;
    top: 16%;
}

.agent-pc .videom.mlist .owl-nav .owl-prev {
    left: 19%;
    background: rgba(0, 0, 0, 0);
}

.agent-pc .videom.mlist .owl-nav .owl-next {
    right: 76%;
    background: rgba(0, 0, 0, 0);
}

.agent-pc .videom.mlist .owl-nav .owl-next:hover .iconfont,
.agent-pc .videom.mlist .owl-nav .owl-next:hover .iconfont {
    color: #3a51df;
}

.agent-pc .videom.mlist .owl-nav .owl-prev .iconfont,
.agent-pc .videom.mlist .owl-nav .owl-next .iconfont {
    color: #333;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .details {
    bottom: 29%;
}

.agent-pc
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .details:hover {
    bottom: 32%;
}

.agent-pc .videom.mlist .owl-dots {
    display: none;
}

.agent-pc
    .ff_indexPage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .item_img,
.agent-pc
    .npagePage
    .team_tabs.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_box
    .item_img {
    height: 318px;
}

.agent-pc .ff_indexPage .team_tabs.mlist .owl-nav {
    top: unset;
    bottom: 10%;
}

.agent-pc .team_tabs.mlist .owl-dots .owl-dot {
    display: none;
}

.agent-pc .ff_indexPage .team_tabs .content_list .owl-item:before {
    /* top: 89.5%; */
    bottom: 53px;
}

.agent-pc .ff_topSlider .owl-nav .owl-prev,
.agent-pc .ff_topSlider .owl-nav .owl-next {
    background: #fff;
}

.agent-pc .ff_topSlider .owl-nav .owl-prev:hover,
.agent-pc .ff_topSlider .owl-nav .owl-next:hover {
    background: #3a51df;
}

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

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

.agent-pc .project .owl-carousel .owl-nav.disabled {
    display: block;
}

.agent-pc .npagePage .team_tabs .content_wrapper {
    margin-right: -40px;
}

.agent-pc .videom.ff_slider .item_block .item_img {
    height: 814px;
}

.agent-pc .npagePage .videom.mlist:not(.imagelink) .content_list .item_img {
    height: 496px;
    border-radius: 24px;
}

.agent-pc .npagePage .videom.mlist:not(.imagelink) .content_list .item_img img {
    width: 100%;
}

@media screen and (max-width: 1366px) {
    .agent-pc .ff_indexPage .news.ff_slider .number {
        top: -14vw;
    }

    .agent-pc .videom.mlist:not(.imagelink) .content_list .item_block .details {
        bottom: 16%;
    }

    .agent-pc
        .videom.mlist:not(.imagelink)
        .content_list
        .item_block
        .details:hover {
        bottom: 17%;
    }
}

/* 2020/10/28 lin 合并*/
.gongan_beian img {
    margin: 0 10px;
}

/* #region 2022-06-18 ff 添加新闻相关列表样式 */
.agent-pc .bodylistpost .news .content_list .item_img {
    width: 100%;
    float: inherit;
    position: absolute;
    top: 250px;
    border-radius: 14px;
}

.agent-pc .bodylistpost .news .item_block {
    width: calc(100% / 2);
    margin-right: -1px;
    padding: 60px;
    margin-bottom: -1px;
}

.agent-pc .bodylistpost .news .container_header .subtitle {
    font-family: "DisneyEnglish-Bold", "微软雅黑";
    font-size: 80px;
    color: #27272e;
    width: 50%;
    line-height: 84px;
    margin-top: 10px;
}

.agent-pc .bodylistpost .news .container_header .title {
    font-size: 20px;
    display: block;
}

.agent-pc .bodylistpost .news .content_list .item_wrapper,
.agent-pc .bodylistpost .news .content_list .item_wrapper {
    float: inherit;
    width: 100%;
    padding-bottom: 360px;
}

.agent-pc .bodylistpost .news .content_list .item_info .title {
    font-size: 20px;
    font-weight: 600;
    white-space: normal;
    height: 60px;
}

.agent-pc .bodylistpost .news .item_block > .item_index {
    display: block;
    font-size: 100px;
    font-family: "DisneyEnglish-Bold";
    color: #f3f3f6;
}

.agent-pc .bodylistpost .news .content_list .item_block .details,
.agent-pc .bodylistpost .news .content_list .item_block .item_tags {
    display: none;
}

.agent-pc .bodylistpost .news .content_list .item_des .description {
    font-size: 14px;
}

.agent-pc .bodylistpost .news .content_list .item_wrapper > .date_wrap,
.agent-pc .bodylistpost .news .content_list .item_wrapper > .date_wrap {
    font-family: "DisneyEnglish";
    margin-top: 10px;
}

.agent-pc .bodylistpost .news .container_content {
    width: 1170px;
}

/* 新闻列表 */
.agent-pc .bodylistpost .news .content_list .item_img {
    border-radius: 14px;
}

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

.agent-pc
    .bodylistpost
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper
    > .date_wrap {
    display: block;
    margin-top: 10px;
}

.agent-pc .bodylistpost .news .content_list .details {
    display: none;
}

.agent-pc .bodylistpost .news .content_list .item_img {
    width: 100%;
    float: inherit;
    position: absolute;
    top: 250px;
    border-radius: 14px;
}

.agent-pc
    .bodylistpost
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper {
    float: inherit;
    padding-bottom: 360px;
}

.agent-pc .bodylistpost .news .content_list .item_img {
    width: 100%;
    float: inherit;
    position: absolute;
    top: 250px;
    border-radius: 14px;
}

.agent-pc .bodylistpost .news .content_list .item_box {
    position: relative;
    display: block;
}

/* 新闻详情 */
.agent-pc .bodylistpost .news .content_list .item_box {
    position: relative;
    display: block;
}

.agent-pc .bodylistpost .news .content_list .item_img {
    display: block;
}
.agent-pc .ff_postPage:not(.content_editor) .news .mlist.type04 .item_block {
    width: 100%;
    padding: 40px 30px;
    margin-bottom: 10px;
}
.agent-pc
    .ff_postPage:not(.content_editor)
    .news
    .mlist.type04
    .item_block
    .item_box
    .item_wrapper {
    padding-bottom: 212px;
}
.agent-pc .ff_postPage:not(.content_editor) .news .mlist.type04 .item_img {
    top: 216px;
}
.agent-pc
    .ff_postPage:not(.content_editor)
    .news
    .mlist.type04
    .item_block:last-child {
    margin-bottom: 0px;
}
.agent-pc #sitecontent .ff_postPage.content_editor .news #listContent {
    border: none;
    padding: 40px 0 50px;
}

/* #endregion */
