@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

.bk-w-1 {
  width: 8.3333333333%;
}

.bk-w-2 {
  width: 16.6666666667%;
}

.bk-w-3 {
  width: 25%;
}

.bk-w-4 {
  width: 33.3333333333%;
}

.bk-w-5 {
  width: 41.6666666667%;
}

.bk-w-6 {
  width: 50%;
}

.bk-w-7 {
  width: 58.3333333333%;
}

.bk-w-8 {
  width: 66.6666666667%;
}

.bk-w-9 {
  width: 75%;
}

.bk-w-10 {
  width: 83.3333333333%;
}

.bk-w-11 {
  width: 91.6666666667%;
}

.bk-w-12 {
  width: 100%;
}

.bk-w-auto {
  width: auto;
}

.bk-w-200 {
  width: 200px;
}

.bk-minw-35 {
  min-width: 350px;
}

.bk-minw-60 {
  min-width: 600px;
}

.bk-h-42 {
  height: 42px;
}

.bk-h-100 {
  height: 100px;
}

.bk-maxh-130 {
  max-height: 130px;
}

.bk-e-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  height: 42px;
  line-height: 42px;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  background: #888888;
  outline: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.bk-e-btn i {
  font-size: 15px;
}
.bk-e-btn:hover {
  filter: brightness(115%);
}

.bk-e-btn--ac {
  background: #876D4B;
}

.bk-e-btn--txt {
  background: #fff;
  color: #876D4B;
  text-decoration: underline;
}
.bk-e-btn--txt:hover {
  filter: brightness(100%);
  color: #604f38;
}

.bk-e-btn--primary {
  background: #876D4B;
  color: #fff;
}

.bk-e-btn--any {
  background: #b6a48d;
  color: #fff;
}

.bk-e-btn--icon {
  background: none;
  padding: 0 10px;
  color: #888888;
}
.bk-e-btn--icon i {
  font-size: 28px;
}
.bk-e-btn--icon:hover {
  filter: brightness(120%);
}

.bk-e-btn--disabled {
  background: #d3d3d3;
  color: #7c7c7c;
}
.bk-e-btn--disabled:hover {
  opacity: 1;
  cursor: pointer;
}

.bk-e-btn--error {
  background: #DB0007;
  color: #fff;
}

.bk-e-btn--sm {
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  padding: 0 6px;
}

.bk-e-btn--lg {
  font-size: 22px;
  height: 46px;
  line-height: 46px;
}

.bk-e-btn--fill {
  width: 100%;
  margin-right: 0;
}

.bk-e-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-right: 10px;
  background: #DB0007;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}

.bk-e-table {
  position: relative;
  border: 1px solid #dfdfdf;
  border-right: none;
  border-bottom: none;
  border-collapse: collapse;
  overflow-x: overlay;
}

.bk-e-table--noBorder {
  border: none;
}

.bk-e-table_tool {
  width: 100%;
  padding: 10px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-collapse: collapse;
  background: #f2f2f2;
}

.bk-e-table_tool--noBorder {
  border: none;
}

.bk-e-table_tool--min1400 {
  min-width: 1400px;
}

.bk-e-table_tool--min1600 {
  min-width: 1600px;
}

.bk-e-table_tool--min1800 {
  min-width: 1800px;
}

.bk-e-table_tool--min2000 {
  min-width: 2000px;
}

.bk-e-table_header table, .bk-e-table_body, .bk-e-tableNormal {
  width: 100%;
  margin-top: -1px;
}

.bk-e-tableNormal--min1400 {
  min-width: 1400px;
}

.bk-e-tableNormal--min1600 {
  min-width: 1600px;
}

.bk-e-tableNormal--min1800 {
  min-width: 1800px;
}

.bk-e-tableNormal--min2000 {
  min-width: 2000px;
}

.bk-e-table_header, .bk-e-tableNormal_header {
  background: #f2f2f2;
  width: 100%;
}

