@charset "UTF-8";
.base-footer .languar-bottom-ul {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 35px;
    left: 55px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background: #fff;
}

.base-footer .languar-bottom-ul li {
    line-height: 45px;
    width: 120px;
    height: 45px;
    text-align: center;
}

.languar-bottom-ul {
    color: black !important;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 2;
    bottom: 35px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    background: #fff;
    margin-left: 0;
    left: 10%;
    display: block;
}

.languar-bottom-ul li{
    line-height: 45px;
    width: 120px;
    height: 45px;
    text-align: center;
}

.languar-bottom-ul li a {
    color: #353132!important;
    font-weight: 400;
    font-size: 15px;
}

.bot-relate {
    position: relative;
}

.card-maincolor{
    background: linear-gradient(90.98deg, #F4F3FF 16.29%, #E1DDFF 98.3%)!important;
    border-radius: 24px!important;
    margin-bottom: 24px!important;
}

.card-maincolor-item{
    padding:34px;
    background-color: rgba(255,255,255,0)!important;
}

.card-maincolor-smallitem{
    display:inline-flex;
    flex-direction:row;
    justify-content:center;
}

.cookies-eu-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1021;
    width: 100%;
    color: #fff;
    background-color: rgba(0,0,0,0.7)
}

.cookies-eu-banner a {
    color: #fff
}

.cookies-eu-banner .btn-white:hover {
    color: var(--bs-primary)
}

video#bgvid{  
    position: fixed;  
    right: 0px;  
    bottom: 0px;  
    min-width: 100%;  
    min-height: 100%;  
    height: auto;  
    width: auto;  
    /*加滤镜*/
    /*filter: blur(15px); //背景模糊设置 */
    /*-webkit-filter: grayscale(100%);*/  
    /*filter:grayscale(100%); //背景灰度设置*/  
    z-index:-11
}  

.video-box {
    position: relative;
    height: 100vh;
    background-color: #C1CFF7;
    /*进行视频裁剪*/
    overflow: hidden;
    z-index:-1
}

.video-box .video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    /*保证视频内容始终居中*/
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    /*保证视频充满屏幕*/
    object-fit: cover;
    min-height: 800px;
}
