* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 11px !important;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 11px !important;
  }
}

@media only screen and (min-width: 1201px) and (max-width:1440px) {
  html {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 1441px)and (max-width:1600px) {
  html {
    font-size: 13px !important;
  }
}

@media only screen and (min-width: 1600px)and (max-width:1700px) {
  html {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 1701px)and (max-width:1800px) {
  html {
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 1801px)and (max-width:1920px) {
  html {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 1921px)and (max-width:2200px) {
  html {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 2200px) {
  html {
    font-size: 17px !important;
  }
}

@media only screen and (min-width: 2500px) {
  html {
    font-size: 19px !important;
  }
}

html,
body {
  /* height: 100%;*/
}

body {
  background: #f2f8f9;
  min-width: 1366px;
}

[v-cloak] {
  display: none;
}

input:-webkit-autofill {
  background-color: transparent;
  transition: background-color .3s;
}

#container {
  min-width: 1366px;
}

ul,
li {
  list-style: none;
}

.vue-nav {
  height: 5rem;
  background: #53C9C2;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  min-width: 1200px;
}

.nav {
  height: 5rem;
}

.vue-logo {
  display: inline-block;
}

.vue-logo img {
  width: 3rem;
  vertical-align: middle;
  margin-left: 3rem;
}

.nav-list {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0px 0 0 7.3125rem;
  line-height: 30px;
  vertical-align: middle;
}

.nav-item,
.nav-item a {
  display: inline-block;
  color: #fff;
  width: 8.56rem;
  text-align: center;
  font-size: 1.13rem;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.nav-item a:hover {
  color: #f9d426;
}

.nav-active a:hover {
  color: #fff;
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-item a {
  margin-right: 0;
}

.systemTitle {
  height: 1.2rem;
  margin-left: 1rem;
  vertical-align: middle;
}

.nav-active,
.nav-item:hover,
.nav-active a {
  /* color: #FFF153;*/
  color: #fff;
  font-weight: bold;
}

.nav-active:after {
  /*content: '';
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 10%;
  width: 80%;
  height: 3px;
  background: #FFF043;*/
}

.pre-avatar img {
  width: 3rem;
  height: 3rem;
  border-radius: 50% 50%;
  vertical-align: middle;
}

.pre-username {
  color: #fff;
  margin: 0 1rem;
  cursor: pointer;
}

.pre-pull-down img {
  width: .8rem;
}

.pull-right {
  float: right;
  margin-right: 2rem;
  margin-top: 1rem;
}

.fr {
  float: right;
  margin-top: 1rem;
}

.products-list {
  position: absolute;
  right: 1rem;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem .5rem;
  font-size: 0.8rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f2f2f2;
  border-radius: 0.25rem;
}

.splitLine {
  height: 1px;
  background: #ccc;
  margin: .5rem 0;
}

.titleLeft {
  font-size: .95rem;
  background: #F8F8F8;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.titleLeft img {
  width: 1rem;
  margin-right: .8rem;
  vertical-align: middle;
}

.left-item {
  font-size: .8rem;
  list-style: none;
  margin-top: 1rem;
}

.left-item a {
  color: #000000;
  text-decoration: none;
  font-size: .95rem;
  font-weight: 300;
}

.leftactive {
  color: #28C0FF;
  font-weight: normal;
}

.nav-left {
  width: 15%;
  position: absolute;
  left: 0;
  top: 5rem;
  bottom: 0;
  background: #fff;
  min-width: 200px;
  z-index: 1;
}

.left-list {
  padding-left: 2.9rem;
}

.leftactive a {
  color: #28C0FF;
  font-weight: bold;
}

.rightContent {
  padding: 1.25rem 1.25rem;
  background: #F2F8F9;
  min-width: 1160px;
  height: calc(100% - 7.9rem);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}


/*查询条件*/

.formDiv {
  padding: 1rem 0rem;
  padding-right: 0;
}

.formDiv label {
  color: #333;
  width: 70px;
  display: inline-block;
  padding: 0px 1px;
  text-align: right;
}

.formDiv input {
  height: 2.2rem;
  border: 1px solid #3333338f;
  border-radius: .3rem .3rem;
  min-width: 12rem;
  font-size: .9rem;
  padding-left: .5rem;
  margin-right: .5rem;
  vertical-align: middle;
}

.formDiv select {
  height: 2.2rem;
  min-width: 12rem;
  margin-right: .5rem;
  font-size: .9rem;
  outline: none;
  background: #fff;
}

.inputTime {
  display: inline-block;
  border: 1px solid #DCDCDC;
  border-radius: .3rem .3rem;
  padding-right: .5rem;
  padding-left: 2px;
  vertical-align: middle;
}

.inputTime input {
  border: none;
  height: calc(2.2rem - 2px);
  outline: none;
}

.inputTime img {
  vertical-align: middle;
  width: 1.3rem;
}


/*开关复选框*/

.switch {
  width: 80px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 35px;
}

.switch input[type="checkbox"] {
  width: 1px;
  height: 1px;
  position: relative;
  left: -50px;
  opacity: 0;
  display: none;
}

.switch input[type="checkbox"]+label {
  position: relative;
  width: 63px;
  height: 30px;
  line-height: 30px;
  /*background: #08B9F5;
    border: 2px solid #08B9F5;*/
  border-radius: 1rem 1rem;
  margin-bottom: 0;
  cursor: pointer;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
}

.switch input[type="checkbox"]+label:before {
  position: absolute;
  text-align: center;
  content: "";
  text-shadow: 0px 0px 1px #08B9F5;
  color: #08B9F5;
  width: 22px;
  height: 22px;
  line-height: 30px;
  /*background: #fff;
    border-radius: 1rem 1rem;
    border: 2px solid #fff;*/
  left: 1px;
  top: 2px;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  font-size: .8rem;
  padding-top: 3px;
}

.switch input[type="checkbox"]+label:after {
  position: absolute;
  text-align: left;
  content: "";
  font-size: .8rem;
  color: #fff;
  text-align: right;
  right: 6px;
  color: #fff;
  letter-spacing: 1px;
}

.switch input[type="checkbox"]:checked+label:before {
  position: absolute;
  content: "";
  right: 1px;
  left: calc(3.25rem - 19px);
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  /*    background-color: #ffffff;*/
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  color: #ff7e01;
  text-align: center;
  line-height: 22px;
  padding-top: 0;
}

.switch input[type="checkbox"]:checked+label:after {
  content: "";
  text-align: left;
  left: 3px;
  top: -1px;
  letter-spacing: 1px;
}

.switch input[type="checkbox"]:checked+label {
  /*background: #FF7F01;
    border: 2px solid #FF7F01;*/
  background: url(../images/open.png) no-repeat;
  background-size: 100% 100%;
}


/*按钮*/

.searchBtn,
.resetBtn {
  height: 2.89rem;
  width: 6rem;
  padding-left: 1.5rem;
  float: left;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  border-radius: 5px;
}

.searchBtn {
  color: #fff;
  border: 1px solid rgba(25, 193, 255, 1);
  background: rgba(25, 193, 255, 1) url(../images/icon-search.png) no-repeat 0.81rem /1.2rem;
}

.searchBtn:hover {
  color: #fff;
  border: 1px solid #6fd3fc;
  background: #6fd3fc url(../images/icon-search.png) no-repeat 0.81rem /1.2rem;
}

.resetBtn {
  color: #707070;
  border: 1px solid #707070;
  background: #fff url(../images/icon-reset.png) no-repeat 0.81rem /1.2rem;
  margin-right: 1.33rem;
}

/* .resetBtn:hover {
  color: #fff;
  border: 1px solid rgba(25, 193, 255, 1);
  background: rgba(25, 193, 255, 1) url(../images/icon-reset.png) no-repeat 0.81rem /1.2rem;
} */

.exportBtn {
  border: none;
  background: #28C0FF;
  border: 1px solid #28C0FF;
  color: #fff;
  border-radius: 1.5rem 1.5rem;
  padding: .4rem 1.5rem;
  font-size: .9rem;
  margin-right: 0;
  cursor: pointer;
}

.btn {
  height: 2.47rem;
  margin: 1.38rem 0.9rem;
  float: left;
  font-size: .9rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 1);
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.text-center .btn {
  float: none;
}

.text-center .btn:focus,
.text-center .btn.focus {
  color: #333;
  text-decoration: none;
}

.submit-btn {
  width: 10rem;
  height: 3.2rem;
  background: url(../images/savebtn.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.okBtn {
  background: #28C0FF;
  border: 1px solid #28C0FF;
  color: #fff;
}

.okBtn:hover,
.okBtn:focus {
  background: #6fd3fc;
  border: 1px solid #6fd3fc;
}

.cancelBtn {
  background: #fff;
  border: 1px solid #00A0E9;
  color: #00A0E9;
}

.cancelBtn:hover,
.cancelBtn:focus {
  border: 1px solid #28C0FF;
  color: #28C0FF;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-1 {
  margin-right: 1rem;
}


/*标题和背景*/

.userReport {
  clear: both;
  background: #fff;
  margin-top: 1.2rem;
  float: left;
  width: 100%;
}

h3 {
  color: #333;
  border-bottom: 1px solid #E6E6E6;
  padding: 1rem 1rem;
  font-size: 1.25rem;
  position: relative;
  font-weight: bold;
  text-align: left;
}


/*表格*/

.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
  font-size: .9rem;
  color: #333;
  padding: 7px 0;
  text-align: center;
}

.layui-table-view .layui-table thead th {
  font-weight: bold;
  color: #333;
  font-size: .9rem;
  padding: 12px 0;
}

.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
  background-color: #f8f8f8;
}


/*分页*/

.layui-table-page {
  width: auto;
  float: right;
}

.layui-table-page .layui-laypage a,
.layui-laypage a,
.layui-laypage .layui-laypage-spr {
  border: 1px solid #DCDCDC;
  margin-right: 2px;
  border-radius: 3px;
  font-size: .9rem;
}

.layui-table-page .layui-laypage span.layui-laypage-curr,
.layui-laypage .layui-laypage-curr {
  margin-right: 2px;
  border: 1px solid #28C0FF;
  border-radius: 3px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #28C0FF;
  color: #fff;
  font-size: .9rem;
}

.layui-table-page .layui-laypage .layui-laypage-prev,
.layui-table-page .layui-laypage .layui-laypage-next,
.layui-laypage .layui-laypage-prev,
.layui-laypage .layui-laypage-next {
  padding: 0 6px;
}

.layui-table-page select,
.layui-laypage select {
  height: 26px;
  background: #fff;
  margin-left: 2px;
  border-radius: 3px;
  font-size: .85rem;
}

.layui-form-checked[lay-skin=primary] i {
  border-color: #27c0ff;
  background-color: #27c0ff;
  color: #fff;
}

.red {
  color: #FF0606;
}

.layui-layer-btn .layui-layer-btn0 {
  background-color: #28C0FF;
  border-color: #28C0FF;
}


/*修改密码*/

#editpwd {
  display: none;
}

.pwditem {
  margin: 1rem 1rem;
  font-size: .9rem;
}

.pwditem label {
  display: inline-block;
  width: 8rem;
  text-align: right;
  margin-right: 1rem;
}

.pwditem input {
  height: 2rem;
  border: 1px solid #333;
  border-radius: .3rem .3rem;
  min-width: 12rem;
  padding-left: .5rem;
}

.pointer {
  cursor: pointer;
}

.delete {
  color: #333;
  font-size: .9rem;
  cursor: pointer;
}

.see {
  color: #28C0FF;
  text-decoration: underline;
  font-size: .9rem;
  margin-right: .5rem;
  cursor: pointer;
}

.see:hover {
  color: #28C0FF;
}

.unset {
  color: #D1D0D0;
}

.layui-form-select dl dd.layui-this {
  background-color: #53c9c2;
  color: #fff;
}

.noborder {
  border: none;
}

.layui-badge-rim,
.layui-colla-content,
.layui-colla-item,
.layui-collapse,
.layui-elem-field,
.layui-form-pane .layui-form-item[pane],
.layui-form-pane .layui-form-label,
.layui-input,
.layui-layedit,
.layui-layedit-tool,
.layui-quote-nm,
.layui-select,
.layui-tab-bar,
.layui-tab-card,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-textarea {
  border-color: #DCDCDC;
}

.layui-form-select .layui-edge {
  border-top-color: #DCDCDC;
}

.layui-input,
.layui-select,
.layui-textarea {
  border-radius: 5px 5px;
}

.layui-input,
.layui-select {
  height: 2.2rem;
}

.layui-form-label {
  padding: 0px 1px;
  line-height: 2.2rem;
}

.m-t-10r {
  margin-top: 10px;
}

th {
  text-align: center;
}

.search-area {
  width: 100%;
  background: #FFFFFF;
}

.layui-layer-btn a {
  text-align: center;
}


thead th {
  background: #F8F8F8;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

td {
  text-align: center;
  vertical-align: middle;
}

.table-btn {
  cursor: pointer;
  margin-right: 1.81rem;
  /* border-radius: 5px 5px; */
  color: #333333;
  /* border: 1px solid #686A6A; */
  font-size: .9rem;
  /* padding: 3px 5px; */
  display: inline-block;
}

.seebtn,.seebtn1,
.table-btn:hover {
  /* border-radius: 5px 5px; */
  color: #28C0FF;
  /* border: 1px solid #28c0ff;
  background: #28C0FF; */
  font-size: .9rem;
  /* padding: 3px 5px; */
  cursor: pointer;
  border-bottom: 1px solid #28C0FF;
  line-height: 13px;
  display: inline-block;
}

.seebtna {
  color: #28c0ff;
  border: none;
  background: none;
}

.table-btn:last-child {
  margin-right: 0;
}


/*复选框*/

.checkBox {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.checkBox input[type="checkbox"] {
  width: 15px;
  height: 15px;
  opacity: 0;
  margin: 0;
}

.checkBox input[type="checkbox"]+label {
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  background: url(../images/border.png);
  background-size: 100% 100%;
}


/* .checkBox input[type="checkbox"]:checked+label:before {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-bottom: 0;
  background: url(../images/border-select.png);
  background-size: 100% 100%;
} */

.checkBox input[type="checkbox"]:checked+label {
  width: 15px;
  height: 15px;
  /* position: absolute; */
  cursor: pointer;
  margin-bottom: 0;
  background: url(../images/border-select.png);
  background-size: 100% 100%;
  /* z-index: 2; */
}

.v-select input[type=search],
.v-select input[type=search]:focus {
  font-size: 1rem !important;
  color: #333;
}
.v-select.unsearchable .dropdown-toggle {
  overflow: auto;
}
.noborder {
  border: none !important;
}

#detail {
  padding-top: 5.2rem;
  height: auto;
}

#headeScop .iconl {
  width: 18px;
  height: 20px;
  margin-right: 1px;
  margin-top: -4px;
}

.search-area .xk-form-lable {
  font-size: 1rem;
  margin-left: 1.5rem;
  padding: 0;
  line-height: 2.89rem;
}

.search-area .search-input {
  width: 100%;
  height: 4.78rem;
  margin-top: 1.91rem;
}

.search-area .xk-form-input {
  margin-right: 0.4rem;
  width: 16.5rem !important;
  height: 2.89rem !important;
}

.search-area .search-input input {
  border-radius: 0.25rem;
  width: 100%;
  height: 100% !important;
  /* padding: 0.94rem 1.25rem 0.94rem 1.44rem; */
}

.search-area .xk-form-input .dropdown {
  width: 100%;
  height: 100%;
  font-size: 1rem;
}

.v-select.searchable .dropdown-toggle {
  cursor: text;
  border: 1px solid #C9C9C9;
  border-radius: 1px;
  height: 38px;
  overflow: auto;
  font-size: 1rem;
}

.v-select .selected-tag {}

.v-select .dropdown-toggle .clear {
  display: none !important;
}

.search-area .v-select .dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  width: 100%;
  height: 100% !important;
  padding: 0 0.84rem 0 0 !important;
  background: none;
  border: 1px solid rgb(148, 148, 148) !important;
  border-radius: 0.25rem !important;
  white-space: normal;
}

.search-area .v-select input[type=search],
.search-area .v-select input[type=search]:focus {
  margin: 0 !important;
}

.search-area .v-select .selected-tag {
  margin-top: .5rem;
  height: 30px;
  font-size: 1rem;
}

#employeeManagement {
  padding-top: 4.38rem;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.dropdown-toggle::after {
  display: none;
}


/* 数据同步 */
.sync {
  width: 7.5rem;
  padding-left: 2.5rem;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(25, 193, 255, 1);
  background: rgba(25, 193, 255, 1) url(../images/icon-sync.png) no-repeat 0.63rem /1.25rem;
}

.sync:hover {
  color: rgba(255, 255, 255, 1);
  border: 2px solid #6fd3fc;
  background: #6fd3fc url(../images/icon-sync.png) no-repeat 0.63rem /1.25rem;
}

/* 导出 */
.export {
  width: 9.38rem;
  padding-left: 2rem;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(25, 193, 255, 1);
  background: rgba(25, 193, 255, 1) url(../images/icon-export.png) no-repeat 0.63rem /1rem;
}

.export:hover {
  color: rgba(255, 255, 255, 1);
  border: 2px solid #6fd3fc;
  background: #6fd3fc url(../images/icon-export.png) no-repeat 0.63rem /1rem;
}
/* 导入 */
.import {
  width: 5.5rem;
  padding-left: 2.2rem;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(25, 193, 255, 1);
  background: rgba(25, 193, 255, 1) url(../images/icon-import.png) no-repeat 0.63rem /1rem;
}

.import:hover {
  color: rgba(255, 255, 255, 1);
  border: 2px solid #6fd3fc;
  background: #6fd3fc url(../images/icon-import.png) no-repeat 0.63rem /1rem;
}

/* 打印 */
.preprint {
  width: 7.5rem;
  padding-left: 2rem;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(25, 193, 255, 1);
  background: rgba(25, 193, 255, 1) url(../images/icon-preprint.png) no-repeat 0.63rem /1rem;
}

.preprint:hover {
  color: rgba(255, 255, 255, 1);
  border: 2px solid #6fd3fc;
  background: #6fd3fc url(../images/icon-preprint.png) no-repeat 0.63rem /1rem;
}

/* 保存 */
.add {
  width: 5.5rem;
  padding-left: 2.2rem;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(25, 193, 255, 1);
  background: rgba(25, 193, 255, 1) url(../images/icon-add.png) no-repeat 0.63rem /1rem;
}

.add:hover {
  color: rgba(255, 255, 255, 1);
  border: 2px solid #6fd3fc;
  background: #6fd3fc url(../images/icon-add.png) no-repeat 0.63rem /1rem;
}

/* 修改 */
.edit {
  width: 5.5rem;
  padding-left: 2.2rem;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(25, 193, 255, 1);
  background: rgba(25, 193, 255, 1) url(../images/icon-edit.png) no-repeat 0.63rem /1rem;
}

.edit:hover {
  color: rgba(255, 255, 255, 1);
  border: 2px solid #6fd3fc;
  background: #6fd3fc url(../images/icon-edit.png) no-repeat 0.63rem /1rem;
}


body .layui-layer-btn a {
  min-width: 5rem;
  line-height: 1.47rem;
  margin: 0 0.9rem;
  border-radius: 0.15rem !important;
}
/* body .layui-layer-btn{
  border-top: 1px solid #DCDCDC;
} */
body .layui-layer-btn .layui-layer-btn0 {
  border: 1px solid #28C0FF;
  color: #28C0FF !important;
  background: transparent;
}
body .layui-layer-btn .layui-layer-btn0:hover{
  color: #6fd3fc;
  border: 1px solid #6fd3fc;
}
body .layui-layer-btn .layui-layer-btn1{
  background: #28C0FF;
  border: 1px solid #28C0FF;
  color: #fff;
}
body .layui-layer-btn .layui-layer-btn1:hover{
  background: #6fd3fc;
  border: 1px solid #6fd3fc;
  color: #fff;
}
.fr-wrapper div:first-child >a{display: none!important;}
.redBorder{border:1px solid red!important;}
.smallred{font-size: 12px;color: red;    position: absolute;}