.bk-e-table_header td, .bk-e-table_body td, .bk-e-tableNormal td {
  padding: 8px 10px;
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
  line-height: 1.6;
}
.bk-e-table_header td:first-child, .bk-e-table_body td:first-child, .bk-e-tableNormal td:first-child {
  border-width: 1px 1px 1px 0;
}

.bk-e-tableNormal--noBorder td {
  border: none;
  padding: 8px 10px;
}

.bk-e-table_col-1 {
  max-width: 100px;
  word-break: break-all;
}

.bk-e-table_col-2 {
  max-width: 200px;
  word-break: break-all;
}

.bk-e-table_col-3 {
  max-width: 300px;
  word-break: break-all;
}

.bk-e-table_col-6 {
  max-width: 600px;
  word-break: break-all;
}

.bk-e-table_txt-ellipsis {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

label {
  display: inline-block;
  width: 4.2em;
  color: #888888;
}

.bk-e-formItem {
  display: inline-block;
  width: 100%;
  min-width: 80px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  outline: none;
  font-size: 14px;
  background: transparent;
  position: relative;
  z-index: 5;
  resize: none;
  -webkit-appearance: none;
}
.bk-e-formItem::-webkit-clear-button {
  opacity: 0;
}
.bk-e-formItem::-webkit-inner-spin-button {
  visibility: hidden;
}
.bk-e-formItem::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 10%;
}
.bk-e-formItem::-webkit-input-placeholder {
  color: #888888;
}

.bk-e-formItem--w200 {
  width: 200px;
}

.bk-e-formItem--w500 {
  width: 500px;
}

.bk-e-formItem--hight {
  height: 150px;
  padding: 10px;
}

.bk-e-formGroup {
  position: relative;
}

.bk-e-formGroup-icon {
  position: absolute;
  bottom: 13px;
  right: 15px;
  z-index: 4;
}

.bk-e-form_txt {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  word-break: break-all;
}

.bk-e-form_btw {
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  margin: 0 10px;
}

label.error {
  color: #DB0007;
  margin-top: 10px;
}

.bk-e-radioBtn {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 8px 0px 2px;
  vertical-align: bottom;
  cursor: pointer;
}
.bk-e-radioBtn:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -1px;
  left: -2px;
  transition: all, 0.5s;
}
.bk-e-radioBtn:hover:after {
  border: 1px solid #876D4B;
}
.bk-e-radioBtn:checked:after {
  border: 1px solid #876D4B;
}
.bk-e-radioBtn:checked:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #876D4B;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: 2;
}

.bk-e-checkBox {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  border: none;
  cursor: pointer;
}
.bk-e-checkBox:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #d3d3d3;
  background: #fff;
  position: absolute;
  top: -3px;
  left: 0px;
  transition: all, 0.5s;
}
.bk-e-checkBox:checked:after {
  border: 1px solid #dfdfdf;
}
.bk-e-checkBox:checked:before {
  font-family: "FontAwesome";
  content: "\f00c";
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  position: absolute;
  color: #876D4B;
  font-size: 15px;
  top: 0px;
  left: 3px;
  z-index: 2;
}

.bk-e-check--disabled, .bk-e-check--radioDisabled {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 5px;
  cursor: no-drop;
  color: #888888;
}
.bk-e-check--disabled:after, .bk-e-check--radioDisabled:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #888888;
  background: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
}

.bk-e-check--radioDisabled:after {
  border-radius: 50%;
}

.bk-e-formFile {
  display: inline-block;
  width: 100%;
}

.bk-e-formFile_group {
  margin-bottom: 10px;
  border: 1px solid #d3d3d3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.bk-e-formFile_group img {
  width: 100% !important;
}
.bk-e-formFile_group:hover .bk-e-formGroup_file_txt {
  opacity: 1;
}

.bk-e-formFile_group--hight {
  height: 330px;
}

.bk-e-formFile_group_img {
  position: relative;
  z-index: 3;
}

.bk-e-formFile_group_btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
}
.bk-e-formFile_group_btn:hover {
  filter: brightness(150%);
}

