﻿html, body, div, span, td, li, a, button, input, select, marquee {
    /*    font-family:Avenir,Arial, Helvetica,fangsong,"宋体" !important;*/
    font-family: Avenir,Arial, Helvetica !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}
html, body {
height:100%;
width:100%;
overflow:hidden
}

/* 设置滚动条的样式 */ 
::-webkit-scrollbar {
  width: 5px!important;
  height:5px!important;
}
/* 滚动槽 */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #E6E6E6!important;
  background: #E6E6E6!important;
  border-radius: 5px!important;
  width: 5px!important;
  height:5px!important;
}
/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
  border-radius: 5px!important;
  background: #058BE9!important;
  -webkit-box-shadow: inset 0 0 6px #E6E6E6!important;
  width: 5px!important;
  height:5px!important;
}

.popover {
    max-width: none;
    height: auto;
}

.popover-title {
    font-size: 19px;
    font-weight: bold;
}
/*系统中所用树的相关样式-ql-start*/
.treediv {
    padding: 0px 170px 0px 170px;
}

    .treediv:first-child > div {
        text-align: right;
        margin-bottom: 10px;
    }

.ztree * {
    font-size: 18px;
}

ul#rMenu {
    position: absolute;
    visibility: hidden;
    top: 0;
    background-color: rgba(61, 61, 61, .0);
    text-align: left;
    padding: 2px;
    -webkit-box-shadow: 3px 5px 5px rgba(61, 61, 61, .5);
    -moz-box-shadow: 3px 5px rgba(61, 61, 61, .5);
    box-shadow: 3px 5px 5px rgba(61, 61, 61, .5);
}

    ul#rMenu li {
        padding: 10px;
        cursor: pointer;
        list-style: none outside none;
        background-color: white;
    }
/*系统中所用树的相关样式-ql-end*/

/*因button.css与树的样式冲突; 当需要用树形插件时，删除button.css，改用以下按钮样式-ql-start*/

.combtn-lg { /*确定按钮-大*/
    background-color: #058BE9;
    width: 100px;
    height: 35px;
    border: 1px solid #0369b1;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px 5px !important;
    margin-left: 0px;
}

    .combtn-lg:hover {
        background-color: #0a81d4;
        width: 100px;
        height: 35px;
        border: 1px solid #034573;
        color: #FFF;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 0px;
    }

    .combtn-lg:active {
        background-color: #056eb8;
        width: 100px;
        height: 35px;
        border: 1px solid #034573;
        color: #FFF;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 0px;
        box-shadow: rgba(3,98,166,0.6) 0px 0px inset;
    }

.combtn-big { /*确定按钮-中*/
    background-color: #058BE9;
    width: 80px;
    height: 35px;
    border: 1px solid #0369b1;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px 5px !important;
    margin-left: 20px;
}

    .combtn-big:hover {
        background-color: #0a81d4;
        width: 80px;
        height: 35px;
        border: 1px solid #034573;
        color: #FFF;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 20px;
    }

    .combtn-big:active {
        background-color: #056eb8;
        width: 80px;
        height: 35px;
        border: 1px solid #034573;
        color: #FFF;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 20px;
        box-shadow: rgba(3,98,166,0.6) 0px 0px inset;
    }


.combtn-small { /*确定按钮-小*/
    background-color: #058BE9;
    width: 75px;
    height: 27px;
    border: 1px solid #0369b1;
    color: #FFF;
    font-size: 15px;
    border-radius: 5px 5px !important;
    margin-left: 5px;
}

    .combtn-small:hover {
        background-color: #0a81d4;
        width: 75px;
        height: 27px;
        border: 1px solid #034573;
        color: #FFF;
        font-size: 15px;
        border-radius: 5px 5px !important;
        margin-left: 5px;
    }

    .combtn-small:active {
        background-color: #056eb8;
        width: 75px;
        height: 27px;
        border: 1px solid #034573;
        color: #FFF;
        font-size: 16px;
        border-radius: 5px 5px !important;
        margin-left: 5px;
        box-shadow: rgba(3,98,166,0.6) 0px 0px inset;
    }

