body {
    width: 100%;
    min-width: 1580px;
}

.content {
    background-image: url("../images/back0.png");
    width: 100%;
    height: 1500px;
}

.imgs {
    width: 100%;
    min-width: 1580px;
    z-index: 1;
}

.left,
.right {
    width: 300px;
    margin-top: 90px;
    position: absolute;
}

.right {
    margin-left: 1300px;
}

.container {
    margin-top: 100px;
    text-align: center;
}

.container img {
    padding-top: 80px;
}

.moreBtn {
    color: white;
    background-color: #462f31;
    text-align: center;
    margin: 80px auto;
    width: 200px;
    height: 60px;
    font-size: 22px;
    border-radius: 25px;
}

.content-3 h2 {
    text-align: center;
    margin-top: -50px;
    color: #462f31;
}

.infos {
    text-align: left;
    width: 80%;
    margin-left: 15%;
}

.info {
    list-style-type: none;
    letter-spacing: 4px;
    font-size: 22px;
    color: #462f31;
    font-weight: bolder;
    position: relative; /* 添加相对定位 */
}

.info p {
    position: relative; /* 添加相对定位 */
    display: inline-block;
}

.info p::after {
    content: "";
    position: absolute;
    bottom: -10px; /* 距离文字底部10px */
    left: 0;
    width: 100%;
    border-bottom: 2px solid #462f31; /* 下划线样式 */
}

.info span {
    color: #ff89d4;
}

.profile-display {
    text-align: center;
    margin-bottom: 20px;
}

.profile-display img {
    height: 463px;
}

.thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    width: 60%;
    margin-left: 22%;
}
.thumbnail{
    width: 18%;
    cursor: pointer;
}
.thumbnail img {
    width: 100px;
    border-radius: 20px;
    height: auto;
    cursor: pointer;
    border: 3px solid transparent; /* 默认无边框 */
}

.thumbnail.active img {
    border-radius: 20px;
    border-color: #7c2b27; /* 选中时的边框颜色 */
}
#character-info{
    color: #7c2b27;
    font-weight: bolder;
    margin-top: -30px;
}
