html,
body {
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    overflow-x: hidden;
}

[v-cloak] {
    display: none;
}

.puzi-box {
    padding-top: 135px;
    padding-left: 400px;
}

.wxp-box {
    position: relative;
    display: inline-block;
    width: 407px;
    height: 245px;
    background: url('../images/wxp.png?t=sbxhmy22') no-repeat;
    background-size: 440px 245px;
    text-align: left;
    transform: scale(1.5);
}

.key-note-box {
    vertical-align: middle;
    display: inline-block;
    margin-left: 130px;
    width: 220px;
}
.key-note-box > img {
    filter: brightness(0);
}
[src="./images/Eb.png"]:nth-child(1),
[src="./images/C^.png"]:nth-child(1),
[src="./images/F^.png"]:nth-child(1),
[src="./images/Ab.png"]:nth-child(2),
[src="./images/B.png"]:nth-child(1) {
    transform: translateY(-10px);
}
[src="./images/D.png"]:nth-child(1) {
    transform: translateY(-15px);
}
[src="./images/D.png"]:nth-child(2) {
    transform: translateY(-13px);
}
[src="./images/A.png"]:nth-child(2) {
    transform: translateY(-16px);
}
[src="./images/E.png"]:nth-child(1) {
    transform: translateY(-19px);
}
[src="./images/G.png"]:nth-child(1) {
    transform: translateY(-28px);
}
[src="./images/A.png"]:nth-child(1) {
    transform: translateY(-18px);
}
[src="./images/Eb.png"]:nth-child(2),
[src="./images/C^.png"]:nth-child(2) {
    transform: translateY(-8px);
}
[src="./images/Ab.png"]:nth-child(1) {
    transform: translateY(-12px);
}
[src="./images/Gb.png"]:nth-child(1),
[src="./images/Db.png"]:nth-child(1) {
    transform: translateY(-7px);
}
[src="./images/Gb.png"]:nth-child(2),
[src="./images/Db.png"]:nth-child(2) {
    transform: translateY(-5px);
}
[src="./images/E.png"]:nth-child(2) {
    transform: translateY(-16px);
}
[src="./images/F^.png"]:nth-child(2) {
    transform: translateY(-7px);
}
[src="./images/G.png"]:nth-child(2) {
    transform: translateY(-26px);
}
[src="./images/Bb.png"]:nth-child(1) {
    transform: translateY(-15px);
}
[src="./images/Bb.png"]:nth-child(2) {
    transform: translateY(-13px);
}
[src="./images/B.png"]:nth-child(2) {
    transform: translateY(-7px);
}
[src="./images/Cb.png"]:nth-child(1) {
    transform: translateY(-2px);
}

.key-note-box>img {
    display: block;
}

.note-box {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    position: relative;
}

.note {
    position: absolute;
    left: 0;
    font-size: 0;
}

.note-left {
    position: absolute;
    top: -12px;
    left: -20px;
}

.num-box {
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
    height: 100%;
}



.num-box-content {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 245px;
    text-align: center;
}

.gesture {
    position: absolute;
    top: 0;
    left: 510px;
    bottom: 0;
    height: 100%;
    display: flex;
    line-height: 1;
    align-items: center;

    
}

.gesture-divider{
    height: 190px;
    width: 1px;
    background: #F1F1F1;
    margin: 0 50px;
}


.num {
    position: relative;
    display: inline-block;
    margin: 5px auto;
}

.num>img {
    display: block;
    margin: auto;
}

.num-left {
    position: absolute;
    left: -25px;
    top: -20px;
    zoom: 0.8;
}

.num-img {
    width: 40px;
    height: 60px;
    margin: 2px auto;
}

.num-dot {
    width: 15px;
    height: 15px;
    padding: 1px 0;
}

.num-img.small {
    width: 30px;
    height: 45px;
}

.num-dot.small {
    width: 10px;
    height: 10px;
}

.num-left.small-2 {
    width: 8px;
    height: 30px;
    left: -10px;
}

.num-img.small-2 {
    padding: 0 10px;
    width: 20px;
    height: 30px;
}

.num-dot.small-2 {
    width: 5px;
    height: 5px;
}

.keyboard-box {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    padding: 5px 8px 7px;
    box-sizing: border-box;
    background: #151515;
}