.combtn-small50 { /*确定按钮-小宽度为百分之50*/
    background-color: #058BE9;
    /*width: 58px;*/
    height: 27px;
    border: 1px solid #0369b1;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px 5px !important;
    margin-left: 5px;
}

    .combtn-small50:hover {
        background-color: #0a81d4;
        height: 27px;
        border: 1px solid #034573;
        color: #FFF;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 5px;
    }

    .combtn-small50:active {
        background-color: #056eb8;
        height: 27px;
        border: 1px solid #034573;
        color: #FFF;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 5px;
        box-shadow: rgba(3,98,166,0.6) 0px 0px inset;
    }

.combtn-out-lg { /*退出按钮-大*/
    background-color: red;
    width: 100px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px !important;
    margin-left: 20px;
}

    .combtn-out-lg:hover {
        background-color: red;
        width: 100px;
        height: 35px;
        border: none;
        color: #fff;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 20px;
    }

    .combtn-out-lg:active {
        background-color: red;
        width: 100px;
        height: 35px;
        border: none;
        color: #fff;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 20px;
    }

.combtn-out-lg-or { /*退出按钮-大*/
    background-color: orange;
    width: 100px;
    height: 35px;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px !important;
    margin-left: 20px;
}

    .combtn-out-lg-or:hover {
        background-color: orange;
        width: 100px;
        height: 35px;
        border: none;
        color: #fff;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 20px;
    }

    .combtn-out-lg-or:active {
        background-color: orange;
        width: 100px;
        height: 35px;
        border: none;
        color: #fff;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 20px;
    }


.combtn-cancel-lg { /*取消按钮-大*/
    background-color: #f2f2f2;
    width: 100px;
    height: 35px;
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 14px;
    border-radius: 5px 5px !important;
    margin-left: 20px;
}

    .combtn-cancel-lg:hover {
        background-color: #ebebeb;
        width: 100px;
        height: 35px;
        border: 1px solid #b3b3b3;
        color: #666666;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 20px;
    }

    .combtn-cancel-lg:active {
        background-color: #e0e0e0;
        width: 100px;
        height: 35px;
        border: 1px solid #b3b3b3;
        color: #666666;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 20px;
        /*box-shadow: rgba(3,98,166,0.6) 10px 10px inset;*/
    }

.combtn-cancel-big { /*取消按钮-中*/
    background-color: #f2f2f2;
    width: 80px;
    height: 35px;
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 14px;
    border-radius: 5px 5px !important;
    margin-left: 20px;
}

    .combtn-cancel-big:hover {
        background-color: #ebebeb;
        width: 80px;
        height: 35px;
        border: 1px solid #b3b3b3;
        color: #666666;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 20px;
    }

    .combtn-cancel-big:active {
        background-color: #e0e0e0;
        width: 80px;
        height: 35px;
        border: 1px solid #b3b3b3;
        color: #666666;
        font-size: 14px;
        border-radius: 5px 5px !important;
        margin-left: 20px;
        /*box-shadow: rgba(3,98,166,0.6) 10px 10px inset;*/
    }
/*因button.css与树的样式冲突; 当需要用树形插件时，删除button.css，改用以下按钮样式-ql-end*/

/*覆盖bootstraptable部分样式-ql-start*/
.fixed-table-header > table > thead {
    /*background-color: rgba(9,110,215,0.3) !important;*/
    background: #eef3f5 !important;
}

.fixed-table-body > table tr:nth-child(even) {
    background: #ffffff!important;
}

.fixed-table-body > table tr:nth-child(odd) {
    background: #ffffff !important;
}

.fixed-table-body > table tr:hover {
    background: rgba(0,255,255,0.3) !important;
}

.fixed-table-header > table > thead > tr > th {
    /*border: #058be9 !important;*/
}
/*
.fixed-table-body > table > tbody > tr > td {
    border: none !important;
}*/
/*覆盖bootstraptable部分样式-ql-end*/



/*图标弹出框的相关样式-ql-start*/
ul.the-icons {
    list-style: none;
}

    ul.the-icons > li {
        cursor: pointer;
    }

        ul.the-icons > li:hover {
            background-color: #eeeeee;
        }
