@font-face {
  font-family: "PingFang SC-Medium, PingFang SC";
  src: url('https://zy-common.oss-cn-beijing.aliyuncs.com/common/font/PingFangSC-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC-Light, PingFang SC";
  src: url('https://zy-common.oss-cn-beijing.aliyuncs.com/common/font/PingFangSC-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC-Regular, PingFang SC";
  src: url('https://zy-common.oss-cn-beijing.aliyuncs.com/common/font/PingFangSC-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingFang SC-Semibold, PingFang SC";
  src: url('https://zy-common.oss-cn-beijing.aliyuncs.com/common/font/PingFangSC-Semibold.ttf');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
*:focus-visible {
  outline: 0;
}
html,
body,
.root-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
html,
body,
.root-container,
.ka-wrapper,
.ka-content {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden !important;
  color: #333437;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "PingFang SC-Regular, PingFang SC" !important;
}
.root-container > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 5px #d9d9d9;
  background: #d9d9d9;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
  border-radius: 0;
  background: #fff;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
input::-internal-autofill-selected {
  background-color: transparent !important;
}
.micro-application-page-container {
  height: 100%;
  width: 100%;
}
.micro-application-page-container .micro-application-page-content {
  height: 100%;
  width: 100%;
}
.micro-application-page-container .micro-application-page-content > div {
  width: 100%;
  height: 100%;
}
.ant-modal .ant-modal-content {
  padding: 0 !important;
}
.ant-modal .ant-modal-content .ant-modal-close {
  height: 25px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-modal .ant-modal-content .ant-modal-close:hover {
  background: none;
}
.ant-modal .ant-modal-content .ant-modal-header {
  padding: 14px 18px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  font-size: 14px;
  font-family: "PingFang SC-Medium, PingFang SC";
  font-weight: 500;
  color: #333;
  line-height: 20px;
}
.ant-modal .ant-modal-content .ant-modal-body {
  padding: 15px 18px;
}
.ant-modal .ant-modal-content .ant-modal-footer {
  margin-top: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ant-modal .ant-modal-content .ant-modal-footer .ant-btn {
  padding: 7px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: max-content;
}
.ant-form .ant-form-item .ant-form-item-label label {
  font-size: 14px;
  font-family: "PingFang SC-Medium, PingFang SC";
  font-weight: 500;
  color: #666666;
  line-height: 20px;
}
.ant-drawer .ant-drawer-mask {
  background: transparent !important;
}
.custom-drawer-root {
  z-index: 998;
}
.custom-drawer-root .ant-drawer-content-wrapper,
.custom-drawer-root .ant-drawer-content {
  border-radius: 8px 0 0 8px !important;
}
.custom-drawer-root .ant-drawer-body {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.custom-drawer-root .ant-drawer-body .drawer-header {
  padding: 19px 18px 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-drawer-root .ant-drawer-body .drawer-header .title {
  font-size: 18px;
  font-family: "PingFang SC-Medium, PingFang SC";
  font-weight: 500;
  color: #333;
  line-height: 25px;
}
.custom-drawer-root .ant-drawer-body .drawer-header .close-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "PingFang SC-Regular, PingFang SC";
  font-weight: 400;
  color: #333437;
  line-height: 20px;
  cursor: pointer;
}
.custom-drawer-root .ant-drawer-body .drawer-header .close-btn .anticon {
  font-size: 10px;
  margin-right: 7px;
}
.custom-drawer-root .ant-drawer-body .drawer-content {
  flex: 1;
  height: 0;
  padding: 18px;
  overflow-y: auto;
}
.custom-drawer-root .ant-drawer-footer {
  padding: 18px !important;
  border: none !important;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.06) !important;
}
.custom-drawer-root .ant-drawer-footer .drawer-footer {
  display: flex;
  justify-content: flex-end;
}
.custom-drawer-root .ant-drawer-footer .drawer-footer .ant-btn {
  margin-left: 12px;
}
.custom-drawer-root .ant-drawer-footer .drawer-footer .right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.infinite-scroll-component__outerdiv {
  width: 100%;
  height: 100%;
}

