@charset "UTF-8";
:root {
  --console-app-layout-version: "1.1.5";
  --console-app-layout-update: "240520";
  --console-color-icon-color: #a8a8a8;
  --console-color-empty: #999;
  --console-color-card-sub-title: #666;
  --console-color-card-border: #e3e4e6;
  --console-color-border: #e8e8e8;
  --console-color-choice-background: #f2f2f2;
  --console-card-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, .16);
  --console-card-background: var(--console-color-view-bg);
  --console-layout-nav-trigger-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  --console-color-input-bg: #f8f8f8;
  --console-color-input-boder: #c0c6cc;
  --console-color-input: #333;
  --console-color-core-page-fill: #1a1a1a;
  --console-color-error-bg: #ffd0c7;
  --console-color-error-click: #780000;
  --console-color-danger: #c80000;
  --console-color-success-bg: #d8f5d8;
  --console-color-success-border: #6caf4b;
  --console-color-success: #00a700;
  --console-color-warn-bg: #fff7d1;
  --console-color-warn: #fac800;
  --console-color-warn-star-border: #a77e00;
  --console-color-warn-star-rating-bg: #ffde5c;
  --console-color-orange: #fa5300;
  --console-color-muted: #647d96;
  --console-color-radio-checkbox-border: #577899;
  --console-color-radio-checkbox-checked: #004080;
  --console-color-radio-check-bg: rgba(0, 112, 204, 0.15);
  --console-color-disabled: #ccc;
  --console-color-disabled-text: #c1c1c1;
  --console-color-disable-button: #d1d5d9;
  --console-color-view-bg: #f7f9fa;
  --console-color-view-border-clr: #c0c6cc;
  --console-color-click: #003c78;
  --console-color-percent: #e2e2e4;
  --console-color-primary: #0064c8;
  --console-color-tips-bg: #e5f3ff;
  --console-color-topbar-bar: #007dfa;
  --console-color-text: #181818;
  --xkk-box-shadow-toDown: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  --xkk-box-shadow-toUp: 0 0 4px 4px rgba(0, 0, 0, 0.16);
  --console-layout-nav-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.16);
  --console-layout-nav-border: 1px solid #c0c6cc;
  --console-menu-border: 1px solid var(--console-card-border-color);
  --font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/********** 基本样式 **********/
html {
  font-size: 62.5%;
}
body {
  font-family: "宋体", "arial", "\5b8b\4f53";
}
html,
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;
}
ol,
ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
fieldset,
img,
a img,
:link img,
:visited img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/*iphone 上input默认内阴影css样式去除*/
input,
textarea {
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 提示文字 */
.tipsTxt {
  color: var(--console-table-empty-color) !important;
}
.tl_tipsBox {
  background-color: var(--console-color-click-fill-primary-bg);
}
@keyframes aHover_for_sa {
  from {
    background-color: white;
  }
  to {
    background-color: var(--ns-color-f4f6f7);
    /* box-shadow      : var(--xkk-box-shadow-toDown); */
    color: #181818;
  }
}
@keyframes aHover_for_sb {
  from {
    background-color: white;
  }
  to {
    color: var(--console-color-orgran);
  }
}
