@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #e8eaed;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font: 400 16px/24px 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
  color: #202124;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
pre {
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  border: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}
dd ul {
  margin-left: -2rem;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  text-decoration: none;
  color: #007bff;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  padding: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gray {
  color: #999;
}
.hide {
  display: none;
}
.visible {
  visibility: hidden;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.w100 {
  width: 100%;
}
.fs48 {
  font-size: 48px;
}
.fs14 {
  font-size: 14px;
}
.fr {
  float: right;
}
.js_lazy_img {
  display: none;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
  position: relative;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul {
  margin-left: -1rem;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-circle {
  list-style: circle;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
img {
  vertical-align: middle;
  border: 0;
}
.layz-image {
  background-color: #f2f2f2;
  color: #bfbfbf;
  position: relative;
}
.layz-image .material-icons-outlined {
  font-size: 80px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layz-image img {
  display: none;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
td.hljs-ln-numbers {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: #ccc;
  border-right: 1px solid #ccc;
  vertical-align: top;
  padding-right: 5px;
  min-width: 28px;
}
td.hljs-ln-code {
  padding-left: 10px;
}
.mm-no-nums .hljs-ln-numbers {
  display: none;
}
.cmp-item {
  margin: 20px 0 30px 0;
}
.cmp-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.cmp-callout-primary {
  border-left-color: #007bff;
}
.cmp-callout-secondary {
  border-left-color: #6c757d;
}
.cmp-callout-success {
  border-left-color: #28a745;
}
.cmp-callout-danger {
  border-left-color: #d9534f;
}
.cmp-callout-warning {
  border-left-color: #ffc107;
}
.cmp-callout-info {
  border-left-color: #17a2b8;
}
.cmp-callout-note {
  border-left-color: #f6b73c;
  border-left-width: 5px;
  background-color: #fff3d4;
  font-style: italic;
  color: rgba(0, 0, 0, 0.65098);
}
.cmp-callout-title {
  color: #d9534f;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
}
.cmp-callout_question h5 {
  color: #d9534f;
}
.cmp-shell {
  background-color: #051e30;
  border-color: #289ff4;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  font-family: 'Roboto Mono', monospace;
  line-height: 1.625;
  margin: 20px 0 30px 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 10px 10px 18px;
  word-wrap: break-word;
}
.cmp-shell.n-bottom {
  margin-bottom: 0;
}
.cmp-shell pre {
  color: #fff;
  font-family: 'Roboto Mono', monospace;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cmp-shell pre:last-child {
  margin-bottom: 0;
}
.cmp-shell-comment:first-child {
  margin-top: 0;
}
.cmp-shell-comment {
  color: #999;
  margin-top: 10px;
}
.cmp-shell-comment:before {
  content: '#';
}
.cmp-shell-title {
  color: #ff0;
  font-weight: bolder;
  display: block;
}
.cmp-shell-title:before {
  content: '$ ';
  color: #fff;
}
.cmp-example .cmp-shell pre {
  margin-top: 0;
  margin-bottom: 0;
}
.cmp-synopsis {
  font-weight: bolder;
  font-size: 18px;
  font-family: 'Roboto Mono', monospace;
  padding-top: 6px;
  padding-bottom: 8px;
}
.cmp-example {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.cmp-example-body {
  padding: 45px 15px 15px;
}
.cmp-example-code code,
.cmp-example-code pre {
  margin: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.cmp-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: '实例';
}
.cmp-output:after {
  content: '输出';
}
.cmp-note {
  width: calc(100% - 40px);
  padding: 20px;
  padding-left: 40px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cmp-note::after,
.cmp-note::before {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
}
.cmp-note::before {
  left: 100%;
  bottom: 0;
  border-top: 40px solid #007bff;
  border-left: 0 solid #007bff;
  border-right: 40px solid transparent;
}
.cmp-note::after {
  width: 40px;
  height: calc(100% - 40px);
  right: -40px;
  top: 0;
  background-color: #fff;
  border-right: 5px solid #007bff;
  border-radius: 0 5px 0 0;
}
.cmp-note-success::after,
.cmp-note-success::before {
  border-color: #28a745;
}
.cmp-note-success::before {
  border-right-color: transparent;
}
.cmp-note-danger::after,
.cmp-note-danger::before {
  border-color: #dc3545;
}
.cmp-note-danger::before {
  border-right-color: transparent;
}
.cmp-note-warning::after,
.cmp-note-warning::before {
  border-color: #ffc107;
}
.cmp-note-warning::before {
  border-right-color: transparent;
}
.cmp-note-info::after,
.cmp-note-info::before {
  border-color: #17a2b8;
}
.cmp-note-info::before {
  border-right-color: transparent;
}
.cmp-note-dark::after,
.cmp-note-dark::before {
  border-color: #343a40;
}
.cmp-note-dark::before {
  border-right-color: transparent;
}
.cmp-inline-items li {
  width: 80px;
  text-align: center;
}
.cmp-code-example .cmp-body {
  border-radius: 4px 4px 0 0;
  border: 1px solid #ddd;
  padding: 22px 15px 15px;
}
.cmp-code-example .cmp-code {
  background-color: #23241f;
  border: 1px solid #23241f;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
  padding: 9px 0;
}
.cmp-code-example .cmp-code .hljs-ln-numbers {
  display: none;
}
.cmp-code-example .cmp-code code {
  border-width: 0;
}
.cmp-code-top .cmp-code {
  border-radius: 4px 4px 0 0;
}
.cmp-code-top .cmp-body {
  border-radius: 0 0 4px 4px;
  padding-top: 48px;
}
.cmp-yes b {
  color: #1a73e8;
}
.cmp-spec {
  width: 100%;
}
.cmp-spec td {
  padding: 7px 14px 6px;
  border-color: #e7e7e7;
}
.cmp-spec th {
  background-color: #f3f3f3;
  text-align: left;
  color: #555;
}
.cmp-areacode li {
  width: 33%;
  min-width: 160px;
  text-align: left;
  vertical-align: top;
}
.cmp-areacode .children {
  padding-left: 20px;
}
.cmp-github .cmp-shell {
  margin-bottom: 10px;
}
.cmp-github .mt-button {
  margin-bottom: 10px;
  margin-right: 10px;
}
.cmp-github p {
  margin-bottom: 0;
  margin-top: 2px;
}
.mt-logo {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.mt-line {
  border-top: 1px dashed #333;
}
.cmp-dl li,
.mt-mini-li li {
  margin-top: 4px;
  margin-bottom: 4px;
}
.cmp-bash td.hljs-ln-code {
  padding-left: 0;
}
.cmp-code-ouput .hljs {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #23241f;
  border-bottom: 0;
}
.cmp-code-ouput .cmp-body {
  padding: 40px 15px 15px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.cmp-output-text {
  position: relative;
}
.cmp-output-text::after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  letter-spacing: 1px;
  content: 'Output:';
}
.cmp-error-text {
  padding: 15px;
  background-color: #fee;
  border-left: 2px solid #bf1818;
  margin-top: -1px;
}
code {
  color: #e83e8c;
  background-color: #f8f9fa;
  border: 1px solid #eaecf0;
  border-radius: 2px;
  padding: 0 4px;
  font-weight: 700;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
code.cc-style {
  color: #e83e8c;
  background-color: #f8f9fa;
  border: 1px solid #eaecf0;
  border-radius: 2px;
  padding: 0 4px;
  font-weight: 700;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.code-command code {
  color: #e83e8c;
  background-color: #f8f9fa;
  border: 1px solid #eaecf0;
  border-radius: 2px;
  padding: 0 4px;
  font-weight: 700;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.cmp-chart-pie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp-chart-pie p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.25;
}
.cmp-chart-pie h3 {
  margin-top: 0;
  line-height: 1.25;
}
.ch-table-box {
  border: 1px solid #333;
  padding: 1rem;
  width: 280px;
  min-height: 396px;
}
.ch-table-header {
  border-bottom: 9px solid #333;
  margin-bottom: 10px;
}
.ch-table-box table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.ch-table td,
.ch-table th {
  padding: 0.25em 0;
  border-top: 1px solid #333;
}
.ch-table th {
  border-top: 0;
}
.ch-table .ch-small {
  font-weight: 400;
}
.ch-table .ch-right {
  text-align: right;
}
.ch-table-footer {
  border-top: 10px solid #333;
  margin-top: 10px;
}
.ch-chart-box {
  height: 396px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #313131;
}
.highcharts-credits {
  display: none;
}
.highcharts-axis-labels,
.highcharts-axis-title {
  fill: #e0e0e3;
}
.table-options td,
.table-options th {
  padding: 0.25em 0.7em;
  border: 1px solid #cecece;
}
.table-options thead th {
  background-color: #e0e0e0;
  border-bottom-color: #cecece;
  border-bottom-width: 1px;
}
.table caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.table td,
.table th {
  padding: 0.25em 0.7em;
  border: 1px solid #cecece;
}
.table th {
  background-color: #f3f3f3;
  padding: 0.45em 0.7em;
  text-align: left;
}
.table-black th th {
  background-color: #333;
  color: #fff;
  padding: 0.45em 0.7em;
  border-color: #333;
}
.table-black th tbody tr:nth-of-type(even) {
  background-color: #eee;
}
.table-green th,
.table-red th {
  background-color: #27ae60;
  color: #fff;
  border: 1px solid #27ae60;
  text-align: left;
}
.table-green td,
.table-green th,
.table-red td,
.table-red th {
  border: 0;
}
.table-green tbody tr:nth-of-type(odd),
.table-red tbody tr:nth-of-type(odd) {
  background-color: #d2d2d2;
}
.table-green tbody tr:nth-of-type(even),
.table-red tbody tr:nth-of-type(even) {
  background-color: #e6e6e6;
}
.table-red th {
  background-color: #ea6153;
}
.mm-auto-w {
  width: 50%;
}
.cmp-countdown {
  text-align: center;
}
.mt-countdown {
  text-align: center;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mt-blank {
  margin-left: 5px;
}
.mt-blank .material-icons-outlined {
  font-size: 18px;
  margin-top: -4px;
  margin-left: 2px;
}
.material-icons,
.material-icons-outlined {
  width: 1em;
  overflow: hidden;
  vertical-align: middle;
}
.icon-check {
  color: #34a853;
  margin: -4px 4px 0 0;
}
.mtl-snackbar {
  z-index: 8;
  margin: 8px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}
.mtl-snackbar-surface {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  max-width: 672px;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #333;
}
.mtl-snackbar-label {
  font-weight: 400;
  letter-spacing: 0.01785714em;
  text-decoration: inherit;
  text-transform: inherit;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.87);
  word-wrap: break-word;
}
.mtl-snackbar-actions {
  display: none;
  margin-left: 0;
  margin-right: 8px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mtl-snackbar-dismiss {
  color: rgba(255, 255, 255, 0.87);
}
.mtl-snackbar-open .mtl-snackbar-surface {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.btn {
  outline: 0;
  height: 48px;
  line-height: 48px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-align: center;
  border: 0;
  background-color: transparent;
  color: #5f6368;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.btn:focus {
  text-decoration: none;
}
.btn:hover {
  color: #202124;
  font-weight: 700;
}
.mt-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
a.mt-button:active,
a.mt-button:focus,
a.mt-button:hover {
  color: #fff;
  text-decoration: none;
}
.mt-inline-button {
  display: inline-block;
}
.mt-raised-button {
  color: #fff;
  background-color: #3f51b5;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mt-accent-button {
  background-color: #ff4081;
}
.search-box {
  border-radius: 4px;
  border: 1px solid #08090a;
  overflow: hidden;
  min-width: 280px;
  margin-bottom: -4px;
}
.search-box .input {
  padding: 6px 12px;
  border-width: 0;
}
.search-box .material-icons-outlined {
  font-size: 16px;
  cursor: pointer;
  width: 16px;
}
.search-box .material-icons-outlined:hover {
  color: #08090a;
}
.search-box .clear {
  margin-right: 10px;
  display: none;
}
.search-box .btn {
  height: 30px;
  line-height: 30px;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  border-left: 1px solid #08090a;
}
.search-box .btn:hover {
  background-color: #6c757d;
  color: #fff;
}
.search-header {
  margin-right: 58px;
  text-align: center;
}
.search-header .search-box {
  max-width: 320px;
  display: inline-block;
}
.search-box-focus {
  -webkit-box-shadow: 2px 2px 0 #08090a;
  box-shadow: 2px 2px 0 #08090a;
}
.v-calendar .right-item-title {
  color: #ea4e3d;
}
.v-calendar .right-item-title::before {
  background-color: #ea4e3d;
}
.v-calendar .c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.v-calendar .c-item {
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 1.25;
}
.v-calendar .lunar {
  font-size: 11px;
  padding-bottom: 8px;
}
.v-calendar .d {
  padding-top: 8px;
}
.v-calendar .is-gray {
  color: #ccc;
}
.v-calendar .is-week {
  color: #8a8a8a;
}
.v-calendar .is-curr {
  color: #fff;
  background-color: #ea4e3d;
}
.v-calendar .c-tips {
  color: #5a5a5a;
  padding: 10px 0;
  font-size: 14px;
}
.v-calendar .c-tips .c-t-row {
  padding-left: 10px;
  padding-right: 10px;
}
.v-calendar .c-week-label {
  padding: 10px 0 8px;
}
.header {
  height: 48px;
  background-color: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  color: #5f6368;
}
.header .title {
  display: flex;
  align-items: center;
  height: 48px;
  font-size: 16px;
}
.header .btn:hover {
  text-decoration: none;
}
.header .active {
  color: #08090a;
}
.header .nav-lang {
  position: absolute;
  top: 0;
  right: 300px;
}
.body-main {
  margin-top: 68px;
  position: relative;
}
.body-main .main-right {
  width: 290px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.article {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 40px;
  display: block;
}
.main-left {
  padding-right: 290px;
}
.p20 {
  padding-left: 20px;
  padding-right: 20px;
}
.article-classify {
  background-color: #f7f6f6;
  padding: 10px 20px;
}
.article-classify a {
  color: #999;
  margin-right: 10px;
}
.article-classify a:hover {
  text-decoration: underline;
}
.article-classify a.nav-curr,
.article-classify a:hover {
  color: #202124;
}
.article-classify a.search-back {
  color: #007bff;
  text-decoration: underline;
}
.main-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: start;
}
.main-item .left {
  padding-right: 15px;
}
.main-item .top {
  padding-bottom: 5px;
  color: #999;
}
.main-item .nickname {
  font-size: 0.875rem;
  line-height: 1.25;
  padding-right: 5px;
}
.main-item .nickname a {
  color: #4d5760;
}
.main-item .nickname a:hover {
  color: #202124;
}
.main-item .time {
  font-size: 0.8rem;
}
.main-item .main-item-title a {
  color: #202124;
}
.main-item .main-item-title a:hover {
  color: #ff6f00;
  text-decoration: none;
}
.main-item h3 {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  /* 限制显示3行 */
  -webkit-box-orient: vertical;
  line-height: 1.5;
  /* 根据需要调整行高 */
  max-height: 4.5em;
  /* 行高乘3行 */
}
.main-item .thumb {
  width: 180px;
  max-height: 126px;
  overflow: hidden;
  cursor: pointer;
}
.main-item .thumb img {
  min-height: 95px;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.main-item .thumb img:hover {
  opacity: 0.8;
}
.tags a {
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.25rem 0.25rem 0.25rem 0;
  color: #64707d;
}
.tags a:hover {
  color: #202124;
}
.tags a .tag-prefix {
  color: #999;
}
.is-top .thumb {
  display: none;
}
.top-thumb {
  display: block;
  height: 240px;
  overflow: hidden;
  background: no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.top-thumb:hover {
  opacity: 0.8;
}
.top-thumb img {
  width: 100%;
}
.msg-desc {
  text-align: center;
  padding-top: 40px;
}
.g-ads {
  width: 100%;
}
.more {
  width: 80%;
  margin: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  line-height: 1.6em;
  font-size: 14px;
  text-align: center;
}
.more .l {
  display: none;
}
.more-loading .m {
  display: none;
}
.more-loading .l {
  display: inline-block;
}
.right-item {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  margin-bottom: 20px;
  background-color: #fff;
  width: 270px;
}
.right-item img {
  width: 100%;
}
.right-item-img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.right-item-title {
  position: relative;
  padding-left: 24px;
  padding-top: 10px;
}
.right-item-title::before {
  content: ' ';
  background-color: #06f;
  width: 3px;
  height: 15px;
  position: absolute;
  left: 14px;
  top: 14px;
}
.right-item-footer {
  background-color: #e8eaed;
}
.right-item-body .no-tips {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.right-history-tips {
  font-size: 14px;
  padding: 10px;
}
.right-history .right-item-body {
  padding-right: 10px;
  padding-bottom: 2px;
}
.right-history ul {
  margin-top: 8px;
  margin-left: -10px;
}
.right-history a {
  color: #999;
  line-height: 28px;
}
.right-history a:hover {
  color: #ff6f00;
}
.right-rss .right-item-body {
  padding-right: 10px;
}
.right-rss ul {
  margin-top: 8px;
  margin-left: -10px;
}
.right-rss a {
  color: inherit;
  line-height: 1.2;
}
.right-rss a:hover {
  color: #ff6f00;
}
.right-rss .desc {
  color: #999;
}
.right-rss .right-item-footer {
  height: 44px;
}
.footer {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .list-inline-item {
  margin-top: 4px;
  margin-bottom: 4px;
}
.css-example {
  width: 200px;
  padding: 20px;
  border: 1px solid #ea6153;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.breakWord {
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.breakAll {
  word-break: break-all;
}
.doc-content {
  padding: 10px 20px 20px;
}
.doc-title {
  font-size: 30px;
  margin-top: 1rem;
  margin-bottom: 15px;
}
.mt-title-post {
  font-size: 18px;
  color: #999;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}
.doc-time {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.doc-article {
  padding-bottom: 40px;
}
.doc-article .blod-style {
  font-weight: 700;
  margin-left: 2px;
  margin-right: 2px;
}
.doc-article h2 {
  margin-top: 38px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400px;
  line-height: 1.5;
}
.doc-article h3 {
  margin-top: 17px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 400px;
  line-height: 1.5;
}
.doc-article h4 {
  color: #aa4b80;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.3px;
  border-bottom: 1px dashed #ddd;
  line-height: 1.5em;
  margin-bottom: 14px;
}
.doc-article blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  font-style: italic;
  border-left: 5px solid #ccc;
}
.doc-article .img {
  background-color: rgba(199, 199, 199, 0);
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 20px;
}
.doc-article .p-img {
  background-color: rgba(199, 199, 199, 0);
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 20px;
  display: block;
  margin: auto;
}
.doc-article p {
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 20px;
  hyphens: auto;
}
.doc-article p .p-img:last-child {
  margin-bottom: 0;
}
.doc-article .cmp-media p {
  font-size: 14px;
}
.doc-article .cmp-callout p {
  margin-bottom: 0;
}
.doc-article .cmp-callout p:first-child {
  margin-top: 0;
}
.doc-rd-title {
  margin-top: 40px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
}
.recommand h3 {
  padding-top: 40px;
  margin-bottom: 10px;
}
.recommand ul {
  margin-right: -20px;
}
.recommand ul li {
  list-style-type: disc;
  display: list-item;
  padding-right: 10px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.8;
  white-space: normal;
  hyphens: auto;
}
.recommand a {
  color: inherit;
  display: block;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
}
.recommand .media {
  height: 137px;
  overflow: hidden;
}
.recommand .media img {
  min-height: 137px;
}
.recommand .desc {
  padding: 10px;
  background-color: #fff;
}
.recommand .headline {
  font-size: 18px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.recommand .classify {
  color: #6e6e73;
  font-size: 12px;
}
.recommand .time {
  font-size: 14px;
  color: #999;
}
@media screen and (max-width: 880px) {
  .header .nav-lang {
    right: 0;
  }
  .header .main-left {
    padding-right: 0;
  }
  .body-main {
    display: block;
  }
  .body-main .main-left {
    padding-right: 0;
  }
  .body-main .main-right {
    position: static;
    padding-left: 0;
  }
  .mm-auto-w {
    width: 100%;
  }
  .recommand ul li {
    width: 300px;
  }
  .mobile-hide {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .is-thumb {
    display: block;
    padding-top: 136px;
    position: relative;
  }
  .is-thumb .thumb {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .is-top .thumb {
    display: block;
  }
  .top-thumb {
    display: none;
  }
}
/*# sourceMappingURL=main.min.css.map */
