.head{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999999;
}

.index-top-head .banner-container{
    background-color: rgb(51 51 51 / 35%);
    box-shadow:none;
}

.index-top-head .banner-split{
    background: rgb(238 238 238 / 50%) !important;
}

.index-top-head .menu-item:hover{
    background: rgb(160 160 160 / 10%) !important;
}

.index-top-head .menu-item-hover{
    background: rgb(98 98 98 / 30%) !important;
}

.index-top-head .menu-item-hover .menu-hover{
    background: #FFF !important;
}

.index-top-head .menu-title{
    color: #eee !important;
}

.index-top-head .menu-item-hover .menu-title{
    color: #FFF !important;
}



.body{

}

.body .index-box{
    position: relative;
    top: 0;
    user-select: none;
}

.index-box .shade-box{
    height: 100vh;
}

.index-box .center-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    z-index: 99999;
}

.index-box .banner-text{
    font-size: 80px;
    letter-spacing: 8px;
}

.index-box .banner-logo{
    display: flex;
    align-items: center;
    font-size: 24px;

}

.banner-logo .main-logo{
    letter-spacing: 5px;
}

.banner-logo .spilt-logo{
    width: 6px;
    height: 28px;
    background: rgb(46 46 46 / 70%);
    margin: 0 15px;
}

.banner-logo .sub-logo{
    letter-spacing: 2px;
}

.index-box .foot-box{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    color: #d7d7d7;
    font-size: 12px;
    background: rgb(26 30 33 / 40%);
    z-index: 999999;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-box a{
    color: #d7d7d7;
    text-decoration: none;
}

.foot-box span{
    margin-right: 5px;
}

.foot-box span,a:last-child{
    margin-right: 0;
}

.foot-box a:hover{
    color: #82a4ef;
}

.foot-box .copyright-box{
    margin-right: 15px;
}

.beian-box a{
    margin-right: 5px;
}

.beian-box a:last-child{
    margin-right: 0;
}

.beian-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/images/beian-logo.png);
    background-position: center;
    background-size: cover;
}