body {
    background: #f5f7f9;
}
.border-4 {
    border-radius: 4px !important;
    overflow: hidden;
}
/* 手指 */
.pointer {
    cursor: pointer;
}
.row{
    margin: 0 auto;
    width: 1118px;
}
/* 对话框设置居中 */
.el-dialog__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.el-dialog__wrapper .el-dialog {
    margin-bottom: 0;
}
/* 对话框全屏上边距为0 */
.el-dialog.is-fullscreen {
    margin-top: 0 !important;
    width: 100% !important;
}
/* 顶部导航 start */
.nav-header-out{
    height: 99px;
}
.nav-header{
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1118px;
    box-sizing: border-box;
    padding: 32px 150px 10px 160px;
    background: #fff;
}
.nav-header-left-text{
    margin-left: 14px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.4);
}
.nav-header-right-title{
    margin-left: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #000000;
    cursor: pointer;
}
.header-active{
    color: #2577E3;
    font-size: 16px;
    position: relative;
}
.header-active::after{
    content: '';
    width: 20px;
    height: 2px;
    background: #2577E3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    margin: 0 auto;
}
/* 顶部导航 end */

/* 搜索框 start */
.search-box{
    width: 1118px;
    margin: 12px auto;
}
.search-box-list{
    display: flex;
}
.search-box-title{
    padding: 0 18px;
    line-height: 30px;
    font-size: 14px;
}
.search-acitve{
    background: #2577E3;
    border-radius: 4px 4px 0px 0px;
    color: #FFF;
}
.search-box-input{
    display: flex;
    align-items: center;
    height: 56px;
    background: #fff;
    border: 2px solid #2577E3;
    box-shadow: 0px 8px 20px rgba(189, 213, 255, 0.102737);
    border-radius: 0px 8px 8px 8px;
}
.search-acitve-radius{
    border-radius: 8px;
}
.search-box-input .el-input__inner{
    border: unset;
    color: #333;
}
.el-icon-search{
    margin: 0 16px;
    color: #999;
}
.search-main-left-top-input {
    width: 100%;
    box-sizing: border-box;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    background: #fff;
    color: #111;
    outline: none;
    border: none;
}
.search-main-left-top-btn {
    width: 120px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #2577E3;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}
/* 搜索框 end */
/* 侧边导航 start*/
.side-navigation{
    z-index: 99;
    position: fixed;
    top: 50%;
    right: 44px;
    padding: 20px 19px;
    padding-bottom: 10px;
    background: #FFFFFF;
    border-radius: 10px;
}
.side-navigation-item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.side-navigation-item:hover .side-navigation-item-pop{
    display: block;
}
.side-navigation-img{
    width: 30px;
    height: 30px;
}
.side-navigation-name{
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}
.side-navigation-item-pop{
    display: none;
    position: absolute;
    top: 0;
    right: 88px;
    padding: 20px;
    width: 146px;
    height: 146px;
    background: #FFFFFF;
    border-radius: 8px;
}
.side-navigation-item-pop-img{
    width: 146px;
    height: 146px;
    background: #ccc;
}
/* 侧边导航 end*/

/* 列表分页样式 start */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}
.pagination .pagination-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 32px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    color: #111;
}
.pagination .pagination-item:hover {
    background: #1E6FFF;
    color: #ffffff;
}
.pagination .pagination-item:hover::before,
.pagination .pagination-item:hover::after {
    border: 1px solid #fff;
}
.pagination .pagination-item-left::before,
.pagination .pagination-item-right::after {
    content: '';
    margin-left: 4px;
    margin-right: 4px;
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #111;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    transform: rotate(-45deg);
}
.pagination .pagination-item-right::after {
    transform: rotate(135deg);
}
/* 列表分页样式 end */
  
/* 我的右侧集采服务/智慧协作菜单组件 start */
.user-menus {
    box-sizing: border-box;
    padding: 20px 20px 40px;
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}
.user-menus-group {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.user-menus-title {
    font-size: 14px;
    line-height: 22px;
    color: #111;
}
.user-menus-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 17px;
    cursor: pointer;
}
.user-menus-item-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
}
.user-menus-item-name-active {
    color: #3888ff;
}
.user-menus-group-line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
    margin: 20px 0;
}
/* 我的右侧集采服务/智慧协作菜单组件 end */

/*切换公司组件 start*/
.company-switch-box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    cursor: pointer;
}
.company-switch {
    display: flex;
    align-items: center;
    padding: 0 8px;
    height: 45px;
    background: #e8f3ff;
    gap: 6px;
    color: #3888ff;
    font-size: 14px;
    font-weight: bold;
}
.company-switch-icon {
    width: 12px;
    height: 12px;
}
.el-dialog.check-company{
    border-radius: 16px;
    background-color: #fff;
    overflow: hidden;
}
.check-company .el-dialog__title{
    font-size: 16px;
    color: #111;
    line-height: 22px;
    font-weight: bold;
}
.check-company .el-dialog__body{
    padding: 20px 20px 0 20px;
}
.check-company .company-list{
    max-height: 312px;
    overflow: auto;
}
.check-company .company-list::-webkit-scrollbar{
    width: 0;
}
.check-company .company-list .add-company{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px 16px 16px;
    background-color: #f6f7f8;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}
.check-company .swtich-info{
    width: 100px;
    flex: 1;
    padding-right: 10px;
}
.check-company .switch-main{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.check-company .switch-identity{
    font-size: 12px;
    color: #666;
    line-height: 18px;
}
.check-company .switch-name{
    font-size: 18px;
    color: #111;
    font-weight: bold;
    line-height: 26px;
}
.check-company .switch-icon{
    width: 11px;
    height: 16px;
}
/*切换公司组件 end*/
/* 引导app二维码弹框 start */
.qrcode-dialog {
    width: 290px;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.qrcode-img {
    width: 140px;
    height: 140px;
    margin: 20px;
}
.qrcode-text {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
/* 引导app二维码弹框 end */