/* *
  *鐩綍
  *
  *rest................閲嶇疆榛樿鏍峰紡
  *commission..........鑷畾涔夋牱寮�
  *rest-bootstrap......閲嶅啓bootstrap閮ㄥ垎鏍峰紡
  *keyframes...........鍔ㄧ敾
  *popup...............鍏敤寮瑰嚭妗嗘牱寮�
  *
  *
  */

/*public公共变量*/
:root {
    --public-main-color: #0a44b3; /* 主题色 */
    --public-btn-primary-hover-color: #3b69c2; /* primary按钮 划过颜色 */
    --public-btn-primary-disabled-bg: #0540b3; /* primary按钮 禁用背景颜色 */
    --public-btn-primary-disabled-color: #fff; /* primary按钮 禁用文字颜色 */
}

/* 鍔ㄧ敾 */
@keyframes rotating {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

/* icon */
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}


/* ==================================== rest ==================================== */
*, *:before, *:after {
    margin: 0;
    padding: 0;
}

html {
    font-size: 12px !important;
    height: 100%;
    scroll-behavior: smooth;
    overflow-y: auto;
    overflow-x: auto;
}

body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 12px;
    color: #333;
    -ms-overflow-style: scrollbar;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    box-sizing: border-box;
}

iframe {
    border: none;
}

user {
    display: block;
    width: 50%;
}

pre, table, table td, table td a {
    font-size: 12px;
}

table th, table th a {
    font-size: 12px;
}

a, table a {
    color: var(--public-main-color);
}

a:focus, a:active {
    outline: none;
    color: #022058;
}

a, a:focus, a:hover {
    cursor: pointer;
    text-decoration: none !important;
}

.only-btn {
    color: #666 !important;
    border-color: #EBEEF5 !important;
    background-color: #fff !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    outline: none !important;
    box-shadow: none !important;
    min-width: 70px !important;
    height: 24px !important;
    line-height: 20px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    border: 1px solid #ddd;
}

button:focus {
    border-color: #ced4da !important;
    outline: 0 !important;
    box-shadow: none !important;
}

