@charset "utf-8";
/*
saturate ��???
desaturate ȥɫ
lighten ����
darken �䰵
fadein ����
fadeout ����
fade ��ɫ
spin ��ת
mix ���
tint ɫ��
shade ��Ӱ
greyscale �Ҷ�
contrast �Ա�
 */
* {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1vw;
}
a {
  text-decoration: none;
}
.fk_flex_row {
  vertical-align: middle;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.fk_flex_col {
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column;
  flex-flow: column;
  vertical-align: baseline;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.fk_flex_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.fk_btn {
  font-size: 1vw;
  height: 1.8vw;
  line-height: 1.8vw;
  padding: 0px .6vw;
  text-align: center;
  color: #786f6a;
  border-radius: .4vw;
  border: solid 2px #786f6a;
  display: inline-block;
}
.fk_btn:hover {
  background: #786f6a;
  color: #fff;
  cursor: pointer;
}
.fk_btn_danger {
  color: #ff6239;
  border-color: #ff6239;
}
.fk_btn_danger:hover {
  background: #ff6239;
  color: #ffffff;
}
.fk_btn_info {
  color: #3a9b9a;
  border-color: #3a9b9a;
}
.fk_btn_info:hover {
  background: #3a9b9a;
  color: #ffffff;
}
.fk_btn_min {
  height: 1.5vw;
  line-height: 1.5vw;
  width: 4vw;
}
.fk_input {
  font-size: 1vw;
  padding: 0px .8vw;
  height: 1.8vw;
  color: #535353;
  border-radius: .4vw;
  border: solid 2px #786f6a;
  outline: none;
  background: #fff1e5;
  width: 6vw;
  display: inline-block;
}
.fk_select {
  padding: 0px 0px;
  font-size: 1vw;
  display: inline-block;
  background: #fff1e5;
  border: solid 2px #786f6a;
  line-height: 2vw;
  border-radius: .4vw;
  height: 2vw;
  outline: none;
  position: relative;
}
.fk_input:focus,
.fk_select:focus {
  border-color: #3c3835;
}
.fk_table {
  border-collapse: collapse;
  border: solid 1px #000000;
  width: 100%;
}
.fk_table th,
.fk_table td {
  border: solid 1.5px #000000;
  padding: 1vw;
  font-size: 1vw;
  color: #535353;
}
.fk_table th {
  background: #786f6a;
  font-weight: normal;
  color: #333;
  border-color: #ddcfc3;
  border: solid 1.5px #000000;
}
.fk_table tr:nth-child(2n) td {
  background: #d2c4b8;
}
.fk_table tr:hover td {
  background: #f8eade;
}
.fk_filter_box {
  padding: 20px 0;
  border-bottom: solid 2px #786f6a;
}
.fk_lbl {
  padding: 0 10px;
  font-size: 1vw;
  color: #786f6a;
  white-space: nowrap;
}
.fk_radio,
.fk_checkbox {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  -webkit-border-radius: 0.6rem;
  border-radius: 0.6rem;
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
}
.fk_checkbox {
  border-radius: 0.1rem;
}
.fk_radio:checked,
.fk_radio.fk_checked,
.fk_checkbox:checked,
.fk_checkbox.fk_checked {
  background-color: #786f6a;
  border: solid 1px #786f6a;
  text-align: center;
  background-clip: padding-box;
}
.fk_radio:checked:before,
.fk_radio.fk_checked:before,
.fk_checkbox:checked:before,
.fk_checkbox.fk_checked:before,
.fk_radio:checked:after,
.fk_radio.fk_checked:after,
.fk_checkbox:checked:after,
.fk_checkbox.fk_checked:after {
  content: '';
  width: 0.5rem;
  height: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
  background: transparent;
  border: 1px solid #ffffff;
  border-top: none;
  border-right: none;
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fk_radio:disabled,
.fk_radio.fk_disabled,
.fk_checkbox:disabled,
.fk_checkbox.fk_disabled {
  background-color: #dddddd;
  border: solid 1px #dddddd;
}
.fk_radio:disabled:before,
.fk_radio.fk_disabled:before,
.fk_radio:disabled:after,
.fk_radio.fk_disabled:after,
.fk_checkbox:disabled:before,
.fk_checkbox.fk_disabled:before,
.fk_checkbox:disabled:after,
.fk_checkbox.fk_disabled:after {
  content: '';
  width: 0.5rem;
  height: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
  background: transparent;
  border: 1px solid #ffffff;
  border-top: none;
  border-right: none;
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fk_switch {
  width: 2.3rem;
  height: 1.2rem;
  position: relative;
  vertical-align: top;
  border: 1px solid #dddddd;
  background-color: #dddddd;
  border-radius: 0.6rem;
  background-clip: content-box;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fk_switch:before {
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.6rem;
  background-color: #fff;
  content: '';
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.fk_switch:checked {
  border-color: #786f6a;
  background-color: #786f6a;
}
.fk_switch:checked:before {
  left: 1.1rem;
}
.fk_page {
  position: fixed;
  width: calc(80vw - 4px);
  padding: 10px;
  left: calc(20vw + 4px);
  background: #fff1e5;
  border-top: solid 2px #786f6a;
  bottom: 0;
}
.fk_page .pagination * {
  padding: 0 8px;
  margin-right: 10px;
  text-decoration: none;
  background: #fff;
  text-align: center;
  line-height: 1.8vw;
  border: solid 1px #786f6a;
  color: #786f6a;
}
.fk_page .pagination *.current,
.fk_page .pagination a:hover {
  background: #786f6a;
  color: #ffffff;
}
.fk_page .pagination a {
  cursor: pointer;
}
.fk_page .pagination .darkLight,
.fk_page .pagination .darkLight:hover {
  border-color: #f0f2f5;
  background: #fff;
  color: #f0f2f5;
  cursor: default;
}
.fk_form {
  padding: 1.8vw;
  width: 30vw;
}
.fk_form label {
  width: 7vw;
  font-size: 1.2vw;
  line-height: 2.4vw;
  color: #999999;
}
.fk_form .fk_flex_row {
  margin-top: 20px;
}