.bk-e-formFile_group_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -20px;
  font-size: 3rem;
  z-index: 1;
}

.bk-e-formFile_group_txt {
  opacity: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.bk-e-formFile_group_close {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 18px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
}

.bk-e-accordion_item {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-collapse: collapse;
  transition: all, 0.5s;
  cursor: pointer;
}

.bk-e-accordion_item--sm {
  width: 50%;
}

.bk-e-accordion_item_title {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #888888;
}
.bk-e-accordion_item_title i {
  transition: all, 0.5s;
}

.bk-e-accordion_item_content {
  display: none;
  padding: 10px;
  border: 1px solid #888888;
  line-height: 1.6;
}

.bk-contentOpen .bk-e-accordion_item_title i {
  transform: rotate(180deg);
}

.bk-e-titleGroup {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 3px solid #c0a683;
}

.bk-e-titleGroup--bg {
  background: rgba(219, 0, 7, 0.2);
  border: none;
  padding: 10px;
}

.bk-e-titleGroup_txt {
  font-size: 24px;
  color: #161616;
  font-weight: bolder;
}

.bk-e-subTitle {
  width: 100%;
  display: block;
  padding: 10px 8px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
.bk-e-subTitle::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #876D4B;
  position: absolute;
  top: 10px;
  left: 0;
}

.bk-e-tab {
  width: 100%;
  position: relative;
  left: 0;
  height: 40px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  font-size: 15px;
}

.bk-e-tab_item {
  display: inline-block;
  min-width: 65px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #888888;
}
.bk-e-tab_item:hover {
  color: #DB0007;
}

.bk-e-tab_item--active {
  border: 1px solid #dfdfdf;
  border-top: 2px solid #876D4B;
  border-bottom: none;
  color: #876D4B;
}
.bk-e-tab_item--active:hover {
  opacity: 1;
}

.bk-l-side_menu {
  width: 200px;
  height: 100vh;
  overflow-y: overlay;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: #e1d6c1;
}

.bk-l-side_menu_logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.bk-l-side_menu_title {
  display: flex;
  justify-content: center;
  padding: 20px 15px;
  font-size: 16px;
  text-align: center;
}

.bk-l-side_menu_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 15px;
  color: #000;
  transition: all, 0.5s;
  position: relative;
  font-weight: bolder;
}
.bk-l-side_menu_nav i {
  transition: all, 0.5s;
}
.bk-l-side_menu_nav:hover {
  color: #fff;
  background: #876D4B;
}

.bk-l-side_menu_btn {
  margin-left: 5px;
  display: inline-block;
  color: #888888;
}
.bk-l-side_menu_btn:hover {
  opacity: 0.7;
}

.bk-l-side_tool {
  padding: 15px;
  position: relative;
  color: #fff;
}

.bk-l-side_tool_item {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  outline: none;
  font-size: 14px;
  background: transparent;
  position: relative;
  z-index: 5;
  color: #fff;
  -webkit-appearance: none;
}
.bk-l-side_tool_item::-webkit-clear-button {
  opacity: 0;
}
.bk-l-side_tool_item::-webkit-inner-spin-button {
  visibility: hidden;
}
.bk-l-side_tool_item::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 10%;
}
.bk-l-side_tool_item::-webkit-input-placeholder {
  color: #888888;
}

.bk-l-side_tool_icon {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 4;
  color: #fff;
}

.bk-l-side_menu_nav--active {
  color: #fff;
  background: #876D4B;
}

.bk-l-side_menu_group {
  display: none;
}

.bk-l-side_menu_group--block {
  display: block;
}

.bk-l-side_menu_group_link {
  display: block;
  padding: 15px;
  text-indent: 1em;
  font-size: 13px;
  color: #1f1f1f;
  transition: all, 0.5s;
}
.bk-l-side_menu_group_link:hover {
  background: #be9c6f;
  color: #fff;
}

.bk-l-side_menu_group_link--active {
  background: #be9c6f;
  color: #fff;
}

