.li {
    display: inline-block;
    margin-right: 28px;
    /* line-height: 60px; */
}
.li a {
    width: 94px;
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    /* color: #333333; */
    line-height: 22px;
}
.out-div {
    width: 114px;
    height: 108px;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px 0px rgba(120,134,158,0.24);
    position: absolute;
    display: none;
    z-index: 100000;
    top: 46px;
    right: 39px;
}
.li-out-div {
    /* margin-top: 16px; */
    margin-left: 16px;
    display: flex;
    justify-content: flex-start;
    height: 44px;
}
.li-out-div>a {
    margin-right: 8px;
}
.out-name {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    height: 36px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D8021C;
    line-height: 36px;
}
.out-user {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 91px;
}

/* 首页 */
.nav-title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 550;
    color: #333333;
    line-height: 16px;
}
.nav-tt {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 14px;
    display: inline-block;
    /* border-bottom: solid 1px #0059FE; */
}

/* footer */
footer {
    padding: 0px;
    width: 100%;
    height: 40px;
    background: #202D40;
}
.footer-text {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #AFBCD1;
}
.bottom_list {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}
.bottom_list li {
    display: inline-block;
    padding: 0 0.5rem;
}
.bottom_list a {
    color: #aaa !important;
}
.bottom_list img {
    max-width: 100%;
    height: auto;
    transition-duration: .3s;
}


.navbar-custom {
    padding-left: 120px;
    padding-right: 120px;
}
.brand {
    margin-right: 86px;
}
.navbar-links-custom li {
    margin-right: 28px;
}
.nav-ta:after{
    content: '';
    width: 24px;
    border-radius: 3px;
    height: 3px;
    background-color: #1989FA;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.navbar-nav {
    margin: 0 0 0 0px;
}
.work-table{
    display: inline-block;
    margin: auto;
    width: 112px;
    height: 32px;
    background: linear-gradient(135deg, #1FA2FF 0%, #168DFF 11%, #0666FE 56%, #0059FE 100%);
    box-shadow: 0px 5px 15px 0px rgba(0,89,254,0.16);
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
}
.scroll-to-top {
    background-color: #1989FA;
}
.isv {
    font-size: 12px !important;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    /* border: solid 1px #000; */
    width: 28px !important;
    background: #c9c8c8;
    height: 17px !important;
    text-align: center;
    border-radius: 5px;
    line-height: 17px !important;
}
.self-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    height: 36px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 36px;
}
.self-center:hover{
    background-color: #ecf5ff;
    color: #66b1ff;
}
.out-name:hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}
.role-hide {
    display: none;
}
.role-show {
    display: inline-block;
}
.show {
    display: inline-block;
}

/* 搜索框 */
/* .search-form {
    padding: 19px 0px 10px 0px;
    float: left;
    width: 128px;
}
.search-input {
    cursor: pointer;
} */
