.about_team_hd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 420px;
    color: white;
    /* background: url(../images/hero.jpeg) no-repeat center; */
    background-size: cover;
}
.about_team_hd .mediaPlayer{
    width: 100%;
    height: 420px;
    object-fit: fill;
    background-color: #f4f4f4;
    vertical-align: top;
}
/* .about_team_hd > :first-child {
    height: 100px;
}
.about_team_hd > :nth-child(2) {
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: 5px;
}
.about_team_hd > :nth-child(3) {
    font-size: 14px;
    font-weight: bolder;
    letter-spacing: 4px;
} */

.about_team_people {
    display: flex;
    /* max-height: 500px; */
    background: url(../images/sinnovation-bg.png) no-repeat 0 0;
    background-size: auto 100%;
}
.about_team_people_left {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
    padding-left: 12%;
    padding-bottom: 40px;
    background: url(../images/expand.png) no-repeat 100% 95%;
    background-size: 20px;
    max-height: 440px;
}
.about_team_people_left > :first-child {
    margin-top: 80px;
    letter-spacing: 5px;
    line-height: 40px;
    margin-bottom: 5px;
    font-size: 22px;
}
.about_team_people_left > :nth-child(2) > span {
    line-height: 80px;
    padding-bottom: 16px;
    border-bottom: 6px solid #999999;
    letter-spacing: 5px;
    font-weight: bold;
    font-size: 36px;
}
.about_team_people_left > :last-child {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 5px;
    /* max-height: 200px; */
    overflow: hidden;
    padding-right: 5%;
}
.index-content01-right {
    flex-basis: 40%;
    background: url(../images/people.png) no-repeat 40% 44px;
    background-size: auto 90%;
}
.about_team_people > .index-content01-right {
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px;
    max-height: 440px;
}
.about_team_people > .index-content01-right img {
    width: 20px;
    display: none;
}
.about_team_people_left:hover {
    background: url(../images/expand_hover.png) no-repeat 100% 95%;
    background-size: 20px;
}

.about_team_people_left.open{
    height: auto;
    max-height: none;
    background-image: url(../images/collapse.png);
    background-size: 20px;
}
.about_team_people_left.open:hover {
    background: url(../images/collapse_hover.png) no-repeat 100% 95%;
    background-size: 20px;
}

.team-toggle-container{
    margin-top: 40px;
}
.about-team-toggle {
    background-color: white;
    width: 76%;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: 12%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    -moz-box-shadow: 0 1px 5px 1px rgba(191, 191, 191, 0.31);
    box-shadow: 0 1px 5px 1px rgba(191, 191, 191, 0.31);
}
.invest-toggle span, .team-toggle span, .about-team-toggle span, .ai-toggle span, .job-toggle span, .startup-toggle span {
    font-size: 16px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    /* width: 17%; */
    min-width: 62px;
    letter-spacing: 2px;
    overflow: visible;
    cursor: pointer;
    color: #333;
}
.invest-toggle > .actived, .team-toggle > .actived, .about-team-toggle > .actived, .ai-toggle > .actived, .job-toggle > .actived, .startup-toggle > .actived {
    border-bottom: 5px solid rgba(250, 124, 0, 0.8);
}

.about-crazy-team {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}
.about-crazy-team > .team-title {
    display: flex;
    padding-left: 7%;
    padding-right: 7%;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    font-weight: bolder;
    color: rgb(51, 51, 51);
    /* line-height: 60px; */
    height: 100px;
    padding-top: 4%;
}
.about-crazy-team > .team-title i, .about-crazy-team > .team-title span{
    position: relative;
    display: inline-block;
}
.about-crazy-team > .team-title span{
    padding: 2px 14px;
}
.about-crazy-team > .team-title i::before, .about-crazy-team > .team-title i::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 10px;
    background-color: #e74b3b;
}
.about-crazy-team > .team-title span::after, .about-crazy-team > .team-title span::before{
    content: "";
    position: absolute;
    height: 3px;
    width: 10px;
    background-color: #e74b3b;
}
.about-crazy-team > .team-title i::before{
    top: 0;
    left: 0;
}
.about-crazy-team > .team-title i::after{
    bottom: 0;
    right: 0;
}
.about-crazy-team > .team-title span::before{
    top: 0;
    left: 0;
}
.about-crazy-team > .team-title span::after{
    bottom: 0;
    right: 0;
}
.about-crazy-team > .team-member-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.about-crazy-team > .team-member-list > .team-member-line {
    display: flex;
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.about-crazy-team > .team-member-list > .team-member-line > .team-member {
    display: flex;
    flex-basis: 23.5%;
    /* height: 456px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    margin-left: 1.5%;
}
.about-crazy-team > .team-member-list > .team-member-line > .team-member > :nth-child(2) {
    /* margin-top: 20px; */
    font-size: 14px;
    /* font-weight: bolder; */
    line-height: 30px;
    width: 100%;
    padding: 0 14px;
    text-align:left;
    color: rgb(105, 105, 105);
    border: 1px solid rgb(179, 179, 179);
    /* overflow: hidden; */
}
.about-crazy-team > .team-member-list > .team-member-line > .team-member > :nth-child(3) {
    /* font-size: 14px;
    line-height: 30px;
    max-lines: 2;
    min-height: 60px;
    color: #a4a4a4;
    font-weight: normal;
    text-align: center;
    white-space: pre-line; */
}

.team-member-intro {
    flex-basis: 100%;
    background-color: #f4f4f4;
    /* margin-left: -7%; */
    /* margin-right: -7%; */
}
.indicator {
    background-color: white;
    height: 38px;
}
.indicator > span {
    position: relative;
    /* background-color: #f4f4f4; */
    left: 162px;
    /* width: 30px; */
    /* height: 30px; */
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #f4f4f4;
}
.right-close > :first-child {
    /* width: 60px; */
    font-size: 48px;
    transform: rotate(45deg);
    float: right;
    margin-right: 2%;
    color: white;
    font-weight: 50;
    cursor: pointer;
}
.intro-txt {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 50px;
    line-height: 34px;
    font-size: 16px;
    color: #999999;
    padding-bottom: 20px;
    white-space: pre-line;
}
p + p {
    margin-bottom: 10px;
}

.team-member img{
    width: 80%;

}

.team-member-line .swiper-item-container{
    margin: inherit;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

@media (max-width: 1011px) {
    .banner{
        margin-top: 55px;
    }
    .about_team_hd{
        width: 100%;
        height: auto;
    }
}
