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/TeachersDay/bg.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
}
.bottom{
width: 100%;
height: 0.73rem;
background: white;
position: absolute;
left: 0;
bottom: 0;
}
.bg_8{
width: 2.1rem;
height: 0.3rem;
background-image: url('../img/TeachersDay/logo.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
bottom: 0.2rem;
left: 0.82rem;
-webkit-animation-delay:2s;
}
.bg_1{
width: 1.76rem;
height: 1.22rem;
background-image: url('../img/TeachersDay/willow.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
-webkit-animation-delay:0.3s;
}
.bg_2{
width: 0.91rem;
height: 0.73rem;
background-image: url('../img/TeachersDay/brid.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
top: 1.92rem;
left: 0.82rem;
-webkit-animation-delay:0.7s;
}
.bg_3{
width: 1.71rem;
height: 1.95rem;
background-image: url('../img/TeachersDay/people.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
bottom: 1.34rem;
left: 0.92rem;
-webkit-animation-delay:1.1s;
}
.bg_4{
width: 1.14rem;
height: 2.41rem;
background-image: url('../img/TeachersDay/text.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
top: 0.49rem;
right: 0.47rem;
-webkit-animation-delay:1.5s;
}