/*针对合并css后问题处理公共部分css*/


.datagrid-mask-msg {
    height: 28px;
}


.panel-header {
    text-align: left;
}

.validatebox-invalid {
    background: #FFFFEE;
}

.form_content {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}

.form_content li {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.form_content li span {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-top: 5px;
}

.form_content li span span {
    margin-right: 0;
}

.form_content li label {
    width: 120px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    line-height: 28px;
    text-align: center;
    font-size: 1.1em;
}

.form_content li label requireMark {
    color: #ff0000;
}

.form_content li span input {
    width: 160px;
}

.form_content li span .check_group{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    width: 365px;
}
.form_content li span .check_group input[type='checkbox'] {
    height: 20px;
    width: 20px;
    margin: 0 0 0 5px;
}

.form_content li input {
    width: 160px;
}

.form_content li textarea {
    width: 160px;
}

.form_content li input[type='checkbox'] {
    float: left;
    margin-left: -65px;
    height: 20px;
    width: 20px;
}

.form_content li .easyui-validatebox {
    text-align: center;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 1.1em;
    float: left;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

.form_content li input.validatebox-invalid {
    border: 1px solid #ff0000;
}

.form_content li .combo input.validatebox-invalid {
    border: 1px solid #ff0000;
}

.form_content li input.easyui-datetimebox, input.easyui-datebox {
    margin: 0;
}

.form_content li .input_value {
    text-align: center;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 1.1em;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}


.form_content li .combo {
    width: 160px;
    display: flex;
    margin-right: 0;
}

.form_content li .combo input {
    width: 170px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 1.1em;
    float: left;
    border: 1px solid #d8d8d8;
    border-radius: 10px 0 0 10px;
    margin-top: -5px;
}

.form_content li .combo span{
    margin-right: 0;
    margin-top: -5px;
}

.form_content li .combo span .combo-arrow {
    height: 28px;
    border: 1px solid #d8d8d8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-position: center;
    opacity: 1;
    margin-left: -1px;
    margin-right: 0;
    margin-top: 0;
}

.combo-text {
    width: 157px;
}

.form_content li .easyui-numberbox {
    text-align: center;
    padding: 0px;
    height: 28px;
    line-height: 28px;
    font-size: 1.1em;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    /*margin-right: 5px;*/
}

.form_content li .li_unit_select {
    width: 48px;
    border: 1px solid #d8d8d8;
    height: 28px;
    border-radius: 10px;
    margin-left: 5px;
}

.form_content li .easyui-numberbox_with_unit {
    width: 105px;
}

.form_content li .li_unit_input {
    width: 48px;
    border: 1px solid #d8d8d8;
    height: 28px;
    border-radius: 10px;
    margin-left: 5px;
    text-align: center;
}

.panel {
    width: 162px;
}

.combo-panel {
    width: 160px;
}

.grid_form_window {
    overflow: hidden;
    display: none;
}


.form_content li select option {
    font-size: 15px;
}

.form_content li input.validatebox-invalid, select.validatebox-invalid {
    border: 1px solid #ec5252;
}


.form_content li input[type='text'].required, select.required, textarea.required {
    background: url(../images/required-input.png) right no-repeat;
}

select.input_value.validatebox-invalid {
    border: 1px solid #ec5252;
}

.form_content li input[type='text'].combo_group_select {
    width: 57%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.required {
    color: red;
}

.form_content li span.group {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    background: gray;
    width: 12%;
    text-align: center;
    margin-bottom: 5px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    border: 0;
    font-size: 14px;
    margin-right: 1%;
    border-radius: 0 10px 10px 0;
}

.form_content li span img {
    height: 25px;
    line-height: 25px;
    padding-top: 2px;
}


.okautocomplete {
    border: 1px solid #d8d8d8;
    overflow: hidden;
    background-color: white;
    z-index: 9999;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    white-space: nowrap;
}

.okautocomplete li {
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
}

.okautocomplete li.on {
    background: #E5E5E5;
}

.okautocomplete .highlight {
    font-weight: bold;
}


/*
.okautocomplete{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	white-space: nowrap;
}
.okautocomplete li{
	padding: 10px 10px;
	text-align: left;
	font-size: 12px;
	display: inline-block;
}
.okautocomplete li.on{
	background: #aaa;
}
.okautocomplete .highlight{
	font-weight: bold;
}*/


/*针对合并css后问题处理公共部分css*/
* {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}

*::after {
    box-sizing: border-box;
}

*::before {
    box-sizing: border-box;
}

body {
    font: 14px/150% microsoft yahei, Tahoma, Arial;
    /*text-align: center;*/
    text-size-adjust: 100%;
    min-width: 320px;
    color: #232c45;
    margin: 0;
    padding: 0 0 20px 0;
    font-family: monospace;
}

a {
    outline: none;
    color: #00a4ff;
    text-decoration: none;
    /*transition: 0.2s;*/
}

a:hover {
    color: #ee4063;
}

::-webkit-scrollbar { /*Chrome适用*/
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb { /*滚动条*/
    border-radius: 10px;
    background: #959da9;
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 10px;
    background: #dce1e6;
    opacity: 0.7;
}

img {
    border: none
}

input, select, textarea {
    font-family: microsoft yahei, Helvetica, Tahoma, Arial, sans-serif;
    outline: none;
    border: none;
    /*background: #e9eef2;*/
    font-family: monospace;
}


input.searchbox-text {
    height: 24px;
    border: 1px solid #a8a8a8;
    border-radius: 0 100px 100px 0;
    padding-left: 5px;
    color: #a8a8a8;
    margin-left: -1px;
}

a.searchbox-menu {
    border: 1px solid #a8a8a8;
    border-radius: 100px 0 0 100px;
}

input.pagination-num{
    border:1px solid #ccc;
    margin:0 2px;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    min-width: 25px;
}

select.pagination-page-list{
    margin: 0 6px;
    border: 1px solid;
    padding: 2px 2px;
    border-radius: 10px;
}

.fleft {
    float: left
}

.fright {
    float: right
}

.clear {
    clear: both
}

.Col3 {
    width: 33%;
}

.Top {
    background: #2b303b;
    height: 48px;
}

.Line {
    background: rgba(120, 130, 150, .15);
    height: 1px;
    margin: 5px;
}

/*.Logo {*/
/*	background: url(../images/logo_ued.svg) no-repeat;*/
/*	width: 100px;*/
/*	height: 24px;*/
/*	margin: 12px;*/
/*	float: left*/
/*	}*/

.Logo {
    background: url(../images/logo-top.png) no-repeat;
    width: 100px;
    height: 45px;
    float: left
}

.NavMenu { /*所有产品*/
    background: url(../images/ico_menu.svg) #121212 no-repeat center;
    width: 48px;
    height: 48px;
    float: left;
}

.NavMenu:hover {
    background-color: #FF7800
}

.NavMenu .SubMenu { /*子菜单*/
    border-right: 1px solid rgba(120, 130, 150, .2);
    width: 210px;
    background: #ECEDEF;
    position: absolute;
    top: 48px;
    bottom: 0;
    left: -210px;
    animation: fadeIn 0.2s;
    transition: 0.2s;
}

.NavMenu:hover .SubMenu {
    left: 0;
    top: 48px;
    transition: 0.2s;
    z-index: 10;
}

.NavMenu:hover .SubMenu:before,
.NavMenu:hover .SubMenu ul:before { /*加大甜区*/
    content: "";
    position: absolute;
    width: 100%;
    left: 210px;
    bottom: 0;
    top: 0;
}

.NavMenu .SubMenu ul {
    padding: 20px 0 0 0;
}

.NavMenu .SubMenu li {
    border-bottom: 1px solid rgba(120, 130, 150, .15);
    line-height: 36px;
    text-align: left;
    padding: 0 32px 0 20px;
    list-style: none
}

.NavMenu .SubMenu li:first-child {
    border-top: 1px solid rgba(120, 130, 150, .15);
}

.NavMenu .SubMenu .arrow {
    background: url(../images/ico_arrow.svg) center right 10px no-repeat;
    background-size: 14px;
    transition: 0.2s
}

.NavMenu .arrow:hover {
    background-position: center right 5px !important;
}

.NavMenu .SubMenu a {
    color: #232c45;
    width: 100%;
    height: 100%;
    display: block;
}

.NavMenu .SubMenu li:hover {
    background-color: rgba(120, 130, 150, .2);
}

.NavMenu .SubMenu li a:hover {
    color: #232c45;
}

.NavMenu .SubMenu li ul { /*二级菜单*/
    border-right: 1px solid rgba(120, 130, 150, .2);
    box-shadow: 0 0 10px rgba(120, 130, 150, .1);
    background: #F6F7F8;
    top: 0;
    bottom: 0;
    left: 210px;
    width: 210px;
    position: absolute;
    display: none;
    transition: 0.2s
}

.NavMenu .SubMenu li:hover ul {
    animation: fadeIn2 0.2s;
    display: block
}

.NavMenu .SubMenu .PopMenu {
    width: 230px;
    left: 210px;
    bottom: 0;
    top: 0;
    padding: 10px;
    position: absolute;
    border-right: 1px solid rgba(120, 130, 150, .2);
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: none
}

.NavMenu .SubMenu .M {
    width: 360px;
}

.NavMenu li li:hover .PopMenu {
    display: block;
}

.NavMenu .SubMenu .PopMenu ul {
    background: none;
    border: none;
    box-shadow: none;
    position: relative;
    left: 0;
}

.NavMenu .SubMenu .PopMenu a {
    line-height: 32px;
    height: 32px;
    text-indent: 2em
}

.NavMenu .SubMenu .PopMenu a:hover {
    color: #FF7800
}

.NavMenu .PopMenu .Search {
    background: url(../images/ico_zoom.svg) no-repeat 5px center #FFF;
    background-size: 22px;
    border-radius: 6px;
    border: 1px solid rgba(120, 130, 150, .5);
    padding: 0 0 0 32px;
    margin: 5px;
    height: 32px;
    width: 570px;
}

.NavMenu .QuickMenu {
    width: 210px;
    float: left;
}

.NavMenu .QuickMenu a:hover {
    border-left: 5px solid #FF7800;
    background: rgba(255, 120, 0, .1)
}

.NavMenu .PopMenuList {
    border-right: 1px solid rgba(120, 130, 150, .1);
    position: absolute;
    left: 210px;
    right: 230px;
    top: 60px;
    bottom: 10px;
    overflow: auto;
}

.NavMenu .M .PopMenuList {
    border: none;
    right: 10px;
    top: 10px;
}

.NavMenu .PopMenuList h4 {
    border-bottom: 1px solid rgba(120, 130, 150, .2);
    margin: 0 10px;
    padding: 0 0 0 16px;
    position: relative
}

.NavMenu .PopMenuList h4:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 50%;
    background: #00a4ff
}

.UserInfo {
    float: right;
    padding: 4px 30px 0 10px;
    min-width: 140px
}

.UserInfo:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    background: url(../images/ico_arrow.svg) no-repeat;
    transform: rotate(90deg);
    width: 14px;
    height: 14px;
}

.Face {
    line-height: 40px;
    padding: 4px;
    text-align: left;
    color: #FFF
}

.Face img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 5px 0 0;
    border-radius: 50%;
    border: 1px solid rgba(120, 130, 150, .1)
}

.ShowMenu {
    position: relative;
}

.ShowMenu:hover .MenuSelect {
    animation: fadeInX 0.2s;
    top: 44px;
    display: block
}

.MenuSelect {
    background: rgba(255, 255, 255, .8);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    min-width: 120px;
    border-radius: 6px;
    padding: 10px 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    float: right;
    position: absolute;
    z-index: 100;
    display: none
}

.MenuSelect a {
    line-height: 32px;
    font-weight: normal;
    color: rgba(120, 130, 150, .9);
    display: block
}

.MenuSelect a:hover {
    background-color: rgba(120, 130, 150, .25);
    color: #00a4ff;
}

.TopSearch {
    background: url(../images/ico_search.svg) no-repeat center;
    color: #FFF;
    transition: 0.2s;
}

.TopSearch:hover {
    background-color: rgba(120, 130, 150, .3);
    background-position: 12px center;
    background-size: 24px 24px;
    padding: 0 10px 0 44px;
    width: 200px;
}

.TopSearch::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0)
}