.sub-line,
.mid-line,
.sup-line {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.sub-line>span,
.mid-line>span,
.sup-line>span {
    display: block;
    height: 2px;
    background: #434343;
    margin-bottom: 16px;
}

.mid-line {
    top: 122px;
}

.sub-line {
    top: auto;
    bottom: -1px;
}

.sub-line>span {
    margin-bottom: 0;
    margin-top: 16px;
}

.key-list-box {
    position: absolute;
    width: 480px;
    height: 64px;
    left: 0;
    top: -64px;
    background: url('../images/keys_bg.png') no-repeat;
    text-align: center;
    padding-right: 25px;
    box-sizing: border-box;
}

.key-list-box>img {
    vertical-align: middle;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.key-list-box>img:hover {
    background: #000;
}

.key-list-box>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 69px;
    font-size: 24px;
    font-weight: 600;
    color: #AFAFAF ;
    width: 310px;
}

/* é’¢ç´é”®ç›˜ */

#scoreEditorPianoKeyboardContainer {
    height: 200px;
    right: 0px;
}

.pianoKeyboard .keyRow.white .key {
    position: relative;
    border-color: #151515;
}

#scoreEditorPianoKeyboard {
    background: #151515;
}

#scoreEditorPianoKeyboard,
.pianoKeyboard .keyRow.white .key {
    height: 200px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.pianoKeyboard .keyRow.black .key {
    box-sizing: border-box;
    border-width: 1px 5px 10px;
    border-radius: 0 0 4px 4px;
}

.pianoKeyboard .keyRow.black .key.chord,
.pianoKeyboard .keyRow.black .key.selected,
.pianoKeyboard .keyRow.black .key,
.pianoKeyboard .keyRow.black .key:hover {
    height: 120px;
}

.pianoKeyboard .keyRow.white .key.active,
.pianoKeyboard .keyRow.black .key.active,
.pianoKeyboard .keyRow.white .key.selected,
.pianoKeyboard .keyRow.black .key.selected {
    background-color: #FF7200 !important;
    background: #FF7200 !important;
    border: none !important;
    box-shadow: 0 0 3px #000 inset !important;
    border-radius: none;
}

.pianoKeyboard .keyRow.white .key:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 8px;
}

.pianoKeyboard .keyRow.white .key.selected:after {
    height: 0;
}

.transparent {
    opacity: 0;
    position: relative;
    z-index: -1;
}

.pianoKeyboard .keyIcon {
    margin-top: 104px;
}

.pianoKeyboard .keyIcon3 {
    margin-top: 86px;
}

.pianoKeyboard .keyIcon,
.pianoKeyboard .keyIcon3 {
    display: none;
    font-size: 14px;
    color: #830708;
    height: auto;
}

.pianoKeyboard .keyIcon i.down,
.pianoKeyboard .keyIcon2 i.down,
.pianoKeyboard .keyIcon3 i.down,
.pianoKeyboard .keyIcon4 i.down {
    top: 4px;
}

.pianoKeyboard .keyIcon i,
.pianoKeyboard .keyIcon2 i,
.pianoKeyboard .keyIcon3 i,
.pianoKeyboard .keyIcon4 i {
    top: -1px;
}

.dot-t-1,
.dot-t-2,
.dot-t-3,
.dot-t-2:before,
.dot-t-3:before,
.dot-t-3:after,
.dot-t-4:before,
.dot-t-5:before,
.dot-t-5:after {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #a0a0a0;
    border-radius: 100%;
    left: 50%;
    right: 0;
    margin-left: -1px;
    text-align: center;
    top: 0px;
}

.dot-t-2:before,
.dot-t-3:before {
    content: "";
    top: -4px;
}

.dot-t-3:after,
.dot-t-5:after {
    content: "";
    top: -8px;
}

.dot-b-1,
.dot-b-2,
.dot-b-3,
.dot-b-2:before,
.dot-b-3:before,
.dot-b-3:after,
.dot-b-4:before,
.dot-b-5:before,
.dot-b-5:after {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #a0a0a0;
    border-radius: 100%;
    left: 50%;
    margin-left: -1px;
    bottom: 0px;
}

.dot-b-2:before,
.dot-b-3:before {
    content: "";
    bottom: -3px;
}

.dot-b-3:after {
    content: "";
    bottom: -6px;
}

.dot-t-4,
.dot-t-5,
.dot-b-4,
.dot-b-5 {
    position: absolute;
    width: 2px;
    height: 2px;
    border-top: 2px solid #a0a0a0;
    border-bottom: 2px solid #a0a0a0;
    background-color: #a0a0a0;
    padding: 2px 0;
    background-clip: content-box;
    border-radius: 50px;
    left: 50%;
    margin-left: -1px;
}

.dot-t-4,
.dot-t-5 {
    top: -6px;
}

.dot-t-4:before,
.dot-t-5:before {
    content: "";
    top: -6px;
}

.dot-t-5:after {
    content: "";
    top: -11px;
}

.dot-b-4,
.dot-b-5 {
    bottom: -7px;
}

