html, body {
    width: 100%;
    height: 100%;
    background: #edf0f5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #949494;
    /*position: relative;*/
    -webkit-overflow-scrolling: touch;
}
html {
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    /*-ms-overflow-style:none;*/
    /*火狐下隐藏滚动条*/
    /*overflow:-moz-scrollbars-none;*/
}
/*Chrome下隐藏滚动条，溢出可以透明滚动*/
html::-webkit-scrollbar{width:0px}
input[type=tel],input[type=number],input[type=text],input[type=datetime-local],select,option,textarea{
    -webkit-appearance: none;
    /*line-height: 31px;*/
    box-shadow: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.form-control {
    box-shadow: none !important;
}
select{
    position: relative;
    display: block;
    z-index: 2;
    background-color: transparent!important;
}
.k-m0{
    margin-bottom: 0px;
}
.k-arrow:after {
    position: absolute;
    font-style: normal;
    right: 20px;
    top: 8px;
    font-family: iconfont;
    content: "\e63b";
    color:#0e6ab7;
    cursor: pointer;
    z-index: 1;
}
.k-arrow-30:after {
    top: 30px;
}
.k-nav{
    padding: 10px 0;
    border-bottom: 1px solid #eceff4;
    background: #0e6ab7;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    z-index: 999;
    position: fixed;
    width: 100%;
}
.k-nav p{
    float: left;
    margin: 0;
    /*margin-top: 5px;*/
    margin-left: 20px;
}
.k-nav-logo{
    height: 30px;
    float: left;
    margin-top: 5px;
    cursor: pointer;
}
.k-tool{
    list-style: none;
    float: right;
    color: #459ae0;
    /*margin-top: 5px;*/
    margin:0;
}
.k-tool li{
    float: left;
    margin: 0 10px;
    cursor: pointer;
    transition: all .4s;
}
.k-tool li:nth-of-type(2):hover{
    color: #fff;
}
.user{
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/man.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    /*margin-top: 12px;*/
    margin-top: 11px;
}
.k-tool .iconfont{
    display: block;
    user-select: none;
    font-size: 20px;
}
.k-aside{
    width: 280px;
    /*height: 100%;*/
    background: #222d32;
    box-shadow: 0 20px 20px 0 rgb(216, 225, 232);
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
}
.k-aside-menu{
    list-style:none;
    padding:0;
    font-size: 14px;
    background: #182023;
}
.k-aside-menu p{
    margin: 0;
    padding: 20px 0;
    text-indent: 1em;
    user-select: none;
    cursor: pointer;
    color: #b9b9b9;
    /*background-color: #fff;*/
}
.k-aside-menu>li{

}
.k-aside-menu-dot{
    color:  #0e6ab7;
}
.k-drop{
    float: right;
    transition: all .2s;
}
.k-drop-90{
    transform:rotate(90deg);
}
.k-aside-menu-sec{
    display: none;
}
.k-aside-menu-sec{
    list-style: none;
    padding: 0;
    /*background: #f9fafe;*/

}
.k-aside-menu-sec li{
    text-indent: 3em;
    padding: 10px 0;
}
.k-aside-menu-fir{
    border-left: 10px solid #182023;
    border-right: 10px solid #182023;
    box-sizing: border-box;
    transition: all .2s;
}
.k-choose{
    /*border-left: 6px solid #182023;*/
    /*box-sizing: border-box;*/
    color: #fff;
}
.k-main{
    -ms-overflow-style: scrollbar; /* IE 滚动条显示 2019-01-25*/
    background: #fff;
    /*width: 80%;*/
    box-shadow: inherit;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 295px;
    padding: 15px 0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.k-table{
    /*overflow: scroll;*/
    overflow-x: auto;
}
.control-label{
    color: #4f9ad8;
    padding: 0;
    text-align: left!important;
    float: left!important;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.k-btn{
    margin-right: 30px;
    background: #0e6ab7;
    color: #fff;
    outline: none;
    border:#107ad2;
}
.k-btn:hover{
    background: #107ad2;
    outline: none;
}
.btn:focus {
    background: #107ad2;
    outline: none;
}
.k-btn:active{
    background: #128aee!important;
    outline: none!important;
}
.k-searchArea{
    padding: 15px 0;
    overflow: hidden;
    display: block;
    width: 100%;
}
.k-list-detail{
    color: #0e6ab7;
    cursor: pointer;
}
th{
    color: #4f9ad8;
}
.blue-text{
    color: #fff !important;
    background: #0e6ab7;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.blue-text1{
    color: #4f9ad8 !important;
    size: 20px;
}
.k-clear{
    clear: both;
}
tr th:first-child{
    text-indent: 1em;
}
tr td:first-of-type{
    text-indent: 1em;
}
.k-line{
    width: 100%;
    height: 1px;
    background: #edf0f5;
}
.k-page{
    color: #4f9ad8;
}
a,a:visited,a:active{
    color: #b9b9b9;
    transition: all .2s;
}
a:hover{
    color: #4f9ad8;
}
.pager .previous > a, .pager .previous > span,.pager .next > a, .pager .next > span{
    float: unset;
    user-select: none;
    cursor: pointer;
    transition: all .2s;
    border-radius: 50px;
}
.pager .previous > a, .pager .previous > span:hover,.pager .next > a, .pager .next > span:hover{
    background: #fff;
    border: 1px solid #4f9ad8;
    color: #4f9ad8;

}
.k-main-10per{
    margin: 0 10%;
}
.k-searchInput{
    height: 30px;
    border-radius: 20px;
    color: #0e6ab7;
    font-size: 12px;
    line-height: 30px;
    width: 0;
    text-indent: 1em;
    background: #fff;
    margin-top: 5px;
    transition: all .4s;
    overflow: hidden;
}
.k-searchInput-input{
    width: 230px;
    height: 100%;
    outline: none;
    border: none;
}
.k-searchInput-but{
    display: block;
    width: 50px;
    height: 100%;
    border-left: 1px solid #eaeaea;
    float: right;
    transition: all .3s;
}
.k-searchInput-but:hover{
    background: #edf0f5;
    color: #4f9ad8;
}
.k-search-on{
    width: 300px!important;
}
table{width:100%;}
table td{word-break: keep-all;white-space:nowrap;}
.k-mine-img{
    width: 200px;
    height: 200px;
    background-color: #fff;
    background-image: url("../img/man.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px;

}
.k-title{
    font-size: 14px;
    color: #b9bfca;
}
.k-tips{
    color: #b9bfca;
}
.k-filter{
    width: 50px;
    height: 50px;
    background: #0e6ab7;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgb(216, 225, 232);
}
.k-filter .iconfont{
    color: #fff;
    line-height: 54px;
    width: 50px;
    text-align: center;
    display: block;
    font-size: 22px;
    user-select: none;
}
.k-m-menu-black{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: absolute;
    z-index: 99;
}
.k-m-drop{
    float: right;
    transition: all .2s;
}
.k-nav-logo-text{
    font-size: 14px;
    line-height: 30px;
    margin-top: 0;
    margin-left: 10px;
}
.k-n-nav{
    padding: 0;
    background: #0e6ab7;
    color: #fff;
    z-index: 999;
    position: fixed;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    box-shadow: none;
    transition: box-shadow .4s;
}
.k-m-menu-icon{
    font-size: 30px;
}
.k-m-menu{
    list-style: none;
    width: 100%;
    padding: 0;
    margin-top: 10px;
}
.k-m-menu{
    width: 100%;
    background: #0d5a9a;
    padding: 15px;
    margin: 0;
}
.k-m-menu li{
    line-height: 40px;
}
.k-hide {
    display: none;
}
.k-m-nav{
    padding: 10px 15px;
}
#k-m-searchInput{
    display: none;
    width: 300px;
    margin-bottom: 10px;
}
.k-m-menu-list{
    display: none;
}
.k-disabled{
    cursor: not-allowed!important;
    color: #d0d0d0!important;
}
.k-disabled:hover{
    border: 1px solid #ddd!important;
}
.k-user-info{
    margin-top: 30px;
}
.k-m-search-in{
    width: 50%;
    background: #fff;
    height: 100%;
    float: left!important;;
}
.k-m-search-in input{
    float: left;
    width: 100%;
    border: none;
    text-indent: 1em;
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
select::-ms-expand { display: none; }
textarea{
    resize:none
}
#k-Nonstandard{
    display: none;
    overflow: hidden;
}
.k-icon-add{
    margin-left: .5em;
    font-size: 18px;
    cursor: pointer;
    transition: all .2s;
}
.k-icon-add:hover{
    color: #0e6ab7;;
}
.k-btn-danger {
    color: #fff;
    background-color: #cc2424;
    border-color: #b62020;
    margin-right: 30px;
}
.k-btn-danger:hover{
    background-color: #e64432;
    outline: none;
}
.btn-danger:focus {
    background-color: #e64432;
    outline: none;
}
.k-btn-danger:active{
    background-color: #ff4b36 !important;
    outline: none!important;
}
.k-save-tips-bg{
    background: rgba(255, 255, 255, 0.4);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    z-index: 99999;
}
.k-save-tips{
    position: absolute;
    width: 200px;
    /*height: 100px;*/
    background: #fff;
    left: 50%;
    margin-left: -100px;
    top:50%;
    margin-top: -50px;
    box-shadow: 0 10px 20px 0 rgb(216, 225, 232);
    /*line-height: 50px;*/
    text-align: center;
    padding: 10px;
}
.k-save-tips .iconfont{
    font-size: 40px;
    color: #4f9ad8;
}
.k-save-but{
    float: right;
}

.k-inline-tab{
    display: inline-block;
    margin-right: 1em;
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    .btn_mar_15{
        margin-top: 15px;
    }
    .k-main{
        left: 0;
        width: 100%;
        top: 70px;
    }
    .k-tool {
        list-style: none;
        float: right;
        color: #459ae0;
        margin: 0;
        width: 100%;
        padding: 0;
    }
    .k-tool li{
        float: right;
    }
    .k-mar-15{
        margin: 15px 0;
    }
    .k-n-nav-on{
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    }
    .k-nav-logo{
        height: 20px;
    }
    .k-aside-menu-fir {
        border-left: none;
        border-right: none;
        box-sizing: border-box;
        transition: all .2s;
    }
    .k-m-menu li {
        line-height: 40px;
    }
    .k-aside-menu-sec {
        background: #0d5a9a;
    }
    .k-aside-menu-sec li{
        line-height: 20px;
    }
    .k-choose{

    }
    .user {
        width: 20px;
        height: 20px;
        margin-top: 5px;
    }
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .k-save-but{
        float: unset;
        display: block;
        margin: 15px auto;
    }
    .k-arrow:after {
        top: 30px;
    }
}

.k-authority{
    display: block;
}

[data-target="#task"]{
    display: none;
}

.k-exp-text{font-size: 12px!important;line-height: 20px;}
.k-exp-text:hover{
    color: #0f69b8;
}
.line-h-30{
    line-height: 30px;
}
.line-h-24{
    line-height: 24px;
}

.flatpickr-input[disabled]{cursor:not-allowed!important; background: #eee!important;}
.flatpickr-input[readonly]{cursor:pointer; background: #fff;}

/*新增样式 created by ds*/

.k-register-left{
    width: 40%;
    margin-right: 20%;
    float: left;
}

.k-register-right{
    width: 40%;
    float: left;
}

.k-min-width{
    min-width: 100px;
}

.dangerous_height{
    background-color: #ff233e;
}
.dangerous_middle{
    background-color: #ffff4f;
}
.dangerous_low{
    background-color: #5fff6b;
    color: #5fff6b;
}


.fake_title_1{
    margin-top: 12px;
    color: #2e6da4;
    cursor: pointer;
}
.fake_title_2{
    margin-top: 4px;
    color: #2e6da4;
    cursor: pointer;
}
.test{
    display: none;
    position: absolute;
    width: 140px;
    height: 100px;
    background: #fff;
    left: 72%;
    margin-left: 37px;
    top: 75px;
    text-align: center;
    color: black;
    border-radius: 8px;
    box-shadow: 0 3px 10px 0 rgb(21, 56, 107);
}
.select_dan{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
}
.paddchange{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
}
.fake{
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: #fff;*/
}
.kcc,.gk{
    width: 40%;
    height: 200px;
    text-align: center;
    background-color: #bcbfc4;
    line-height: 200px;
    transition: all .2s;
    cursor: pointer;
    border-radius: 6px;
}
.kccthird,.gkthird{
    width: 40%;
    height: 200px;
    text-align: center;
    background-color: #bcbfc4;
    line-height: 200px;
    transition: all .2s;
    cursor: pointer;
    border-radius: 6px;
}
.kccsec,.gksec{
    margin-top: 20px;
    width: 40%;
    height: 200px;
    text-align: center;
    background-color: #bcbfc4;
    line-height: 200px;
    transition: all .2s;
    cursor: pointer;
    border-radius: 6px;
}
.kcc{
    float: left;
}
.gk{
    float: right;
}
.kccsec{
    float: left;
}
.gksec{
    float: right;
}
.kccthird{
    float: left;
}
.gkthird{
    float: right;
}
.control-label-dan{
    color: #d81a2a;
    padding: 0;
    text-align: left!important;
    float: left!important;
}
.doticon{
    color: #d81a2a;
    margin-left: 20px;
}
@media (max-width:768px) {
    .posCenter{
        top: 20%!important;
    }
    .kcc,.gk,.kccsec,.gksec{
        width: 100%;
        margin-bottom: 20px;
    }
}
.gk:hover,.kcc:hover{
    background-color:#2e6da4;
    color: #fff;
    box-shadow: 0 8px 10px 0 rgba(46, 109, 164, 0.57);

}
.gksec:hover,.kccsec:hover{
     background-color:#2e6da4;
     color: #fff;
     box-shadow: 0 8px 10px 0 rgba(46, 109, 164, 0.57);

 }
.gkthird:hover,.kccthird:hover{
    background-color:#2e6da4;
    color: #fff;
    box-shadow: 0 8px 10px 0 rgba(46, 109, 164, 0.57);
}
.bigfontsieze{
    font-size: 23px;
}
.posCenter{
    position: absolute;
    width: 60%;
    height: 100px;
    left: 50%;
    margin-left: -30%;
    top: 50%;
    margin-top: -100px;
}
.posCenterSecond{
    position: absolute;
    width: 60%;
    height: 100px;
    left: 50%;
    margin-left: -30%;
    top: 30%;
    margin-top: -100px;
}
.posCenterThird{
    position: absolute;
    width: 60%;
    height: 100px;
    left: 50%;
    margin-left: -30%;
    top: 80%;
    margin-top: -100px;
}
.dropDrop_content{
    display: none;
}
.dropDrop_content_2{
    display: none;
}

.div_top{
    margin-top: 20px;
}

.k-btn-new{
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #0e6ab7;
    color: #fff;
    outline: none;
    border:#107ad2;
    border-radius: 5px;
}

.alert-p{
    max-height: 120px;
    overflow: auto;
}

@media (max-width: 768px) {
    .test{
        display: none;
        position: absolute;
        width: 140px;
        height: 100px;
        background: #fff;
        left: 54%;
        margin-left: 37px;
        top: 75px;
        text-align: center;
        color: black;
        border-radius: 8px;
        box-shadow: 0 3px 10px 0 rgb(21, 56, 107);
    }
}

@media (max-width: 840px) {
    .k-aside-menu{
        list-style:none;
        padding:0;
        font-size: 12px;
    }
}
.datepicker-months tr td:first-of-type,
.datepicker-years tr td:first-of-type,
.datepicker-decades tr td:first-of-type,
.datepicker-centuries tr td:first-of-type{
    text-indent: 0;
}
select.form-control[data-guid]{
    z-index: 0;
}
.fht-fixed-column .fht-tbody .fht-table.table.table-striped.table-hover tr{
    height: 48px;
}
._uu{
    display: none;
}
.delEmpty{
    cursor: pointer;
    user-select: none;
    color: #f04b39;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    display: block;
    margin-top: 19px;
    text-align: center;

}
.br0{
    border-radius: 0;
}
.asideMenuIcon{
    margin-right: 15px;
    color: #b9b9b9;
}
@media screen and (max-device-width:960px){
    .pager.k-page *{
        float: left;
    }
    .m-lh-30{
        line-height: 30px;
        margin: 0 15px;
    }
}
em{
    font-style: normal;
}