body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Arial,sans-serif
}

.jycontainer {
    margin: 0 !important;
    padding: 0 !important;
    background-image: url(/RomancePc/images/img0.jpg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat,repeat;
    height: 100vh
}

.aplayer-pic {
    background-color: rgb(242,184,201) !important
}

.aplayer-list-cur {
    background-color: #e36766 !important
}

.img1 {
    width: 400px;
    margin-left: 40px;
    padding-top: 40px
}

.img4 {
    padding: 20px
}

.music-player {
    width: 350px;
    position: absolute;
    top: 80px;
    right: 66px
}

.countdown-container {
    text-align: center;
    color: #F44336;
    position: absolute;
    left: 40px;
    top: 60px;
}

.countdown-title {
    font-size: 3vh;
    font-weight: bold;
    margin-bottom: 1vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 0.2vw;
    font-size: 2.5vh;
    font-weight: bold;
    margin-top: 2vh
}

.countdown-item {
    display: flex;
    align-items: center;
    color: #fff
}

    .countdown-item div {
        padding: 1vw;
        margin: 0 0.5vw;
        width: 5vh;
        height: 5vh;
        background-color: #FF9800;
        border-radius: 10px;
        border: 0.5vh solid #fff;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .countdown-item span {
        font-size: 1.2vh;
        color: #000;
        align-self: end
    }

.detail {
    display: flex;
    justify-content: center;
    font-size: 2.5vh;
    font-weight: bold;
    margin-top: 2vh
}

.aplayer-list {
    max-height: 390px !important
}

    .aplayer-list ol {
        max-height: 390px !important
    }

.aplayer .aplayer-pic .aplayer-pause {
    width: 26px;
    height: 26px;
    bottom: 50%;
    right: 50%;
    margin: 0 -15px -15px 0;
    background-color: #009688;
}

    .aplayer .aplayer-pic .aplayer-pause svg {
        top: 3px;
        left: 4px;
        height: 20px;
        width: 20px
    }

.aplayer .aplayer-pic .aplayer-play {
    background-color: #F44336;
}
/* 自定义滚动条样式 */
.aplayer .aplayer-list ol::-webkit-scrollbar {
    width: 10px !important;
}

.aplayer .aplayer-list ol::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #9e9e9e !important;
}

img {
    border-style: none;
}
/* 自定义图标位置 */
.fixed-icon {
    position: fixed;
    right: 0;
    bottom: 20vh;

    z-index: 1000;
  
}
#shareicon {
    padding: 0 10px;
    height: 40px;
    border-radius: 5px;
    background-color: #FF9800;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 24px;
}
#serviceicon {
    text-align: center;
    background-color: #FF9800;
    margin:5px 0;
}


.serviceimg {
    width: 80px;
    height: 80px;
    padding: 5px 0;
    margin: 0 auto;
}

.qrcode {
    width: 200px;
    height: 200px;
    display: flex;
    margin: 10px auto;
}

.qrtitle {
    justify-content: center;
    font-size: 24px;
    display: flex;
}

.qrbtn {
    margin: 10px;
    font-size: 14px;
    display: flex;
}

.qrinput {
    border: 1px #eee solid;
    border-radius: 5px;
    padding: 3px 10px;
    width: 60%;
}

.qrcopy {
    background-color: orange;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    width: 40%;
    text-align: center;
}

.qrcontent {
    font-size: 12px;
    margin: 10px;
}

    .qrcontent b, p {
        display: block;
    }

.shareimg {
    height: 20px;
    display: flex;
    padding-right: 10px;
}

.sharetxt {
    font-size: 18px;
    color: #fff;
    display: flex;
}
.aplayer-icon-loop {
    display: none !important;
}
.aplayer-icon-lrc {
    display: inline !important;
}

.hidden{display:none !important;}
#lyrics {
    padding: 10px;
/*    border: 1px solid #ccc;*/
    margin-top: 20px;
    white-space: pre-wrap; /* 保留文本格式 */
    font-size: 14px;
    overflow-y: auto;
    max-height: 250px;
}
#foot {
    justify-content: center;
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 20px;
}
    #foot a {
        margin: 0 20px;
        font-size: 16px;
    }

#mlogo {
    position: fixed;
    bottom: 2vh;
    right: 2vw;
}
#countdown {
    padding: 10px;
    border-radius: 8px;
    /*  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    /*    width: 250px;*/
    position: fixed;
    bottom: 2vh;
    right: 2vw;
    z-index: 999;
}

.calendar-countdown {
    display: flex;
    gap: 8px; /* 缩小间隔 */
}

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flip-calendar {
    position: relative;
    width: 50px;
    height: 60px;
    perspective: 500px; /* 减小透视值以适应更小尺寸 */
    margin-bottom: 5px;
}

.flip-calendar-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

.flip-calendar.flipping .flip-calendar-inner {
    transform: rotateX(-180deg);
}

.flip-calendar-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background-color: #ff0000;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 减小阴影 */
}

    .flip-calendar-face.back {
        transform: rotateX(180deg);
        background-color: #eb0000;
    }

    .flip-calendar-face::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px 4px 0 0; /* 调整圆角 */
    }

.time-label {
    font-size: 0.7rem; /* 减小标签字体大小 */
    color: #333;
    text-transform: uppercase;
}

.colon {
    display: flex;
    align-items: center;
    font-size: 1.5rem; /* 减小冒号大小 */
    color: #f00;
    margin: 0 -4px; /* 调整冒号边距 */
    height: 60px; /* 与卡片高度一致 */
}

#qrcodebox {
    background-color: #fff;
}

.topbtnbox {
    position: fixed;
    top: 20px;
    right: 100px;
    z-index: 999
}

    .topbtnbox a {
        font-size: 14px;
        padding: 5px 10px;
        background-color: #ff0000;
        border-radius: 5px;
        color: #fff;
        margin-right: 10px;
        cursor: default;
    }

#musicbtn {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 80px;
    right: 0;
    z-index:999;
    border:0;
}

.minilogo {
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index:999
}