
/* 2022-10-28 tao 修改 */
.agent-mobile .project .item_block{
    position: static !important;
    width:92%;
    margin:0 auto;
    float:none;
}
/* 2022-11-4 tao 修改 */
.agent-mobile #sitecontent .project .item_block{
    margin-bottom:20px;
}
.agent-mobile #sitecontent .project .item_block:last-child{
    margin-bottom:0;
}
.agent-mobile #sitecontent .project .item_block .item_info{
    display: none;
}
.agent-mobile .bx-wrapper{
    height:calc(100vh - 50px);
}
.agent-mobile .bx-wrapper .bx-viewport{
    height:100%!important;
}
.agent-mobile #mm-slider .slider-img{
    width:100%;
    min-height:calc(100vh - 50px);
    overflow: hidden;
    position:relative;
}
.agent-mobile #mm-slider .slider-img img{
    position:absolute;
    top:50%;
    left:50%;
    max-width: none;
    width:auto;
    height:100%;
    transform: translate3d(-50%,-50%, 0);
}