* {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    /* overflow-x: hidden !important; */
    /* width: 100vw; */
}

::-webkit-scrollbar {
    display: none !important;
}

#container {
    width: 100vw;
    height: auto;
}

section {
    height: 100vh;
    /* background-color: #c4cbcf; */
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
    /* color: #fff; */
    /* font-size: 20vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 0;
}

.img {
    background-size: auto;
    background-position: center;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    max-width: 100%;
    user-select: none;
    cursor: default;
    /* 背景图垂直、水平均居中 */
    background-position: center center;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-attachment: fixed;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
}

#img1 {
    background-image: url('https://bing.img.run/1920x1080.php');
}

#img2 {
    background-image: url(images/3.jpg);
}

#img3 {
    background-image: url(images/6.jpg);
}

#img4 {
    background-image: url(images/WenJin.jpg);
}

#img5 {
    background-image: url(images/img5.jpg);
}

#img6 {
    background-image: url(images/img6.jpg);
}

#img7 {
    background-image: url(images/img7.jpg);
}

#img8 {
    background-image: url(images/img5.jpg);
}

.video-player {
    flex-direction: column;
    flex-wrap: wrap;
    width: 60%;
    height: 50vh;
    margin: 10px;
}

.video-introduce {
    font-size: 15px;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    font-weight: 400;
}

p {
    font-size: 1rem;
    width: 100%;

}

.left-part {
    display: flex;
    flex-direction: column;
    /* margin: 10px 15px 10px 10px; */
}

.musicName {
    /* font-weight: bolder; */
    font-style: normal;
    font-size: 2.5rem;
    font-family: 'Noto Serif SC', serif;
    color: #f5576c;
    /* line-height: 4rem; */
    margin: 0 !important;
    padding-top: 1rem;
    padding-bottom: 0.3rem;
}

.musicCopyRight {
    /* line-height: 20px; */
    text-align: center;
    font-family: lanTingHei;
    font-weight: 300;
    font-size: 25px;
    padding-bottom: 1rem;
}

.title {
    font-family: AlimamaShuHeiTi;
    font-size: 12vw;
    z-index: 2;
    text-align: center;
    color: red;
    /* box-shadow: 0px 0px 0px 30px red */
}

.subTitle1 {
    font-family: DeYiHei;
    font-size: 10vw;
    z-index: 2;
    text-align: center;
}

.subTitle2 {
    font-family: DeYiHei;
    font-size: 5vw;
    z-index: 2;
    text-align: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

@font-face {
    font-family: DingTalk;
    src: url('/resources/font/DINGTALK.TTF');
}

@font-face {
    font-family: PangMeng;
    src: url('/resources/font/PangMeng.TTF');
}

@font-face {
    font-family: 'DeYiHei';
    src: url('/resources/font/DeYiHei.OTF');
}

@font-face {
    font-family: 'AlimamaShuHeiTi';
    src: url('/resources/font/ALi/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold.woff2');
}

.overlay {
    position: absolute;

}