.dot-b-4:before,
.dot-b-5:before {
    content: "";
    bottom: -6px;
}

.dot-b-5:after {
    content: "";
    bottom: -11px;
}

.note-rise,
.note-rise2,
.note-down,
.note-down2 {
    position: absolute;
    top: -4px;
    font-size: 8px;
    left: 12px;
}

.key-note-white .note-rise,
.key-note-white .note-rise2,
.key-note-white .note-down,
.key-note-white .note-down2 {
    left: 15px;
}

.note-rise:after {
    content: '#';
}

.note-rise2:after {
    content: '##';
}

.note-down:after {
    content: 'b';
}

.note-down2:after {
    content: 'bb';
}

.key-note-white {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #000081;
}

.key-note-white-top,
.key-note-white-bottom,
.key-note-white-mid {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 12px;
    box-sizing: content-box;
    cursor: pointer;
}

.key-note-white-mid {
    font-size: 14px;
    bottom: 22px;
}

.key-note-white-top {
    bottom: 40px;
}

.key-note-white-bottom {
    bottom: 10px;
}

.white-top .key-note-white-top {
    bottom: 40px;
}

.white-top .key-note-white-bottom {
    bottom: 10px;
}

.white-bottom .key-note-white-top {
    bottom: 35px;
}

.white-bottom .key-note-white-bottom {
    bottom: 5px
}

.key-note-black {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.key-note-black-top,
.key-note-black-bottom,
.key-note-black-mid {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    box-sizing: content-box;
}

.key-note-black-mid {
    top: 30px;
    font-size: 14px;
    line-height: 28px;
}

.key-note-black-top {
    top: 4px;
}

.key-note-black-bottom {
    bottom: 2px;
}

.black-top .key-note-black-top {
    top: -2px;
}

.black-top .key-note-black-bottom {
    bottom: 4px;
}

.black-bottom .key-note-black-top {
    top: 8px;
}

.black-bottom .key-note-black-bottom {
    bottom: -4px;
}

.pianoKeyboard .keyRow.white .key {
    background: url('../images/keyboard/key_white_narrow.png') !important;
    background-size: 100% 100% !important;
}

#scoreEditorPianoKeyboard {
    background-color: #000 !important;
}

.pianoKeyboard .keyRow.white .key.selected {
    background: url('../images/keyboard/key_white_narrow_press.png') !important;
}

.pianoKeyboard .keyRow.black .key {
    background: url('../images/keyboard/key_black_narrow.png') !important;
    background-size: 100% 100% !important;
    border: none;
}

.pianoKeyboard .keyRow.black .key:hover {
    border: none !important;
    box-shadow: none;
}

.pianoKeyboard .keyRow.black .key.chord,
.pianoKeyboard .keyRow.black .key.selected {
    background: url('../images/keyboard/key_black_narrow_press.png') !important;
    background-size: 100% 100% !important;
    box-shadow: none !important;
}

.pianoKeyboard .keyRow.white .key {
    border-color: #000;
}

/* é’¢ç´é”®ç›˜  end*/

@media screen and (max-width: 1440px) {
    #scoreEditorPianoKeyboardContainer {
        height: 150px;
    }
    .pianoKeyboard .keyRow.black .key.chord,
    .pianoKeyboard .keyRow.black .key.selected,
    .pianoKeyboard .keyRow.black .key,
    .pianoKeyboard .keyRow.black .key:hover {
        height: 90px;
    }
    #scoreEditorPianoKeyboard,
    .pianoKeyboard .keyRow.white .key {
        height: 150px;
    }
}

@media screen and (max-width: 1250px) {
    /* .puzi-box {
        margin-top: 0;
        transform: scale(0.8);
    }
    .key-list-box {
        left: -50px;
        top: -56px;
        transform: scale(.8);
    } */
}

@media screen and (orientation: portrait) {
    html {
        width: 100vmin;
        height: 100vmax;
    }
    body {
        width: 100vmin;
        height: 100vmax;
    }
    #content {
        width: 100vmax;
        height: 100vmin;
        transform-origin: top left;
        transform: rotate(90deg) translate(0, -100vmin);
    }
    .puzi-box {
        transform: scale(0.6);
    }
    .key-list-box {
        left: -120px;
        top: -46px;
        transform: scale(.5);
    }
}

@media screen and (orientation: landscape) {
    html {
        width: 100vmax;
        height: 100vmin;
    }
    body {
        width: 100vmax;
        height: 100vmin;
    }
    #content {
        width: 100vmax;
        height: 100vmin;
    }
}

html {
    width: 100vmax;
    height: 100vmin;
}
body {
    width: 100vmax;
    height: 100vmin;
}
#content {
    width: 100vmax;
    height: 100vmin;
}