| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 
 | blockquote.song {
 color: #404040;
 -webkit-font-smoothing: antialiased;
 font-feature-settings: "liga"1, "pnum"1, "kern"1;
 text-rendering: optimizeLegibility;
 text-size-adjust: 100%;
 font-family: Optima-Regular, "Source Han Serif SC", Manuale, "Consolas", "Noto Serif CJK SC", STFangsong, FangSong, FangSong_GB2312, "Songti SC", STSong, serif, PingFangSC-Light, PingFangTC-Light, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
 font-size: 100% !important;
 overflow-wrap: break-word;
 word-break: keep-all;
 line-height: 1.778;
 font-weight: 300;
 letter-spacing: 1px;
 margin-left: auto;
 margin-right: auto;
 z-index: -1;
 margin-top: 1.35em;
 margin-bottom: 1.35em;
 background: #fafafd;
 padding-top: 16px;
 border-left: 0;
 display: flex;
 justify-content: flex-end;
 padding-bottom: 0;
 border-left: solid 3px #5f6867;
 }
 
 blockquote.song p {
 font-size: 22px;
 overflow-wrap: break-word;
 word-break: break-word;
 font-weight: 300;
 letter-spacing: 1px;
 margin-left: auto;
 margin-right: auto;
 margin: 0;
 padding: 1em;
 color: #888;
 line-height: 1.6 !important;
 text-align: start;
 writing-mode: vertical-rl;
 -webkit-writing-mode: vertical-rl;
 -moz-writing-mode: vertical-rl;
 -o-writing-mode: vertical-rl;
 -ms-writing-mode: tb-rl;
 _writing-mode: tb-rl;
 min-height: 380px;
 height: auto;
 overflow: auto;
 }
 
 
 blockquote.song tt {
 font-family: Optima-Regular, "Source Han Serif SC", Manuale, "Consolas", "Noto Serif CJK SC", STFangsong, FangSong, FangSong_GB2312, "Songti SC", STSong, serif, PingFangSC-Light, PingFangTC-Light, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
 font-size: 24px;
 padding-top: 0.5em;
 padding-bottom: 0.5em;
 padding-right: 0.2em;
 font-weight: 450;
 border-top: 1px solid #404040;
 border-bottom: 1px solid #404040;
 }
 
 
 blockquote.song at {
 display: flex;
 color: #919191;
 padding-top: 4em;
 padding-bottom: 1.5em;
 }
 
 
 ::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: #F5F5F5;
 }
 
 ::-webkit-scrollbar {
 width: 4px;
 height: 4px;
 background-color: #F5F5F5;
 }
 
 ::-webkit-scrollbar-thumb {
 background-color: #404040;
 }
 
 |