/********************************************** 颜色抽取 *************************************************/

/* 背景色 */
/* 头部背景 */
.normalize-header-color {
    background-color: #4786c3;
}
/* 主体背景 */
.page-content-color {
    background-color: #f4f2f7;
}
/* 大模块背景 */
.normalize-center-color {
    background-color: #fff;
}
/* 内容模板背景 */
.normalize-panel-color {
    background-color: #fff;
}
/* primary-btn背景色 */
.primary-btn-color {
    background-color: #4786c3;
}

/* ie浏览器兼容滚动条设置，修改normalize-panel-color的背景色时修改 */
#imScroll{
    scrollbar-face-color:#f5f6fa;
    scrollbar-highlight-color:#f5f6fa;
    scrollbar-3dlight-color:#f5f6fa;
    scrollbar-darkshadow-color:#f5f6fa;
    scrollbar-Shadow-color:#f5f6fa;
    scrollbar-arrow-color:#f5f6fa;
    scrollbar-track-color:#f5f6fa;
}
.lm-cusPosition::-webkit-scrollbar{
    display:none;
}

.icontuichu{
    color:#8F8F91;
}

/* 所有按钮样式 */
.leaveDetailFormBtn{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right:5px;
    font-size:12px;
    color: white;
    padding:0px;
    background-color: #4786c3;
    border: 1px solid #ceced0;
    border-radius: 0px 20px;
    cursor:pointer;
    outline:none;
}

/* 模态框头部颜色 */
.modal-header{
    background-color:#4786c3;
    color:white;
    font-size:14px;
    font-weight:bold;
}
/* table表头颜色 */
.headerTr{
    background-color: #f5f6fa;
    color:#930024;
}

/* 日期小图标 */
.timeIcon{
    width:30px;
    height:30px;
    position: absolute;
    font-size: 20px;
    top: 7px;
    right: 10px;
    color:#4786c3;
}

/**************************************************************************************
 *************************************图片放大样式**************************************
 **************************************************************************************/
.preview-img-box{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    z-index: 111111111111;
}

.img-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-color: #fff;
    opacity: 0.6;
}

.preview-img{
    position: absolute;
    left: 20vw;
    top: 20vh;
    width: 60vw;
    height: 60vh;
    text-align: center;
    object-fit: contain;
}


.portal-header .logo {
    height: 50px;
    float: left;
}

.svg-icon {
    width: 4em;
    height: 4em;
    vertical-align: -0.15em;
    overflow: hidden;
    fill: #9ba4ae;
}

.ivu-message {
    z-index: 2002 !important;
}
.demo-form-inline .el-select {
    --el-select-width: 220px;
}

/********************************************** 颜色抽取 *************************************************/
/*边框*/
.cell-radius {
    border-radius: 0px 15px;
}

.normalize-center-radius {
    border-radius: 9px;
}

.left-bottom-small-radius {
    border-radius: 0 0 0 20px;
}

.right-top-small-radius {
    border-radius: 0 20px 0 0
}

/*字体颜色*/
.font-color {
    color: #fff;
}

.background-circle-icon {
    color: #8F8F91;
}

.portal-header {
    width: calc(100%);
    height: 50px !important;
    margin: 0px;
    border-bottom: 0px solid #eee;
    background-size: 100% 140%;
    padding: 0px !important;
    z-index: 2001;
}

/*九宫格首页*/
.portal-home-header {
    width: calc(100%);
    height: 84px !important;
    margin: 0px;
    border-bottom: 0px solid #eee;
    background-size: 100% 140%;
    padding: 0px !important;
    z-index: 2001;
    --bg-color: #FFF !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



@media (max-width: 1920px) and (min-width: 768px) {
    html {
        zoom: 100%;
    }

    @-ms-viewport {
        width: 1920px;
    }
}
.avue-upload__avatar {
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
}
