/**
 * amis业务定制css
 */

._delbtn {
    user-select: none;
}
.p-0 {
    padding:0!important;
} 
.border-none .cxd-Image{
    border:none!important;
} 
.h-full .cxd-Container-body{
    height:100%;
}
.h-calc-spacing-100px {
    height:calc(100% - 100px);
}
.h-calc-spacing-31px{
    height:calc(100% - 31px);
}
.h-calc-spacing-35px{
    height:calc(100% - 35px);
}
.h-calc-spacing-150px{
    height:calc(100% - 150px);
}
.h-calc-spacing-100px{
    height:calc(100% - 100px);
}
.h-calc-spacing-70px{
    height:calc(100% - 70px);
}
.h-calc-spacing-20px{
    height:calc(100% - 20px);
}
.h-40px {
    height:40px;
}
.h-73px{
    height:73px;
}
.h-95px{
    height:95px; 
}
.h-118px {
    height:118px;
}
.h-135px{
    height:135px!important;
}
.mb-35px {
    margin-bottom:35px;
}
.mb-15px {
    margin-bottom:15px;
}
.mt-13px{
    margin-top:13px;
}
.mt-30px {
    margin-top:30px;
}
.mt-40px {
    margin-top:40px;   
}
.mt-60px{
    margin-top:60px;
}
.mt-75px {
    margin-top:75px;   
}
.mr-13px{
    margin-right:13px;
}
.right-20px{
    right:20px;
}
.right-28px {
    right:28px;
}
.top-36px{
    top:36px;
}
.width-calc-spacing-55px {
    width:calc(100% - 55px)
}
.width-calc-spacing-70px {
    width:calc(100% - 70px)
}
.width-calc-spacing-150px {
    width:calc(100% - 150px)
}
.w-50px {
    width:50px;
}
.w-120px{
    width:120px!important;
}
.w-150px {
    width:150px;
}
.w-210px {
    width:210px!important;
}
.w-240px{
    width:240px;
}
.w-320px{
    width:320px;
}
.min-h-auto.cxd-Chart{
    min-height:auto!important;
}
/* 统计图容器尺寸自适应类 yansen 2023-03-06 */
.stat-common-block-main .cxd-Chart {
    min-width:auto!important;
    min-height:auto!important;
}
/* 统计图默认铺满父容器 yansen 2023-03-06 */
.cxd-Chart{
    width:100%;
    height:100%;
}

.leading-40px {
    line-height:40px;
}
.stat-block-01{
    /*border:1px solid #80bdff;*/
    box-sizing:border-box;
    background:#0e3144;
}
.stat-block-01-header{
    height:35px;
    line-height:35px;
    background-color:#002c39;
    background-image:url(/apps/fusion_engine/Tpl/default/EtherWhale/custom/imgs/chart-block-header-icon.png);
    background-repeat:no-repeat;
    background-position-y:center;
    background-position-x:14px;
    text-indent:64px;
}
.gradient-header-01 {
    background:linear-gradient(to bottom, #203d4f , #0c1826)
}
.gradient-block-01 {
    background:linear-gradient(to bottom, #1e3b4d , #0c1826)
}
.bg-none{
    background:none!important;
}
.bg-none .cxd-Button{
    background:none!important;
    border:none!important;
}
.color-6bd3de {
    color:#6bd3de!important;
}
.color-398e89{
    color:#398e89!important;
}
.font-size-17px{
    font-size:17px!important;
}
.bg-block-01{
    background:rgba(30,59,77,0.4)!important;
    border-radius:5px;
}
.flex-jc-space-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-jc-space-around .cxd-Container-body{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.personal-info-images{
    position:absolute;
    top:0px;
    width:100%;
}
.personal-info-images .cxd-Grid-col--md{
    display:block!important;
}
.amis-scope .cxd-AnchorNav-section-wrap{
    overflow-x:hidden;
}
.amis-scope .basic-info-r-part-zone .p-b {
    padding-bottom: 12px;
}
.amis-scope .basic-info-r-part-zone .p-t {
    padding-top: 12px;
}
/*控制隐藏富文本组件下方的 引用信息*/
.hide-tox-statusbar .tox-statusbar{
    display:none!important; 
}
/*洪山大屏 左侧导航 样式 20230309*/
.left_menu_item{
    cursor:pointer;
}
/*洪山大屏首页 学校切换下拉菜单样式 yansen 20230319*/
.hs-sx-downlist{
    position: absolute;
    margin-left: 140px;
    /*margin-top: -26px;*/
    background: transparent;  
}
.hs-sx-downlist .cxd-Select-valueWrap{
    display:none;
}
.hs-sx-downlist .cxd-Select-popover{
    width:170px!important;
    background:#012b35!important;
    color:#406067!important;
    text-align:center; 
}
.hs-sx-downlist .cxd-Select-popover .cxd-Select-option.is-active{
    color:#04d6d6;
}
.hs-sx-downlist .cxd-Select-option.is-highlight {
    color:#04d6d6;
    background:#014048;
}
.hs-sx-downlist .cxd-Select--longlist>div{
    width:calc(100% + 10px)!important;
}
.hs-sx-downlist .cxd-Select{
    background: transparent!important;
    border:none!important
}
.hs-sx-downlist .cxd-Select-arrow .icon{
    color:#75fbfb;
}


