/* 轮播图 */

.banner {
    width: 100%;
}

.banner-list {
    position: relative;
}

.banner-list>div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 5;
}

.banner-list>p {
    position: absolute;
    top: 38%;
    left: 12%;
    color: rgba(251, 251, 251, 100);
    font-size: 30px;
    z-index: 10;

}

.banner-list>span {
    position: absolute;
    top: 51%;
    left: 12%;
    color: #fbfbfb;
    font-size: 30px;
    z-index: 10;

}

.talent {
    overflow: hidden;
}

.talent .product-image {
    height: auto;
    width: 100%;
}

.talent .product-image-phone {
    display: none;
}

.talentPosition {
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.talentPosition-title {
    padding-top: 18px;
    color: rgba(16, 16, 16, 100);
    font-size: 24px;

}

.talentPosition-search {
    padding: 20px 0 30px;
}

.talentPosition-search input {
    width: 44%;
    height: 45px;
    line-height: 20px;
    border-radius: 5px;
    color: rgba(102, 102, 102, 100);
    font-size: 14px;

    border: 1px solid #999999;
    outline: 0;
    padding-left: 15px;
    box-sizing: border-box;
}

.talentPosition-search button {
    margin-left: 30px;
    width: 120px;
    height: 45px;
    border-radius: 5px;
    background-color: var(--theme-color);
    color: rgba(247, 247, 247, 100);
    font-size: 14px;

    border: 1px solid rgba(255, 255, 255, 100);
}

.talentPosition p {
    font-size: 14px;
    color: #101010;
    margin-bottom: 20px;
}

.talentPosition-list {
    border: 1px solid #f5f5f5;
    width: 100%;

}

.talentPosition-list li {
    display: flex;
    /* width: 100%; */
}

.talentPosition-list li span {
    display: inline-block;
    width: 24.7%;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 100);
    color: #000;
    font-size: 14px;
    text-align: center;

}

.talentPosition-li+.talentPosition-li {
    border-top: 1px solid #f5f5f5;
}

.talentPosition-li span:last-child {
    cursor: pointer;
}