.container-fluid .flower {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    bottom: 50px;
    font-family: 'SourceHanSerifCN-Regular';
    height: 100vh;
}
.container-fluid .flower .content {
    width: 640px;
    height: 420px;
    z-index: 1;
}
.container-fluid .flower .content .top_img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: -20px;
}
.container-fluid .flower .top_img .flower1_bac {
    display: flex;
    background: url(../../images/public/index/flower1_bac.png) no-repeat;
}
.container-fluid .flower .content .top_img .flower1_bac a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
    width: 200px;
    height: 220px;
}
.container-fluid .flower .content .top_img .flower2_bac {
    display: flex;
    margin-left: 10px;
    background: url(../../images/public/index/flower2_bac.png) no-repeat;
}
.container-fluid .flower .content .top_img .flower2_bac a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
    width: 200px;
    height: 220px;
}
.container-fluid .flower .content .bottom_img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.container-fluid .flower .content .bottom_img .flower3_bac {
    display: flex;
    background: url(../../images/public/index/flower3_bac.png) no-repeat;
}
.container-fluid .flower .content .bottom_img .flower3_bac a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
    width: 240px;
    height: 200px;
    padding-right: 30px;
}

.container-fluid .flower .content .bottom_img .logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
    border-radius: 50%;
    margin: 10px;
}
.container-fluid .flower .content .bottom_img .flower4_bac {
    display: flex;
    background: url(../../images/public/index/flower4_bac.png) no-repeat;
}
.container-fluid .flower .content .bottom_img .flower4_bac a {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
    width: 240px;
    height: 200px;
}
.container-fluid footer {
    clear: both;
    position: relative;
    z-index: 9998;
    margin-top: 0 !important;
}
:root {
    --animate-delay: 0.5s;
}

.syxw {

}