html,
body,
#root,
.main {
  height: 100%;
}

body.borderbox *,
body.borderbox *::after,
body.borderbox *::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
span,
object,
iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

ul {
  list-style: none;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

.clear {
  zoom: 1;
}

.clear:after,
.clear:before {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.hidden {
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.relative {
  position: relative;
}

.left {
  min-height: 1px;
  float: left;
}

.right {
  min-height: 1px;
  float: right;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-slim {
  font-weight: 200;
}

.text-blod {
  font-weight: 600;
}

.text-small {
  font-size: 12px;
}

.text-normal {
  font-size: 14px;
}

.text-big {
  font-size: 16px;
}

.text-large {
  font-size: 18px;
}

.text-main {
  color: #0a84ff;
}

.text-red {
  color: #ED3F14;
}

.text-blue {
  color: #0a84ff;
}

.text-green {
  color: #67C23A;
}

.text-orange {
  color: #F88A55;
}

.text-gray {
  color: rgba(0, 0, 0, 0.65);
}

.background-main {
  background-color: #0a84ff;
}

.border-top {
  border-top: 1px solid #eeeeee;
}

.border-bottom {
  border-bottom: 1px solid #eeeeee;
}

.border-left {
  border-left: 1px solid #eeeeee;
}

.border-right {
  border-right: 1px solid #eeeeee;
}

.border-arround {
  border: 1px solid #eeeeee;
}

.border-light {
  border-color: #eee;
}

.height-max {
  height: 100%;
}

.overflow-x {
  overflow-y: auto;
}

.overflow-y {
  overflow-y: auto;
}

.pointer {
  cursor: pointer;
}

.grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.disabled {
  cursor: not-allowed;
}

.pt-loading-fade-enter,
.pt-loading-fade-leave-active {
  opacity: 0;
}

.list-warp {
  padding: 24px;
  height: 100%;
  overflow: auto;
}

.ant-form-item.action {
  margin-bottom: 0;
}

.ant-picker {
  width: 100%;
}

.ant-modal-content {
  border-radius: 8px !important;
}

.ant-modal-title {
  font-size: 20px !important;
}

.ant-modal-header {
  border-radius: 8px 8px 0 0 !important;
  border-bottom: 0 !important;
}

/*滚动条整体部分,必须要设置*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/*滚动条的轨道*/
::-webkit-scrollbar-track {
  border-radius: 4px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
}

/*滚动条的滑块按钮*/
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(102, 102, 102, 0.3);
}

/*滚动条的上下两端的按钮*/
::-webkit-scrollbar-button {
  height: 0;
  background-color: #fff;
}

.login-modal__captcha-input {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

.login-modal__captcha-code {
  position: absolute;
  right: 0;
  top: 0;
  width: 99px;
  height: 36px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  z-index: 1;
}
.login-modal__captcha-code .login-modal__captcha-image {
  height: 36px;
  background-position: -22px top;
  background-repeat: no-repeat;
  background-size: 130px 34px;
}
