/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #f5f5f5;
  overflow-x: hidden;
  font-family: 'Microsoft YaHei';
  height: 100vh;
  overflow-y: hidden;
}

blockquote,
q {
  quotes: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  /* margin-bottom: 0 !important */
}

h1 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

.tips {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}

.tips-main {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  color: #eb1200;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  background: white;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

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

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

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

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon {
  vertical-align: -0.15em;
}

.inline {
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.inline-left {
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.inline-left p {
  flex-shrink: 0;
}

.inline-right {
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.flex-y {
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.main {
  height: calc(100% - 30px);
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: white;
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
  /* width: calc(100% - 20px);
  min-height: calc(100vh - 90px); */
}

.table-content {
  overflow-y: hidden;
  width: 100%;
  height: calc(100% - 142px);
 
}

.main-wrap {
  height: 100%;
}

.main .a-table {
  width: calc(100% - 10px) !important;
  margin-top: 10px;
  font-size: 12px;
}

.main .a-table img {
  width: 40px;
  height: 40px;
}

.ant-pagination {
  margin: 5px 0 !important;
  text-align: right;
}


.table-wrap {
  height: 100%;
  /* min-width: 712px; */
  overflow-y: hidden;
  /* border-left: 1px solid #f5f5f5;
  padding-left: 10px; */
  box-sizing: border-box;
}

.screen {
  width: 100%;
  margin: 8px 0 10px;
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer {
  width: calc(100% - 30px);
  min-width: 912px;
  padding: 10px 0 0 15px;
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}

.margin-left {
  margin-left: 10px;
}

.margin-left2 {
  margin-left: 2px;
}

.margin-left5 {
  margin-left: 5px;
}

.margin-left20 {
  margin-left: 20px;
}
.padding-top10 {
  padding-top: 10px;
}

.modal-content {
  max-height: 65vh;
  overflow-y: auto;
}

.btn {
  cursor: pointer;
}

.gray {
  color: #999999 !important;
}

.cursor {
  cursor: pointer;
}

.btn:hover {
  color: #1890FF;
}

.circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  flex-shrink: 0;
}

.ant-table-body p {
  margin-bottom: 0 !important;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.multiTwo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: auto;
  white-space: normal;
  word-wrap: break-word;
}
.multiThree {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: auto;
  white-space: normal;
  word-wrap: break-word;
}

.main-color {
  color: #1890FF;
}

.square {
  width: 54px;
  height: 54px;
  border-radius: 4px;
  object-fit: cover;
}