.sequential-memory-game-wrap{padding:0 30px}.sequential-memory-game-wrap .info{width:unset}.sequential-memory-game-wrap.suc:after{content:"";height:480px;width:100%;position:absolute;animation:sucTip .5s linear}.sequential-memory-game-wrap.fail:after{content:"";height:480px;width:100%;position:absolute;animation:failTip .5s linear}.sequential-memory-game-wrap .grid-table .show{animation:showCell 1s linear}.sequential-memory-game-wrap .grid-table .click-show{background-color:#fff}@keyframes showCell{0%{background-color:rgba(0,0,102,.15)}30%,80%{background-color:#fff}to{background-color:rgba(0,0,102,.15)}}@keyframes sucTip{0%{background-color:unset}50%{background-color:#fff}to{background-color:unset}}@keyframes failTip{0%{background-color:unset}50%{background-color:red}to{background-color:unset}}