 /* team身高图 */
    
 .upperheight {
    display: flex;
    align-items: flex-end;
    width: 100%;
    position: relative;
}

.radarmapup {
    height: 380px;
    width: 25%;
    position: relative;
    z-index: 0;
    margin-right: 20px;
    margin-bottom: 20vh;
}

.radarmapup img {
    height: 300px;
}

.scrollable-container {
    width: 85%;
    display: flex;
    overflow-x: auto;
    z-index: 0;
    margin-right: 10vh;
    align-items: flex-end;
    margin-bottom: 10vh;
}

.member {
    display: inline-block;
    /* 使成员并排显示 */
    margin-left: -8vh;
    /* 根据需求调整 */
    z-index: 1;
}

.member img {
    width: auto;
    /* 保持宽高比 */
}

.pcontainer {
    width: 75%;
    position: relative;
}

.backgroundteam {
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    /* width: 100%; */
    width: 72vw;
    margin-left: 0px;
    margin-top: 0px;
    z-index: -999;
}
.teaminspiration {
    font-family: 'impact';
    font-weight: 200;
    font-size: 40px;
    color: #fff;
    border-radius: 35px;
    height: 80px;
    width: fit-content;
    background-color: #F59B11;
    margin-left: 20vh;
    margin-bottom: 7vh;
    padding: 10px 50px 15px 35px;
}

.harper img {
    margin-left: 8vh;
    height: 440px;
}

.jessie img {
    height: 450px;
}

.sophiaD img {
    height: 455px;
}

.cassie img {
    height: 460px;
}

.ruby img {
    height: 470px;
}

.rena img {
    height: 475px;
}

.yvonne img {
    height: 475px;
}

.sophiaZ img {
    height: 475px;
}

.andrea img {
    height: 485px;
}

.jessica img {
    height: 495px;
}

.nicole img {
    height: 500px;
}

.andy img {
    height: 500px;
}

.melanie img {
    height: 510px;
}

.daniel img {
    height: 510px;
}

.lillian img {
    height: 515px;
}

.jaycee img {
    height: 530px;
}

.thomas img {
    height: 535px;
}

.eric img {
    height: 555px;
}


.teamcontainer {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20vw;
    /* margin-left: 35vh; */
}

label {
    margin-left: 150px;
    display: block;
    position: relative;
    top: 40px;
    transform-style: preserve-3d;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.flip-card {
    position: relative;
    /* width: 100%;
    height: 100%; */
    transform-style: preserve-3d;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

input {
    display: none;
}
/* box */

.box2:hover .team-box {
    animation: shakeAndDisappear 1s ease forwards;
}

.box2 {
    /* float: left; */
    margin-left: 100px;
}

.team-box {
    height: 64vh;
    width: 22vw;
    /* height: 35vw;
    width: 23vw; */
    /* object-fit: contain; */
    /* background-color: pink; */
    /* background-image: url("img/box.png"); */
    background-repeat: no-repeat;
    background-size: 80%;
    margin-left: -16vw;
    /* -30vh */
    margin-right: 6vw;
}

.card {
    background-color: transparent;
    border: transparent;
    margin-top: -75vh;
    top: -4vh;
    height: 35vw;
    /* height: 540px; */
    opacity: 0;
    margin-left: -40vh;
}

.box2:hover .card {
    opacity: 1;
    transition: opacity 0.8s 1s;
}

@keyframes shakeAndDisappear {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
        opacity: 1;
    }
    10% {
        transform: translate3d(0, 5%, 0) rotate(5deg);
    }
    20% {
        transform: translate3d(0, -5%, 0) rotate(-5deg);
    }
    45% {
        transform: translate3d(0, 5%, 0) rotate(5deg);
    }
    60% {
        transform: translate3d(0, -5%, 0) rotate(-5deg);
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
        opacity: 0;
    }
}

.advisorcontainer {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: 7vh;
}

.lucy img {
    height: 35vw;
    border-radius: 5%;
    margin-left: 8vh;
    float: left;
    margin-bottom: 10vh;
}

.smurf img {
    height: 35vw;
    border-radius: 5%;
    margin-left: 8vh;
    float: left;
    margin-bottom: 10vh;
}

.david img {
    height: 35vw;
    border-radius: 5%;
    margin-left: 8vh;
    float: left;
    margin-bottom: 10vh;
}

.tiffany img {
    height: 35vw;
    border-radius: 5%;
    margin-left: 8vh;
    float: left;
    margin-bottom: 10vh;
}

.jacky img {
    height: 35vw;
    border-radius: 5%;
    margin-left: 8vh;
    float: left;
    margin-bottom: 10vh;
}

.robbie img {
    height: 35vw;
    border-radius: 5%;
    margin-left: 8vh;
    float: left;
    margin-bottom: 10vh;
}

.oscar img {
    height: 35vw;
    border-radius: 5%;
    margin-left: 8vh;
    float: left;
    margin-bottom: 10vh;
}

.naomi img {
    height: 35vw;
    border-radius: 5%;
    margin-left: 8vh;
    float: left;
    margin-bottom: 10vh;
}

.advisorcontainer img {
    transition: all .5s;
}

.advisorcontainer img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(53, 53, 53, 0.5);
}
.instructorcontainer {
    height: auto;
    display: flex;
    flex-wrap: wrap;
 margin-left: 7vh;
}

.instructorcontainer img {
    transition: all .5s;
}

.instructorcontainer img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(53, 53, 53, 0.5);
}

.sonia img {
    height: 35vw;
    border-radius: 5%;
    margin-left: 8vh;
    float: left;
    margin-bottom: 10vh;
}

.levi img {
    height: 35vw;
    border-radius: 5%;
    margin-left: 8vh;
    float: left;
    margin-bottom: 10vh;
}

.diol img {
    height: 35vw;
    border-radius: 5%;
    margin-left: 8vh;
    float: left;
    margin-bottom: 10vh;
}

