html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-stretch: inherit;
    line-height: inherit;
    vertical-align: baseline;
}

html {
    height: 100%;
}

body {
    line-height: 1;
    font-size: 12px;
    min-height: 100%;
}

input {
    padding: 0;
    outline: none;
}

input[disabled], span[disabled] {
    background-color: #EBEBEB !important;
}

blockquote, q {
    quotes: none;
}

button:active {
    outline: none;
    box-shadow: none;
}

i.icon {
    display: inline-block;
    position: relative;
}

.clear {
    clear: both;
}

/*hand*/
.pointer {
    cursor: pointer;
    *cursor: hand;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

/*Reserve spaces*/
.white-space-pre {
    white-space: pre;
}

.white-space-pre-wrap {
    white-space: pre-wrap;
}

/*Three common orientations*/
.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

/*三种常见定位*/

/*flex layout*/
.flex {
    display: flex;
}

.space-between, .justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-baseline {
    align-items: baseline;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

/*flex 布局*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*font size*/
.fz-10 {
    font-size: 10px;
}

.fz-12 {
    font-size: 12px;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-26 {
    font-size: 26px;
}

.fz-34 {
    font-size: 34px;
}

/*字体大小*/

/*Font color*/
.c-09F {
    color: #0099FF;
}

.c-F00 {
    color: #FF0000;
}

.c-999 {
    color: #999999;
}

.c-668 {
    color: #6685A4;
}

.green {
    color: green;
}

.red {
    color: red;
}

.c-B3 {
    color: #B3B3B3;
}

.c-036 {
    color: #003366;
}

.c-fff {
    color: #FFFFFF;
}

.c-EEE {
    color: #EEEEEE;
}

/*Font weight*/
.bold {
    font-weight: bold;
}

/*Background-color*/
.bg-F8 {
    background-color: #F8F8F8;
}

.bg-green {
    background-color: green;
}

.bg-red {
    background-color: red;
}

.bg-09F {
    background-color: #0099FF;
}

/*margin*/
.mt-4 {
    margin-top: 4px;
}

.mt-10 {
    margin-top: 10px;
}

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

.mt-20 {
    margin-top: 20px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-34 {
    margin-top: 34px;
}

.mt-37 {
    margin-top: 37px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-52 {
    margin-top: 52px;
}

.mt-84 {
    margin-top: 84px;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-4 {
    margin-right: 4px;
}

.mr-9 {
    margin-right: 9px;
}

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

.mr-12 {
    margin-right: 12px;
}

.mr-14 {
    margin-right: 14px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-37 {
    margin-right: 37px;
}

.mr-57 {
    margin-right: 57px;
}

.mr-62 {
    margin-right: 62px;
}

.mr-86 {
    margin-right: 86px;
}

.mb-5 {
    margin-bottom: 5px
}

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

.mb-12 {
    margin-bottom: 12px;
}

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

.mb-17 {
    margin-bottom: 17px;
}

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

.mb-30 {
    margin-bottom: 30px;
}

.ml-auto {
    margin-left: auto;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

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

.ml-9 {
    margin-left: 9px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-19 {
    margin-left: 19px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-22 {
    margin-left: 22px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-32 {
    margin-left: 32px;
}

.ml-36 {
    margin-left: 36px;
}

.ml-44 {
    margin-left: 44px;
}

.ml-48 {
    margin-left: 48px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-352 {
    margin-left: 352px;
}

/*text-align*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

/*width*/
.w-20 {
    width: 20px;
}

.w-25 {
    width: 25px;
}

.w-36 {
    width: 36px;
}

.w-38 {
    width: 38px;
}

.w-40 {
    width: 40px;
}

.w-60 {
    width: 60px;
}

.w-72 {
    width: 72px;
}

.w-76 {
    width: 76px;
}

.w-80 {
    width: 80px;
}

.w-82 {
    width: 82px;
}

.w-84 {
    width: 84px;
}

.w-90 {
    width: 90px;
}

.w-105 {
    width: 105px;
}

.w-110 {
    width: 110px;
}

.w-118 {
    width: 118px;
}

.w-120 {
    width: 120px;
}

.w-128 {
    width: 128px;
}

.w-140 {
    width: 140px;
}

.w-136 {
    width: 136px;
}

.w-160 {
    width: 160px;
}

.w-350 {
    width: 350px;
}

.header-title span {
    color: #003366;
}

.header-title span:first-child {
    font-size: 22px;
}

.header-title span:not(:first-child) {
    font-size: 16px;
    margin-left: 8px;
}

.header-title img {
    transform: translateY(-4px);
    margin-left: 8px;
}

/*iframe 打开详情*/
.body-center iframe {
    margin-top: 12px;
    height: calc(100vh - 64px);
    width: 100%;
}

.iframe-tab-title {
    width: 100%;
    overflow: auto;
    display: flex;
    height: 35px;
    margin: 6px 0 2px;
    white-space: nowrap;
}

.iframe-tab-title li {
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    text-align: center;
    padding: 0 8px;
    background-color: #ECECEC;
    margin-right: 1px;
    display: flex;
    align-items: center;
}

.iframe-tab-title li p {
    color: #333333;
    width: 120px;
    display: inline-block;
    overflow: hidden;
    margin-right: 9px;
    margin-left: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iframe-tab-title li.tab-this {
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    border-top: 2px solid #0099FF;
    background-color: #FFFFFF;
}

/*表格th遮挡层*/
.thMask {
    display: none;
    position: fixed;
    z-index: 99999;
    cursor: col-resize;
}

/*下拉框样式*/
.drop-list input {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding-right: 20px;
    background: url("/static/img/xia.png") center right no-repeat;
    color: #666666;
    cursor: pointer;
    padding-left: 5px;
}

.drop-list-box {
    width: 100%;
    background: #FFFFFF;
    max-height: 176px;
    border: 1px solid #D9D9D9;
    display: none;
    z-index: 1;
    overflow: auto;
}

.drop-list-box li {
    padding-left: 5px;
}

.drop-list-box li:hover {
    color: #FFFFFF;
    background-color: #1a9afc;
}

.drop-list:hover input {
    border: 1px #57c5f7 solid;
}

.dropdown-menu {
    min-width: 110px !important;
    box-shadow: 0px 2px 4px 0px #0099FF !important;
}

.dropdown-menu > li > a {
    color: #0099ff !important;
    padding: 3px 20px 3px 10px !important;
}

.hint-words2 {
    position: relative;
}

.hint-words2:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #FF0000;
    border-radius: 50%;
    top: 6px;
}

/*左边label，右边input*/
.my-label {
    width: 82px;
    text-align: right;
}

.fill-box {
    width: 20rem;
    border: none;
    border-bottom: 1px solid #00D2FF;
    margin-left: 18px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}

/*iconfont*/
.icon-success, .icon-error, .icon-question {
    border-radius: 50%;
    vertical-align: middle;
}

.icon-success, .icon-error {
    width: 20px;
    height: 20px;
}

.icon-success::before, .icon-error::before, .icon-question::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
}

.icon-success::before {
    content: '\2713';
}

.icon-error::before {
    content: '\2715';
}

.icon-required {
    margin-right: 5px;
    color: #FF1D25;
}

.icon-question {
    width: 18px;
    height: 18px;
    border: 1px solid #FFFFFF;
}

.icon-question::before {
    content: '?';
}

.icon-load, .icon-bang {
    width: 18px;
    height: 18px;
}

/*感叹号*/
.icon-bang {
    border: 1px solid red;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-bang::before {
    content: '\00A1';
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    color: red;
}

/*loading旋转*/
.icon-load {
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -9px;
    border-radius: 50%;
    border: 1px solid;
    border-color: rgba(153, 153, 153, 1) #DDDDDD #DDDDDD;
    /*background: linear-gradient(0deg, #999, #DDD);*/
    /*mask: radial-gradient(transparent 8px, #999 0);*/
    /*-webkit-mask: radial-gradient(transparent 8px, #999 0);*/
    animation: load 1s linear infinite;
    -webkit-animation: load 1s linear infinite;
}

@keyframes load {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-add, .icon-reduce {
    border: 1px solid #0099FF;
    border-radius: 50%;
}

.icon-add::before {
    content: '+';
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0099FF;
}

.icon-reduce::before {
    content: '-';
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0099FF;
}

.icon-audit {
    width: 16px;
    height: 16px;
    color: #FFFFFF;
    background-color: #FF0000;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    margin-right: 4px;
}

.icon-left-arrow::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
}

/*红底白字*/
.icon-red-white {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #FF0000;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

/*大标题下面的蓝线*/
.border-bottom-blue {
    width: 100%;
    height: 24px;
    border-bottom: 1px solid #00D2FF;
    margin-bottom: 30px;
}

.icon-up-arrow:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    top: 58%;
    right: 6px;
    transform: translateY(-50%) rotate(45deg);
}