/*图标弹出框的相关样式-ql-end*/
/*遮罩框-ql-start*/
.zhezhao {
    position: absolute;
    width: 100%;
    top: 55%;
    margin-top: -150px;
    height: 300px;
    text-align: center;
    display: none;
}
/*遮罩框ql--end*/

/*树形样式修改-ql-start*/
.chk {
    padding-right: 15px !important;
    padding-bottom: 14px !important;
    background-position-y: -4px !important;
    margin-top: 1px !important;
}
/*树形样式修改-ql-end*/
/*footer样式，因避免与前天框架类名冲突，故用自己名字命名-ql-start*/
.ql_footer {
    background-color: white;
    height: 22px;
    position: fixed;
    bottom: 0px;
    color: #808080;
    text-align: center;
    width: 100%;
    border-top: 1px solid #cccccc;
}
/*footer样式，因避免与前天框架类名冲突，故用自己名字命名-ql-end*/

/*汉字宋体*/
.control-label, label, div, span, button {
    font-family: 'Microsoft YaHei';
    padding-left: 0px;
    padding-right: 0px;
}

i {
    font-family: none;
}

/*数字和英文新罗马*/
.EnglishAndNumber {
    font-family: Times New Roman;
}
/*必填红色星号*/
.redstar:after {
    content: ' *';
    color: red;
    font-size: 100%;
}
/*垂直水平居中*/
.Absolute-Center {
    height: 50%;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.iframe_mar_top {
    /*margin-top: 10px;*/
}

/*div内元素垂直居中*/

.ql_ver {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ql_ver2 {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.vh_absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.ql_ver_absolute {
    border: 1px solid #ddd;
    width: 70%;
    min-height: 90%;
    padding: 10px;
    padding-top: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*margin-top:20px;*/
}
.floatleft {
    float:left
}
.ql_auto {
    border: 1px solid #ddd;
    width: 70%;
    min-height: 90%;
    padding: 10px;
    padding-top: 30px;
    margin:0 auto;
    margin-top:20px;
}

.Absolute-Center70 {
    border: 1px solid #ddd;
    height: 90%;
    width: 70%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.vhcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}


.length200 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
    margin: 0 auto;
}


@-moz-keyframes qlshanshukuang {
    0% {
        box-shadow: 0 0 10px #00FFFF;
    }

    50% {
        box-shadow: 0 0 20px #00FFFF;
    }

    100% {
        box-shadow: 0 0 10px #00FFFF;
    }
}

@-webkit-keyframes qlshanshukuang {
    0% {
        box-shadow: 0 0 10px #00FFFF;
    }

    50% {
        box-shadow: 0 0 20px #00FFFF;
    }

    100% {
        box-shadow: 0 0 10px #00FFFF;
    }
}

.qlwindowshow {
    animation-iteration-count: infinite;
    animation-name: qlshanshukuang;
    animation-duration: 3s;
    border-radius: 5px;
}


/*遮罩---------------*/
.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}


/*LOADER-7*/
.loader-7 .line {
    width: 8px;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1ee95d), to(#5714ce));
    background: -webkit-linear-gradient(top, #1ee95d, #5714ce);
    background: linear-gradient(to bottom, #1ee95d, #5714ce);
}

.loader-7 .line1 {
    left: 0;
    -webkit-animation: line-grow 0.5s ease alternate infinite;
    animation: line-grow 0.5s ease alternate infinite;
}

.loader-7 .line2 {
    left: 20px;
    -webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;
    animation: line-grow 0.5s 0.2s ease alternate infinite;
}

.loader-7 .line3 {
    left: 40px;
    -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
    animation: line-grow 0.5s 0.4s ease alternate infinite;
}


@-webkit-keyframes line-grow {
    0% {
        height: 0;
    }

    100% {
        height: 75%;
    }
}

@keyframes line-grow {
    0% {
        height: 0;
    }

    100% {
        height: 75%;
    }
}
/*遮罩---------------*/

.ComQuweyBrn {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}

.mobiletitle {
    color: #000 !important;
    font-size: 17px !important;
}
.loader_bg {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 9;
    position: fixed;
}

.loader {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
    left: calc(50% - 120px);
    top: calc(50% - 120px);
    z-index: 999;
}
/*LOADER-1*/

.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid #f50057;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid #f50057;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid #f50057;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}