@charset "utf-8";

:root {
  --theme_color__: #1677FF;
  --li_hover--: #f5f5f5;
}

/* Init */
body,
html {
  width: 100%;
  height: 100%;
  font: 12px Microsoft YaHei, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
  color: #333;
  overflow: hidden;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
li,
dl,
dt,
dd,
p,
span,
form,
input,
button,
select,
textarea,
img {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: normal;
}

ol,
ul,
li {
  list-style-type: none;
}

dl,
dt,
dd,
ol,
ul,
li {
  display: block;
}

img {
  border: none;
}

i,
em,
cite {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}

input,
button,
textarea,
select {
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

input,
textarea,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
button,
textarea,
select,
option {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

::-webkit-scrollbar {
  height: 10px;
  width: 7px;
  background: rgba(0, 0, 0, 0.1);
}

button,
input,
select,
textarea {
  font-size: 100%;
}

input:focus,
textarea:focus {
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #999;
}

input:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #999;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #999;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"],
input[type="text"],
input[type="password"] {
  padding: 5px 6px 4px 6px;
  line-height: 150%;
  font-size: 14px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-left-color: #b8b8b8;
  border-top-color: #b8b8b8;
}

textarea {
  font-size: 14px;
  padding: 5px 6px;
  line-height: 150%;
  border: 1px solid #e5e5e5;
  border-left-color: #b8b8b8;
  border-top-color: #b8b8b8;
}

button {
  border: none;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Defined */

.box {
  box-sizing: border-box;
}

.clearfix {
  font-size: 0;
  height: 0;
  line-height: 0;
  border: 0;
  clear: both;
}

.none {
  display: none;
}

.cut {
  overflow: hidden;
}

.noslt {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.norsz {
  resize: none;
}

.radius3 {
  border-radius: 3px;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  word-break: keep-all;
  white-space: nowrap;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ac {
  cursor: pointer;
}

.ac:hover {
  text-decoration: underline;
}

a.href {
  cursor: pointer;
}

/* Icon */

@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_596218_hf0wr538fu7bvs4i.woff") format("woff");
}

[class^="icon-"] {
  display: inline-block;
  font-size: 16px;
}

[class^="icon-"]:before,
.iconfont,
.before-icon:before,
.after-icon:after {
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  cursor: inherit;
}

.icon-menu:before {
  content: "\e652";
}

/* Font */

.fw-normal {
  font-weight: normal !important;
}

/* Color */

.c5 {
  color: #555 !important;
}

.c6 {
  color: #666 !important;
}

.c7 {
  color: #777 !important;
}

.c8 {
  color: #888 !important;
}

.c9 {
  color: #999 !important;
}

.ca {
  color: #aaa !important;
}

.red {
  color: #ff3300 !important;
}

.pink {
  color: #ff3366 !important;
}

.blue {
  color: #499ef3 !important;
}

.darkblue {
  color: #004891 !important;
}

.green {
  color: #096 !important;
}

/* Font Size */

.f12 {
  font-size: 12px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px !important;
}

/* Display */

.hide {
  display: none;
}

.block {
  display: block;
}

/* Line */

.line {
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.line.dashed {
  border-bottom-style: dashed;
}

.line.dotted {
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
}

.spline {
  display: block;
  width: 100%;
  height: 1px;
  font-size: 0;
  line-height: 0;
  background: #eee;
  clear: both;
}

/* Position */

.pos-relat {
  position: relative !important;
}

.pos-abs {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

/* Mask */

.masker {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 9999;
}

/* Loading */

[class^="loading-"] {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10000;
}

.loading-bounce i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  font-size: 0;
  background: #67cf22;
  border-radius: 100%;
  -webkit-animation: loadingBounce 1.4s infinite ease-in-out;
  animation: loadingBounce 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.loading-bounce i:first-child {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading-bounce i:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loading-bounce.s i {
  width: 8px;
  height: 8px;
  margin: 0 1px;
}

.loading-bounce.l i {
  width: 18px;
  height: 18px;
  margin: 0 2px;
}

@-webkit-keyframes loadingBounce {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes loadingBounce {

  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.loading-error {
  color: #999;
}

/* Module */

.module {
  width: 100%;
  height: auto;
}

/* Header */

.header {
  position: relative;
  height: 56px;
  border-bottom: 1px solid #ddd;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1260px;
}

.header .logo {
  display: block;
  height: 30px;
}

.header .logo img {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.header .logo em {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

/* Container */

.container {
  position: absolute;
  top: 57px;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 1260px;
  overflow: hidden;
}

/* Menus */

.menus {
  float: left;
  box-sizing: border-box;
  position: relative;
  width: 280px;
  height: 100%;
  padding: 12px 0 0 0;
  color: #333;
  background: #fafafa;
  border-right: 1px solid #ddd;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  /* 硬件加速 + 预优化滚动 */
  transform: translateZ(0);
  will-change: scroll-position;
  /* 禁用平滑滚动（避免动画导致的延迟） */
  scroll-behavior: auto;
}

.menus::-webkit-scrollbar {
  width: 8px;
  background-color: #e6e6e6;
}

.menus::-webkit-scrollbar-thumb {
  background: #a2a2a2;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.menus ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  overflow: hidden;
}

.menus ul li a:before {
  display: inline-block;
  content: attr(data-index);
  color: #666;
}

.menus>ul>li {
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}

.menus>ul>li:last-child {
  margin-bottom: 0;
}

.menus>ul>li>.icon-arrow {
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  font-size: 14px;
  color: #666;
}

.menus>ul>li>.icon-arrow:before {
  content: "";
  width: 14px;
}

.menus>ul>li.fold>.icon-arrow:before {
  content: "\e614";
}

.menus>ul>li.unfold>.icon-arrow:before {
  content: "\e607";
}

.menus>ul>li>a {
  padding: 0 0 0 30px;
}

.menus li ul>li>a {
  padding: 0 0 0 50px;
}

.menus ul li a.cur {
  background: #e5e5e5;
}

.menus::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  overflow: auto;
}

.menus::-webkit-scrollbar-thumb {
  background-color: #e9e9e9;
  min-height: 25px;
  min-width: 25px;
  border: none;
  border-radius: 0;
}

.menus::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border: 1px solid #efefef;
}

/* Main */

.main {
  position: relative;
  margin-left: 280px;
  width: auto;
  height: 100%;
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.main::-webkit-scrollbar {
  width: 8px;
  background-color: #e6e6e6;
}

.main::-webkit-scrollbar-thumb {
  background: #a2a2a2;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.main .title {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.main .switch-menu-btn {
  position: absolute;
  top: 18px;
  left: 18px;
  display: block;
  width: 16px;
  height: 16px;
  color: #888;
  overflow: hidden;
  cursor: pointer;
}

.main .switch-menu-btn:hover {
  color: #f63d3a;
}

.main>.content {
  width: 100%;
  height: auto;
  margin: 10px auto 0 auto;
  padding-bottom: 40px;
  line-height: 2;
  font-size: 16px;
}

.main>.content a[href] {
  color: #009de4;
  text-decoration: underline;
}

.main>.content img {
  border: 1px solid #e8e8e8;
}

.main>.content pre {
  padding: 15px;
  font-size: 12px;
  line-height: 1.45;
  max-width: 100%;
  max-height: 300px;
  font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  border-left: 5px solid #e9e9e9 !important;
  overflow: auto;
}

.main>.content pre::-webkit-scrollbar {
  width: 9px;
  background-color: #ddd;
  border-radius: 20px;
}

.main>.content pre::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.main>.content pre>code {
  display: inline;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #555;
  tab-size: 4;
}

.main>.content blockquote {
  display: block;
  border-left: 6px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}

.main>.content ul li,
.main>.content ol li {
  display: list-item;
  list-style: inside;
}

.main>.content ol li {
  list-style-type: decimal;
}

.main>.content ul li p,
.main>.content ol li p {
  display: inline;
}

.main>.content table {
  border-collapse: collapse;
}

.main>.content table th,
.main>.content table td {
  padding: 8px;
  text-align: center;
  border: 1px solid #e8e8e8;
  vertical-align: middle;
}

.main>.content table th {
  font-weight: bold;
  color: #444;
  background: #f5f5f5;
  border-bottom: 2px solid #e6e6e6;
}

.main>.content table tr:hover td {
  background: #f0f8ff;
}

.main>.content table th[align="left"],
.main>.content table td[align="left"] {
  text-align: left;
}

.main>.content table th[align="right"],
.main>.content table td[align="right"] {
  text-align: right;
}

.main>.content img {
  max-width: 100%;
}

.main>.content h1 {
  font-size: 18px;
}

.main>.content h2 {
  font-size: 16px;
}

.main>.content h3 {
  font-size: 14px;
}

[class^="error-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: auto;
  padding-top: 270px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

[class^="error-"]>h1 {
  font-size: 13px;
  color: #646464;
  text-align: center;
}

[class^="error-"] .handle {
  margin-top: 15px;
}

[class^="error-"] .btn-jump {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #646464;
  text-align: center;
  border: 1px solid #666;
  border-radius: 5px;
}

.error-403 {
  background-image: url(../image/403.png);
}

.error-404 {
  background-image: url(../image/404.png);
}

.list_item>li:hover {
  background: var(--li_hover--);
}



.hide {
  display: none;
}

.searchBox {
  width: 800px;
  height: 32px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid var(--theme_color__);
  display: flex;
  align-items: center;
  padding: 0 0 0 8px;
  box-sizing: border-box;
}

.searchBox .icons {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.searchBox .clearBtn {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: none;
}

.searchBox #input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 6px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  /* 清除默认 outline */
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}


.searchBox .btn {
  width: 61px;
  height: 24px;
  background: var(--theme_color__);
  border-radius: 3px 3px 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  flex-shrink: 0;
}

input:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.searchPage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}

em {
  font-style: normal;
}

.searchPage .searchCont {
  position: absolute;
  right: 16px;
  top: -1px;
  width: 800px;
  max-height: 95%;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  animation: fadeInUp 0.4s ease-in;
  z-index: 1;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }

}

.popup_empty {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.searchPage .searchCont .item {
  padding: 20px 24px 20px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  color: #333;
  cursor: pointer;
}

.searchPage .searchCont .item:hover {
  background: var(--li_hover--);
}


.searchPage .searchCont .item .title {
  font-weight: 600;
  line-height: 22px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.searchPage .searchCont .item .cont {
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.searchPage .searchCont .loading {
  padding: 65px 0;
  text-align: center;
}

.searchPage .searchCont .loading .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px auto;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }

}


.searchPage .searchCont .empty {
  padding: 65px 0;
  text-align: center;
  text-align: center;
}

.searchPage .searchCont .empty .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px auto;
}