
.agent-mobile #sitecontent #footer .wangguan {
    margin-left: 9px;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 2560px) {
    .agent-pc .team.mlist:not(.imagelink) .content_list .item_img img {
        border-radius: 150px;
    }
    @-webkit-keyframes scale-up-center {
        0% {
            -webkit-transform: scale(0.5);

            transform: scale(0.5);

            border-radius: 400px;

            -webkit-transform-origin: 50% 50%;

            transform-origin: 50% 40%;

            width: 0;

            height: 0;

            top: 61px;

            right: 310px;
        }

        100% {
            -webkit-transform: scale(1);

            transform: scale(1);

            border-radius: 0;

            -webkit-transform-origin: 50% 40%;

            transform-origin: 50% 40%;

            width: 100%;

            height: 100%;

            top: 0;

            right: 0;
        }
    }

    @keyframes scale-up-center {
        0% {
            -webkit-transform: scale(0.5);

            transform: scale(0.5);

            border-radius: 400px;

            -webkit-transform-origin: 50% 40%;

            transform-origin: 50% 40%;

            width: 0;

            height: 0;

            top: 61px;

            right: 310px;
        }

        100% {
            -webkit-transform: scale(1);

            transform: scale(1);

            border-radius: 0;

            -webkit-transform-origin: 50% 40%;

            transform-origin: 50% 40%;

            width: 100%;

            height: 100%;

            top: 0;

            right: 0;
        }
    }
    .agent-pc
        .project.mlist:not(.imagelink)
        .content_list
        .item_block:hover
        .item_info {
        transform: translateY(210px);
    }
    .agent-pc .ad01 .content_list .item_block .item_wrapper:before {
        right: -570px;
    }
}

/* .agent-pc body #navWrapper .content .nav > .navitem {
    display: none;
} */


/* 2025-5-20 tao start */
.agent-pc .ff_indexPage .service .content_list .item_block,
.agent-pc .service.mlist:not(.imagelink) .content_list .item_block:hover {
  box-shadow: none;
}
.agent-pc .service.mlist:not(.imagelink) .content_list .item_img {
    display: flex;
    width: 63px;
    height: 63px;
    background-color: rgb(255, 115, 39);
    position: absolute;
    top: 61px;
    right: 41px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.agent-pc
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_img {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.agent-pc .mlist:not(.imagelink) .content_list .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agent-pc .ff_indexPage .service .content_list .item_block {
  border-top: 1px solid #f0f0f0;
}
.agent-pc .ff_indexPage .service .content_list .item_block:first-child {
  border-left: 1px solid #f0f0f0;
}
.agent-pc .service.mlist:not(.imagelink) .content_list .item_block:hover {
  border-color: #f0f0f0;
}
/* 2025-5-20 tao end */
