body { background-color: #3d92fb; } .splash { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; overflow: hidden; z-index: 1001; } .splash_cn { /* background: url(../img/splash_m.jpg) no-repeat 50%; */ } .splash_en { /* background: url(../img/splash_m.jpg) no-repeat 50%; */ } .fis_anim { -webkit-animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-duration: 0.3s; animation-fill-mode: both; } @-webkit-keyframes fis-fadeout { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fis-fadeout { 0% { opacity: 1; } 100% { opacity: 0; } } .fis_anim-fadeout { -webkit-animation-name: fis-fadeout; animation-name: fis-fadeout; }