* {
  outline: none !important;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  height: 8px;
  width: 6px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  /*background-color: #0f121b;*/
  background-color: #5692f4; /*滚动条颜色*/
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
  vertical-align: middle;
}

.table > thead > tr > th{
  border-bottom: 1px solid #dddddd;
}

html,body{
  padding: 0;
  margin: 0;
  height: 100%;
  color: #676a6c;
  font-family: 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.padding-bottom {
  padding: 15px 15px 0px 15px;
}

.btn{
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
}
.hover {
  cursor: pointer;
}
.hover:hover {
  opacity: 0.7;
}
.padding-top {
  padding: 0px 15px 15px 15px;
}

.padding-bottom-max {
  padding: 30px 15px 0px 15px;
}

.padding-top-max {
  padding: 0px 15px 30px 15px;
}

.padding-left {
  padding: 15px 15px 15px 0px;
}

.padding-top-left {
  padding: 0px 15px 15px 0px;
}

.padding-rigth {
  padding: 15px 0px 15px 15px;
}

.padding-top-bottom {
  padding: 0px 15px 0px 15px;
}

.button-top {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.div-control {
  font-size: 14px;
  padding: 6px 12px;
}

.trbg {
  background-color: #80cbf9 !important;
}

.nav > li > a {
  padding: 14px 20px 14px 55px;
}

.padding-bottom {
  padding: 15px 15px 0px 15px;
}

.padding-top {
  padding: 0px 15px 15px 15px;
}

.padding-bottom-max {
  padding: 30px 15px 0px 15px;
}

.padding-top-max {
  padding: 0px 15px 30px 15px;
}

.padding-left {
  padding: 15px 15px 15px 0px;
}

.padding-top-left {
  padding: 0px 15px 15px 0px;
}

.padding-rigth {
  padding: 15px 0px 15px 15px;
}

.padding-top-bottom {
  padding: 0px 15px 0px 15px;
}

.button-top {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.div-control {
  font-size: 14px;
  padding: 6px 12px;
}

.trbg {
  background-color: #80cbf9 !important;
}

.nav > li > a {
  padding: 14px 20px 14px 55px;
}

.padding-bottom {
  padding: 15px 15px 0px 15px;
}

.padding-top {
  padding: 0px 15px 15px 15px;
}

.padding-bottom-max {
  padding: 30px 15px 0px 15px;
}

.padding-top-max {
  padding: 0px 15px 30px 15px;
}

.padding-left {
  padding: 15px 15px 15px 0px;
}

.padding-top-left {
  padding: 0px 15px 15px 0px;
}

.padding-rigth {
  padding: 15px 0px 15px 15px;
}

.padding-top-bottom {
  padding: 0px 15px 0px 15px;
}

.button-top {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.div-control {
  font-size: 14px;
  padding: 6px 12px;
}

.trbg {
  background-color: #80cbf9 !important;
}

.nav > li > a {
  padding: 14px 20px 14px 55px;
}

.padding-bottom {
  padding: 15px 15px 0px 15px;
}

.padding-top {
  padding: 0px 15px 15px 15px;
}

.padding-bottom-max {
  padding: 30px 15px 0px 15px;
}

.padding-top-max {
  padding: 0px 15px 30px 15px;
}

.padding-left {
  padding: 15px 15px 15px 0px;
}

.padding-top-left {
  padding: 0px 15px 15px 0px;
}

.padding-rigth {
  padding: 15px 0px 15px 15px;
}

.padding-top-bottom {
  padding: 0px 15px 0px 15px;
}

.button-top {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.div-control {
  font-size: 14px;
  padding: 6px 12px;
}

.trbg {
  background-color: #80cbf9 !important;
}

.nav > li > a {
  padding: 14px 20px 14px 55px;
}

body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  height: 100%;
}

.eli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.line-clamp2 {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.eli2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.layui-laydate-range {
  min-width: 546px;
  width: auto!important;
}

/** young style */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?cb9wc31');
  src: url('../fonts/icomoon.eot?cb9wc31#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?cb9wc31') format('truetype'),
    url('../fonts/icomoon.woff?cb9wc31') format('woff'),
    url('../fonts/icomoon.svg?cb9wc31#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-music:before {
  content: "\e911";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-spinner4:before {
  content: "\e97d";
}
.icon-search:before {
  content: "\e986";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-briefcase:before {
  content: "\e9ae";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-loop2:before {
  content: "\ea2e";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-clear-formatting:before {
  content: "\ea6f";
}


.rt-box {
  float: right;
}
.hide {
  display: none;
}

body {
  font-size: 12px;
}
.disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.line-clamp2 {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.zf-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  /* margin-left: -30px; */
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
}
.zf-loading .layui-layer-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.empty-box {
  width: 100%;
  line-height: 48px;
  color: #333;
}

/**下拉框*/
.qc-selector {
  line-height: 24px;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 3px 24px 3px 6px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-image: url('../../images/QianChuan/LowerRectangle.png');
  background-size: 10px 7px;
  cursor: pointer;
}
.qc-selector.extend {
  background-image: url('../../images/QianChuan/UpperRectang.png');
}
.qc-selector.disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.qc-selector .desc {
  font-size: 12px;
  color: #ddd;
}

.qc-selector-list {
  max-height: 230px;
  padding-right: 10px;
  overflow: auto;
}

.qc-selector-item {
  /* height: 34px; */
  box-sizing: border-box;
  line-height: 24px;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 220px;
  margin: 5px 0;
  cursor: pointer;
  position: relative;
}
.qc-selector-item:hover {
  opacity: 0.7;
  background-color: rgba(68, 137, 249, 0.1);
}
.qc-selector-item .name {
  font-size: 14px;
}
.qc-selector-item .desc {
  font-size: 12px;
  color: #ddd;
}

.qc-selector-item .btn-del {
  position: absolute;
  width: 30px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 22px;
  cursor: pointer;
}

.qc-selector-item .mould-item {
  height: 34px;
}
