/* 示例 CSS 文件 */
.happy-inside-player {
    position: relative;
    position: absolute;
    top: 80%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 400;
    display: flex;
    width: 300px;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.close-text {
    position: absolute;
    top: 2%;
    right: 2%;
    padding: 0 6px;
    height: 20px;
    z-index: 9999;
}
