.music {
    position: absolute;
    top: 2.5rem;
    right: 1.5rem;
    z-index: 6;
    width: 3rem;
    height: 3rem;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
}

.music img{
    width:2rem;
    height: 2rem;
    margin: .5rem;
    animation: move linear 2s infinite both;
}

.home-page {
    position: relative;
    background: url('../images/home/bg-home.jpg') no-repeat center / cover;
}

.home-page .flag {
    /* width: 30.7rem ;
    height: 11.2rem; */
    width: 34rem;
    height: 11rem;
    background:  url('../images/home/flag.gif') no-repeat center / cover;
}

.home-page .flagfy {
    /* width: 30.7rem ;
    height: 11.2rem; */
    width: 30rem;
    height: 11.59rem;
    background:  url('../images/home/flag.png') no-repeat center / cover;
}

.home-page .ylwzt {
    /* width: 30.7rem ;
    height: 11.2rem; */
    width: 6rem;
    height: 33rem;
    position: absolute;
    left: 50%;
    top: 14rem;
    margin-left: -2.75rem;
    background:  url('../images/home/logo.png   ') no-repeat center / cover;
}

.home-page .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24rem;
    background: url('../images/home/bg-decoration.png') no-repeat center / cover;
}

.home-page .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    bottom: 4.5rem;
    left: 5%;
    width: 90%;
    
}

.home-page .nav-link .img {
    width: 6rem;
    height: 7rem;
}

.home-page .statistics {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    height: 4.3rem;
}

.home-page .s-item {
    /* flex: 0 0 25%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-page .s-item .num {
    color: #efe98f;
    font-size: 1.7rem;
    line-height: 1.3rem;
    font-weight: bold;
}

.home-page .s-item .label {
    color: #fff;
    font-size: 1.2rem;
    line-height: normal;
}