a[href="https://froala.com/wysiwyg-editor"],
a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
  
    position: absolute;
    top: -99999999px;
}

* {
    padding: 0px 0px;
    margin: 0 0;
    font-family: "微软雅黑";
    padding-left: 0;
    -webkit-font-smoothing: antialiased !important;
}

/* 1rem=10px */
html {
    font-size: 62.5% !important;
}

@media only screen and (min-width: 1024px) {

    /* 1rem=14px */
    html {
        font-size: 87.5% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1440px) {

    /* 1rem=16px */
    html {
        /*   font-size: 100% !important;*/
        font-size: 15px !important;
    }
}

@media only screen and (min-width: 1441px) {

    /* 1rem=16px */
    html {
        /*   font-size: 100% !important;*/
        font-size: 17px !important;
    }
}

body {
    /* 继承html */
    font-size: 1rem !important;
}

.overHide {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

button {
    outline: none;
}

td {
    vertical-align: middle !important;
}

button {
    outline: 0 !important;
    box-shadow: none !important;
}

.nav-link {
    color: #333;
    text-align: left;
    padding-left: 2rem;
    position: relative;
}

.nav-menu-right .nav-link:hover {
    color: rgba(0, 155, 78, 1);
    position: relative;
}

/* .nav-menu-right .nav-link:after {
	position: absolute;
	content: ".";
	left: 1.3rem;
	top: .2rem;
	font-size: 2rem;
	line-height: .5;
} */

.bigLink {
    color: #000;
}

.bigActive {
    background: #00ce68;
    color: #fff;
    position: relative;
}

.bigActive .bigLink {
    color: #fff;
}

.bigActive:after {
    position: absolute;
    right: -5px;
    background: #00ce68;
    width: 10px;
    height: 10px;
    content: "";
    top: 1rem;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.hideDiv {
    display: none;
}

/*复选框*/
.checkBox {
    vertical-align: middle;
    position: relative;
}

.checkBox input[type="checkbox"] {
    opacity: 0;
    top: 0px;
    width: 17px;
    height: 17px;
    z-index: 1;
    margin-top: -1px;
}

.checkBox input[type="checkbox"]+label {
    width: 1rem;
    height: 1rem;
    border: 1px solid #ADADAD;
    position: relative;
    margin-bottom: 0;
    padding: 0 0;
    top: 0;
}

.checkBox input[type="checkbox"]:checked+label:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "\f00c";
    color: #308EE0;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
}

.checkBox input[type="checkbox"]:checked+label {
    border: 1px solid #308EE0;
}

/*开关复选框*/
.switch {
    width: 80px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.switch input[type="checkbox"] {
    width: 1px;
    height: 1px;
    position: relative;
    left: -50px;
    opacity: 0;
}

.switch input[type="checkbox"]+label {
    position: relative;
    width: 2.4rem;
    height: 20px;
    line-height: 20px;
    background: #E65251;
    border: 2px solid #E65251;
    border-radius: 1rem 1rem;
    margin-bottom: 0;
    cursor: pointer;
}

.switch input[type="checkbox"]+label:before {
    position: absolute;
    text-align: left;
    content: "";
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #fff;
    border-radius: 1rem 1rem;
    border: 2px solid #fff;
    left: -1px;
    top: -1px;
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.switch input[type="checkbox"]:checked+label:before {
    position: absolute;
    content: "";
    right: 1px;
    left: calc(2.25rem - 19px);
    top: -1px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.switch input[type="checkbox"]:checked+label {
    background: #00d25a;
    border: 2px solid #00d25a;
}

/*单选按钮*/
.radioLabel {
    position: relative;
    padding-left: 25px;
    height: 18px;
    display: inline-block;
    line-height: 1.1 !important;
    vertical-align: middle;
}

.radioLabel span {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 25px;
}

.radioLabel input[type="radio"] {
    width: 0;
    height: 18px;
    position: relative;
    left: 0;
    top: 0;
    opacity: 0;
}

.radioLabel label:before {
    position: absolute;
    border-radius: 50% 50%;
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #ADADAD;
    left: 0px;
    top: 2px;
    font: normal normal normal 14px/1 FontAwesome;
    background: #fff;
}

.radioLabel input[type="radio"]:checked+label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    border-radius: 50%;
    border: 4px solid #308EE0;
}

.radioLabel input[type="radio"]:checked+label:before {
    border: 2px solid #308EE0;
}


.breadTitle {
    text-align: left;
    font-size: 1.1rem;
    background: #fff;
    padding: 1.4rem 1.5rem;
    position: relative;
}

.breadTitle:before {
    height: 26%;
    width: 2px;
    content: "";
    position: absolute;
    background: #00ce68;
    left: 1rem;
    top: 37%;
}

/* 玄苦添加 */
table.dataTable {
    margin-top: 0px !important;
}

.table thead th {
    border-bottom: none !important;
    border-top: none !important;
}

th,
td {
    font-size: 0.8rem;
    /*padding: 0.75rem 0 !important;*/
    text-align: center !important;
}

.layui-layer-title {
    text-align: left;
}

button {
    background: none;
}

.card {
    border: none !important;
}

/*下拉框*/
.bigSelect {
    position: relative;
}

.selectT {
    padding: 0.375rem 0.75rem;
    font-size: .9rem;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 170px;
    position: absolute;
    top: 10px;
    left: 95px;
    opacity: 0;
}

.selectDiv {
    border: 1px solid #ADADAD;
    padding: 0 2rem 0 .3rem;
    height: 30px;
    border-radius: 30px 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 1.8;
}

.poRight {
    position: absolute;
    right: 10px;
    top: 4px;
}

.selectSpan {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}

.selecttext {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    font-size: .9rem;
    margin-top: 3px;
}

/*按钮*/

.btn {
    text-align: center;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.btn-primary {
    height: calc(2rem + 2px);
}

.btn-small {
    font-size: 0.8rem;
}

.btn i {
    margin-right: 0;
    /* color: #333; */
}

.exportBtn {
    background: url(../images/export.png) no-repeat;
}

.exportBtn:hover {
    background: url(../images/exportSelect.png) no-repeat;
}

.importBtn {
    background: url(../images/import.png) no-repeat;
}

.importBtn:hover {
    background: url(../images/importSelect.png) no-repeat;
}

.searchBtn {
    background: url(../images/search.png) no-repeat;
}

.searchBtn:hover {
    background: url(../images/searchSelect.png) no-repeat;
}

.resetBtn {
    background: url(../images/reset.png) no-repeat;
}

.resetBtn:hover {
    background: url(../images/resetSelect.png) no-repeat;
}

.addBtn {
    background: url(../images/add.png) no-repeat;
}

.addBtn:hover {
    background: url(../images/addSelect.png) no-repeat;
}

.seeBtn {
    background: url(../images/see.png) no-repeat;
}

.seeBtn:hover {
    background: url(../images/seeSelect.png) no-repeat;
}

.removeBtn {
    background: url(../images/remove.png) no-repeat;
}

.removeBtn:hover {
    background: url(../images/removeSelect.png) no-repeat;
}

.editBtn {
    background: url(../images/edit.png) no-repeat;
}

.editBtn:hover {
    background: url(../images/editSelect.png) no-repeat;
}

.clearBtn {
    background: url(../images/clear.png) no-repeat;
}

.clearBtn:hover {
    background: url(../images/clearSelect.png) no-repeat;
}
.auditBtn {
    background: url(../images/audit.png) no-repeat;
}

.auditBtn:hover {
    background: url(../images/auditSelect.png) no-repeat;
}

.resetBtn,
.resetBtn:hover,
.exportBtn,
.exportBtn:hover,
.searchBtn,
.searchBtn:hover,
.addBtn,
.addBtn:hover,
.importBtn,
.importBtn:hover,
.clearBtn,
.clearBtn:hover,
.auditBtn,
.auditBtn:hover {
    background-size: 100% 100%;
    width: 70px;
    height: calc(1.6rem + 2px);
        padding: 0 .5rem;
}

.seeBtn,
.seeBtn:hover,
.removeBtn,
.removeBtn:hover,
.editBtn,
.editBtn:hover {
    background-size: contain;
    width: 55px;
    height: 1.6rem;
}

.resetBtn,
.resetBtn:hover,
.searchBtn,
.searchBtn:hover {
    margin-left: .5rem;
    vertical-align: middle;
    margin-top: .2rem;
    height: 1.9rem;
}

.cancelBtn {
    border: 1px solid rgba(7, 147, 229, 1);
    border-radius: 4px;
    color: #0793E5;
    width: 7rem;
    margin-right: 1rem;
    height: 2rem;
    padding: 6px 12px !important;
}

.okBtn {
    background: rgba(7, 147, 229, 1);
    width: 7rem;
    height: 2rem;
    border-radius: 4px;
    color: #fff;
    padding: 6px 12px !important;
}

/**标题**/
.bTitle {
    font-size: 1.1rem;
    text-align: left;
    padding: 1rem 2rem;
    background: #fff;
    border-bottom: 1px solid #ADADAD;
    margin-bottom: 1rem;
}

/*修改搜索的图标*/
.form-control {
    border-radius: 0;
    border: 1px solid #ADADAD;
    height: calc(2rem + 2px);
}

select {
    border: 1px solid #ADADAD !important;
    outline: none;
    height: calc(2rem + 2px);
}

/*预览图片*/
.optionDiv {
    background: #EFEFEF;
    height: 1.9rem;
    line-height: 1;
}

.optionDiv span {
    display: inline-block;
    width: 48%;
    text-align: center;
    font-size: .9rem;
    height: 1.8rem;
    line-height: 2;
    cursor: pointer
}

.gColor {
    color: #00d473;
}

.leftp {
    position: absolute;
    right: 0;
}



/*table 按钮*/
table .table-btn {
    display: inline-block;
    color: #0793E5;
    cursor: pointer;
}

table .table-btn:hover {
    color: rgba(0, 155, 78, 1)
}
.searchable input[type="search"]{    border: none!important;
    width: 65%!important;margin-top:0px!important;}
.v-select .dropdown-toggle .clear{display: none;}
.dropdown-toggle::after{display: none;}
.v-select .dropdown-toggle{    border: 1px solid #ADADAD!important;border-radius: 0px!important;    height: calc(2rem - 2px)!important;}
.v-select .selected-tag{padding: 0 0.25rem!important;margin:0!important;    font-size: .9rem;    height: calc(2rem - 2px);line-height: 1!important;}
.ebtn:hover{background: #0793E5;color: #fff!important;    border: 1px solid #0793E5!important;}

.redborder{border:1px solid red!important;}
.xk-form-input .redborder{border:1px solid red!important;}
