.container-team {
    width: 100%;
    background-size: 100%;
    margin-bottom: 40px;
    background: none;
    margin-top: 80px;
}

.container-team .m {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.container-team .m .bots {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    margin-top: 38px;
}

.container-team .m .bots .shows {
    overflow: hidden;
    padding: 45px;
}

.container-team .m .bots .shows ul {
    overflow: hidden;
}

.container-team .m .bots .shows ul li {
    width: 12.5%;
    overflow: hidden;
    float: left;
    margin-bottom: 26px;
}

.container-team .m .bots .shows ul li a {
    display: block;
    width: 100%;
    padding-top: 12px;
    overflow: hidden;
}

.container-team .m .bots .shows ul li a div {
    width: 90px;
    height: 90px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.container-team .m .bots .shows ul li a div img {
    display: block;
    width: 100%;
}

.container-team .m .bots .shows ul li a span {
    display: block;
    text-align: center;
    font-size: 14px;
    height: 38px;
    color: #000000;
}

.container-team .m .bots .tits {
    width: 100%;
    overflow: hidden;
    height: 110px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    justify-content: center;
}

.container-team .m .bots .tits ul {
    overflow: hidden;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
    width: 323px;
    height: 42px;
    border-radius: 40px;
}

.container-team .m .bots .tits ul li {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    color: #616065;
}

.container-team .m .bots .tits ul li.on {
    color: #fff;
    background: linear-gradient(90deg, #17EDF6 0%, #0073FE 100%);
}

.container-team .m .tips {
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
}

.container-team .m .tips .tits {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 110px;
    border-bottom: 1px solid #ebebeb;
}

.container-team .m .tips .tits div {
    width: 320px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #3e55e3, #9a49df);
    font-size: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    color: #fff;
}

.container-team .m .tips .box {
    overflow: hidden;
    padding: 0 25px 65px 46px;
}

.container-team .m .tips .box .label {
    margin-top: 30px;
}

.container-team .m .tips .box .label h2 {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    padding-left: 8px;
    border-left: 2px solid #4e53e2;
}

.container-team .m .tips .box .label ul {
    overflow: hidden;
}

.container-team .m .tips .box .label ul li {
    float: left;
    width: 150px;
    margin-top: 12px;
    margin-right: 20px;
}

.container-team .m .tips .box .label ul li div {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container-team .m .tips .box .label ul li div img {
    /* height: 100%; */
    display: block;
    /* width: 100%; */
}

.container-team .m .tips .box .label ul li span {
    display: block;
    font-size: 14px;
    color: #000000;
    text-align: center;
    height: 42px;
    height: 60px;
}

@media (max-width: 900px) {

    .container-team {
        width: 100%;
        background-size: 100%;
        margin-bottom: 40px;
        background: none;
        margin-top: 40px;
    }

    .container-team .m .tips .box .label ul li{
        width: 80px;
    }

    .container-team .m .tips .tits {
        height: auto;
        padding: .5rem 0;
    }

    .container-team .m .bots .tits {
        height: auto;
        padding: .5rem 0;
    }

    .container-team .m .bots .tits ul {
        width: 80%;
        height: .8rem;
    }

    .container-team .m .bots .tits ul li {
        font-size: .3rem;
    }

    .container-team .m .bots .shows {
        padding: .3rem;
    }

    .container-team .m .bots .shows ul li {
        width: 25%;
    }

    .container-team .m .bots .shows ul li a div {
        width: 1.2rem;
        height: 1.2rem;
    }

    .container-team .m .bots .shows ul li a div img {
        width: 80%;
    }

    .container-team .m .bots .shows ul li a span {
        font-size: .22rem;
        line-height: .4rem;
    }

    .container-team .m .tips .tits div {
        width: 80%;
        height: .8rem;
        font-size: .3rem;
    }

    .container-team .m .tips .box {
        padding: 0 .3rem .4rem .3rem;
    }

    .container-team .m .tips .box .label {
        margin-top: .45rem;
    }

    .container-team .m .tips .box .label h2 {
        font-size: .35rem;
        line-height: .4rem;
    }

    .container-team .m .tips .box .label ul li div {
        width: 1.2rem;
        height: 1.2rem;
        margin-top: .3rem;
    }

    .container-team .m .tips .box .label ul li span {
        font-size: .18rem;
    }
}