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/LaborDay/bg.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.bg1{
width: 3.38rem;
height: 1.05rem;
background-image: url('../img/LaborDay/ldj_bg.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0.185rem;
/*top: 2.74rem;*/
top:0.155rem;
-webkit-animation-delay:0.5s;
}
.bg2{
width: 0.66rem;
height: 0.66rem;
background-image: url('../img/LaborDay/lao.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0.6rem;
/*top: 2.74rem;*/
top:0.35rem;
-webkit-animation-delay:1s;
}
.bg3{
width: 0.66rem;
height: 0.66rem;
background-image: url('../img/LaborDay/dong.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 1.55rem;
/*top: 2.74rem;*/
top:0.35rem;
-webkit-animation-delay:1.3s;
}
.bg4{
width: 0.66rem;
height: 0.66rem;
background-image: url('../img/LaborDay/jie.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 2.5rem;
/*top: 2.74rem;*/
top:0.35rem;
-webkit-animation-delay:1.6s;
}
.bg5{
width: 3.04rem;
height: 3.04rem;
border-radius: 50%;
background: #CD2920;
position: absolute;
left: 0.355rem;
bottom:0.885rem;
-webkit-animation-delay:2s;
}
.bg6{
width:100%;
height: 3.31rem;
background-image: url('../img/LaborDay/people.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0rem;
/*top: 2.74rem;*/
bottom:0.68rem;
-webkit-animation-delay:2.3s;
}
.bg7{
width:2.105rem;
height: 0.305rem;
background-image: url('../img/LaborDay/logo.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
left: 0.825rem;
/*top: 2.74rem;*/
bottom:0.19rem;
-webkit-animation-delay:2.6s;
}
.cen_text{
width: 2.8rem;
height: 1rem;
font-size: 0.16rem;
font-weight: bold;
color: #BB3124;
line-height: 0.25rem;
position: absolute;
left: 0.49rem;
top: 1.415rem;
-webkit-animation-delay:2s;
}