
/*@font-face{
 font-family: 'PingFangMedium';
 src:url('./fonts/PingFangMedium.ttf');
}
@font-face{
 font-family: 'PingFangBold';
 src:url('./fonts/PingFangBold.ttf');
 font-weight: bold;
}
@font-face{
 font-family: 'PingFangHeavy';
 src:url('./fonts/PingFangHeavy.ttf');
}
@font-face{
 font-family: 'PingFangRegular';
 src:url('./fonts/PingFangRegular.ttf');
}
 reset */

html {
  /*ios使用-webkit-text-size-adjust禁止调整字体大小*/
  -webkit-text-size-adjust: none;
  /*禁止ios和Android用户选中文字*/
  -webkit-user-select: text;
  /*禁止iOS长按时触发系统菜单;禁止iOS和Android长按时下载图片*/
  -webkit-touch-callout: none;
  /*移动端字体'PingFangMedium', 
  font-family:  Heiti SC,PingFang SC,苹方,Helvetica;*/
  font-size: 100px;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
pre,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-indent: 0;
}

a,
button,
input,
textarea,
select {
  background: none;
  /*去除android a/button/input标签被点击时产生的边框 */
  /*去除ios a标签被点击时产生的半透明灰色背景*/
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: none;
  -webkit-appearance: none;
  /*webkit去除表单元素的默认样式*/
}

/*去掉Android中的语音输入按钮*/
input::-webkit-input-speech-button {
  display: none
}

/*修改webkit表单输入框palceholder的样式*/
input::-webkit-input-placeholder {
  line-height: 0.4rem;
  color: #AAAAAA;
}

input:focus::-webkit-input-placeholder {
  color: #EEEEEE;
}
/*去除inputtypenumber箭头*/
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

  input[type="number"] {
    -moz-appearance: textfield;
  }
em {
  font-style: normal
}

li {
  list-style: none
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

textarea {
  resize: none;
  overflow: auto;
}

/* end reset */
/* public */

/* 清除浮动 */

.clear {
  zoom: 1;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

/* 定义盒模型为怪异和模型（宽高不受边框影响） */

.boxSiz {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -o-box-sizing: border-box;

  box-sizing: border-box;

}

/* 强制换行 */

.toWrap {

  word-break: break-all;
  /* 只对英文起作用，以字母作为换行依据。 */

  word-wrap: break-word;
  /* 只对英文起作用，以单词作为换行依据。*/

  white-space: pre-wrap;
  /* 只对中文起作用，强制换行。*/

}

/* 禁止换行 */

.noWrap {

  white-space: nowrap;

}

/* 禁止换行,超出省略号 */

.noWrapEllipsis {

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

/* public end */
/*滚动条样式start*/
.scroller {
	overflow-y:auto;
	scrollbar-color:#4D49BF #DAD9F2;
	scrollbar-width:thin
}
.scroller::-webkit-scrollbar-thumb {
	background-color:#4D49BF
}
.scroller::-webkit-scrollbar-track {
	background-color:#DAD9F2
}
.scroller::-moz-scrollbar-thumb {
	background-color:#4D49BF
}
.scroller::-moz-scrollbar-track {
	background-color:#DAD9F2
}
::-webkit-scrollbar {
	width:8px;
	height:12px;
	border-radius:20px;
	
}
/* 
::-moz-scrollbar {
	width:8px;
	height:8px;
	border-radius:20px
} */
::-webkit-scrollbar-track {
	background:#DCDFE8;
	border-radius:20px;
	
}
::-webkit-scrollbar-thumb {
	background:#D9D9D9;
	border-radius:20px;
	
}
::-webkit-scrollbar-thumb:hover {
	background:#D9D9D9;
	border-radius:20px
}
::-webkit-scrollbar-track-piece {
  background-color:#F5F6FA; 
  -webkit-border-radius:0;
}
::-moz-scrollbar-thumb {
	background:#F5F6FA;
	border-radius:20px;
}
::-moz-scrollbar-thumb:hover {
	background:#F5F6FA;
	border-radius:20px;
}
::-webkit-scrollbar {
	width:6px;
	height:12px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
}
::-moz-scrollbar {
	width:4px;
	height:12px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px
}
/* ::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0);
} */

.scrollBar::-webkit-scrollbar-track-piece {
  background-color:#fff; 

  -webkit-border-radius:0;
}

.scrollBar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.scrollBar::-webkit-scrollbar-thumb {
  background-color: rgba(205, 205, 205, 1);
  background-clip: padding-box;
}

.scrollBar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(205, 205, 205, 1);
}
/*滚动条样式end*/
.ant-menu-submenu-title {
  padding: 0 5px !important;
}

.vxe-table.size--mini .vxe-header--column {
  padding: 2px 0 !important;
}
.vxe-table.size--mini .vxe-body--column {
  padding: 0 !important;
  height: auto !important;
}
.vxe-table.size--mini {
  box-shadow: 0 2px 5px #a6a6a6;
}
.vxe-pager.size--mini {
  background-color: #FFFFFF;
  border: none;
  margin-top: 5px;
}
/*表格行高padding*/
.ant-table-thead > tr > th, .ant-table-tbody > tr > td {
  padding: 2px 2px !important;
  margin-left: -1px;
}
.ant-table-tbody > tr > td {
  font-size: 12px;
}
