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/FatherDay/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bg1{
    width: 1.09rem;
    height: 3.385rem;
    background-image: url('../img/FatherDay/Leaf2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0rem;
    top:1.13rem;
    -webkit-animation-delay:0.9s;
}
.bg2{
    width: 0.63rem;
    height: 1.355rem;
    background-image: url('../img/FatherDay/Leaf1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0rem;
    bottom:1.205rem;
    -webkit-animation-delay:1.1s;
}
.bg3{
    width: 0.466rem;
    height: 0.448rem;
    background-image: url('../img/FatherDay/Leaf.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0rem;
    bottom:1.05rem;
    -webkit-animation-delay:1.3s;
}
.bg4{
    width: 100%;
    height: 3.39rem;
    background-image: url('../img/FatherDay/window.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0rem;
    top:0rem;
    -webkit-animation-delay:0.5s;
}
.bg5{
    width: 100%;
    height: 2.985rem;
    background-image: url('../img/FatherDay/people.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0rem;
    bottom:0.925rem;
    -webkit-animation-delay:1.6s;
}
.bg6{
    width: 2rem;
    height: 0.7rem;
    background-image: url('../img/FatherDay/father.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0.83rem;
    top:0.4rem;
    -webkit-animation-delay:1.8s;
}
.bg7{
    width: 2rem;
    height: 0.7rem;
    background-image: url('../img/FatherDay/text.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0.87rem;
    top:1.38rem;
    -webkit-animation-delay:2.1s;
}



.bg10{
    width: 2.1rem;
    height: 0.3rem;
    background-image: url('../img/FatherDay/logo.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0.82rem;
    bottom:0.3rem;
    -webkit-animation-delay:2.4s;
}