body {
    margin: 0;
    font-family: "Comic Sans MS", cursive, sans-serif; /* 将字体改为卡通字体 */
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
/*第二块*/
#main_content {
    background-color: #25353a;
    background-image: linear-gradient(135deg, #25353a 0%, #6a6d9f 100%);

    background-attachment: scroll;
    background-repeat: repeat;
    background-position: top;
    background-size: 100%;
    width: auto;
    height: auto;
    background-blend-mode: lighten;
}
div {
    display: block;
}
#texts {
    position: relative;
    top: 0vw;
    padding: 3vw;
}
div {
    display: block;
}
#texts h1 {
    font-size: 5em;
    color: #5FC2B3;
    font-family: 'Open Sans';
    z-index: 5;
    font-weight: bolder;
    line-height: 1.2;
    letter-spacing: 0.6px;
    text-shadow: 2px 2px 5px #C0C0C0;
    margin-left: 2.4vw;
    margin-right: 2.4vw;
}
h1{
    margin-bottom: 0px;
    border-bottom: none;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    background: none;
    overflow: hidden;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#texts .normal_texts {
    background: white;
    border-radius: 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}
#member_intros {
    height: 45vw;
}
section {
    display: block;
}
div {
    display: block;
    color: black;
    font-size: 127%;
    font: x-small sans-serif;
}
.cf7 {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto 10px;
}
.cf7 img {
    position: absolute;
    transition: opacity 0.75s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 36vw;
    height: 36vw;
    left: 5vw;
    top: 3vw;
    z-index: 3 !important;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #808080;
}
.cf7 img.opaque {
    opacity: 1;
}
img {
    border: none;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.name {
    position: absolute;
    z-index: 3 !important;
    font-size: 5em;
    width: 48vw !important;
    height: auto;
}
#texts .normal_texts p {
    margin: 1.6vw 2.5vw;
    font-weight: 300;
    font-family: "LatoLight";
}
.name p {
    position: absolute;
    transition: opacity 0.75s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 6vw !important;
    z-index: 3 !important;
    top: -1vw;
    left: 37vw;
    width: 48vw !important;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.5em;
    text-align: justify;
}
.name p.opaque {
    opacity: 1;
    filter: alpha(opacity=1);
    font-size: 5em;
    width: 48vw !important;
}

.description {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto 10px;
        z-index: 3 !important;
        font-size: 1vw;
        width: 38vw;
}
.description p {
    position: absolute;
    left: 46vw;
    top: 24.3vw;
    transition: opacity 0.75s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 1.2vw !important;
    z-index: 3 !important;
    width: 39vw;
}
.description p.opaque {
    opacity: 1;
}
p#cf7_controls {
    position: absolute;
    top: 40vw;
    left: 38vw;
    text-align: center;
    z-index: 3 !important;
    width: 43vw;
    height: auto;
    font-size: 0.9375em;
}
#cf7_controls span {
    font-size: 0.9375em;
    padding-right: 0.8vw;
    cursor: pointer;
    font-size: 0.9375em;
    z-index: 3 !important;
}
#cf7_controls img {
    cursor: pointer;
    z-index: 3 !important;
}
.small_figures {
    width: 3.9vw;
    height: auto;
    z-index: 3 !important;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
    transition: all 0.2s;
}
p img {
    margin: 0;
}
#team_members {
    text-align: center;
}
/*第三块*/
#texts .normal_texts {
    background: white;
    border-radius: 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 4vw;
    margin-right: 4vw;
}

section {
    display: block;
}
div {
    display: block;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.member_attributions img {
    width: 15vw;
    margin-left: 3vw;
    border-radius: 5%;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.member_attributions > * {
    float: left;
}
img {
    border: none;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip;
}
#texts .normal_texts p {
    margin: 1.6vw 2.5vw;
    font-size: 1.5em;
    font-weight: 300;
    font-family: "LatoLight";
}

.member_attributions p {
    width: 60vw;
}
.member_attributions > * {
    float: left;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.5em;
}
.members-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.members-grid {
    display: grid;
    grid-template: repeat(4, 1fr)/repeat(5, 1fr);
    grid-gap: 2vh 2vh;
    width: 55%;
}
.member-grid-title {
    grid-area: 1/span 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.member-grid-title h1 {
    font-size: 6vh;
    color: #E4E8EB;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.member-card {
    border-radius: 50%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    position: relative;
}
.member-card:nth-child(3n+2) img {
    filter: drop-shadow(0.5vh 0.5vh 0px #FFCF5C);
}
.member-card img {
    width: 100%;
    border-radius: 50%;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
.single-display-container {
    width: 35%;
    padding-top: 5vh;
}
.single-display {
    height: 80vh;
    position: sticky;
    top: 10%;
    background: #E4E8EB;
    filter: drop-shadow(1vh 1vh 0px #5FC2B3) drop-shadow(1vh 1vh 0px #DB34A1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
}
.member-display-card {
    transition: all 0.5s ease;
    width: 100%;
    height: 58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.single-display .member-display-card img {
    max-height: 82%;
    max-width: 100%;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
.member-name {
    color: #00203D;
    margin: 0;
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.member-description {
    transition: all 0.5s ease;
    width: 90%;
    font-size: min(2vh, 1.3vw);
    color: #00203D;
    padding-top: 3vh;
}
/* 容器样式 */
.member_container {
    display: flex;
    justify-content: space-between;
}

/* 每个人员介绍的样式 */
.member {
    flex: 1;
    text-align: center;
    margin: 0 10px; /* 为了有一点间距，可以根据需要调整 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加虚影效果 */
    padding: 20px; /* 添加内边距使虚影更明显 */
    background-color: #fff; /* 背景色为白色，以增强对比 */
    border-radius: 5px; /* 为块添加圆角 */
}

.member img {
    width: 100%; /* 可以根据需要调整 */
    max-width: 150px; /* 为了确保图片不会过大，可以根据需要调整 */
    margin-bottom: 10px;
}
