
/* css */

/* 2020/03/05 yyq 修改 */
.agent-pc .project .item_block .item_img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.agent-pc .project .item_block:hover .item_img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.agent-pc .project .item_block .item_mask {
    display: none;
}
.agent-pc .project .item_block:hover .item_info {
    margin-top: 0;
}
.agent-pc #indexPage .project .item_des,
.agent-pc #indexPage .project.ff_noSlider .item_block .details {
    display: none;
}
/* 2020/03/05 yyq 修改 */


/* 2020/09/21 yyq 修改 */
.agent-mobile .project .item_block .item_img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/* 2020/09/21 yyq 修改 */


/* 2020/09/25 yyq 修改 */
.bodyindex .bodyMask,
.video_popup {
    background-color: #000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100000;
    cursor: pointer;
}

.video_popup video {
    width: 100vw;
    height: 100vh;
    transform: scale(1.2);
}

.video_popup img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    transform-style: preserve-3d;
}
/* 2020/09/25 yyq 修改 */