.TopSearch:hover::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .2)
}

.TopSearch:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0)
}

.TopSearch:hover::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .2)
}

.TopIco {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    vertical-align: middle;
    float: left;
    opacity: 0.7
}

.TopIco:hover {
    background-color: rgba(120, 130, 150, .3);
    opacity: 1
}

.icoRing {
    background-image: url(../images/ico_ring.svg);
}

.icoFullScreen {
    background-image: url(../images/ico_fullscreen.svg);
}

.icoSkin {
    background-image: url(../images/ico_magic.svg);
}

.icoFontSize {
    background-image: url(../images/ico_font-size.svg);
}

.icoTranslation {
    background-image: url(../images/icon_translation.svg);
}

.FadeIn { /*出现*/
    animation: fadeIn 0.2s;
}

@keyframes fadeIn {
    0% {
        transform: translate3d(-100%, 0, 0)
    }
    to {
        transform: none
    }
}

@keyframes fadeInX {
    0% {
        transform: translate3d(0, 10%, 0)
    }
    to {
        transform: none
    }
}

@keyframes fadeIn2 {
    50% {
        transform: translate3d(-10%, 0, 0);
    }
    to {
        transform: none;
    }
}


.report_table {
    margin: 10px auto;
    font-size: 14px;
    border-collapse: collapse;
    border-left: 0.5px solid #000;
    border-top: 0.5px solid #000;
    min-width: 210mm;
}

.report_table th {
    border-right: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    padding: 10px;
    white-space: nowrap;
    background-color: lightblue;
}

.report_table tbody tr.header {
    border-top: 0.5px solid #000;
    border-right: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    padding: 10px;
    white-space: nowrap;
    font-weight: bolder;
    background-color: #E0FFFF;
}

.report_table tbody tr.fotter {
    border-right: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    padding: 10px;
    white-space: nowrap;
    font-weight: bolder;
    background-color: #E0FFFF;
}

.report_table td {
    padding: 7px;
    border-right: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    white-space: nowrap;
    text-align: center;
}

.report_table .report_title {
    padding: 10px 0 5px 0;
    font-size: 20px;
    font-weight: bold;
    border-right: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    background-color: #E0FFFF;
}

.div-top {
    border-bottom: 1px solid #ddd;
    padding: 2px 5px;
    overflow: hidden;
    background: #fafafa;
}
