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

.content {
    background-image: url("../images/back0.png");
    background-size: cover;
    height: 1000px;
    width: 100%;
    min-width: 1580px;
}

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

.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;
}
