/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html {
	--yth-primary-color: #007FBA;
  --yth-primary-color-hover: #2898C8;
  --yth-primary-color-active: #00679B;
  --yth-primary-color-outline: rgba(24, 144, 255, 0.2);
	--yth-primary-disabled-color: #00679B;
  --yth-primary-1: #E4F3F8;
  --yth-primary-2: #bae7ff;
  --yth-primary-3: #91d5ff;
  --yth-primary-4: #69c0ff;
  --yth-primary-5: #C1E5F1;
  --yth-primary-6: #1999d4;
  --yth-primary-7: #007fba;
  --yth-primary-color-deprecated-pure: ;
  --yth-primary-color-deprecated-l-35: #cbe6ff;
  --yth-primary-color-deprecated-l-20: #088ecd;
  --yth-primary-color-deprecated-t-20: #0776a9;
  --yth-primary-color-deprecated-t-50: #8cc8ff;
  --yth-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
  --yth-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
  --yth-primary-color-active-deprecated-d-02: #dcf4ff;
  --yth-success-color: #52c41a;
  --yth-success-color-hover: #73d13d;
  --yth-success-color-active: #389e0d;
  --yth-success-color-outline: rgba(82, 196, 26, 0.2);
  --yth-success-color-deprecated-bg: #f6ffed;
  --yth-success-color-deprecated-border: #b7eb8f;
  --yth-error-color: #ff4d4f;
  --yth-error-color-hover: #ff7875;
  --yth-error-color-active: #d9363e;
  --yth-error-color-outline: rgba(255, 77, 79, 0.2);
  --yth-error-color-deprecated-bg: #fff2f0;
  --yth-error-color-deprecated-border: #ffccc7;
  --yth-warning-color: #faad14;
  --yth-warning-color-hover: #ffc53d;
  --yth-warning-color-active: #d48806;
  --yth-warning-color-outline: rgba(250, 173, 20, 0.2);
  --yth-warning-color-deprecated-bg: #fffbe6;
  --yth-warning-color-deprecated-border: #ffe58f;
  --yth-info-color: #1274a1;
  --yth-info-color-deprecated-bg: #e6f7ff;
  --yth-info-color-deprecated-border: #6497b7;
  /* 自定义 */
  --yth-body-background-color: #F7F7FA; /* 背景色 */
  --yth-text-color: #666666;; /* 主文本色 */
  --yth-text-color2: #999999; /* 次文字颜色 */
  --yth-grey-color1: #e4e4e4; /* 灰色1 */
  --yth-grey-color2: #f3f4f7; /* 灰色2 */
  --yth-grey-color3: #f4f6f7; /* 灰色3 */
  --yth-grey-color4: #f6f6f6; /* 灰色4 */
  --yth-text-grey: #C9CDD4; /* 灰色 */
  --yth-margin-space: 10px; /* 默认margin */
  --yth-header-height: 45px;
  --yth-content-height: calc(100vh - var(--yth-header-height)); /* content高度 */
  --yth-overlay-color: rgba(0, 0, 0, 0.55);
  --yth-border-color: #E5E6EB; /* 边框颜色 */
  --yth-box-shadow-color: #555454; /* 阴影颜色 */
  --yth-font-szie: 12px; /* 默认字体大小 */
  --yth-padding-default: 3px 9px; /* 默认padding */
	--yth-ios-safety-top: constant(safe-area-inset-top);
	--yth-ios-safety-top: env(safe-area-inset-top);
	--yth-ios-safety-left: constant(safe-area-inset-left);
	--yth-ios-safety-left: env(safe-area-inset-left);
	--yth-ios-safety-right: constant(safe-area-inset-right);
	--yth-ios-safety-right: env(safe-area-inset-right);
	--yth-ios-safety-bottom: constant(safe-area-inset-bottom);
	--yth-ios-safety-bottom: env(safe-area-inset-bottom);
}
[class^='yth-antd-']::-ms-clear,
[class*='yth-antd-']::-ms-clear,
[class^='yth-antd-'] input::-ms-clear,
[class*='yth-antd-'] input::-ms-clear,
[class^='yth-antd-'] input::-ms-reveal,
[class*='yth-antd-'] input::-ms-reveal {
  display: none;
}
/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
body {
  font-family: Arial, Helvetica, Inter, Avenir, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  color: var(-yth-text-color);
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--yth-primary-color);
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: var(--yth-primary-color-hover);
}
a:active {
  color: var(--yth-primary-color-active);
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::selection {
  color: #fff;
  background: var(--yth-primary-color);
}
.clearfix::before {
  display: table;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon > .anticon {
  line-height: 0;
  vertical-align: 0;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin,
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
