body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

img {
    display: block;
}

.container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    min-height: 700px;
    /* padding: 20px; */
    background: #fff;
    /* background: yellow; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.container .img1 {
    width: 100%;
    height: 600px;
    position: relative;
}

.container .img1 .zq1 {
    width: 100%;
    height: 600px;

}

.container .img1 .music {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 20px;
    top: 20px;
    transform: rotate(25deg);
}

.container .img2 {
    width: 100%;
    height: 600px;
    position: relative;
}

.container .img2 .zq2 {
    width: 100%;
    height: 600px;

}

.container .img2 .content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 80%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding:  30px 24px;
    color: white;
    /* 半透明黑色遮罩层 */
}

.container .img2 .content .title{
    width: 100px;
    height: 50px;
    margin: 0 auto;
}

.container .img2 .content .title2{
    width: 160px;
    height: 80px;
    margin: 20px auto;
}


.container .img2 .content p {
    text-indent: 2rem;
    font-size: 0.9rem;
}