.title{
    margin-top: 30px;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
}
.photo table{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
}
.imager-container{
    width: 500px; /* 容器寬度 */
    height: 400px; /* 容器高度 */
    overflow: hidden;
}
.photo img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 或 contain */
    object-position: center;
}