@font-face {
    font-family: digit;
    src: url('../fonts/digital-7-mono.ttf') format("truetype");
}

body {
    background-color: #ccc;
    background: #000000;
    margin: 0;
    padding: 0;
    font-size: 12px;
    overflow: auto
}




#boxDiv {

    width: 375px;

    height: 568px;

    margin: 5% auto;

    position: relative;

}



#contentDiv {

    width: 375px;

    height: 460px;

    background-image: url(https://vip.123pan.cn/1822310731/webSource/silencelab/img/bfq_bg.jpg);

    overflow: hidden;

}



#lrcDiv {

    margin-top: 260px;

}



#lrcDiv span {

    display: block;

    line-height: 40px;

    text-align: center;

    color: white;

    font-size: 20px;

}



#bgTopSpan {

    position: absolute;

    display: block;

    width: 375px;

    height: 30px;

    top: 0px;

    background-image: url(https://vip.123pan.cn/1822310731/webSource/silencelab/img/bfq_bg.jpg);

}



#bgBottomSpan {

    top: 430px;

    position: absolute;

    background-image: url(https://vip.123pan.cn/1822310731/webSource/silencelab/img/bfq_bg.jpg);

    display: block;

    width: 375px;

    height: 30px;

}



#controlDiv {

    width: 375px;

    height: 180px;

    position: relative;

    color: white;

    background-color: black;

}



#progressDiv {

    background-color: red;

    height: 1.5px;

    width: 0px;

}



#pointerImg {

    width: 18px;

    height: 18px;

    position: absolute;

    top: -8.5px;

    left: -3px;

}



#playTimeSpan {

    display: block;

    position: absolute;

    font-size: 14px;

    width: 35px;

    top: 5px;

    left: 5px;

}



#totalTimeSpan {

    display: block;

    position: absolute;

    font-size: 14px;

    width: 35px;

    top: 5px;

    left: 335px;

}



#titleSpan {

    display: block;

    position: absolute;

    height: 30px;

    width: 295px;

    font-size: 14px;

    text-align: center;

    left: 40px;

    top: 5px;

}



#buttonDiv {

    margin-top: 40px;

    position: relative;

}



#prevImg {

    width: 40px;

    height: 40px;

    position: absolute;

    top: 20px;

    left: 60px;

}



#playOrPauseImg {

    width: 70px;

    height: 70px;

    position: absolute;

    top: 5px;

    left: 152px;

}



#nextImg {

    width: 40px;

    height: 40px;

    position: absolute;

    top: 20px;

    left: 275px;

}


#mainDiv {
    width: 100%;
    height: 100%
}

#loveHeart {
    float: left;
    width: 670px;
    height: 625px
}

#garden {
    width: 100%;
    height: 100%
}

#elapseClock {
    text-align: right;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px
}

#words {
    font-family: "sans-serif";
    width: 500px;
    font-size: 24px;
    color: #666
}

#messages {
    display: none
}

#elapseClock .digit {
    font-family: "digit";
    font-size: 36px
}

#loveu {
    padding: 5px;
    font-size: 22px;
    margin-top: 80px;
    margin-right: 120px;
    text-align: right;
    display: none
}

#loveu .signature {
    margin-top: 10px;
    font-size: 20px;
    font-style: italic
}

#clickSound {
    display: none
}

#code {
    float: left;
    width: 440px;
    height: 400px;
    color: #333;
    font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", "sans-serif";
    font-size: 12px
}

#code .string {
    color: #2a36ff
}

#code .keyword {
    color: #7f0055;
    font-weight: bold
}

#code .placeholder {
    margin-left: 15px
}

#code .space {
    margin-left: 7px
}

#code .comments {
    color: #3f7f5f
}

#errorMsg {
    width: 100%;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 100px;
    left: 0
}

