
/* css */

.ff_sitecontent #indexPage .project.module .container_content{

    max-width: 1920px;

}



.ff_topSlider .content_list .item_block p{

    opacity: 1;

    color: #333;

}

.ff_topSlider .content_list .item_block p.subtitle{

    color: #999;

}

.ff_topSlider .content_list .item_block div.mask{

    background-color: rgba(0, 0, 0, 0.1);

}


/* 2021/01/12 yyq 修改 */
.search-input-wrap.show {
    z-index: 100;
}

.agent-mobile #listContent h3 {
    display: none;
}
/* 2021/01/12 yyq 修改 */


/* 2021/05/14 yyq 修改 */
.mcustomize.tlir .container_content .contentbody .wrapper .description {
    animation-name: none;
    background-color: transparent;
    max-width: none;
    width: auto;
    padding: 0;
    float: none;
}

.mcustomize.tlir .contentbody {
    text-align: right;
    width: 100%;
}

.ff_indexPage .mcustomize.tlir {
    padding: 0;
    height: 46.875vw;
}

.mcustomize.tlir .container_content .contentbody .wrapper .header {
    position: static;
    padding: 0;
}

.mcustomize.tlir .container_content .contentbody .description a {
    position: static;
    background-color: #333;
    color: #fff;
    padding: 0;
    width: 120px;
    line-height: 42px;
    text-align: center;
    border-radius: 6px;
}

.mcustomize.tlir .module_container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mcustomize.tlir .container_content .contentbody .wrapper {
    padding-top: 0;
}
/* 2021/05/14 yyq 修改 */