/*定义滚动条高宽及背景
    高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}

/*  鼠标hover的时候才显示滚动条 */
:hover::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.2);
}
.differentiating-bigNew {
    /* 替换的背景图片放这里 */
    background: url('../image/bacc.jpg') no-repeat;
    background-size: 100% 100%;
    /* margin-top: 50px; */
    padding: 50px 0;
}

.newTeam {
    color: #666;
    /* font-size: 36px; */
}

.newTeam .temaBox {
    width: 1300px;
    height: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.temaBox .temaBoxLeft {
    width: 300px;
    height: 800px;
    overflow: hidden;
    /* background-color: aqua; */
}

.temaBox .temaBoxRight {
    width: 980px;
    height: 800px;
    overflow: hidden;
    /* background-color: #003AB3; */
}

.teamContent {
    width: 100%;
    height: 800px;
    /* margin-top: 50px; */
    display: flex;
    align-items: center;
    overflow: hidden;
    /* background-color: red; */
}

.teamContentLiBox {
    width: 100%;
    height: 650px;
    margin-top: 50px;
    overflow: auto;
    /* background-color: #003AB3; */
}

.teamContentLi {
    width: 100%;
    /* height: 600px; */
    /* margin-top: 50px; */
    overflow: hidden;
}

.teamLi {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin: 35px 0;
    /* background-color: gold; */
}

.teamIcon {
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.teamIconAct {
    width: 46px;
    height: 46px;
    border: 2px solid #003AB3;
    background-color: #003AB3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.teamIcon img {
    width: 30px;
    height: 30px;
}

.teamTxt {
    width: 160px;
    height: 80px;
    line-height: 40px;
    font-size: 30px;
    color: #f6f6f673;
    /* font-weight: bold; */
    transition: all 0.5s;
}

.teamTxtMin {
    font-size: 1.0417vw;
    ;
}

.teamTxtAct {
    width: 160px;
    height: 80px;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    /* font-weight: bold; */
    transition: all 0.5s;
}

.teamHumelBox {
    width: 925px;
    height: 650px;
    background-color: rgb(239, 244, 253, .3);
    margin: 50px 0 0 50px;
    border-radius: 20px;
    overflow: hidden;
    /* background-color: gold; */
}

.teamUserBox {
    width: 830px;
    height: 550px;
    /* background-color: red; */
    margin: 50px;
    /* background-color: #666; */
}
.teamUserBox img{
    width: 830px;
    height: 550px;
}
.teamUserImg {
    width: 250px;
    /* height: 200px; */
    overflow: hidden;
    border-radius: 10px;
}

.teamUserImg img {
    width: 250px;
    /* height: 200px; */
}

.userInfoBox {
    width: 350px;
    max-height: 350px;
    color: #666;
    overflow: auto;
    padding: 10px 0;
    /* background-color: red; */
}

.CarouselBox {
    width: 1300px;
    /* height: 550px; */
    /* background-color: red; */
    margin-top: 100px;
    /* overflow: hidden; */
}

.swiper-wrapper {
    display: flex;
}

.img-boxNew {
    width: 850px;
    height: 450px;
    position: relative;
    transition: all 0.5s;
}

.img-boxNew img {
    width: 800px;
    height: 450px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.3)
}

.bigSwper:hover .carBox {
    display: block;
}

.bigSwper {
    transform: scale(1.1);
    transition: all 1s;
}

.carBox {
    width: 800px;
    height: fit-content;
    position: absolute;
    padding: 10px 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: none;
}

.carBoxCont {
    width: 90%;
    height: 90%;
    /* background-color: gold; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 20px;
    color: white;
    /* background-color: red; */
}

.carBoxContTxt {
    width: 95%;
    height: fit-content;
    line-height: 50px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* background-color: red; */
}
.mySwiper2{
    position: relative;
}
.buttonNext{
    width: 30px;
    height: 30px;
    /* background-color: red; */
    background: url(/static/index/image/swiper_button_002\ \(1\).png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    position: absolute;
    top: 210px;
    left: 60px;
    z-index: 999;
    cursor: pointer;
}
.buttonPrev{
    width: 30px;
    height: 30px;
    /* background-color: red; */
    background: url(/static/index/image/swiper_button_002.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    position: absolute;
    top: 210px;
    right: 155px;
    z-index: 999;
    cursor: pointer;
}

.titleMinTxt{
    font-size: 25px;
}

.addTxt{
    width: 100%;
    margin-top: 50px;
    height: fit-content;
    color: white;
    /* font-size: 30px; */
}