.only-pc{background-color:#fc9;font-size:18px;color:#333;border-radius:10px;width:75%;padding:20px;margin:0 auto 30px auto}.typing-test-game-wrap h2{font-size:80px;margin:0}.typing-test-game-wrap h4{font-size:24px;margin:0 0 30px 0}.typing-test-game-wrap .typing-wrap{width:100%;max-width:1010px;word-wrap:break-word;font-size:18px;background:hsla(0,0%,100%,.8);padding:20px;border-radius:10px;min-height:50px;line-height:1.6;cursor:text;color:#333;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:left;word-break:break-all;text-indent:20px}.typing-test-game-wrap .typing-wrap span.current{position:relative}.typing-test-game-wrap .typing-wrap span.current:after{content:"";position:absolute;left:-2px;top:2px;height:20px;width:2px;background-color:#000;animation:cursor 1s linear infinite}.typing-test-game-wrap .typing-wrap span.right{background-color:#67c23a}.typing-test-game-wrap .typing-wrap span.wrong{background-color:#f56c6c}@keyframes cursor{0%{background-color:unset}50%{background-color:#000}to{background-color:unset}}