
.agent-mobile .videoBg {
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    background: black;
}

.agent-mobile .vPlayItem video {
    position: absolute;
    top: 50%;

    max-width: 100%;
    max-height: 100%;

    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .ff_sitecontent .module .module_container {
        margin-top: 10px;
    }

    #mcontact .contactlist {
        padding-top: 30px;
    }

    .ff_indexPage .ad01.mlist .container_header {
        top: 30px;
    }
    .ff_indexPage .ad01.module.mlist .content_wrapper {
        padding-top: 22px;
    }
}

.ff_indexPage .mcounter.module .module_container::before {
    background-color: rgba(255, 255, 255, 0);
}

.ff_indexPage .team_tabs.mlist .container_content .content_list .item_block {
    position: relative;

    float: left;

    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    margin-right: 0;
    padding-bottom: 30px;

    transition: all 0.36s ease;

    border: 1px solid rgba(170, 170, 170, 0);
    background-color: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}
.ff_indexPage .team_tabs .owl-carousel .owl-item img {
    width: 340px;
}
.ff_indexPage .team_tabs .content_list .item_img {
    position: relative;

    float: left;
    overflow: hidden;
}

.ff_indexPage .team_tabs .content_list .item_block .item_box .item_wrapper {
    float: right;

    width: calc(100% - 400px);

    text-align: left;

    color: #fff;
}
.ff_indexPage .team_tabs.mlist .tab_content {
    width: 80%;
    margin: 0 auto;
}

.ff_indexPage .team_tabs .content_list .item_box {
    display: flex;

    align-items: center;
    justify-content: space-between;
}
.ff_indexPage .team_tabs .content_list .date_wrap {
    display: none;
}
.ff_indexPage .team_tabs .content_list .item_des .description {
    font-size: 13px;
    line-height: 26px;

    overflow: hidden;

    height: 80px;
    margin-top: 20px;
    padding-right: 6px;

    transition: all 0.36s ease;

    color: rgba(255, 255, 255, 0.51);
}

.ff_indexPage .team_tabs .tab_content .item_block .details {
    display: none;
}

.ff_indexPage .team_tabs.mlist .content_wrapper {
    margin-top: 96px;
}

.ff_indexPage .team_tabs .content_list .item_img {
    
    position: relative;
    float: left;
    overflow: hidden;
    transform: translate3d(0,0,0);
}
.team_tabs.mlist:not(.imagelink) .content_list .item_info .title {
    
    font-size: 28px;

}

.ff_indexPage .team_tabs .content_list .item_des .description {
    font-size: 15px;
}