body{
    background: url("https://hcdn.uqrixayli.com/image/bgkz.png") !important;
    height: 100vh;
    overflow: hidden;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.logo-text{
    height:45vw;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo-text h3{
    margin-top: 20vw;
    font-size: 12vw;
    font-family: 'Umid', serif;
}
.logo-text p{
    padding-top: 3vw;
    font-size: 3.8vw;
}
.logo{
    margin: 5vw auto auto;
    text-align: center;
}
.logo img{
    width: 40%;
}
.beian{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2.8vw;
    color: white;
    line-height: 6vw;
    position: absolute;
    bottom: 4vw;
    font-family: "微软雅黑", serif;
}
.language {
    width: 100%;

    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 44vh;
}
.btn{
    width: 28vw;
    height: 11vw;
    background: #ffffffa8;
    color: #045751;
    font-size: 4.5vw;
}
.br{
    border-bottom-left-radius: 10vw;
    border-top-left-radius: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bl{
    border-bottom-right-radius: 10vw;
    border-top-right-radius: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Microsoft YaHei", serif;
    font-weight: 600;
}
.btn span{
    font-size: 3.5vw;
    margin: 0 1vw;
}
.gb a{
    color: white;
}
@media screen and (min-device-width:360px) and (max-device-width:667px){
    .logo img{
        width: 45%;
    }
}
@media screen and (min-device-width:414px) and (max-device-width:736px){
    .logo img{
        width: 45%;
    }
}
@media screen and (min-device-width:768px){
    .logo img{
        width: 65%!important;
    }
}
.animate__animated{
    --animate-duration: 2s; /* 持续时间改为2秒 */
}
.infoAnim {
    --animate-delay: 1s; /* 延迟1秒开始动画 */
}
.infoAnim {
    --animate-repeat: infinite; /* 设置无限次重复动画 */
}
