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/NewYear/n_bg.png'); background-size: 100% 100%; background-repeat: no-repeat; position: relative; display: flex; flex-direction: column; align-items: center; } .bg1{ width: 100%; height: 4.41rem; background-image: url('../img/NewYear/n_3.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; left: 0rem; top: 1.91rem; -webkit-animation-delay:0.5s; } .bg2{ width: 3.345rem; height: 4.21rem; background-image: url('../img/NewYear/n_1.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; left: -0.3rem; top: 2.21rem; -webkit-animation-delay:1s; } .bg3{ width: 0.47rem; height: 0.71rem; background-image: url('../img/NewYear/n_1_1.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; left: 1.38rem; top: 2.795rem; -webkit-animation-delay:1.8s; } .bg4{ width: 0.77rem; height: 0.45rem; background-image: url('../img/NewYear/n_1_2.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; left: 1.14rem; top: 3.555rem; -webkit-animation-delay:2.3s; } .bg5{ width: 0.57rem; height: 0.62rem; background-image: url('../img/NewYear/n_2.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; right: 0rem; top: 1.76rem; -webkit-animation-delay:1.5s; } .bg6{ width: 1.24rem; height: 0.87rem; background-image: url('../img/NewYear/n_4.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; left: 0.06rem; bottom: 1rem; -webkit-animation-delay:2.6s; } .bg7{ width: 0.877rem; height: 0.5435rem; background-image: url('../img/NewYear/n_5.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; right: 0.22rem; bottom: 0.515rem; -webkit-animation-delay:3.5s; } .bg8{ width: 2.5rem; height: 0.37rem; background-image: url('../img/NewYear/logo.png'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; left: 0.63rem; bottom: 0.18rem; -webkit-animation-delay:3.5s; } .Blessings{ width: 88%; position: absolute; left: 6%; top: 4.464rem; font-size: 0.18rem; color: #931515; } .Blessings p{ margin-top: 0.07rem; } .Blessings p:nth-child(1){ -webkit-animation-delay:2.5s; } .Blessings p:nth-child(2){ -webkit-animation-delay:3s; } .Blessings p:nth-child(3){ -webkit-animation-delay:3.5s; } .Blessings p:nth-child(4){ -webkit-animation-delay:4s; }