/**
 * 热点资讯
 *
 */

/*公共*/
@import "base.css";
@import "reset.css";

/*动画*/
@import "module/animation.css";
/*目录*/
@import "module/menu.css";

.image-team1 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.image-team1 .shade {
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-team1 .anima {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-team1 .cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000030;
}

.image-team1 ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.image-team1 li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    position: relative;
}

.image-team1 li .bg {
    position: absolute;
    bottom: 0;
}

.image-team1 a {
    color: white;
    line-height: 1.5;
    text-align: center;
    font-size: 1.25rem;
    z-index: 100;
}

.image-team1 .logo {
    width: 7.5rem;
}


