@charset "UTF-8";.song-literature-page{height:100vh;width:100vw}@media (max-width: 900px){.song-literature-page{height:auto}}.song-literature-page .container{padding:0 20vw;display:flex;justify-content:space-between;align-items:center;flex-direction:column;min-height:100vh}@media (max-width: 1200px){.song-literature-page .container{padding:0}}.song-literature-page .container .container-card{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:0 100px;height:100%;min-height:100vh;width:calc(100% - 7vw);border:1px solid #888888;box-shadow:0 24px 25px #00000040;background:linear-gradient(to bottom,#f6f1e8,#fff)}@media (max-width: 900px){.song-literature-page .container .container-card{max-height:100%;padding:0;width:100%}}@media (min-width: 900px){.song-literature-page .container .container-card{padding:0 20px}}@media (min-width: 1200px){.song-literature-page .container .container-card{padding:0 100px}}.song-literature-page .container .container-card .player-box{display:flex;flex-direction:column;width:80%;height:100%}@media (max-width: 900px){.song-literature-page .container .container-card .player-box{width:95%}}.song-literature-page .container .container-card__top-content{width:100%;height:calc(100% - 60px);max-height:100%}.song-literature-page .container .container-card>*:nth-last-child(1){margin-top:auto}.control-panel{margin-top:20px;display:flex;justify-content:space-around;width:100%;background-color:#fff;border:1px solid rgba(82,82,82,.33);border-radius:15px}.control-panel__buttons-box{display:flex;justify-content:center;align-items:center}.control-panel__buttons-box button{margin:0 5px}.control-panel__volume-box{padding:5px 0;display:flex;flex-direction:column;align-items:center;width:60%}.control-panel__box-volume{padding:12px 5px;display:flex;justify-content:space-between;width:80%;align-items:center}.control-panel__items-box{display:flex;width:100%;height:100%;align-items:center}.control-panel__items-box__buttons-box{display:flex;align-items:center;justify-content:space-between;width:20%}.control-panel__items-box__buttons-box__button{min-width:42px!important;min-height:42px!important}.control-panel__volume-stick{-webkit-appearance:none;width:100%;height:2px;background:#bebebe;outline:none;border-radius:2px}.control-panel__volume-stick::-webkit-slider-runnable-track{width:100%;height:2px;background:#bebebe;border-radius:2px}.control-panel__volume-stick::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:#e2641a;border-radius:50%;cursor:pointer;margin-top:-5px}.control-panel__volume-stick::-moz-range-track{width:100%;height:2px;background:#bebebe;border-radius:2px}.control-panel__volume-stick::-moz-range-thumb{width:12px;height:12px;background:#e2641a;border-radius:50%;cursor:pointer}.song-content{width:100%;height:calc(100% - 215px);max-height:calc(100% - 215px);display:flex;flex-direction:column;align-items:center;background-color:transparent}.song-content__header{width:80%;height:90px;display:flex;justify-content:space-between;flex-direction:column;align-items:center}.song-content__header__title{padding:10px;font-size:14px;font-weight:700;color:#333}.song-content__header__runtime-box{margin-top:10px;display:flex;width:100%;justify-content:space-between}.song-content__header__runtime{padding-right:20px;display:flex;justify-content:end;font-weight:300;font-size:12px;color:#adaca8}@media (max-width: 500px){.song-content__header__runtime{width:100%;justify-content:center}}.song-content__header__text{font-size:12px;color:#969694}.song-content__header__box-volume{padding-left:10px;display:flex;align-items:center}@media (max-width: 500px){.song-content__header__box-volume{display:none}}.song-content__header__box-volume .volume-slider{width:100%;height:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#969694;border-radius:4px;outline:none;cursor:pointer}.song-content__header__box-volume .volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background-color:#faf9f5;border:2px solid #969694;border-radius:50%;cursor:pointer}.song-content__header__box-volume .volume-slider::-moz-range-thumb{width:12px;height:12px;background-color:#faf9f5;border:2px solid #969694;border-radius:50%;cursor:pointer}.song-content .song-content__progress-bar{background:#fff;height:4px;width:100%;border-radius:2px;overflow:hidden;margin-top:10px}.song-content .song-content__progress{height:100%;transition:width .3s ease}.song-content .columns-box{margin:40px 0;width:100%;height:calc(100% - 135px);display:flex;justify-content:space-between}@media (max-width: 900px){.song-content .columns-box{display:flex;flex-direction:column;align-items:center}}.song-content .columns-box .column-box{width:55%;height:100%;display:flex;flex-direction:column;align-items:center;background-color:transparent}.song-content .columns-box .column-box:last-child{justify-content:start;width:50%}@media (max-width: 900px){.song-content .columns-box .column-box:last-child{width:80%}}@media (max-width: 900px){.song-content .columns-box .column-box{margin-bottom:20px;width:80%;flex-direction:column-reverse}.song-content .columns-box .column-box:last-child{flex-direction:column}}.song-content .columns-box .column-box .row{margin:10px 0;width:100%}.song-content .columns-box .column-box .row:last-child{width:100%}.song-content .columns-box .column-box .row:last-child:last-child .row-name{display:flex;font-size:12px}.song-content .columns-box .column-box .row .row-name{display:flex;color:#adaca8}.song-content .columns-box .column-box .row .row-name .title{font-size:12px;width:100px}.song-content .columns-box .column-box .row .row-name .title-click{color:#333;cursor:pointer}.song-content .columns-box .column-box .row .row-name .title-click:hover{color:#000}.song-content .columns-box .column-box .row .row-name .row-text{padding-right:10px;display:flex;align-items:center;color:#656460;font-size:13px}.song-content .columns-box .column-box__top-box,.song-content .columns-box .column-box__bot-box{width:100%}.song-content .columns-box .column-box__bot-box .img-box{display:flex;align-items:end}@media (max-width: 500px){.song-content .columns-box .column-box__bot-box .img-box .img{padding-left:40px;justify-content:center}}.song-content .columns-box .column-box__bot-box .img-box img:first-child{width:250px;height:250px}@media (max-width: 500px){.song-content .columns-box .column-box__bot-box .img-box img:first-child{height:200px;width:200px}}@media (max-width: 400px){.song-content .columns-box .column-box__bot-box .img-box img:first-child{height:120px;width:120px}}.song-content .columns-box .column-box__bot-box .img-box img:last-child{width:150px;height:250px}@media (max-width: 500px){.song-content .columns-box .column-box__bot-box .img-box img:last-child{width:120px;height:200px}}@media (max-width: 400px){.song-content .columns-box .column-box__bot-box .img-box img:last-child{width:75px;height:120px}}.song-content .columns-box .column-box__bot-box .img-box img img{max-height:100%;max-width:100%}.song-content .columns-box .column-box__text-box{width:100%;padding-right:10px;font-size:13px;color:#656460}.song-content .columns-box .column-box__text-box .lyric-line{line-height:1.4;white-space:normal;word-break:break-word}.song-content .columns-box .column-box__text-box .lyric-space{height:12px}.song-content .columns-box .column-box textarea{background-color:transparent;border:none;color:#656460;cursor:auto}@media (max-width: 900px){.song-content .columns-box .column-box textarea{max-height:none}}.author-modal{padding-bottom:0;background-color:#fff}.author-modal .ant-modal-content,.author-modal .ant-modal-title{background-color:#f5f5f5}.author-modal__container .box{background-color:#fff;border-radius:3px;border:1px solid rgba(0,0,0,.2);margin:.1vw;width:100%}@media (max-width: 989px){.author-modal__container .box{width:auto;padding:5px}}.text-box{width:100%;overflow-y:auto;padding-right:10px;font-size:13px}.text-box .ant-input{color:#000}.lyric-line{line-height:1.4;white-space:normal;word-break:break-word}.lyric-space{height:12px}.player-bard .ant-table{border-radius:6px 6px 0 0}.player-bard .ant-table .active-track{font-weight:700;background:linear-gradient(to right,rgba(227,100,27,.15) 0%,rgba(227,100,27,.15) calc(var(--progress) * 100%),transparent calc(var(--progress) * 100%),transparent 100%)}.player-bard .ant-table-thead .ant-table-cell{padding:5px 0!important;background-color:#fff}.player-bard .ant-table-thead .ant-table-cell:before{display:none}.player-bard .ant-table-thead .ant-table-cell:first-child{display:flex;justify-content:center}.player-bard .ant-table-tbody .ant-table-cell{padding:2px!important}.player-bard .ant-table-tbody .ant-table-cell:first-child{display:flex;justify-content:center}.player-bard .ant-table-tbody .ant-table-cell a{color:#0009;font-size:14px;transition:.4s ease}.player-bard .ant-table-tbody .ant-table-cell a:hover{color:#000000e0}.player-bard__column-heading{color:#00000080;font-size:11px;background-color:#fff}.bards-header{display:flex;margin:0 auto;padding:20px 0;width:100%;max-width:100%;height:160px;justify-content:space-between}.bards-header__logo-box{max-width:120px}.bards-header__logo-img{width:100%}.bards-header .menu{display:flex;justify-content:space-between;width:100%;height:120px;z-index:2}@media (max-width: 900px){.bards-header .menu{padding:20px}}.bards-header .menu .menu-list{margin:0;display:flex;justify-content:space-between;list-style-type:none}.bards-header .menu .menu-list__item{padding:10px;display:flex;justify-content:center}@media (max-width: 500px){.bards-header .menu .menu-list__item:first-child{display:none}}.bards-header .menu .menu-list__item a{text-decoration:none;color:#333;cursor:pointer;transition:.2s ease-in-out;font-size:12px}.bards-header .menu .menu-list__item a:hover{color:#000}.bards-header .logo-container{max-width:120px}.bards-header .logo-container img{margin-top:10px;width:100%}.modal-bards{background-color:#fff;padding:0}.modal-bards .ant-modal-content{background-color:#fff}@media (max-width: 989px){.modal-bards .ant-modal-content{padding:25px}}.modal-bards .ant-modal-content .ant-modal-title{display:flex;justify-content:end;background-color:#fff}.modal-bards .ant-modal-close{height:2vw;width:2vw;transition:.4s}.modal-bards .ant-modal-close:hover{color:#e2641a}.song-literature-footer{display:flex;justify-content:center;flex-direction:column;align-items:center;padding:20px 0}.song-literature-footer .img-box{margin-bottom:5px}.song-literature-footer__text{display:flex;align-items:center;font-size:12px;color:#656460}.song-literature-footer__text a{padding:0 3px;text-decoration:none;cursor:pointer;transition:.2s ease;color:#656460}.song-literature-footer__text a:hover{color:#e3621d}.connection-status{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:4px;background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #0000001a;font-size:12px;font-weight:500}.connection-status__text{color:#333;white-space:nowrap}.connection-status__reconnect-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:50%;background-color:#1890ff;color:#fff;cursor:pointer;transition:all .2s ease}.connection-status__reconnect-btn:hover{background-color:#40a9ff;transform:scale(1.1)}.connection-status__reconnect-btn:active{transform:scale(.95)}.connection-status__reconnect-btn .anticon{font-size:12px}.connection-status .ant-badge-status-processing .anticon{animation:spin 1s linear infinite}.connection-status--connected{background-color:#52c41a1a;border:1px solid rgba(82,196,26,.2)}.connection-status--connecting{background-color:#1890ff1a;border:1px solid rgba(24,144,255,.2)}.connection-status--reconnecting{background-color:#faad141a;border:1px solid rgba(250,173,20,.2)}.connection-status--error{background-color:#ff4d4f1a;border:1px solid rgba(255,77,79,.2)}.connection-status--failed{background-color:#ff4d4f26;border:1px solid rgba(255,77,79,.3)}.connection-status--stalled{background-color:#faad1426;border:1px solid rgba(250,173,20,.3)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.connection-status{padding:2px 6px;font-size:11px}.connection-status__text{max-width:80px;overflow:hidden;text-overflow:ellipsis}.connection-status__reconnect-btn{width:20px;height:20px}.connection-status__reconnect-btn .anticon{font-size:10px}}.audio-test{padding:20px}.audio-test .ant-card{box-shadow:0 4px 12px #0000001a}.audio-test .ant-space{width:100%}.audio-test .ant-typography{margin-bottom:16px}.audio-test .ant-alert{margin-top:16px}
