html, body { margin: 0; padding: 0; overflow-x: hidden; height: auto; } *{ -webkit-tap-highlight-color: transparent; } p{ -webkit-margin-before: 0; -webkit-margin-after: 0; } .Box{ width: 100%; height: 100%; background-image: url('../img/SpringFestival/St_bg.png'); background-size: 100% 100%; background-repeat: no-repeat; position: relative; display: flex; flex-direction: column; align-items: center; } .bg1{ width: 3.31rem; height: 0.7rem; background-image: url('../img/SpringFestival/St_1.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; left: 0.21rem; top: 0.49rem; -webkit-animation-delay:0.5s; } .bg2{ width: 0.53rem; height: 3.9rem; background-image: url('../img/SpringFestival/St_l.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; left: 0.21rem; top: 1.1rem; -webkit-animation-delay:1s; animation-duration: 2s } .bg3{ width: 0.53rem; height: 3.9rem; background-image: url('../img/SpringFestival/St_r.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; right: 0.21rem; top: 1.1rem; -webkit-animation-delay:1s; animation-duration: 2s } .bg4{ width: 2.1rem; height: 0.62rem; background-image: url('../img/SpringFestival/St_2.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; left: 0.83rem; top: 1.23rem; -webkit-animation-delay:2.5s; } .bg5{ width: 2.23rem; height: 2.53rem; background-image: url('../img/SpringFestival/St_3.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; left: 0.77rem; top: 40%; -webkit-animation-delay:2.8s; } .bg6{ width: 2.11rem; height: 0.31rem; background-image: url('../img/SpringFestival/logo.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; left: 0.83rem; bottom: 0.78rem; -webkit-animation-delay:3.2s; } .Blessings{ width: 2.2rem; position: absolute; left: 0.77rem; top: 2.1rem; font-size: 0.13rem; color: #87150C; } .Blessings p{ margin-top: 0.07rem; } .Blessings p:nth-child(1){ -webkit-animation-delay:3s; } .Blessings p:nth-child(2){ -webkit-animation-delay:3.3s; }