/*css 初始化*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100vh;
    font-size: 16px;
}

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
button:focus{
    outline: none;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;

}

select, input {
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}

select, input, textarea {
    font-size: 1px;
    margin: 0;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}


body::-webkit-scrollbar {
    display: none;
    font-family: Microsoft YaHei, Arial, "\5b8b\4f53";
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input, select {
    border-radius: 2px;
    border: 1px solid #DFEAFF;
    display: inline-block;
}

a {
    text-decoration: none;
    color: #777;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #666;
}

/*登录*/
.login_title {
    color: #fff;
    font-size: 18px;
    margin: 5px;
}

/*.loginbox {
    position: absolute;
    max-width: 30%;
    padding: 20px;
    margin: 7% 0 0 65%;
    background-color: #61717D;
    opacity: 0.8;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e3e3e3;
}*/
.loginbg {
    width: 75%;
    height: 90%;
    margin: 30px 0 30px 5%;
    float: left;
    border-radius: 20px;
}

.loginbox {
    position: absolute;
    width: 18%;
    height: 60%;
    padding: 30px;
    margin: 8% 0 0 69%;
    background-color: white;
    opacity: 1;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e3e3e3;
    float: right;
}

.bidTitle {
    color: rgb(109, 233, 0);
    font-size: 2rem;
    font-weight: 600;
}

.logCon {

    margin: 7% 0px;
    display: flex;
    line-height: 34px;
    align-items: center;
    width: 100%;
    height: 41px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
}

.logCon > input {

    width: 100%;
    margin-left: 0px;
    height: 35px;
    line-height: 1.42857143;
    border-radius: 0;
    text-indent: 10px;
    padding: 12px 12px;
    border: none;
    color: #555555;
    background-color: #fff;
    background-image: none;
    font-size: 14px;

    font-weight: bold;
    color: #555555;
    line-height: 33px;
}



.logingBut {
    width: 100%;
    height: 35px;
    background-color: #2745C6;
    text-align: center;
    text-indent: 0px;
    border-radius: 40px;
    padding: 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}


.logcheck {
    justify-content: flex-start;
    color: #ccc;
    font-size: 13px;
    height: 30px;
    margin-left: 65%;
}

.logcheck > label {
    margin-bottom: 0;
    color: #999;
    font-weight: 600;
    font-size: 12px;
}

.chenkimg {
    width: 150px;
    height: 34px;
    margin-left: 10px;
    background-color: #FFFFFF;
}

#checkbox {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

input:valid {
    color: #555555;
    /*font-size: 11px;*/
    /*border: 1px solid #DFEAFF;*/
    background: #FFF;
    font-weight: bold;

}

input[required]:valid ~ input[type="submit"] {
    visibility: hidden;
}