.open .bk-l-side_menu_nav {
  position: relative;
  color: #fff;
  background: #876D4B;
}
.open .bk-l-side_menu_nav i {
  transform: rotate(180deg);
}

.bk-l-page {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.bk-l-page_group {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}

.bk-l-page_group_item {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  color: #888888;
  border: 1px solid #d3d3d3;
}
.bk-l-page_group_item:hover {
  border: 1px solid #888888;
  background: #888888;
  color: #fff;
}
.bk-l-page_group_item:first-child {
  margin-left: 0;
}

.bk-l-page_group_item--active {
  background: #888888;
  color: #fff;
  border: 1px solid #888888;
}

.bk-l-page_group_txt {
  border: 1px solid #888888;
  width: 50px;
  height: 28px;
  padding: 0 10px;
  margin: 0 5px;
  outline: none;
}

.bk-l-mask {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 66;
  background: rgba(0, 0, 0, 0.7);
}

.bk-l-mask--zindex99 {
  z-index: 99;
}

.bk-l-mask_content {
  min-width: 300px;
  max-height: 80%;
  overflow-y: overlay;
  padding: 80px 20px 20px 20px;
  background: #fff;
}
.bk-l-mask_content img {
  width: 50%;
}

.bk-l-mask_content_w300 {
  width: 300px;
}

.bk-l-mask_content_title {
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  background: #d3d3d3;
  margin: -80px -20px 20px -20px;
  text-align: center !important;
}

.bk-h-flex {
  display: flex;
}

.bk-h-inlineflex {
  display: inline-flex;
}

.bk-h-flex--row {
  flex-direction: row;
}

.bk-h-flex--column {
  flex-direction: column;
}

.bk-h-items--start {
  align-items: start;
}

.bk-h-items--center {
  align-items: center;
}

.bk-h-items--end {
  align-items: flex-end;
}

.bk-h-justify--start {
  justify-content: start;
}

.bk-h-justify--center {
  justify-content: center;
}

.bk-h-justify--btw {
  justify-content: space-between;
}

.bk-h-justify--end {
  justify-content: end;
}

.bk-h-flex--wrap {
  flex-wrap: wrap;
}

.bk-h-flex--none {
  flex: none;
}

.bk-h-relative {
  position: relative;
}

.bk-h-absolute {
  position: absolute;
}

.bk-h-top10 {
  top: 10px;
}

.bk-h-right-20 {
  right: -20px;
}

.bk-h-right10 {
  right: 10px;
}

.bk-h-txt--left {
  text-align: left;
}

.bk-h-txt--right {
  text-align: right;
}

.bk-h-txt--center {
  text-align: center;
}

.bk-h-txt-keep {
  word-break: keep-all;
}

.bk-h-txt--brown {
  color: #876D4B;
}

.bk-h-txt--xs {
  font-size: 13px;
}

.bk-h-txt--sm {
  font-size: 14px;
}

.bk-h-txt--md {
  font-size: 18px;
}

.bk-h-txt--lg {
  font-size: 20px;
}

.bk-h-txt--xl {
  font-size: 24px;
}

.bk-h-txt--bold {
  font-weight: bolder;
}

.bk-h-lh16 {
  line-height: 1.6;
}

.bk-h-mx5 {
  margin: 0 px;
}

.bk-h-mx10 {
  margin: 0 10px;
}

.bk-h-my5 {
  margin: 5px 0;
}

.bk-h-my10 {
  margin: 10px 0;
}

.bk-h-my20 {
  margin: 20px 0;
}

.bk-h-my30 {
  margin: 30px 0;
}

.bk-h-my40 {
  margin: 40px 0;
}

.bk-h-mt5 {
  margin-top: 5px;
}

.bk-h-mt10 {
  margin-top: 10px;
}

.bk-h-mt15 {
  margin-top: 15px;
}

.bk-h-mt20 {
  margin-top: 20px;
}

.bk-h-mt25 {
  margin-top: 25px;
}

.bk-h-mt30 {
  margin-top: 30px;
}

.bk-h-mt35 {
  margin-top: 35px;
}

.bk-h-mt40 {
  margin-top: 40px;
}

.bk-h-mt50 {
  margin-top: 50px;
}

.bk-h-mt60 {
  margin-top: 60px;
}

.bk-h-mb5 {
  margin-bottom: 5px;
}

.bk-h-mb10 {
  margin-bottom: 10px;
}

.bk-h-mb15 {
  margin-bottom: 15px;
}

.bk-h-mb20 {
  margin-bottom: 20px;
}

.bk-h-mb25 {
  margin-bottom: 25px;
}

.bk-h-mb30 {
  margin-bottom: 30px;
}

.bk-h-mb40 {
  margin-bottom: 40px;
}

.bk-h-mr5 {
  margin-right: 5px;
}

.bk-h-mr10 {
  margin-right: 10px;
}

.bk-h-mr15 {
  margin-right: 15px;
}

.bk-h-mr20 {
  margin-right: 20px;
}

.bk-h-mr25 {
  margin-right: 25px;
}

.bk-h-mr40 {
  margin-right: 40px;
}

.bk-h-ml-10 {
  margin-left: -10px;
}

.bk-h-ml5 {
  margin-left: 5px;
}

.bk-h-ml10 {
  margin-left: 10px;
}

.bk-h-ml15 {
  margin-left: 15px;
}

.bk-h-ml20 {
  margin-left: 20px;
}

.bk-h-ml30 {
  margin-left: 30px;
}

.bk-h-ml40 {
  margin-left: 40px;
}

.bk-h-px10 {
  padding: 0 10px;
}

.bk-h-py10 {
  padding: 10px 0;
}

.bk-h-py20 {
  padding: 20px 0;
}

.bk-h-pt5 {
  padding-top: 5px;
}

.bk-h-pt10 {
  padding-top: 10px;
}

.bk-h-pt20 {
  padding-top: 20px;
}

.bk-h-pt25 {
  padding-top: 25px;
}

.bk-h-pt35 {
  padding-top: 35px;
}

.bk-h-pb5 {
  padding-bottom: 5px;
}

.bk-h-pb10 {
  padding-bottom: 10px;
}

.bk-h-pb20 {
  padding-bottom: 20px;
}

.bk-h-pb30 {
  padding-bottom: 30px;
}

.bk-h-pr10 {
  padding-right: 10px;
}

.bk-h-pr15 {
  padding-right: 15px;
}

.bk-h-overlay {
  overflow-x: overlay;
}

.bk-h-none--rd {
  display: none;
}

.bk-h-bgcolor--gray {
  background: #888888;
}

.bk-h-line {
  border-top: 1px solid #dfdfdf;
}

html, body {
  font-family: Arial, Helvetica, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 15px;
  position: relative;
  background-color: #fff;
  color: #161616;
  box-sizing: border-box;
}

a, button, input, select {
  transition: all, 0.5s;
}

.bk-loginAuto {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.bk-login-img {
  display: block;
  width: 40%;
  margin: 0 auto 20px;
}

.bk-login-title {
  font-size: 36px;
  font-weight: bold;
  color: #876D4B;
  text-align: center;
  margin-bottom: 20px;
}

.bk-login-subTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.bk-codeImg {
  width: 120px;
  height: 42px;
}

.bk-container {
  width: calc(100% - 250px);
  padding: 20px 20px 20px 0;
  margin-left: 230px;
}

.bk-error {
  color: #DB0007;
  font-weight: normal;
  margin-top: 10px;
}

.bk-loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(0deg, rgba(135, 109, 75, 0.2) 33%, #876d4b 100%);
  animation: rotation 1s linear infinite;
}
.bk-loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #000;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bk-errorTxt {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 46px;
}

.bk-errorTxt_group {
  display: flex;
  font-size: 120px;
  color: #888888;
  margin-bottom: 40px;
  letter-spacing: 10px;
}

.bk-full-img {
  width: 100%;
}/*# sourceMappingURL=backend.css.map */