div:focus {
    outline: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

pre {
    margin: 0;
}

select, input, option {
    outline: none;
}

label {
    margin: 0;
    font-weight: normal;
}

.bio-font {
    font-size: inherit;
}

/*=============================== rest end ===============================*/

/*========================================================================
		commission锛� 
		鑷畾涔夋牱寮忥紝鐩存帴寮曠敤
		涓嶅繀鍐嶅崟鐙啓css
========================================================================*/
.bio-color {
    color: var(--public-main-color) !important;
}

.text-main {
    color: #303133 !important;
}

.bio-bg,
.bio-bg-hover:hover {
    background-color: var(--public-main-color) !important;
    color: #fff;
}

.bg-eee {
    background-color: #eee !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-none {
    background: none !important;
}

.bg-black {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.wrapwidth {
    min-width: 1190px;
    overflow: auto;
}

.full {
    width: 100% !important;
    height: 100% !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pa-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overflow-h {
    overflow: hidden !important;
}

.overflowX-h {
    overflow-x: hidden !important;
}

.overflowY-h {
    overflow-y: hidden !important;
}

.overflowX-auto {
    overflow-x: auto !important;
}

.overflowY-auto {
    overflow-y: auto !important;
}

.overflow-auto {
    overflow: auto !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.m-0 {
    margin: 0 !important;
}

.m-8 {
    margin: 8px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mtb-8, .my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.mlr-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.mlr-8, .mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pd-4 {
    padding: 4px !important;
}

.ptb-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.p-8 {
    padding: 8px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.px-8, .plr-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.py-8, .ptb-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.p-16 {
    padding: 16px !important;
}

.px-16 {
    padding: 0 16px !important;
}

.py-16 {
    padding: 16px 0 !important;
}

/* 鍐檖x-8,py-8銆備笉瑕佸啓plr-8,ptb-8鍚庤�呬负鍏煎webcontent鍐欐硶 */

.pl-15 {
    padding-left: 15px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.btn-h_32 {
    width: 100px !important;
    height: 32px;
}

.flex-1 {
    flex: 1 !important;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.only-one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.only-two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.table-data-label-item {
    display: inline-block;
    border: 1px solid #EBEEF5;
    padding: 2px 4px;
    border-radius: 15px;
    margin: 0 4px 4px 0;
}

.collect-project {
    color: #ff8400;
}

.font-bold {
    font-weight: bold
}

.active-underline {
    color: #303133;
    border-bottom: 2px solid var(--public-main-color) !important;
}

/* border */
.bio-border {
    border: 2px solid var(--public-main-color);
}

.bio-border-1 {
    border: 1px solid var(--public-main-color) !important;
}

/* ========================== commission end ============================*/

/*========================================================================
	rest bootstrap: 
	閲嶅啓 bootstrap鐨勯儴鍒嗘牱寮�
========================================================================*/

.badge-success {
    padding: 1px 4px !important;
}

.row {
    margin: 0;
}

.text-primary {
    color: var(--public-main-color) !important;
}

.text-wrong {
    color: #da1817;
}

.text-warning {
    color: #f54712 !important;
}

.text-danger {
    color: #da1817 !important;
}

.text-label, .text-green {
    color: #007f32 !important;
}

.bg-primary {
    background-color: var(--public-main-color) !important;
}

.btn {
    font-size: 12px !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-sm {
    min-width: 50px !important;
    height: 24px !important;
    line-height: 20px !important;
    padding: 1px 10px;
}

.btn-xs {
    padding: 0 4px !important;
    border-radius: 4px !important;
    margin: 0 4px !important;
}

.btn-radius {
    border-radius: 4px !important;
}

.btn-primary {
    background-color: var(--public-main-color) !important;
    border-color: var(--public-main-color) !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-yellow:hover {
    background-color: var(--public-btn-primary-hover-color) !important;
    border-color: var(--public-btn-primary-hover-color) !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: var(--public-btn-primary-disabled-color) !important;
    background-color: var(--public-btn-primary-disabled-bg) !important;
    border-color: var(--public-btn-primary-disabled-bg) !important;
}

.btn-yellow {
    margin-left: 8px;
    background-color: var(--public-main-color) !important;
    border-color: var(--public-main-color) !important;
    color: #fff !important;
}

.btn-primary:disabled {
    background-color: #ff840075 !important;
}

.btn-yellow.disabled {
    opacity: .8;
}

.btn-outline-secondary {
    color: #606266 !important;
    border-color: #DCDFE6 !important;
    background-color: #fff !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary.active {
    background-color: #e7ecf7 !important;
    border-color: #b6c7e8 !important;
    color: var(--public-main-color) !important;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: none !important;
}

.btn.is-loading {
    position: relative;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    cursor: not-allowed !important;;
}

.btn.is-loading:before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: hsla(0, 0%, 100%, .35);
}

.btn.is-loading .bio-icon-loading {
    animation: rotating 2s linear infinite;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../css/images/btn_loading_blue.png")
}

.btn.is-loading .btn-primary.bio-icon-loading,
.btn.is-loading .btn-yellow.bio-icon-loading {
    background: url("../../css/images/btn_loading_white.png")
}

.table-responsive {
    -ms-overflow-style: scrollbar !important;
}

.red {
    color: #f00;
}

table {
    border-collapse: separate;
}

.table {
    margin-bottom: 0;
    color: #303133;
    width: auto;
    border-collapse: collapse;
}

.table-sm {
    border-bottom: 1px solid #EBEEF5;
}

.table-bordered {
    border: 1px solid #EBEEF5;
}

.table td, .table th {
    border: none;
    vertical-align: middle;
}

.table td {
    font-size: 12px;
    padding: 5px 10px;
}

.table th {
    font-size: 12px;
    padding: 6px 10px;
    background-color: #f5f7fa;
    border-bottom: 1px solid #EBEEF5 !important;
}

.table-xs td,
.table-xs th {
    padding: .3rem
}

.searchlist .table th {
    min-width: 110px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #EBEEF5 !important;
}

.table th a {
    color: #303133;
}

.table tr .bio-icon__sort-arrow {
    color: #c0c4cc;
}

.table tr a, .table a:not ([href] ):not ([tabindex] ) {
    color: var(--public-main-color);
}

.table tr a:hover, .table a:not ([href] ):not ([tabindex] ):hover {
    color: #02163F;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fafafa;
}

.table-hover tbody tr:hover {
    background-color: #e6ecff;
}

.main-page__head {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bio-title__icon {
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.bio-title__icon .bio-font {
    color: #5ac6b7;
}

.title-text {
    margin-left: 8px;
    font-size: 18px;
    font-weight: 500;
}

.title-text b {
    font-weight: bold;
}

.bio-title__border {
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    color: #303133;
}

.bio-title__border:before {
    content: '';
    width: 2px;
    height: 14px;
    border-left: 2px solid var(--public-main-color);
    padding-left: 8px;
}

/*========================= rest bootstrap end ==========================*/

/*========================================================================
	form ui: 
	 琛ㄥ崟鍏冪礌鏍峰紡閲嶅啓
	 input,radio,checkbox
	 textarea,select
========================================================================*/

input[type='checkbox'] {
    -webkit-appearance: none;
    background: #fff url(../../css/images/icon_sprite.png) no-repeat;
    height: 14px !important;
    width: 14px !important;
    vertical-align: middle;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 6px 0 0 !important;
    background-position: 0 -20px;
}

input[type='radio'] + label:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: middle;
    border: none;
    background: url('../../css/images/icon_sprite.png') no-repeat;
    background-position: -100px -20px;
}

input[type='checkbox']:hover {
    background-position: -20px -20px;
}

input[type='radio'] + label:hover:before {
    background-position: -120px -20px;
}

input[type='checkbox']:checked {
    background-position: -40px -20px;
}

input[type='radio']:checked + label:before {
    background-position: -140px -20px;
}

input[type='checkbox'][disabled] {
    background-position: -60px -20px;
    cursor: not-allowed;
}

input[type='radio'][disabled] + label:before {
    background-position: -160px -20px;
    cursor: not-allowed;
}

input[type='checkbox'][disabled]:checked {
    background-position: -80px -20px;
    cursor: not-allowed;
}

input[type='radio'][disabled]:checked + label:before {
    background-position: -180px -20px;
    cursor: not-allowed;
}

/* switch 寮�鍏虫牱寮� */
.bio-switch {
    display: inline-flex;
    align-items: center;
}

.bio-switch input {
    display: none;
}

.bio-switch label {
    margin-left: 8px;
    width: 52px;
    background: #EBEEF5;
    height: 24px;
    border-radius: 14px;
    float: right;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
}

.bio-switch label::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    margin: 1px;
    border-radius: 50%;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, .1);
    background: #FFF;
}

.bio-switch input:checked + label {
    background: var(--public-main-color);
}

.bio-switch input:checked + label::after {
    float: right;
}

.bio-switch input:disabled + label {
    opacity: 0.5
}

/* .table label,
.listtable label,
.listtable2 label,
.listtable_cal label
{
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
} */

.table label > input,
.listtable label > input,
.listtable2 label > input,
.listtable_cal label > input {
    margin: 0 4px;
}

select {
    min-width: 45px;
    min-height: 28px;
    background-color: #fff;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    outline: none;
    font-size: 12px;
    color: #606266;
    padding: 0 5px 0 5px;
    cursor: pointer;
}

select[disabled] {
    cursor: not-allowed;
}

textarea {
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    padding: 0 5px;
    outline: none;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
    height: 28px;
    border: 1px solid #DCDFE6;
    background-color: #ffffff;
    border-radius: 4px;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: #606266;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):hover,
select:hover,
textarea:hover {
    border-color: #C0C4CC;
}

input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"])[disabled],
input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"])[readonly],
.input-choose-value[disabled],
input[value=".."][disabled],
select[disabled],
select[readonly] {
    background-color: #eee;
    border-color: #e4e7ed;
    color: #888;
}

/* table 涓殑select闇�瑕侀珮搴︾暐浣� */
.table input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.listtable input:not ([type="button"]):not ([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.listtable2 input:not ([type="button"]):not ([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.table select, .listtable select, .listtable2 select {
    height: 22px;
}

/*input-choose-value 杈呭姪褰曞叆鎸夐挳鐨勬牱寮� */

.input-choose-value,
input[value=".."] {
    color: #333 !important;
    height: 24px !important;
    border-radius: 4px !important;
    outline: none;
    border: 1px solid #DCDFE6 !important;
    background-color: #fff;
    min-width: 27px !important;
    margin-left: 4px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transform: translateY(-1px)
}

.input-choose-value[readonly],
input[value=".."][readonly] {
    border-color: #DCDFE6 !important;
    background-color: #fff !important;
}

.listframeJsp input[type="submit"]:not([disabled]):hover,
.input-choose-value:not([disabled]):hover,
input[value=".."]:not([disabled]):hover {
    border-color: var(--public-main-color) !important;
    background-color: var(--public-main-color) !important;
    color: #fff !important;
}

.input-choose-value[disabled]:hover,
input[value=".."][disabled]:hover {
    cursor: not-allowed !important;
}

/* 杈呭姪褰曞叆-鏃堕棿鎸夐挳 */
.bio-input-date {
    width: 90px !important;
}

.bio-input-date-hms {
    width: 32px !important;
    margin: 0 4px !important;
    text-align: center;
}

.datetime-png {
    position: relative;
    margin: 0 5px;
    cursor: pointer;
    transform: translateY(-1px);
}

.datetime-age {
    padding: 0 5px;
}

.bio-input-date[disabled] + .datetime-png {
    cursor: not-allowed;
    opacity: .7;
}

/*input-choose-value end */

/*============================= form ui end =============================*/

/*========================================================================
	bio-tabbox: 
	椤堕儴甯︽湁tab鏍忔垨鑰呭埆鐨勫唴瀹圭殑椤甸潰锛�
	灏嗗ご閮╞io-tabbox__header fix鍦ㄩ《閮紝
	bio-tabbox__header 楂�32px
	鍓╀綑閮ㄥ垎bio-tabbox__main 鍏呮弧
========================================================================*/
.bio-tabbox {
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.bio-tabbox__header {
    width: 100%;
    height: 40px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0 8px;
    background-color: #fff;
    overflow: auto;
}

.bio-tabbox__header::-webkit-scrollbar {
    display: none;
}

.bio-tabbox__main {
    flex: 1;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    background-color: #fff;
    overflow: hidden;
}

/*============================ bio-tabbox end ===========================*/


/*========================================================================
	bio-tablebox: 鍏敤鍒楄〃椤碉紙椤堕儴鏈夋搷浣滄寜閽爮锛�
	涓棿涓哄垪琛紝搴曢儴涓烘搷浣滄寜閽拰椤电爜
	灏嗗ご閮╞io-tablebox__header fix鍦ㄩ《閮紝
	bio-tablebox__header 楂�40px
	鍓╀綑閮ㄥ垎bio-tablebox__main 鍏呮弧
========================================================================*/
.listdata-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.listdata-box__top {
    display: flex;
    justify-content: space-between;
}

.listdata-box__header,
.listdata-box__top__left {
    padding: 8px 8px 0;
    z-index: 1;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.listdata-box__header {
    width: 100%;
}

.listdata-box__top__left {
    flex: 1
}

.listdata-box__top__right {
    padding: 8px 8px 8px 20px;
    max-width: 50%;
    display: flex;
    align-items: center;
}

.listdata-box__top__right .btn {
    margin-left: 8px;
}


.listdata-box__header > .btn,
.listdata-box__top__left > .btn {
    margin-right: 8px;
    margin-bottom: 8px;
}

.listdata-box__main {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 8px;
    overflow: hidden;
}

.bio-tablebox__header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 8px;
    z-index: 1;
    background: #fff;
}

.bio-tablebox__main {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 40px 8px 8px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bio-tablebox__main.no-header,
.bio-tablebox__header[style="display: none;"] + .bio-tablebox__main {
    padding-top: 8px;
}

.bio-tablebox__header .btn,
.bio-tablebox__footer .btn,
.bio-btn-group .btn {
    margin-right: 8px;
}

.bio-tablebox__footer {
    height: 40px;
    padding: 8px 0;
    width: 100%;
    display: flex;
    padding: 8px;
    background-color: #fff;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
}

/* 鍏敤鍒楄〃椤电殑琛ㄦ牸 */
.bio-table {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.bio-table_header-wrapper {
    width: 100%;
    z-index: 10;
    position: relative;
}

.bio-table_header {
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); */
}

.bio-table-scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.bio-table_body-wrapper > .table {
    position: relative;
}

/*琛ㄦ牸鏃犳暟鎹�*/
.listdata-null {
    width: 100%;
    height: 100%;
    text-align: center;
}

.listdata-null_icon {
    font-size: 60px;
    color: #e9eff6;
}

.listdata-null_title {
    color: #c0c4cc;
}

.list-sort_img {
    width: 14px;
}

/* 鍏敤鍒楄〃椤电殑琛ㄦ牸 end */

/* header-tool-box  椤堕儴瀵艰埅鏉�-寰呰皟鏁�*/
.header-tool-box {
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-tool-box .btn,
.header-tool-box-left > input,
.header-tool-box .header-tool-box-span,
.header-tool-box b,
.header-tool-box font {
    margin-right: 8px;
}

.firstpage_footer_btntool a {
    margin-right: 8px;
}

/* header-tool-box  椤堕儴瀵艰埅鏉�-寰呰皟鏁�*/

/*====================== bio-tablebox end =============================*/


.bio-btn-group {
    display: flex;
    align-items: center;
}

.rfleft3Jsp_pv #frm_right {
    padding: 8px
}

/* maskdiv閲岀殑缂栬緫椤� */

/* 宸︿笂瑙掔紪杈戦〉鑷畾涔夋牱寮忕被 */
.reportform-head1 {
    color: #fff;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    line-height: 20px;
}

.reportform-head1 tr td {
    font-size: 14px;
}

.reportform-head1 tr td:nth-child(1) {
    width: 70px;
}

.reportform-head1 tr td:nth-child(2) {
    display: inline-block;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rfleft3Jsp_pv .rflet-box {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
}

/* 缂栬緫椤靛彸涓婄殑淇℃伅闈㈡澘 */
.rfleft3Jsp_pv .rfleft-top-head {
    padding: 8px;
    cursor: pointer;
    background: var(--public-main-color);
    /* background: -webkit-linear-gradient(to bottom, #3f79ea, #66a5f2);
    background: linear-gradient(to bottom, #3f79ea, #66a5f2); */
    margin: 0px;
}

.rfleft-top-head {
    padding: 4px 0 4px 4px;
    background-color: var(--public-main-color);
    cursor: pointer;
    margin: 8px;
}

.rfleft-top-head table {
    background-color: inherit !important;
}

.rfleft3Jsp_pv .rfleft-top-head .table {
    margin: 0;
    width: 100%;
    border: none;
    color: #fff;
}

.rfleft3Jsp_pv .rfleft-top-head .table td {
    border: none;
}

.rfleft3Jsp_pv .rflet-info-panel___label {
    font-size: 14px;
}

.rfleft3Jsp_pv .rflet-info-panel___value {
    padding-left: 8px;
    word-wrap: break-word;
    word-break: break-all;
    padding-right: 20px;
}


.rfleft3Jsp_pv #first_td {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: hidden;
    padding: 8px;
}

.rfleft3Jsp_pv .rflet-info-box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.rfleft3Jsp_pv .rflet-btnbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    position: relative;
}

.rfleft3Jsp_pv .rflet-btnbox > .btn {
    margin: 0;
}

.rfleft3Jsp_pv .rflet-btnbox > .popupdiv_new {
    position: absolute;
    top: 26px;
    left: 0;
    width: 244px;
}

.rfleft3Jsp_pv .rflet-listbox {
    border: 1px solid #eee;
    border-radius: 5px;
    flex: 1;
    overflow: auto;
    background-color: #fff;
}

.tool_btn {
    padding: 8px;
    background-color: #eee;
    border-radius: 4px;
}

.tool_btn .btn {
    margin-right: 4px;
}

.fixed-table-toolbar .bars,
.fixed-table-toolbar .columns,
.fixed-table-toolbar .search {
    position: relative;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 34px;
}

/* 閫氱敤鍒楄〃椤� 宸︿晶checbok鍜屾搷浣滄寜閽� */
.table_select {
    display: flex;
    align-items: center;
    height: 20px;
}

.table_select_num {
    min-width: 28px;
    display: inline-flex;
    align-items: center;
    padding-right: 4px;
}

.table-icon-position {
    display: inline-block;
    position: relative;
    width: 75px;
    height: 20px;
}

.special-edit_icon {
    width: 25px;
}

.table-tool-bar {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.table-tool-bar:hover {
    color: var(--public-main-color);
}

.list-collect {
    font-size: 16px;
    cursor: pointer;
}

.listdata-td-click {
    cursor: pointer;
}

.listdata-td-click:hover {
    background-color: #FFF799;
}

.table-icon-position .icon-dele {
    left: 0;
}

.table-icon-position .icon-dele:hover {
    color: #da1817;
}

.table-icon-position .icon-view {
    left: 25px;
}

.table-icon-position .icon-compile {
    left: 50px;
}

.table-icon-position .icon-publish {
    left: 75px;
}

/* pagination: 閫氱敤鍒嗛〉page2鏍峰紡 */
.bio-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 290px;
}

.bio-pagination-dbview {
    min-width: 240px;
}

.bio-pagination img {
    display: inline-block;
    margin: 0 4px;
}

.bio-pagination span {
    display: inline-block;
    margin: 0 2px;
    color: #333;
}

.bio-pagination .page-btn {
    font-size: 18px;
    color: var(--public-main-color);
}

.bio-pagination .page-btn.page-btn__readonly {
    font-size: 18px;
    color: #e4e4e4;
}

.bio-pagination-num {
    height: 21px !important;
    padding: 1px 3px;
    margin-left: 0px;
    margin-right: 8px;
    width: 35px !important;
}

.bio-pagination-select {
    min-height: 21px;
    margin-right: 4px;
}

.bio-pagination-go {
    height: 18px;
    width: 18px;
    font-size: 10px;
    padding: 1px 0;
    background-color: #E5E5E5;
    text-align: center;
    cursor: pointer;
    margin-right: 8px !important;
    border-radius: 2px;
}

.bio-pagination-go:hover {
    background-color: var(--public-main-color);
    color: #fff;
}

/* pagination  end*/


/* form_table锛氬綍鍏ュ煙鏍峰紡锛坋ditlist.jsp锛� */
.form_table {
    margin-bottom: 4px;
}

.form_table div[type="head"] {
    text-align: right;
    margin-right: 16px;
    font-size: 12px;
    color: #676767;
    width: 120px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.form_table .form_table_right {
    position: relative;
    height: 100%;
}

.form_table .form_table_right img {
    max-width: 100%;
}

.form_table .form_table_right input[type="input"],
.form_table .form_table_right textarea {
    width: 200px;
}

.form_table .form_table_right textarea {
    height: 60px;
}

/* form_table end */

.mselectlabel,
.radiolabel {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
}

#showdiv_permissions .mselectlabel {
    width: 30%;
    margin: 4px 0;
}

.bio-head-left-border {
    background-color: #fff;
    padding: 8px 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #033133;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.bio-head-left-border::before {
    content: '';
    width: 2px;
    height: 14px;
    margin-right: 10px;
    background-color: var(--public-main-color);
    border-bottom: 1px solid #EBEEF5;
}

.bio-second-head {
    border: 0;
    height: 32px;
    line-height: 32px;
    color: #303133;
    padding: 0 6px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    width: 100%;
}

.bio-border-head {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

.bio-border-head .bio-border-head__text {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

.bio-border-head .bio-border-head__text:before {
    content: "";
    width: 4px;
    height: 14px;
    background-color: var(--public-main-color);
    margin-right: 10px;
    border-radius: 10px;
}

/* 绗笁绉嶆爣棰樺ご鏍峰紡 */
.bio-head3-pbox {
    position: relative;
    padding-top: 38px;
    height: 100%;
}

.bio-head3-pbox .bio-head3-p {
    padding: 0 8px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bio-head3 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    padding: 8px 0;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}

.bio-btn-box {
    padding: 8px 0;
    position: relative;
    z-index: 10;
}

.bio-btn-box > .btn {
    margin-right: 8px;
}

.head3-btn {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.bio-checkbox-label {
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
}

.supersa-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.supersa-box-main {
    flex: 1;
    overflow: auto;
    padding: 16px;
}

/* ============================================================
	editdata.jsp form琛ㄥ崟鏍峰紡
============================================================ */

.form-page-title,
.uiSpecial-childTable-title {
    background-color: #fff;
    padding: 5px 0;
    font-size: 14px;
    color: #303133;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.form-page-title:before,
.uiSpecial-childTable-title:before {
    content: '';
    width: 4px;
    height: 14px;
    margin-right: 8px;
    background-color: var(--public-main-color);
    border-radius: 10px;
}

/* ============================================================
	寮瑰嚭妗�
	1. modal-bootstrap 妯℃�佹
	2. maskdiv-鑷啓鍙鏍囩绐楀彛寮瑰嚭妗�
	3. popup 鑷啓灞�閮ㄥ脊鍑烘  
	4. 榧犳爣绉诲叆鏄剧ず涓嬫媺妗嗭紙搴旂敤锛氶�夋嫨璇█锛�
============================================================ */

/* 1. modal-bootstrap 妯℃�佹 */
.modal-content {
    min-height: 300px;
}

.modal-dialog .modal-content {
    border: none;
    border-radius: 5px;
}

/* 瑙ｅ喅ie涓笉涓婁笅灞呬腑鐨勯棶棰� */
.modal-dialog-centered {
    margin: 0 auto !important;
    height: 100% !important;
}

.modal-dialog-centered .modal-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.modal-header {
    height: 32px;
    padding: 0 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--public-main-color);
}

.modal-dialog .modal-header h5 {
    font-weight: bold;
}

.modal-dialog .modal-header .close {
    opacity: 1;
    margin: 0;
    padding: 0;
    outline: none;
}

.modal-dialog .modal-header .bio-font:hover {
    color: #e3493c;
}

.modal-dialog .modal-header .bio-font {
    font-size: 12px !important;
    color: #999;
    font-weight: normal;

}

.bio-modal-dialog-lg {
    width: 92% !important;
}

.bio-modal-dialog-lg .modal-content {
    height: 90% !important;
}

/* 1. modal-bootstrap 妯℃�佹  end*/

/* 2. maskdiv-鑷啓鍙鏍囩绐楀彛寮瑰嚭妗� */

.maskdiv {
    display: none;
    position: fixed;
    overflow: hidden;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 998;
}

.maskdiv.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.maskdiv_container {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, .3);
}

.maskdiv_container.screen-max {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
}

.maskdiv_container.screen-small {
    width: 80%;
    height: 86%;
}

.maskdiv_title {
    height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #EBEEF5;
    /* background-color: #E8EDF2; */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative
}

.maskdiv_container.screen-max .maskdiv_title {
    border-radius: 0;
}

.maskdiv_main {
    height: calc(100% - 80px);
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.maskdiv_container.screen-max .maskdiv_main {
    border-radius: 0;
}

.maskdiv_title_tool {
    height: 40px;
    position: absolute;
    right: 10px;
    top: 0;
}

.maskdiv_title_tool .screen_btn {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    width: 30px;
    text-align: center;
    color: #999;
}

.maskdiv_title_tool .screen_btn:hover {
    color: #666;
    font-size: 14px;
    transition: font-size linear .2s;
}

.maskdiv_title_tool .screen_close:hover {
    color: #e3493c;
}

.maskdiv_title_tab {
    height: 40px;
    display: inline-flex;
    font-size: 16px;
    align-items: center;
}

.maskdiv_title_tab .taboption_link {
    display: inline-block;
    color: #303133;
    height: 40px;
    line-height: 40px;
    margin-right: 4px;
    cursor: pointer;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.taboption {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
}

.taboption_link:hover {
    color: #303133;
}

.taboption_current .taboption_link {
    color: #303133;
    font-weight: bold;
    border-bottom: 2px solid var(--public-main-color);
}

.maskdiv_title_close {
    cursor: pointer;
    transition: transform .15s ease-in;
    font-size: 12px;
}

.maskdiv_title_close:hover {
    transform: scale(1.2);
}

.div_maskdiv_frame_first {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.maskdiv_frame_first {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-body,
.modal-footer {
    padding: 5px;
}

/* 2. maskdiv-鑷啓鍙鏍囩绐楀彛寮瑰嚭妗�  end*/


/* 3. popup 鑷啓灞�閮ㄥ脊鍑烘 */
.popupdiv,
.popupdiv_new,
.popupdiv_new_second,
#popupdiv_shim {
    background-color: #fff;
    border: 1px solid #EBEEF5;
    border-radius: 5px;
    display: none;
    font-size: 12px;
    z-index: 99;
    margin-top: 2px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.popupdiv_new {
    position: absolute;
}

.popupdiv_new_second {
    padding: 5px 5px 5px 10px;
    line-height: 20px;
    overflow-y: auto;
}

/* 鏃堕棿寮瑰嚭妗� 鑳岄儴鐨刬framez-index涓�999 */
#popupdiv_shim {
    position: absolute;
    z-index: 1000;
}

.popupdiv_shim_inner {
    padding: 4px;
}

.popupdiv_new_label label {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.popupdiv_new_label label > input {
    margin-right: 4px;
}

.popupdiv_new select,
.popupdiv_new input[type="button"] {
    width: auto;
}

.popupdiv_head_new {
    border-bottom: 1px solid #EBEEF5;
    padding: 6px;
    font-size: 12px;
    text-align: left;
    color: #303133;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.popupdiv_head_new .popupdiv-new_close {
    right: 10px;
}

.bio-icon__close:hover {
    color: #e3493c;
}

.popupdiv_content_new {
    border: 0;
    padding: 8px;
    font-size: 12px;
    line-height: 20px;
}

.popupdiv_content_new a {
    color: #303133;
    line-height: 25px;
}

.popupdiv_content_new select {
    width: auto;
}

.popupdiv_btndiv_new {
    text-align: right;
    padding: 8px 0;
}

.popupdiv_btndiv_new > .btn {
    margin-left: 4px;
}

#div_modifyreason_popup {
    display: none;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.5;
}

.popupdiv_new_second.popupdiv-nosetpos {
    height: 200px;
    box-shadow: none;
    position: static !important;
    margin-top: 8px;
    border-radius: 0;
}

.queryformJs input[type="input"] {
    margin-left: 4px;
}

/* 3. popup 鑷啓灞�閮ㄥ脊鍑烘  end*/

/* 4. bio-dropdown */
.bio-dropdown {
    position: relative;
}

.bio-dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.bio-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EBEEF5;
    border-radius: .25rem;
}

.bio-dropdown:hover .bio-dropdown-menu {
    display: block;
}

/* 4. bio-dropdown end*/

/* -------------------------------------寮瑰嚭妗� end ---------------------------------------*/


/* arrow */
.arrow-bottom {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #999;
    transform: translateY(50%);
}

/* arrow end*/

/* 鏂囨。绠＄悊椤甸潰閲岀殑浠跨収ele-radio缁撴瀯鐨剅adio
鍚庢湡闇�瑕佹敼鎴恇io閫氱敤radio 璇ラ儴鍒嗗皢浼氳鍒犳帀*/
.radio-group .el-radio {
    color: #606266;
    font-weight: 500;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    outline: none;
    font-size: 14px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-bottom: 0;
}

.el-radio.is-checked .el-radio__inner {
    border-color: var(--public-main-color);
}

.el-radio.is-checked .el-radio__inner:after {
    transform: translate(-50%, -50%) scale(1);
}

.el-radio.is-checked + .el-radio__label {
    color: var(--public-main-color);
}

.el-radio + .el-radio {
    margin-left: 8px;
}

.el-radio__input {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}

.el-radio__original {
    opacity: 0;
    outline: none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}

.el-radio__label {
    font-size: 12px;
    padding-left: 6px;
}

.el-radio__inner {
    border: 1px solid #dcdfe6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}

.el-radio__inner:after {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--public-main-color);
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .15s ease-in;
}

/* el-radio end*/


/* bioknow css  涔嬪墠椤圭洰涓殑bioknow.css寰呭鐞�*/
.inputtime {
    background: url(../css/images/time2.png) no-repeat 95%;
}

.inputtime:focus {
    background: url(../css/images/time.png) no-repeat 95%;
}

.form_table input[type='radio'],
.radio-hid {
    display: none;
}

.textR {
    border-collapse: collapse;
}

.textR td {
    height: 32px;
    font-size: 12px;
    width: 150px;
    padding-left: 16px;
}

.textR tr td:first-child {
    text-align: right;
}

.textR td a {
    width: 120px;
    height: 20px;
    font-size: 12px;
    text-decoration: none;
}

.textR td input {
    width: 120px;
    height: 20px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 4px;
}

.file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.file input {
    position: absolute;
    opacity: 0;
}

.file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
}

.container_div {
    width: 100%;
    height: 100%;
    border: 0;
    background: #eee;
    padding: 0 0 24px;
}

.frm_reportform_right {
    padding-left: 8px;
    background: #fff;
}

.uispecial-box {
    border: 1px solid #EBEEF5;
    padding: 4px
}

/*pv_beta check_form*/
.listframeJsp input[type="button"] {
    height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    background-color: #fff;
}

.listframeJsp input[type="submit"] {
    height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    background-color: #fff;
    margin-top: 4px;
}

#div_datesel, .datesel-p {
    width: 220px;
    border: 1px solid #EBEEF5;
    border-radius: 5px;
    margin-top: 5px;
    display: none;
    background-color: #E9EEF2;
    z-index: 999;

}

.datesel-head {
    background-color: #E9EEF2;
    width: 220px;
    text-align: right;
    padding: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.datesel-close {
    cursor: pointer;
}

.datesel-iframe {
    width: 220px;
    height: 220px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.showdiv_pc,
.showdiv_rx {
    margin-bottom: 15px;
}

.menu-tree {
    padding: 8px 0;
}

.menu-tree > div {
    border-left: 5px solid #fbfbfb;
}

.menu-tree > div a {
    color: #303133;
}

.menu-tree > div a:hover {
    color: var(--public-main-color);
}

.menu-tree > div:hover {
    border-color: var(--public-main-color);
    color: var(--public-main-color);
    background-color: #e6ecff
}

.interview-active {
    border-color: var(--public-main-color) !important;
    background-color: #e6ecff;
}

.interview-active a {
    color: var(--public-main-color);
}

.tree_first_level_class {
    height: 30px;
    padding-top: 5px;
    padding-left: 5px;
    border-left: 5px solid #fff;
}

.tree-indent {
    text-align: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.indent-text {
    font-size: 14px;
    vertical-align: middle;
}

#expanddiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

.tree_sub_level_class {
    margin: 2px 0;
    border-left: 5px solid #fff;
}

.tree_sub_level_class table {
    height: 30px;
    line-height: 30px;
}

.tree_first_level_class:hover,
.tree_sub_level_class:hover,
.menu-active {
    border-color: var(--public-main-color);
    background-color: #e6ecff;
}

#tree_div a {
    color: #303133;
}

#tree_div a:hover,
.menu-active table a {
    color: var(--public-main-color) !important;
}

/*workflow submit*/
#sigpwd {
    margin: 3px 0px;
}

#firstpageBody {
    overflow: hidden;
}

#firstpageBody #ftkey {
    height: 21px;
    border-radius: 0;
}

.table-auto-width {
    min-width: 80%;
}

@media ( max-width: 1600px) {
    .table-auto-width {
        min-width: 90%;
    }
}

@media ( max-width: 1400px) {
    .table-auto-width {
        min-width: 100%;
    }
}

/* editdataJsp */
.edit-box {
    height: 100%;
    width: 100%;
    padding-top: 80px;
    position: relative;
}

.edit-box.hidebtn {
    padding-top: 40px;
}

.editdata-btn-tool {
    width: 100%;
    height: 40px;
    padding: 0 8px;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 1;
    background-color: #fff;
}

.div_other, .div_other_webkit {
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #EBEEF5;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

.div_other .page-pre-next {
    float: right;
}

.div_other a {
    display: inline-block;
    margin-right: 12px;
}

.div_more {
    display: none;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #EBEEF5;
    flex: 0;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    padding-right: 10px;
}

.div_more_content {
    min-width: 140px;
    position: fixed;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 0px 10px 15px 10px;
    background: #fff;
}

.div_more_content div {
    height: 24px;
}

.div_more_content span {
    margin-left: 5px;
}

.div_more:hover .div_more_content {
    display: block;
}

/* dttab */
.taglist-box {
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.taglist-main {
    flex: 1;
    width: 100%;
    height: 100%;
    padding-top: 32px;
    background-color: #fff;
    overflow: hidden;
}

.td_neck {
    border: 0;
    display: inline-table;
}

.p_tabContent {
    border: 0;
    height: 100%;
    width: 100%;

}

.tabContainer, .tabContainer_webkit {
    white-space: nowrap;
    height: 40px;
    border-bottom: 1px solid #EBEEF5;
    display: flex;
    align-items: center;
}

.anchors, .anchors_current {
    padding-right: 8px;
}

.anchors a, .anchors_current a {
    display: inline-block;
    margin-right: 8px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid transparent;
    text-align: center;
    font-size: 14px;
    color: #303133;
    text-decoration: none;
}

.anchors a:hover {
    color: #303133;
}

.anchors_current a {
    font-weight: bold;
    border-bottom: 2px solid var(--public-main-color);
    color: #303133;
}

.hideform {
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    DISPLAY: none;
    BORDER-LEFT: 1px solid;
    BORDER-BOTTOM: 1px solid;
    POSITION: absolute;
    BACKGROUND-COLOR: linen;
    WIDTH: 300px;
    HEIGHT: 150px;
}

.contentref {
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: relative
}

.content {
    border: 0;
    width: 100%;
    height: 100%;
    POSITION: relative;
}

.content_edit {
    border: 0;
    padding: 8px;
}

.rf_tabmenu_p {
    background-color: #eee;
    font-size: 14px;
}

.rf_tabmenu, .rf_tabmenu_current {
    display: inline-block;
    padding: 3px 8px;
}

.rf_tabmenu_current {
    background-color: #fff;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab_cons {
    display: inline-block;
    height: 18px;
    font-size: 12px;
    border: none;
    line-height: normal;
    text-align: center;
    color: #fff;
    padding: 2px;
}

/* dttab end */

/* dtui */
.preview-div-style {
    BORDER-RIGHT: darkgray 1pt solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: darkgray 1pt solid;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    MARGIN: 2px;
    BORDER-LEFT: darkgray 1pt solid;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: darkgray 1pt solid;
    BACKGROUND-COLOR: Ivory;
    display: none;
    width: 98%;
    height: 98%;
    left: 0;
    top: 0;
    POSITION: absolute;
    overflow: auto;
}

.edit-div-style {
    padding: 3px;
    MARGIN: 2px;
    BACKGROUND-COLOR: Ivory;
    width: 99%;
    height: 99%;
    left: 0;
    top: 0;
    overflow: auto;
}

.chooseBtn {
    font-size: 12px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #EBEEF5;
    padding: 2px 3px;
    cursor: pointer;
}

.chooseBtn:hover {
    background-color: var(--public-main-color);
    border-color: var(--public-main-color);
    color: #fff;
}

.dbhui-popupdiv {
    padding: 8px;
}

.inputerror {
    background: #fcc;
    border: 1px solid #f00;
}

/* dtui end*/

#div_datesel_head {
    width: 220px;
    text-align: right;
    background-color: #E8EDF2;
    padding: 4px;
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

#frm_datesel {
    width: 220px;
    height: 220px;
    background-color: white;
    padding: 3px;
}

.inputassit_div {
    display: none;
    position: absolute;
    font-size: 10pt;
    padding: 0;
    border: 1px solid #EBEEF5;
    margin: 2px;
    z-index: 99;
    border-radius: 5px;
    bottom: -5px;
    left: 0;
    width: 1px;
    height: 1px;
    background: transparent;
}

.inputassit_head_div {
    text-align: right;
    background-color: #E9EEF2;
    border: 0;
    padding: 8px;
    display: block;
    font-size: 12px;
    color: #434343;
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
}

.inputassit_head_div a {
    text-decoration: none;
    margin-left: 8px;
}

.inputassit_search_div {
    padding: 8px 8px 0;
    background-color: white;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.inputassit_result_div {
    padding: 8px;
    position: relative;
    display: block;
    background-color: white;
    font-size: 14px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.inputassit_result_div a {
    text-decoration: none;
}

.inputassit_search_div select {
    width: 70px;
    min-height: 24px;
}

.inputassit_search_div input[type="button"] {
    width: 70px;
}

.inputassit_search_div input[type="input"] {
    flex: 1;
    margin: 0 10px;
    min-width: 80px;
}

.inputassit_result_div div select {
    min-width: 40px;
    margin-left: 4px;
}

.inputassit_result_div .searchresult-td {
    max-width: 500px;
}

.custom-select:focus {
    border-color: #ced4da !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.edit_right_area {
    display: none;
    position: fixed;
    padding-top: 80px;
    top: 0px;
    right: 16px
}

/* uispeciallisteditJsp */
#tid_uispeciallistedit th,
#tid_uispeciallistedit td {
    padding: 5px 10px;
}

/* homepageJsp*/
#div_dtable table a,
.listuser-table a {
    color: #303133;
}

/* 鐗堟湰淇℃伅*/
.system-version {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    z-index: 5;
    color: #efefef;
    height: 16px;
    line-height: 12px;
    background-color: #fff;
    transition: color 0.5s ease;
}

.system-version:hover {
    color: #56565a;
}

.bio-table_body-thead th {
    vertical-align: top;
}

.dtref_schema_treenode:hover {
    background-color: #dddddd;
}

.listedit_detail_popup {
    z-index: 9999;
    background-color: #fafafa;
    position: absolute;
    display: none;
    padding: 5px;
    border: 1px solid gray;
    overflow-y: auto;
    overflow-x: hidden;
    width: 500px;
    max-height: 200px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