/*index首页*/
.header {
    width: 100%;
    color: #fff;
    height: 50px;
    background: linear-gradient(-37deg, #394CFE 0%, #354BFF 100%);
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}

.headerleft {
    min-width: 230px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.headerleft1 {
    width: 40px;
    display: none;
    font-size: 1rem;
    text-align: center;
    background-color: #394CFE;
    overflow: hidden;
}

.qiehuan {
    display: inline-block;
    width: 40px;
    text-align: center;
    color: #fff;
    height: 50px;
    cursor: pointer;
    line-height: 50px !important;
}

.userinfo span {
    color: #fff;
    cursor: pointer;
}

.headerright {
    width: 100%;
    font-size: 0.9rem;
    text-align: right;
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.userinfo {
    font-size: 1rem;
    padding-right: 20px;
    align-items: center;
    display: flex;
    min-width: 250px;
    justify-content: flex-end;
}

.userinfo a {
    margin-left: 5px;
}

.message {
    position: relative;
    padding: 0 10px;
}

.badge {
    position: absolute;
    top: 13px;
    right: 35px;
    line-height: 10px;
    background-color: green;
    height: 15px;
    padding: 3px;
    font-size: 0.5rem;
    border-radius: 50%;
}

.userprofile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.username {
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.usermenu {
    position: fixed;
    display: none;
    top: 51px;
    right: 10px;
    background-color: #394CFE;
    color: #fff;
    padding: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#usershow {
    font-size: 0.6rem;
}

.menuitem {
    border: 1px #fff solid;
    text-align: center;
    padding: 5px;
    font-size: 0.8rem;
    cursor: pointer;
}

.menuitem a {
    color: #fff;
}

/**/
.container {
    overflow: hidden;
    position: fixed;
    background-size: cover;
    margin-top: 10px;
    height: 87%;
    width: 100%;
}

.container1 {
    display: flex;
}

.mainleft {
    min-width: 230px;
    width: 230px;
    background-color: #FFFFFF;
    min-height: 100vh;
}

.mainleft1 {
    display: none;
    width: 40px;
    background-color: #f1f4f6;
    min-height: 100vh;
}

.mainfrght {
    width: 100%;
    min-height: 100vh;
}

.mynav > a {
    display: block;
    padding: 12px 15px;
    font-size: 1.6rem;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 3px solid transparent;
}

.mynav > a > label {
    cursor: pointer;
    letter-spacing: 1px;
    margin: 0;
    font-size: 14px;

    font-weight: bold;
    color: #4777E7;
}

.mynav > span {
    display: block;
    padding-left: 10px;
    height: 50px;
    line-height: 50px !important;
    font-size: 13px;
    color: #333;
}

/*.mynav > a:hover {
    color: #333333;
    background-color: #D4F2E7;
    border-left: 3px solid #18bc9c;
}*/

.mynav > li {
    display: none;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    text-indent: 10px;
}

.mynav > li > a {
    display: block;
    padding: 0 5px 0 20px;
    line-height: 18px;
    font-size: 13px;
    color: #333333;
    letter-spacing: 1px;
}

.mynav > li > a >div> label {
    cursor: pointer;
    margin: 0;
}

/*.selectaitema {*/
    /*color: #333333 !important;*/
    /*background-color: #D4F2E7 !important;*/
    /*border-left: 3px solid #18bc9c !important;*/
/*}*/

.selectaitemli {
    font-weight: bold;
    background-color: #D4F2E7 !important;
    color: #333333 !important;
}

.mynav > li > a:hover {
    color: #333;
}

.rolenav {
    display: block;
    width: 200px;
    font-size: 14px;

    font-weight: bold;
    color: #555555;
}

.showli {
    color: #666;
}

.menuicon {
    width: 22px;
    height: 22px;
    margin-top: -3px;
    margin-right: 5px;
}

.righticon {
    float: right;
    margin-top: 13px;
    margin-right: 20px;
}

#gowelcome {
    cursor: pointer;
    position: absolute;
    left: 15px;
    font-size: 13px;
}

/*表单*/
.forminputbox {
    display: flex;
    width: calc(100% - 500px);
    flex-wrap: wrap;
    justify-content: flex-end;
}

.formbtnbox {
    width: 100%;
    /*padding-bottom: 18px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.formbox {
    display: flex;
    margin-bottom: 10px;
    margin-top: 20px;
}

.form-query {
    width: 200px;
    height: 34px;
    padding-left: 5px;
}

.textinput {
    padding: 1px 5px;
}

.formheader {
    line-height: 34px;
    height: 34px;
    width: 300px;
}

.formheader + .formheader {
    margin-left: 10px;
}

.formheader label {
    color: #666;
    font-size: 1rem;
    margin-bottom: 0px;
}

.page {
    text-align: center;
}

/*按钮*/
.lbtn {
    line-height: 18px;
    text-align: center;
    padding: 6px 12px;
    color: #fff;
    border-radius: 1px;
    margin-left: 5px;
    font-family: "iconfont" !important;
    font-size: 13px;
}

.mbtn {
    /*text-align: center;*/
    /*padding: 5px 12px;*/
    /*color: #fff;*/
    /*border-radius: 1px;*/
    /*font-family: "iconfont" !important;*/
    /*font-size: 13px;*/
    /*margin-left: 10px;*/
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.addimg{
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.mbtn+.mbtn{
    margin-left: 15px;
}
.mbtn1 {
    text-align: center;
    padding: 4px 12px;
    color: #fff;
    border-radius: 1px;
    margin-left: 10px;
    font-family: "iconfont" !important;
    font-size: 13px;
    border-radius: 5px;
}

.sbtn {
    line-height: 16px;
    height: 16px;
    text-align: center;
    padding: 0px 3px;
    color: #fff;
    border-radius: 5px;
    margin-left: 8px;
}

/*按钮 有图标*/
/*未定义按钮*/
.btn-default {
    background-color: rgb(244, 244, 244);
    color: #444;
    border: 1px solid #ddd;
}

.btn-default：hover {
    background-color: rgb(231, 231, 231);
    color: #444;
    border-color: #ddd;
}

.btn-default:before {
    width: 1rem;
    height: 1rem;
    content: "\e9a1";
}

/*刷新按钮*/
/*.rbtn {*/
/*    !*background-color: #FFFFFF;*!*/
/*}*/

/*.rbtn:hover {*/
/*    background-color: rgb(26, 36, 47);*/
/*}*/

/*.rbtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e797";*/
/*}*/

/*导入按钮*/
/*.importBtn {*/
/*    background-color: rgb(102,153,204);*/
/*}*/

/*.importBtn:hover {*/
/*    background-color: rgb(102,133,204);*/
/*}*/

/*.importBtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e868";*/
/*}*/
/*导入按钮*/
.impbtn {
    background-color: #1E90FF;
}

.impbtn:hover {
    background-color: #1E90FF;
}
/*导出按钮*/
/*.exportBtn {*/
/*    background-color: rgb(102,153,204);*/
/*}*/

/*.exportBtn:hover {*/
/*    background-color: rgb(102,133,204);*/
/*}*/

/*.exportBtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e864";*/
/*}*/

.impbtn:before {
    width: 1rem;
    height: 1rem;
    content: "\e862";
}
/*查询*/
/*.querybtn {*/
/*    background-color: rgba(16, 174, 255, 0.8);*/
/*}*/

/*.querybtn:hover {*/
/*    background-color: rgba(16, 174, 255, 1);*/
/*}*/

/*.querybtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e9a1";*/
/*}.querybtn {*/
/*    background-color: rgba(16, 174, 255, 0.8);*/
/*}*/

/*.querybtn:hover {*/
/*    background-color: rgba(16, 174, 255, 1);*/
/*}*/

/*.querybtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e9a1";*/
/*}*/

/*清单按钮*/
/*.math {*/
/*    background-color: #1d8356;*/
/*}*/

/*.math:hover {*/
/*    background-color: #1c7430;*/
/*}*/

/*.math:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e871";*/
/*}*/
/*.drbtn{*/
/*    background-color: rgb(108,148,202);*/
/*}*/
/*.drbtn:hover {*/
/*    background-color: rgb(108,158,202);*/
/*}*/

/*.drbtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e864";*/
/*}*/

/*添加按钮*/
/*.addbtn {*/
/*    background-color: rgb(24, 188, 156);*/
/*}*/

/*.addbtn:hover {*/
/*    background-color: rgba(18, 143, 118, 1);*/
/*}*/

/*.addbtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e78a";*/
/*}*/

/*修改按钮*/
/*.editbtn{*/
/*    background: url("../img/edit-square.png");*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    overflow:hidden*/
/*}*/
/*.editbtn {*/
/*    background-color: rgba(24, 188, 156, 1);*/
/*}*/

/*.editbtn:hover {*/
/*    background-color: rgba(18, 143, 118, 1);*/
/*}*/

/*.editbtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e7a6";*/
/*}*/
/*二维码按钮*/
/*.qrcodebtn {*/
/*    background-color: rgba(	95,158,160, 1);*/
/*}*/

/*.qrcodebtn:hover {*/
/*    background-color: rgba(	95,158,160, 1);*/
/*}*/

/*.qrcodebtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e82f";*/
/*}*/
/*删除按钮*/
/*.delbtn {*/
/*    background-color: rgb(231, 76, 60);*/
/*}*/

/*.delbtn:hover {*/
/*    background-color: rgb(214, 44, 26);*/
/*}*/

/*.delbtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e7f8";*/
/*}*/

/*签到按钮*/
/*.signInBtn {*/
/*    background-color: rgb(108,148,202);*/
/*}*/

/*.signInBtn:hover {*/
/*    background-color: rgb(108,158,202);*/
/*}*/

/*.signInBtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e816";*/
/*}*/

.footer {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 20px;
    /*margin-left: 350px;*/
    /*margin-bottom: 5px;*/
    color: #999;
    font-size: 10px;
}

/*添加项目按钮*/
.addItem {
    background-color: rgb(43, 180, 131);
}

.addItem:hover {
    background-color: rgb(43, 150, 131);
}

.addItem:before {
    width: 1rem;
    height: 1rem;
    content: "\e8d6";
}

/*.kkka {*/
/*    background-color: rgb(100, 149, 237);*/
/*}*/

/*.kkka:hover {*/
/*    background-color: rgb(65, 105, 225);*/
/*}*/

/*.kkka:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e868";*/
/*}*/

/*过期提醒按钮*/
/*.remind {*/
/*    background-color: rgb(255, 213, 7);*/
/*}*/

/*.remind:hover {*/
/*    background-color: rgb(255, 193, 7);*/
/*}*/

/*.remind:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e87c";*/
/*}*/

/*证件按钮*/
/*.certificates {*/
/*    background-color: rgb(205, 133, 63);*/
/*}*/

/*.certificates:hover {*/
/*    background-color: rgb(205, 93, 63);*/
/*}*/

/*.certificates:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e993";*/
/*}*/


/*评估按钮*/
/*.assbtn {*/
/*    background-color: rgba(50, 205, 50, 0.8);*/
/*}*/

/*.assbtn:hover {*/
/*    background-color: rgba(50, 205, 50, 1);*/
/*}*/

/*.assbtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e7db";*/
/*}*/

/*详情按钮*/
/*.detailBtn {*/
/*    background-color: rgb(0, 191, 255);*/
/*}*/

/*.detailBtn:hover {*/
/*    background-color: rgb(0, 171, 255);*/
/*}*/

/*.detailBtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e7b2";*/
/*}*/

/*管控按钮*/
/*.cmbtn {*/
/*    background-color: rgba(0, 191, 255, 0.8);*/
/*}*/

/*.cmbtn:hover {*/
/*    background-color: rgba(0, 191, 255, 1);*/
/*}*/

/*.cmbtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e7b2";*/
/*    !*margin-right: 3px;*!*/
/*}*/

/*上架按钮*/
/*.totop {*/
/*    background-color: rgb(43, 180, 131);*/
/*}*/

/*.totop:hover {*/
/*    background-color: rgb(43, 150, 131);*/
/*}*/

/*.totop:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e7b8";*/
/*}*/

/*下架按钮*/
/*.botto {*/
/*    background-color: rgb(231, 117, 6);*/
/*}*/

/*.botto:hover {*/
/*    background-color: rgb(214, 88, 4);*/
/*}*/

/*.botto:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e8b8";*/
/*}*/

/*公告按钮*/
/*.ggbtn {*/
/*    background-color: rgba(128, 128, 0, 0.8);*/
/*}*/

/*.ggbtn:hover {*/
/*    background-color: rgba(128, 128, 0, 1);*/
/*}*/

/*.ggbtn:before {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    content: "\e8fc";*/
/*}*/

/*按钮 无图标*/
/*重置按钮*/
.rsetbtn {
    background-color: #fff;
    color: #555;
    border: 1px solid #394CFE;
    width: 120px;
    height: 30px;
    border-radius: 15px;
    font-size: 1rem;
    padding: 0;
}

.rsetbtn:before {
    width: 1rem;
    height: 1rem;
}

/*提交按钮*/
.subbtn {
    background-color: #394CFE;
    color: #fff;
    height: 30px;
    width: 120px;
    border-radius: 15px;
    font-size: 15px;
    font-width: 600;
    position: relative;
    margin-right: 25px;
}

.subbtn1 {
    background-color: #394CFE;
    color: #fff;
    height: 30px;
    width: 120px;
    border-radius: 15px;
    font-size: 15px;
    font-width: 600;
}


/*督促按钮*/
.dcbtn {
    /*background-color: rgb(231, 76, 60);*/
    /*color: #fff;*/
    font-size: 16px;

    font-weight: 600;
    color: #FE9C0F;
    opacity: 0.87;
    display: contents;
}

.dcbtn:hover {
    background-color: rgb(214, 44, 26);
}

.bigbtn {
    background-color: rgba(128, 128, 0, 0.8);
}

.bigbtn:hover {
    background-color: rgba(128, 128, 0, 1);
}

.hidden-examine-result1{
    width: 76px;
}
/*表格提示*/
/*.leb-primary {*/
/*    background-color: rgb(44, 62, 80);*/
/*}*/

/*.leb-info {*/
/*    background-color: rgb(52, 152, 219);*/
/*}*/

/*.leb-success {*/
/*    background-color: rgb(24, 188, 156);*/
/*}*/

/*.leb-alert {*/
/*    background-color: rgb(240, 80, 80);*/
/*}*/

/*添加输入框*/
.addbox {
    /*display: flex;*/
    flex-wrap: wrap;
}

.inputbox {
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
}

.inputbox label {
    width: 16.666%;
    color: #999;
    font-size: 0.9rem;
    text-align: right;
    height: 34px;
    line-height: 34px;
    margin-right: 20px;
    font-weight: bold;
}

.addinput {
    padding-left: 5px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #555555;
}


.caozuobtn {
    width: 22px;
    height: 22px;
    height: 34px;
    line-height: 34px;
}

.addimgbox {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    position: absolute;
    cursor: pointer;
}

.addimgbox:after {
    width: 48px;
    height: 1pt;
    content: "";
    position: absolute;
    top: 30px;
    left: 6px;
    border-bottom: solid 1px #eee;
}

.addimgbox:before {
    width: 1px;
    height: 48px;
    content: "";
    position: absolute;
    top: 6px;
    left: 30px;
    border-left: solid 1px #eee;
}

/*toast*/
.toast {
    visibility: hidden;
    width: 100px;
    height: 100px;
    margin-left: -60px;
    margin-top: -100px;
    padding-top: 10px;
    background-color: #eee;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
}

.toastimg {
    font-size: 3rem !important;
    color: #4777E7;
    margin-bottom: 10px;
    margin-top: 15px;
}

.toastshow {
    visibility: visible;
    width: 100px;
    height: 100px;
    margin-left: -60px;
    margin-top: -100px;
    padding-top: 10px;
    background-color: #eee;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    animation: showtoast 0.5s, closetoast 0.5s 2.5s;
}

.iconfont {
    font-size: 1rem;
}

.iconfont:hover {
    font-size: 1rem;
}

/*欢迎页总览*/
.circle_box{
    right: 10%;
    top: 25%;
    position: absolute;
    display: inline-block;
    border-radius: 2px;
    margin-left: 20px;
    margin-right: 10px;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.circle_box img{
    width: 70px;
}

.circle_box1 {
    border-radius: 2px;
    /*background-color: rgb(240,80,80);*/
    margin-left: 20px;
    margin-right: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    /*padding: 10px;*/
}

.circle_box2 {
    border-radius: 2px;
    /*background-color: rgb(114,102,186);*/
    margin-right: 10px;
    margin-left: 20px;
    color: #fff;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    /*padding: 10px;*/
}

.circle_box3 {
    border-radius: 2px;
    /*background-color: rgb(35,183,229);*/
    margin-right: 10px;
    margin-left: 20px;
    color: #fff;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    /*padding: 10px;*/
}

.circle_box4 {
    border-radius: 2px;
    /*background-color: rgb(240,80,80);*/
    margin-left: 20px;
    margin-right: 10px;
    color: #fff;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    /*padding: 10px;*/
}

.circle_box5 {
    border-radius: 2px;
    /*background-color: #4169E1;*/
    margin-left: 20px;
    margin-right: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    /*padding: 10px;*/
}


.subjecticon, .subjecticon:hover {
    font-size: 36px;
}

.gradeticon, .gradeticon:hover {
    font-size: 36px;
}

.safe, .safe:hover {
    font-size: 36px;
}

.studenticon, .studenticon:hover {
    font-size: 36px;
}

.nostudenticon {
    /*color: #FFF;*/
    font-size: 36px;
}

@keyframes showtoast {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

/*内嵌页*/
.inbody {
    background: #F9F9F9;
    padding: 20px 30px 20px 20px;
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;
}

.content {
    padding-top: 15px;
    background-color: #F9F9F9;
}

.breadcrumbbox {
    width: 100%;
    text-align: right;
    height: 30px;
    display: none;
}

.breadcrumb {
    justify-content: flex-end;
    color: #777 !important;
    background-color: transparent;
    padding: 0;
}

.panel-heading {
    padding: 15px;
    padding-bottom: 0px;
    background: #fff;
    border-color: #fff;
    position: relative;
    color: #333333;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-heading .panel-lead {
    margin-bottom: 15px;
    font-size: 13px;
}

.panel-heading .panel-lead em {
    display: block;
    font-weight: bold;
    font-style: normal;
    color: #555;
    font-size: 1rem;
}

.panel-heading .panel-lead p {
    margin-top: 5px;
    color: #999;
    font-size: 0.9rem;
}

.row {
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

@keyframes closetoast {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@media (min-width: 670px) {
    html {
        font-size: 10px;
    }
    .div_row_two_title_2{
        font-size: 20px;
    }
    .div_row_two_title_1{
        font-size: 9px;
    }
    .content_title{
        font-size: 10px;
    }
    .li_name_font{
        font-size: 8px;
    }
    .li_count_font{
        font-size: 13px;
    }
    .font1,.font2,.font6{
        font-size: 10px;
    }
    .font3{
        font-size: 23px;
    }
    .font4{
        font-size: 14px;
    }
    .font5{
        font-size: 9px;
    }
}

@media (min-width: 970px) {
    html {
        font-size: 13px;
    }
    .div_row_two_title_2{
        font-size: 37px;
    }

    .div_row_two_title_1{
        font-size: 16px;
    }
    .content_title{
        font-size: 19px;
    }
    .li_name_font{
        font-size: 16px;
    }
    .li_count_font{
        font-size: 23px;
    }
    .font1,.font2,.font6{
        font-size: 17px;
    }
    .font3{
        font-size: 36px;
    }
    .font4{
        font-size: 20px;
    }
    .font5{
        font-size: 15px;
    }
}

@media (min-width: 1690px) {
    html {
        font-size: 16px;
    }
    .div_row_two_title_2{
        font-size: 45px;
    }
    .div_row_two_title_1{
        font-size: 21px;
    }
    .content_title{
        font-size: 22px;
    }
    .li_name_font{
        font-size: 20px;
    }
    .li_count_font{
        font-size: 19px;
    }
    .font1,.font2,.font6{
        font-size: 22px;
    }
    .font3{
        font-size: 48px;
    }
    .font4{
        font-size: 30px;
    }
    .font5{
        font-size: 20px;
    }
}

/*表格样式*/
.table {
    table-layout: fixed;
    margin-bottom: 0;
    color: #333;
    min-width: 100%;
    width: auto;
    background: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(249, 249, 249, 1);
}

.table-hover tbody tr:hover {
    background-color: rgba(245, 245, 245, 1);
}

#table {
    background-color: #f9f9f9;
    width: 100%;
    /*border: 1px solid #DFEAFF;*/
    border-collapse: collapse;
    margin: 20px 0 0 0;
}

.table_title {
    display: none;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    font-size: 13px;
    background-color: transparent;
    /*box-shadow: 0 -10px 5px rgba(0, 0, 0, 0.1);*/
}

th {
    text-align: center;
    font-size: 13px;
    font-weight: 600 !important;
}

.table-bordered thead th{
    border-bottom-width: 1px;
}
.table-bordered{
    border: 1px solid #DFEAFF;
}
.table thead th{
    border-bottom: 1px solid #DFEAFF;
}

.table th, .table td {
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
    /*font-size: 13px;*/
    padding: 8px;
    border: 1px solid #DFEAFF;
    border-left:none;
    border-right:none;
    font-weight: bold;
}

table .tdleft{
    text-align: left;
}

td > img {
    width: 30px;
    height: 30px;
}

td > img:hover {
    transform: scale(1.3);
}

.gomap, .gomap:hover {
    color: rgb(75, 151, 227);
    cursor: pointer;
}

/*分页样式*/
.welcomePagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pagination {
    justify-content: space-between;
    margin: 20px 0;
    width: 100%;
}

.pagemessage {
    font-size: 14px;
    color: #999999;
    line-height: 32px;
}

.pagebtnbox {
    display: flex;
}

.pagebtn {
    min-width: 56px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    background-color: #fff;
    /*border-radius: 4px;*/
    color: #999;
    border: 1px solid #DFEAFF;
    margin-left: -1px;
    cursor: pointer;
    padding: 6px 12px;
}

.pagebtn span {
    font-size: 0.8rem;
    color: #666;
}

.nowpage {
    color: #fff;
    background-color: #394CFE;
    border-color: #DFEAFF;
}

/*弹框*/
.modal{
    top: 100px;
    padding-bottom: 200px;
}
#addModel .modal-body, #zhenggai .modal-body, #fucha .modal-body, #fucharesult
.modal-body, #pingu .modal-body, #ggModel .modal-body, #guankong .modal-body {
    padding-right: 120px;
    margin-bottom: 10px
}

#addModel .modal-dialog, #showhistory .modal-dialog, #zhenggai .modal-dialog, #fucha .modal-dialog, #fucharesult .modal-dialog, #pingu .modal-dialog, #ggModel .modal-dialog, #guankong .modal-dialog, #appraisals .modal-dialog {
    width: 800px !important;
    max-width: 800px !important;
}

.modal-header {
    background: #394CFE !important;
    color: #fff !important;
    border-bottom: none;
    font-size: 15px;
    font-weight: bold;
}

.modal-header > span {
    cursor: pointer;
}

.modal-header > span:hover {
    color: #999;
}
.modal::-webkit-scrollbar {
    display: none;
}


#showingimg {
    position: fixed;
    top: 10vh;
    left: 20%;
    width: 60%;
    height: 80vh;
}

.breadcrumb-item {
    font-size: 13px;
    color: rgb(119, 119, 119);
}

.modal-content {
    border: 0;
}

/*树形控件*/
.l_tree_container {
    width: 100%;
    border: 1px solid #EAEAEA;
    border-radius: 0.25rem;
    position: relative;
}

.l_tree {
    padding-left: 42px;
}

#tree > ul {
    padding-left: 5px;
}

.l_tree_branch {
    width: 100%;
    display: block!important;
    padding: 5px 13px;
    position: relative;
}

.l_tree_branch .l_tree_children_btn {
    width: 19px;
    height: 19px;
    background-color: #394CFE;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    outline: none;
    border: 0;
    cursor: pointer;
}

ul.l_tree:before {
    content: '';
    border-left: 1px dashed #999999;
    height: calc(100%);
    position: absolute;
    left: 10px;
    top: 0px;
}

.l_tree .l_tree_branch:last-child::before {
    content: '';
    width: 3px;
    height: calc(100% - 24px);
    display: block;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: -34px;
}

.l_tree,.l_tree_branch {
    position: relative;
}

.l_tree_branch::after {
    content: '';
    width: 40px;
    height: 0;
    border-bottom: 1px dashed #000;
    position: absolute;
    right: calc(100% - 9px);
    top: 22px;
}

.l_tree_container > .l_tree::before,
.l_tree_container > .l_tree > .l_tree_branch::after {
    display: none;
}

.changs {
    background-color: #4777E7;
    color: #fff;
    padding: 5px 10px;
}

/*开关*/
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #4777E7;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4777E7;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 14px;
}

.slider.round:before {
    border-radius: 50%;
}

/*级别*/
.nonelevel {
    color: #fff;
    padding: 2px;
    width: 50px;
    /*height: 10px;*/
}

.firstlevel {
    background-color: rgb(255,0,0);
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    /*height: 10px;*/
}

.secondlevel {
    background-color: rgb(255,165,0);
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    /*height: 10px;*/
}

.thirdlevel {
    background-color: rgb(255,255,0);
    color:#A9A9A9;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    /*height: 10px;*/
}

.fourthlevel {
    background-color: rgb(0,0,255);
    /*height: 10px;*/
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
}

.fifthlevel {
    background-color: #666;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    border-radius: 5px;
    /*height: 10px;*/
}

/*表格类型列增加背景色*/
td > .label {
    display: inline;
    /*font-size: 75%;*/
    line-height: 1;
    /*color: #333;*/
    /*font-size: 15px;*/
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding: 0.2em 0.6em 0.3em;
    border-radius: 0.25em;
}

/**消息提示*/
.showMessage {
    z-index: 1051;
    width: 400px;
    height: 50px;
    position:fixed;
    left:0;
    right:0;
    top:20%;
    text-align:center;
    line-height: 50px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0.8;
    opacity: 0.9;
}

.showMessageSuccess {
    color: #efffe6;
    background-color: #33cabb;
    border-color: #d6e9c6
}

.showMessageError {
    color: #ffd8cc;
    background-color: #ff0000;
}

.showMessageWarning {
    color: #fff4d6;
    background-color: #ffa40e;
    border-color: #faebcc
}

/*富文本编辑器*/
.layui-layedit {
    width: 100%;
}

/*列表内树形展示上下级*/
.level_td {
    text-align: left !important;
    padding-left: 20px !important;
}

.onelevel:before {
    font-weight: 600 !important;
}

.twolevel:before {
    font-weight: 600 !important;
    content: "├ ";
    padding-left: 10px;
}

.threelevel:before {
    content: "│ ├ ";
    font-weight: 600 !important;
    padding-left: 10px;
}

.fourlevel:before {
    content: "│ │ ├ ";
    font-weight: 600 !important;
    padding-left: 10px;
}

.fivelevel:before {
    font-weight: 600 !important;
    content: "│ │ │ ├ ";
    padding-left: 10px;
}

.sixlevel:before {
    font-weight: 600 !important;
    content: "│ │ │ │ ├ ";
    padding-left: 10px;
}
.sevenlevel:before {
    font-weight: 600 !important;
    content: "│ │ │ │ │ ├ ";
    padding-left: 10px;
}

.twolevelend:before {
    font-weight: 600 !important;
    content: "└ ";
    padding-left: 10px;
}

.threelevelend:before {
    content: "│ └ ";
    font-weight: 600 !important;
    padding-left: 10px;
}

.fourlevelend:before {
    content: "│ │ └ ";
    font-weight: 600 !important;
    padding-left: 10px;
}

.fivelevelend:before {
    font-weight: 600 !important;
    content: "│ │ │ └ ";
    padding-left: 10px;
}

.sixlevelend:before {
    font-weight: 600 !important;
    content: "│ │ │ │ └ ";
    padding-left: 10px;
}
.sevenlevelend:before {
    font-weight: 600 !important;
    content: "│ │ │ │ │ └ ";
    padding-left: 10px;
}

/*上传图片预览*/
.upimg {
    display: none;
    width: 60px;
    height: 60px;
}

/*必填项*/
.must:after {
    content: " *";
    color: red;
    position: relative;
    top: 5px;
}

.sousuo{
    background: #fff;
}

/*公共样式*/
/*搜索模块*/
/*搜索按钮*/
.search {
    width: 65px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: #394CFE;
    /*font-family: FZLTZHK--GBK1-0;*/
    border-radius: 15px;
    margin-right: 20px;
}
/*重置按钮*/
.reset {
    width: 65px;
    height: 25px;
    line-height: 25px;
    color:#394CFE;
    text-align: center;
    background: #fff;
    /*font-family: FZLTZHK--GBK1-0;*/
    border-radius: 15px;
    border: 1px solid #394CFE;
    margin-left: 0px;
}
/*input*/
.input{
    color: #555;
    font-size: 13px;
}
.tlabel{
    width: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #999;
}
/*表头和搜索条件*/
.head {
    /*font-family: FZLTZHK--GBK1-0;*/
    font-size: 14px;
    color: #999;
}
/*功能按钮*/
.function{
    min-width: 63px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #4777E7;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    border: 1px solid #4777E7;
}

.function:hover{
    background: #4777E7;
    color: #fff;
}

/*列表thead*/
.thead{
    color: #999;
    font-size: 0.75rem;
    /*font-family: FZLTZHK--GBK1-0;*/
    height: 40px;
}

/*列表内容*/
.tcontent{
    font-size: 1rem;
    color: #666;
    /*font-family: FZLTZHK--GBK1-0;*/
}

/*弹框关闭按钮*/
.close1{
    background: #fff;
    color: #555;
    width: 120px;
    height: 30px;
    border-radius: 15px;
    position: relative;
    /*margin-right: 50%;*/
}

.color{
    color: #999;
    font-size: 13px;
    font-weight: 600;
}

.tcontent1{
    color: #555;
    font-size: 1rem;
    /*font-family: FZLTZHK--GBK1-0;*/
    font-weight: bold;
    opacity: 0.87;
}

.table_title1{
    font-size: 18px;

    font-weight: bold;
    color: #000000;
    opacity: 0.87;
}

/*首页表格*/
.tableBody{
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}
/*悬浮树状图*/

#flextree {
    position: absolute;
    opacity: 0.8;
    background-color: #fff;
    width: 300px;
}

#flextree > .l_tree {
    padding-left: 0;
}

.CsOuterDiv {
    width: 300px;
    /*height:146px;*/
    background-color: white;
    position: absolute;
    z-index: 9999;
    top: 220px;
    left: -160px;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.movebox {
    width: 300px;
    height: 30px;
    cursor: move;
    color: #fff;
    text-indent: 20px;
    background-color: rgb(55, 76, 255);
    line-height: 30px;
}

.showclose {
    position: absolute;
    top: 0px;
    right: -26px;
    z-index: 99;
    cursor: pointer;
    border: 1px solid #999;
}