.color-vision-test-game-wrap{padding:0 30px}.color-vision-test-game-wrap .grid-table .show{animation:showCell 2s linear}.color-vision-test-game-wrap .grid-table .right-click{animation:rotateCell .3s linear;background-color:#fff}@media screen and (max-width:480px){.color-vision-test-game-wrap .info{font-size:24px}.color-vision-test-game-wrap .info .item .icon{font-size:28px}}@keyframes showCell{0%{background-color:rgba(0,0,102,.15)}30%,80%{background-color:#fff}to{background-color:rgba(0,0,102,.15)}}@keyframes rotateCell{0%{transform:rotateX(0deg)}to{transform:rotateX(180deg)}}