.aim-test-game-wrap .info{color:#fff;font-size:28px;margin-bottom:30px;width:100px;display:flex;justify-content:space-between}.aim-test-game-wrap .info .opaacity{opacity:.7}.aim-test-game-wrap .game-content{width:1010px;height:350px;position:relative}.aim-test-game-wrap .game-content .icon-wrap{position:absolute;height:100px;width:100px;display:flex;justify-content:center;align-items:center;text-align:center}.aim-test-game-wrap .game-content .icon-wrap i{font-size:100px;cursor:pointer}.aim-test-game-wrap .game-content .icon-wrap i.anim{animation:iconShowPC .2s linear}@media screen and (max-width:480px){.aim-test-game-wrap{padding:0 30px}.aim-test-game-wrap .game-content{width:calc(100vw - 60px)}.aim-test-game-wrap .game-content .icon-wrap{width:40px;height:40px}.aim-test-game-wrap .game-content .icon-wrap i{font-size:40px}.aim-test-game-wrap .game-content .icon-wrap i.anim{animation:iconShowMob .2s linear}}@keyframes iconShowPC{0%{font-size:12px}to{font-size:100px}}@keyframes iconShowMob{0%{font-size:12px}to{font-size:40px}}