.content {
    width: 1250px;
    margin: 0 auto;
    padding-top: 5%;
    position: relative;
}

.hidden-font {
    display: block;
    width: 584px;
    height: 50px;
    /* border: 1px solid red; */
}

.role-con {
    padding: 10px;
    height: 0;
    margin-left: 30px;
    transition: all 0.3s linear;
}

.skill-list {
    height: 100%;
    overflow: hidden;
    z-index: 999;
}

.role-item.show .role-con {
    height: 135px;
}

.skill-item {
    display: inline-block;
    position: relative;
    /* overflow: hidden; */
}

.skill-item img {
    width: 46px;
    box-shadow: none;
    background: 0 0;
    border-radius: 0rem;
    margin: 18px 45px 5px 1px;
    /* margin-left: -0.14rem; */
}

.tooltips {
    display: none;
    position: absolute;
    bottom: 55px;
    width: 365px;
    /* height: 112px; */
    background: rgba(26, 24, 20, .949);
    padding: 0.1rem 0.30rem 0.1rem 0.2rem;
    box-shadow: 1px 1.732px 8px 0 rgb(0 0 0 / 24%), inset 3px 0 0 0 rgba(153, 61, 61, 0.39);
    z-index: 9999;
}

.skill-item:hover>.tooltips {
    display: block;
}

.tool-tit {
    font-size: 16px;
    color: #fff;
}

.tooltips p {
    font-size: 12px;
    color: #fff;
}

.boximg_t {
    width: 742px;
    height: 560px;
    background: url(../images/con-bg_56dc4ad.png)center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 14%;
    left: 49%;
    z-index: 999;
}

.boximgs {
    width: 720px;
    height: 500px;
    position: absolute;
    top: 17%;
    left: 50%;
}

.imgs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* display: none; */
    opacity: 0;
    z-index: -1;
    transition: all 0.5s linear;
}

.imgs.shows {
    /* display: block; */
    opacity: 1;
    z-index: 1;
}

.skill-list>p {
    font-size: 16px;
    width: 570px;
    color: #ccc;
}

.role-click-01 {
    background: url(../images/skill01.png)center no-repeat;
}

.role-click-02 {
    background: url(../images/skill02.png)center no-repeat;
}

.role-click-03 {
    background: url(../images/skill03.png)center no-repeat;
}

.role-click-04 {
    background: url(../images/skill04.png)center no-repeat;
}

.role-click-05 {
    background: url(../images/skill05.png)center no-repeat;
}

.role-click-06 {
    background: url(../images/skill06.png)center no-repeat;
}