
/* Webkit 浏览器（Chrome, Safari） */
::-webkit-scrollbar {
width: 0px; /* 设置滚动条的宽度 */
}

::-webkit-scrollbar-track {
background: #f1f1f1; /* 滚动条轨道的背景 */
}

::-webkit-scrollbar-thumb {
background: #fff; /* 滚动条的颜色 */
border-radius: 0px; /* 滚动条的圆角 */
}

::-webkit-scrollbar-thumb:hover {
background: #fff; /* 鼠标悬停时的颜色 */
}


a:has(span.material-symbols-sharp):contains("LinkedIn") {
    display: none !important;
}

.btn ,
.sticky{
     display: none !important;
}


#leadership  a {
    display: none !important;
}

@media (min-width: 1200px) {
    #awards img {
    width: 200px;
    height: 200px;
}
}
























.bottom-div-for-pc {
    width: 100%;
    padding: 65px 38px 65px;
    height: 15.5625rem;
    background: #f0f3f7 url(/pcfoot.png) no-repeat;
    background-position: top left;
    background-size: 40% 90%;
    color: #000;
}

.bottom-div-for-pc .bottom-logo {
    width: auto;
    height: 55px;
    cursor: pointer;
}

.bottom-div-for-pc .bottom-menu-div {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bottom-div-for-pc .bottom-menu-div .one-menu-div {
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-right: 1px solid black;
    margin: 0 30px 0 0;
}

.bottom-div-for-pc .bottom-menu-div .one-menu-div:last-child {
    border-right: none;
}

.bottom-div-for-pc .bottom-menu-div .one-menu-div .name {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.bottom-div-for-pc .bottom-menu-div .one-menu-div .name:hover {
    color: #fff;
    background: #7c4dff;
    border: none;
}

@keyframes font-change-for-menu {
    0% {
        font-size: 20px;
    }
    50% {
        font-size: 21.5px;
    }
    100% {
        font-size: 20px;
    }
}

.bottom-div-for-pc .bottom-menu-div .shu-xian-div {
    width: 1px;
    height: 20px;
    margin: 0 15px;
}

.bottom-div-for-pc .bottom-msg {
    margin-top: 35px;
    font-size: 16.5px;
    font-weight: 300;
}
