@charset "UTF-8";
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma for crs-t */
/* 隐藏标准的滚动条 */
::-webkit-scrollbar {
  width: 0;
  border-radius: 4px;
  background-color: #1f1f1f;
}

/* 隐藏 IE 和 Edge 浏览器的滚动条 */
::-ms-scrollbar {
  width: 0;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #209cee;
  border-radius: 4px;
}

.tab_cons li {
  display: none;
}

.tab_cons li.current {
  display: block;
}

/* 加入页面悬浮 */
.is-sticky {
  position: sticky !important;
  top: 1rem !important;
}

@media screen and (max-width: 768px) {
  .is-vertical-m {
    margin: 0 !important;
  }
}

.is-vertical-m {
  margin: 0 0.5rem 0 0;
}

/*拖动进度条样式*/
.range {
  -webkit-appearance: none;
  appearance: none;
  /* 设为相对位置，为了前后区块的绝对位置而设定 */
  width: 100%;
  height: 34px;
  background: none;
  outline: none;
  overflow: hidden;
}

.range::-webkit-slider-runnable-track {
  height: 4px;
  background: #111;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #209cee;
  border: 1px solid transparent;
  margin-top: -15px;
  border-image: linear-gradient(#209cee, #209cee) 0 fill/14 10 13 0/0 0 0 99vw;
  /*绘制元素外矩形*/
}

/* Bulma Utilities */
.pagination-previous,
.pagination-next,
.pagination-link,
.button,
.input,
.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

.button:focus,
.input:focus,
.select select:focus,
.button:active,
.input:active,
.select select:active {
  outline: none;
}

[disabled].button {
  cursor: not-allowed;
}

.button,
.tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: ' ';
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.title:not(:last-child),
.subtitle:not(:last-child),
.block:not(:last-child),
.level:not(:last-child),
.tabs:not(:last-child) {
  margin-bottom: 1rem;
}

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before,
.delete::after {
  background-color: rgba(255, 255, 255, 0.7);
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.delete::before {
  height: 2px;
  width: 50%;
}

.delete::after {
  height: 50%;
  width: 2px;
}

.delete:hover,
.delete:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.delete:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: '';
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

header {
  display: block;
}

body,
button,
input,
select {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

body {
  background-color: #1f1f1f;
  color: #b5b5b5;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #b5b5b5;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: white;
}

input[type='checkbox'],
input[type='radio'] {
  vertical-align: baseline;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

table td,
table th {
  vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}

table th {
  color: #ededed;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Bulma Elements */

#recordPad ul{
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#recordPad ul::-webkit-scrollbar {
  width: 8px;
}

/* 隐藏 IE 和 Edge 浏览器的滚动条 */
#recordPad ul::-ms-scrollbar {
  width: 8px;
}

.box {
  background-color: #333333;
  border-radius: 6px;
  color: #b5b5b5;
  display: block;
  padding: 1rem;
}

.box-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.button {
  background-color: #333333;
  border-color: #333333;
  border-width: 1px;
  color: #ededed;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button .icon {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

.button:hover {
  border-color: #4d4d4d;
  color: white;
}

.button:focus {
  border-color: #4d4d4d;
  color: white;
}

.button:focus:not(:active),
.button.is-focused:not(:active) {
  box-shadow: none;
}

.button:active {
  border-color: #4d4d4d;
  color: white;
}

.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus {
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus:not(:active),
.button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:hover {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:focus {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light:focus:not(:active),
.button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-light:active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-primary {
  background-color: #0066ff;
  border-color: transparent;
  color:#ffffff;
}

.button.is-primary:hover {
  background-color: #0066ff;
  border-color: transparent;
  color:#ffffff;
}

.button.is-primary:focus {
  border-color: transparent;
  color:#ffffff;
}

.button.is-primary:focus:not(:active),
.button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-primary:active {
  background-color: #0066ff;
  border-color: transparent;
  color:#ffffff;
}

.button.is-primary.is-loading::after {
  border-color: transparent transparent #ffffff #ffffff !important;
}

.button.is-success {
  background-color: #8fbc94;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover,
.button.is-success.is-hovered {
  background-color: #87b78c;
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus,
.button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus:not(:active),
.button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(143, 188, 148, 0.25);
}

.button.is-success:active,
.button.is-success.is-active {
  background-color: #7fb285;
  border-color: transparent;
  color: #fff;
}

.button.is-grey {
  background-color: #494949;
  border: 0;
  color: #c1c1c1;
}

.button.is-grey:hover {
  background-color: #666666;
  border-color: transparent;
  color: #fff;
}

.button.is-grey:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-grey:active {
  background-color: #444444;
  border-color: transparent;
  color: #fff;
}
.button.is-warning {
  background-color: #f6b352;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover {
  background-color: #f5ae46;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus:not(:active),
.button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(246, 179, 82, 0.25);
}

.button.is-warning:active {
  background-color: #f5a83a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-danger {
  background-color: #f94e3f;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover {
  background-color: #f94e3f;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus {
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus:not(:active),
.button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 127, 66, 0.25);
}

.button.is-danger:active {
  background-color: #f94e3f;
  border-color: transparent;
  color: #fff;
}

.button[disabled] {
  box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}

.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  background-color: #1f1f1f;
}

.container.is-fluid {
  max-width: none !important;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}

.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}

.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}

div.icon-text {
  display: flex;
}

.table {
  background-color: #333333;
  color: #999999;
}

.table td,
.table th {
  border: 1px solid #444444;
  border-width: 0 0 1px;
  padding: 0.25em 0.5em;
  vertical-align: top;
}

.table th {
  color: #ededed;
}

.table th:not([align]) {
  text-align: left;
}

.table thead {
  background-color: transparent;
}

.table thead th {
  border-width: 0 0 1px;
  color: #cccccc;
}

.table tbody {
  background-color: transparent;
}

.table tbody tr:last-child td {
  border-bottom-width: 0;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.title,
.subtitle {
  word-break: break-word;
}

.title {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.125;
}

.title.is-6 {
  font-size: 1rem;
}
.title.is-5 {
  font-size: 1.25rem;
}
.title.is-4 {
  font-size: 1.5rem;
}
.title.is-3 {
  font-size: 1.75rem;
}
.title.is-2 {
  font-size: 2rem;
}
.title.is-1 {
  font-size: 2.5rem;
}

.subtitle {
  color: #b5b5b5;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

/* Bulma Form */
.input,
.select select {
  background-color: #494949;
  border-color: #303030;
  border-radius: 4px;
  color: #dddddd;
}

.input::-moz-placeholder,
.select select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.input::-webkit-input-placeholder,
.select select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.input:-moz-placeholder,
.select select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.input:-ms-input-placeholder,
.select select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.input:hover,
.select select:hover {
  border-color: #5C5C5C;
}

.input {
  box-shadow: 0;
  max-width: 100%;
  width: 100%;
}

.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  position: relative;
}

.radio input {
  cursor: pointer;
}

.radio:hover {
  color: #ededed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.5em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: white;
  right: 1.125em;
  z-index: 4;
}

.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #ededed;
}

.select.is-white:not(:hover)::after {
  border-color: white;
}

.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

.select.is-primary:not(:hover)::after {
  border-color: #0066ff;
}

.select.is-link:not(:hover)::after {
  border-color: white;
}

.select.is-info:not(:hover)::after {
  border-color: #548687;
}

.select.is-success:not(:hover)::after {
  border-color: #8fbc94;
}

.select.is-warning:not(:hover)::after {
  border-color: #f6b352;
}

.select.is-danger:not(:hover)::after {
  border-color: #f94e3f;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

.field.is-grouped > .control {
  flex-shrink: 0;
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon {
  color: #f94e3f;
}

.control.has-icons-left .icon {
  color: #888888;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

/* 添加控件右侧图标样式 */
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

/* Bulma Components */
.card {
  background-color: #333333;
  border-radius: 0.25rem;
  box-shadow: 0;
  color: #b5b5b5;
  max-width: 100%;
  position: relative;
}

.card-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-content:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #ededed;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.level {
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

.level-item .title {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs a {
  align-items: center;
  color: #b5b5b5;
  display: flex;
  justify-content: center;
  padding: 0.5em 1.25em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: #ededed;
  color: #ededed;
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: white;
  margin-bottom: -1px;
  color: white;
}

.tabs ul {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

.tabs .icon:first-child {
  margin-right: 0.25em;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: #333333;
  border-bottom-color: #1f1f1f;
}

.tabs.is-boxed li.is-active a {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  border-bottom-color: transparent !important;
}

.tabs.is-lined a {
  background-color: #444444;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs.is-lined a:hover {
  background-color: #555555;
}

.tabs.is-lined li.is-active a {
  background-color: #333333;
  background-color: #333333;
  border-color: #333333;
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

.tabs.is-toggle a {
  background-color: #333333;
  border-color: #4d4d4d;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: #4d4d4d;
  border-color: #555555;
  z-index: 2;
}

.tabs.is-toggle li + li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tabs.is-toggle li.is-active a {
  background-color: white;
  border-color: white;
  color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.5rem;
}

@media screen and (min-width: 769px), print {
  .column.is-3 {
    flex: none;
    width: 25%;
  }
  .column.is-4 {
    flex: none;
    width: 33.33333%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

/* Bulma Helpers */
.has-text-white {
  color: white !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-success {
  color: #8fbc94 !important;
}

.has-text-warning {
  color: #f6b352 !important;
}

.has-background-warning {
  background-color: #f6b352 !important;
}

.has-text-danger {
  color: #f94e3f !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: #ed5f13 !important;
}

.has-text-grey {
  color: #4d4d4d !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.is-size-5 {
  font-size: 1.0rem !important;
}

.is-size-6 {
  font-size: 0.875rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}


.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-flex {
  display: flex !important;
}

.is-hidden {
  display: none !important;
}

/* Bulma Layout */

/* 隐藏原生的checkbox */
.switch-input {
  display: none;
}

/* 创建开关容器 */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  /* 开关宽度 */
  height: 34px;
  /* 开关高度 */
}

/* 创建开关的滑块 */
.switch-input + .switch-label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #666;
  /* 灰色背景 */
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  /* 使背景圆角 */
}

/* 创建滑块 */
.switch-input + .switch-label:before {
  content: "";
  position: absolute;
  height: 22px;
  /* 滑块高度 */
  width: 22px;
  /* 滑块宽度 */
  left: 6px;
  /* 滑块与背景的间距 */
  bottom: 6px;
  /* 滑块与背景的间距 */
  background-color: #ffffff;
  /* 滑块颜色 */
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  /* 使滑块圆角 */
}

/* 当checkbox选中时，改变滑块位置和背景颜色 */
.switch-input:checked + .switch-label {
  background-color: #209cee;
  /* 选中时的背景颜色 */
}

.switch-input:checked + .switch-label:before {
  -webkit-transform: translateX(26px);
  /* 向右移动滑块 */
  -ms-transform: translateX(26px);
  /* 向右移动滑块 */
  transform: translateX(26px);
  /* 向右移动滑块 */
}

label{
  font-size: 0.75rem !important;
  line-height: 2rem !important;
}

/* Padding Utilities */
.p-0 { padding: 0rem !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 0.75rem !important; }
.p-4 { padding: 1rem !important; }
.p-5 { padding: 1.5rem !important; }
.p-6 { padding: 3rem !important; }

.pt-0 { padding-top: 0rem !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 0.75rem !important; }
.pt-4 { padding-top: 1rem !important; }
.pt-5 { padding-top: 1.5rem !important; }
.pt-6 { padding-top: 3rem !important; }

.pr-0 { padding-right: 0rem !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 0.75rem !important; }
.pr-4 { padding-right: 1rem !important; }
.pr-5 { padding-right: 1.5rem !important; }
.pr-6 { padding-right: 3rem !important; }

.pb-0 { padding-bottom: 0rem !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 0.75rem !important; }
.pb-4 { padding-bottom: 1rem !important; }
.pb-5 { padding-bottom: 1.5rem !important; }
.pb-6 { padding-bottom: 3rem !important; }

.pl-0 { padding-left: 0rem !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 0.75rem !important; }
.pl-4 { padding-left: 1rem !important; }
.pl-5 { padding-left: 1.5rem !important; }
.pl-6 { padding-left: 3rem !important; }

.px-0 { padding-left: 0rem !important; padding-right: 0rem !important; }
.px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-5 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-6 { padding-left: 3rem !important; padding-right: 3rem !important; }

.py-0 { padding-top: 0rem !important; padding-bottom: 0rem !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-5 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-6 { padding-top: 3rem !important; padding-bottom: 3rem !important; }


.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .crst-var .crst-var-details {
    display: none;
  }
  .crst-var-main-head,
  .crst-search-main{
    margin-bottom: 1rem!important;
  }
}

@media screen and (min-width: 769px), print {
  .crst-var .crst-var-details{
    display: block;
  }
}

.crst-var{
  display: flex !important;
  align-items: center !important;
  padding: 0.5rem!important;
  border-bottom: 1px solid #222222!important;
}
.crst-var:hover{
  background-color: #222222!important;
}
.crst-var-head:hover{
  background-color: #333333 !important;
}
.crst-var .crst-var-select{
  margin-right: 1rem;
}
.crst-var .crst-var-main,
.crst-var .crst-var-main-head,
.crst-search .crst-search-main{
  -webkit-flex-grow: 2; /* Safari 6.1+ */
  -ms-flex-grow: 2; /* IE 10 */
  flex-grow: 2;
  -webkit-flex-shrink: 1; /* Safari 6.1+ */
  -ms-flex-shrink: 1; /* IE 10 */
  flex-shrink: 1;
  -webkit-flex-basis: 200px; /* Safari 6.1+ */
  -ms-flex-basis: 200px; /* IE 10 */
  flex-basis: 200px;
}

.crst-search{
  flex-wrap: wrap;
}

.crst-var .crst-var-name{
  font-size: 1rem;
  font-weight:600;
  color: #eeeeee;
}
.crst-var .crst-var-meta{
  font-size: 0.75rem;
  color: #aaaaaa;
}
.crst-var .crst-var-details,
.crst-var .crst-var-times{
  text-align: right !important;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 1rem;
  -webkit-flex-grow: 1; /* Safari 6.1+ */
  -ms-flex-grow: 1; /* IE 10 */
  flex-grow: 1;
  -webkit-flex-shrink: 2; /* Safari 6.1+ */
  -ms-flex-shrink: 2; /* IE 10 */
  flex-shrink: 2;
  -webkit-flex-basis: 100px; /* Safari 6.1+ */
  -ms-flex-basis: 100px; /* IE 10 */
  flex-basis: 100px;
}

/* pagination 相关样式追加自 test/bulma.css */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: 0.75rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.5rem;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border:none;
  color: #dddddd;
  min-width: 2.5em;
  background-color: #494949;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #485fc7;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pagination-previous[disabled], .pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}

.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  .pagination-previous,
  .pagination-next,
  .pagination-link,
  .pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination-previous {
    order: 2;
  }
  .pagination-next {
    order: 3;
  }
  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

footer{
  font-size: 0.75rem;
  padding: 0.75rem 0;
}

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1rem 2.5rem 1rem 1.5rem;
  margin: 1rem 0;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: white;
}

.notification pre code {
  background: transparent;
}

.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-dark {
  background-color: #363636;
  color: #fff;
}

.notification.is-primary {
  background-color: #00d1b2;
  color: #111111;
}

.notification.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}

.notification.is-link {
  background-color: #485fc7;
  color: #fff;
}

.notification.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}

.notification.is-info {
  background-color: #3e8ed0;
  color: #fff;
}

.notification.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

.notification.is-success {
  background-color: #48c78e;
  color: #fff;
}

.notification.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}

.notification.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}

.notification.is-danger {
  background-color: #f14668;
  color: #fff;
}

.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
