.game-intro{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;height:480px;color:#fff;background-color:#2b87d1;text-align:center;padding:0 20px}.game-intro i{font-size:120px;animation:shine 3s linear infinite,textFadeIn .5s linear}.game-intro h2{font-size:40px;animation:textFadeIn .5s linear}.game-intro span{font-size:25px;margin-bottom:30px;animation:textFadeIn .5s linear}@keyframes shine{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.mail-station .mail-wrap{height:30px;width:30px;display:flex;align-items:center;justify-content:center;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.2);padding:10px;border-radius:50%;position:fixed;bottom:80px;right:60px;cursor:pointer}.mail-station .mail-wrap:hover i{color:#2b87d1}.mail-station .mail-wrap i{font-size:30px}.mail-station .notice-wrap .el-dialog{width:70%}.mail-station .notice-wrap .notice-content{padding:0 50px;overflow:auto}.mail-station .notice-wrap .notice-content h4{font-size:20px;text-align:center;margin:12px 0}.mail-station .notice-wrap .notice-content p{font-size:18px;text-indent:36px;margin:8px 0;line-height:1.5}.mail-station .notice-wrap .notice-content .img-wrap{text-align:center}.mail-station .notice-wrap .notice-content .img-wrap img{width:20%}.mail-station .el-carousel__container{padding:0 30px;border-radius:30px}.mail-station .el-carousel__indicator--horizontal .el-carousel__button{background-color:#2b87d1}.mail-station .el-carousel__item.is-active{overflow:auto}.mail-station .el-dialog__footer{text-align:center}@media screen and (min-width:480px){.el-carousel__item.is-active::-webkit-scrollbar{width:8px;height:8px;background-color:transparent}.el-carousel__item.is-active::-webkit-scrollbar-thumb{border-radius:8px;background-color:#c0c4cc}}@media screen and (max-width:480px){.mail-station .notice-wrap .el-dialog{width:90%}.mail-station .notice-wrap .notice-content{padding:0 10px}.mail-station .el-carousel__arrow{display:none}.mail-station .notice-content .img-wrap img{width:100%}.mail-station .mail-wrap{right:30px}}.game-item{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;width:260px;height:260px;color:#333;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.2);border-radius:10px;margin:20px auto 0 auto;cursor:pointer;top:0;transition:transform .5s}.game-item:hover{transform:translateY(-10px)}.game-item:hover i{color:#ff9345}.game-item i{font-size:100px;color:rgba(69,177,255,.5019607843)}.game-item h4{font-size:24px}.game-item span{font-size:18px}@media screen and (max-width:480px){.game-item{width:100%;border-radius:unset}}.index .game-list{max-width:1010px;margin:0 auto}