@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

/*
* 清除浮动
* 调用方法：@extend %clearfix;
*/
.inner, .container {
  zoom: 1;
}
.inner:before, .container:before, .inner:after, .container:after {
  content: "";
  display: table;
}
.inner:after, .container:after {
  clear: both;
  overflow: hidden;
}

/* 盒子模型 start */
/* 盒子模型 end */
/*
* 响应式宏
* 调用方法：@include respond-to(small) { ... }
*/
html {
  height: 100%;
  font-size: 86.6666666667px;
}

body {
  height: 100%;
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  color: #333;
}

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

img {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wrapper {
  position: relative;
  background-color: #F2F2F2;
  min-height: 100%;
}

.inner {
  position: relative;
  width: 7.5rem;
  margin: 0 auto;
}

.container {
  padding-bottom: 25px;
}

.layout-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.layout-flex .layout-flex-1 {
  flex: 1;
  min-width: 0;
}
.layout-flex .layout-flex-2 {
  flex: 2;
  min-width: 0;
}
.layout-flex .layout-flex-3 {
  flex: 3;
  min-width: 0;
}
.layout-flex .layout-flex-4 {
  flex: 4;
  min-width: 0;
}
.layout-flex .layout-flex-5 {
  flex: 5;
  min-width: 0;
}
.layout-flex .layout-flex-6 {
  flex: 6;
  min-width: 0;
}
.layout-flex .layout-flex-7 {
  flex: 7;
  min-width: 0;
}
.layout-flex .layout-flex-8 {
  flex: 8;
  min-width: 0;
}
.layout-flex .layout-flex-9 {
  flex: 9;
  min-width: 0;
}
.layout-flex .layout-flex-10 {
  flex: 10;
  min-width: 0;
}
.layout-flex .layout-flex-11 {
  flex: 11;
  min-width: 0;
}
.layout-flex .layout-flex-12 {
  flex: 12;
  min-width: 0;
}
.layout-flex .layout-flex-auto {
  flex: auto;
}

.layout-grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.layout-grid-1 > div {
  min-width: 0;
}

.layout-column-1 {
  grid-column: span 1;
}

.layout-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.layout-grid-2 > div {
  min-width: 0;
}

.layout-column-2 {
  grid-column: span 2;
}

.layout-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.layout-grid-3 > div {
  min-width: 0;
}

.layout-column-3 {
  grid-column: span 3;
}

.layout-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.layout-grid-4 > div {
  min-width: 0;
}

.layout-column-4 {
  grid-column: span 4;
}

.layout-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.layout-grid-5 > div {
  min-width: 0;
}

.layout-column-5 {
  grid-column: span 5;
}

.layout-grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.layout-grid-6 > div {
  min-width: 0;
}

.layout-column-6 {
  grid-column: span 6;
}

.layout-grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.layout-grid-7 > div {
  min-width: 0;
}

.layout-column-7 {
  grid-column: span 7;
}

.layout-grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.layout-grid-8 > div {
  min-width: 0;
}

.layout-column-8 {
  grid-column: span 8;
}

.layout-grid-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
.layout-grid-9 > div {
  min-width: 0;
}

.layout-column-9 {
  grid-column: span 9;
}

.layout-grid-10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
.layout-grid-10 > div {
  min-width: 0;
}

.layout-column-10 {
  grid-column: span 10;
}

.layout-grid-11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}
.layout-grid-11 > div {
  min-width: 0;
}

.layout-column-11 {
  grid-column: span 11;
}

.layout-grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.layout-grid-12 > div {
  min-width: 0;
}

.layout-column-12 {
  grid-column: span 12;
}

.layout-gap-0 {
  gap: 0px;
}

.layout-gap-1 {
  gap: 1px;
}

.layout-gap-2 {
  gap: 2px;
}

.layout-gap-3 {
  gap: 3px;
}

.layout-gap-4 {
  gap: 4px;
}

.layout-gap-5 {
  gap: 5px;
}

.layout-gap-6 {
  gap: 6px;
}

.layout-gap-7 {
  gap: 7px;
}

.layout-gap-8 {
  gap: 8px;
}

.layout-gap-9 {
  gap: 9px;
}

.layout-gap-10 {
  gap: 10px;
}

.layout-gap-11 {
  gap: 11px;
}

.layout-gap-12 {
  gap: 12px;
}

.layout-gap-13 {
  gap: 13px;
}

.layout-gap-14 {
  gap: 14px;
}

.layout-gap-15 {
  gap: 15px;
}

.layout-gap-16 {
  gap: 16px;
}

.layout-gap-17 {
  gap: 17px;
}

.layout-gap-18 {
  gap: 18px;
}

.layout-gap-19 {
  gap: 19px;
}

.module .btn {
  position: relative;
  display: inline-block;
  min-width: 60px;
  height: 36px;
  padding: 0 16px;
  background: #006dcc;
  border: none medium;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  font-family: Tahoma, Arial, Helvetica, "微软雅黑";
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: content-box;
  outline: none;
  user-select: none;
}
.module .btn span, .module .btn img {
  vertical-align: middle;
}
.module .btn:hover {
  background: #0060b3;
  text-decoration: none !important;
}
.module .btn-large {
  display: inline-block;
  min-width: 72px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.module .btn-small {
  display: inline-block;
  min-width: 48px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.module .btn-tiny {
  display: inline-block;
  min-width: 36px;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
}
.module .btn-gray {
  background: #eee;
  color: #333;
}
.module .btn-gray:hover {
  background: #ddd;
}
.module .btn-green {
  background: #4bae4f;
}
.module .btn-green:hover {
  background: #47a04b;
}
.module .btn-red {
  background: #f56954;
}
.module .btn-red:hover {
  background: #f4543c;
}
.module .btn-blue {
  background: #2095f2;
}
.module .btn-blue:hover {
  background: #207fcc;
}
.module .btn-purple {
  background: #cb6ed8;
}
.module .btn-purple:hover {
  background: #b562c1;
}
.module .btn-orange {
  background: #ff9000;
}
.module .btn-orange:hover {
  background: #d27600;
}
.module .btn-black {
  background: #333;
}
.module .btn-black:hover {
  background: #000;
}
.module .btn-disabled, .module .btn[disabled] {
  background: #eee;
  color: #999;
}
.module .btn-disabled:hover, .module .btn[disabled]:hover {
  background: #eee;
}
.module .text-left {
  text-align: left;
}
.module .text-center {
  text-align: center;
}
.module .text-right {
  text-align: right;
}
.module .text-green {
  color: #4bae4f;
}
.module .text-red {
  color: #f56954;
}
.module .text-blue {
  color: #2095f2;
}
.module .text-purple {
  color: #cb6ed8;
}
.module .text-orange {
  color: #fc9000;
}
.module .text-gray {
  color: #999999;
}
.module .text-small {
  font-size: 12px;
}
.module .bg-red {
  background: rgba(245, 105, 84, 0.0666666667);
}
.module .bg-gray {
  background: rgba(153, 153, 153, 0.0666666667);
}
.module [class*=tag-] {
  display: inline-block;
  min-width: 36px;
  height: 24px;
  padding: 0 10px;
  background: #eee;
  line-height: 24px;
  white-space: nowrap;
  text-align: center;
  color: #333;
  border-radius: 3px;
}
.module .tag-green {
  background: #e0f3e1;
  color: #4bae4f;
}
.module .tag-red {
  background: #ffe2de;
  color: #f56954;
}
.module .tag-blue {
  background: #d1ebff;
  color: #2095f2;
}
.module .tag-purple {
  background: #f9e8fb;
  color: #cb6ed8;
}
.module .tag-orange {
  background: #fff1de;
  color: #ff9000;
}
.module [class*=badge-] {
  margin-bottom: 15px;
  padding: 5px 15px;
  background: #eee;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  border-radius: 6px;
}
.module .badge-green {
  color: #4bae4f;
  background-color: rgba(75, 174, 79, 0.15);
}
.module .badge-red {
  color: #f56954;
  background-color: rgba(250, 92, 124, 0.15);
}
.module .badge-blue {
  color: #2095f2;
  background-color: rgba(57, 175, 209, 0.15);
}
.module .badge-purple {
  color: #cb6ed8;
  background-color: rgba(114, 124, 245, 0.15);
}
.module .badge-orange {
  color: #ff9000;
  background-color: rgba(255, 188, 0, 0.15);
}
.module .pull-right {
  float: right;
}

.J_link {
  cursor: pointer;
}

.mod-breadcrumb .bd {
  margin-top: -10px;
  padding: 0 10px;
  line-height: 32px;
  color: #888;
}
.mod-breadcrumb .bd span, .mod-breadcrumb .bd a, .mod-breadcrumb .bd strong {
  margin-right: 4px;
}
.mod-breadcrumb .bd a {
  color: #888;
}

@media screen and (max-width: 799px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
  .layout-container {
    gap: 10px;
  }
  .layout-flex .layout-small-flex-1 {
    flex: 1;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-2 {
    flex: 2;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-3 {
    flex: 3;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-4 {
    flex: 4;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-5 {
    flex: 5;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-6 {
    flex: 6;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-7 {
    flex: 7;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-8 {
    flex: 8;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-9 {
    flex: 9;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-10 {
    flex: 10;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-11 {
    flex: 11;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-12 {
    flex: 12;
    min-width: 0;
  }
  .layout-flex .layout-small-flex-auto {
    flex: auto;
  }
  .layout-small-grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .layout-small-grid-1 > div {
    min-width: 0;
  }
  .layout-small-column-1 {
    grid-column: span 1;
  }
  .layout-small-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .layout-small-grid-2 > div {
    min-width: 0;
  }
  .layout-small-column-2 {
    grid-column: span 2;
  }
  .layout-small-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .layout-small-grid-3 > div {
    min-width: 0;
  }
  .layout-small-column-3 {
    grid-column: span 3;
  }
  .layout-small-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .layout-small-grid-4 > div {
    min-width: 0;
  }
  .layout-small-column-4 {
    grid-column: span 4;
  }
  .layout-small-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .layout-small-grid-5 > div {
    min-width: 0;
  }
  .layout-small-column-5 {
    grid-column: span 5;
  }
  .layout-small-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .layout-small-grid-6 > div {
    min-width: 0;
  }
  .layout-small-column-6 {
    grid-column: span 6;
  }
  .layout-small-grid-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .layout-small-grid-7 > div {
    min-width: 0;
  }
  .layout-small-column-7 {
    grid-column: span 7;
  }
  .layout-small-grid-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .layout-small-grid-8 > div {
    min-width: 0;
  }
  .layout-small-column-8 {
    grid-column: span 8;
  }
  .layout-small-grid-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .layout-small-grid-9 > div {
    min-width: 0;
  }
  .layout-small-column-9 {
    grid-column: span 9;
  }
  .layout-small-grid-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .layout-small-grid-10 > div {
    min-width: 0;
  }
  .layout-small-column-10 {
    grid-column: span 10;
  }
  .layout-small-grid-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .layout-small-grid-11 > div {
    min-width: 0;
  }
  .layout-small-column-11 {
    grid-column: span 11;
  }
  .layout-small-grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .layout-small-grid-12 > div {
    min-width: 0;
  }
  .layout-small-column-12 {
    grid-column: span 12;
  }
  .layout-small-gap-0 {
    gap: 0px;
  }
  .layout-small-gap-1 {
    gap: 1px;
  }
  .layout-small-gap-2 {
    gap: 2px;
  }
  .layout-small-gap-3 {
    gap: 3px;
  }
  .layout-small-gap-4 {
    gap: 4px;
  }
  .layout-small-gap-5 {
    gap: 5px;
  }
  .layout-small-gap-6 {
    gap: 6px;
  }
  .layout-small-gap-7 {
    gap: 7px;
  }
  .layout-small-gap-8 {
    gap: 8px;
  }
  .layout-small-gap-9 {
    gap: 9px;
  }
  .layout-small-gap-10 {
    gap: 10px;
  }
  .layout-small-gap-11 {
    gap: 11px;
  }
  .layout-small-gap-12 {
    gap: 12px;
  }
  .layout-small-gap-13 {
    gap: 13px;
  }
  .layout-small-gap-14 {
    gap: 14px;
  }
  .layout-small-gap-15 {
    gap: 15px;
  }
  .layout-small-gap-16 {
    gap: 16px;
  }
  .layout-small-gap-17 {
    gap: 17px;
  }
  .layout-small-gap-18 {
    gap: 18px;
  }
  .layout-small-gap-19 {
    gap: 19px;
  }
}
.mod-head {
  margin-bottom: 15px;
}
.mod-head .bd {
  position: relative;
  display: flex;
  padding: 0 10px;
  line-height: 60px;
  background-color: #393D49;
  color: #ffffff;
  border-radius: 2px;
}
.mod-head .bd .logo {
  flex: 1;
  min-width: 0;
}
.mod-head .bd .logo a {
  color: #fff;
}
.mod-head .bd .logo .title {
  padding: 0 10px;
  font-size: 18px;
}
.mod-head .bd .logo .subtitle {
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.9);
}
.mod-head .bd .menu {
  position: relative;
  width: 120px;
}
.mod-head .bd .menu .title {
  position: relative;
  padding: 0 25px 0 15px;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.25s;
}
.mod-head .bd .menu .title::after {
  position: absolute;
  right: 4px;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 6px solid transparent;
  border-bottom-width: 0;
  border-top-color: rgba(255, 255, 255, 0.8);
  transform: rotate(0deg);
  transition: all 0.25 ease-in;
}
.mod-head .bd .menu .popup {
  display: none;
  position: absolute;
  top: 85px;
  right: 0;
  z-index: 99;
  min-width: 120px;
  padding-top: 8px;
  animation: showUp 0.25s;
}
.mod-head .bd .menu .popup ul {
  padding: 5px 0;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.mod-head .bd .menu .popup li a {
  display: block;
  padding: 0 20px;
  line-height: 36px;
  white-space: nowrap;
  color: #333;
  transition: all 0.25s;
}
.mod-head .bd .menu .popup li a:hover {
  background-color: #f2f2f2;
  color: #000;
}
.mod-head .bd .menu .popup li.active a {
  background-color: #5fb878;
  color: #fff;
}
.mod-head .bd .menu:hover .title::after {
  transform: rotate(180deg);
}
.mod-head .bd .menu:hover .popup {
  display: block;
  top: 55px;
}
@keyframes showUp {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0.3;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.mod-head .ft {
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
  text-align: center;
  overflow-x: auto;
}
.mod-head .ft ul {
  display: inline-flex;
}
.mod-head .ft li a {
  display: block;
  position: relative;
  padding: 0 10px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  transition: all 0.25s;
}
.mod-head .ft li a::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 4px;
  background: #006dcc;
  border-radius: 2px;
  margin: auto;
  bottom: 0px;
  transition: width 0.25s ease;
}
.mod-head .ft li.active a {
  color: #006dcc;
}
.mod-head .ft li.active a::after {
  width: 16px;
}

@media screen and (max-width: 799px) {
  .mod-head .bd {
    line-height: 48px;
  }
  .mod-head .bd .logo a {
    padding: 0 5px;
  }
  .mod-head .bd .logo a .title {
    font-size: 16px;
  }
  .mod-head .bd .logo a .subtitle {
    margin-left: 4px;
    padding-left: 8px;
    font-size: 13px;
  }
  .mod-head .bd .menu {
    width: auto;
  }
  .mod-head .bd .menu .title {
    padding: 0 20px 0 10px;
  }
  .mod-head .ft li a {
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.mod-foot .bd {
  position: relative;
  padding: 20px 10px;
  line-height: 20px;
  text-align: center;
  color: #666;
}
.mod-foot .bd span, .mod-foot .bd a {
  margin: 0 5px;
  white-space: nowrap;
  color: #666;
}
.mod-foot .bd .goback {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.64);
  border-radius: 3px;
  line-height: 48px;
  text-align: center;
}

.mod-link .bd {
  padding: 20px 10px;
  line-height: 20px;
}
.mod-link .bd a {
  padding: 0 4px;
  white-space: nowrap;
  color: #666;
}

@media screen and (max-width: 799px) {
  .mod-foot {
    padding: 15px 20px;
    line-height: 22px;
  }
  .mod-foot .goback {
    right: 5px;
    bottom: 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .mod-foot .goback img {
    width: 24px;
    height: 24px;
  }
}
.module {
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}
.module .hd {
  position: relative;
  padding: 8px 15px;
  line-height: 24px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  border-radius: 2px 2px 0 0;
}
.module .hd .title {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  margin-left: -15px;
  font-size: 16px;
  font-weight: bold;
}
.module .hd .title::before {
  position: absolute;
  left: 1px;
  top: 50%;
  width: 3px;
  height: 20px;
  content: "";
  margin-top: -10px;
  background: #006dcc;
  border-radius: 2px;
}
.module .hd .title strong {
  color: #fc9000;
}
.module .hd .more {
  position: relative;
  float: right;
  padding-right: 16px;
  color: #006dcc;
}
.module .hd .more::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 6px;
  height: 6px;
  content: "";
  margin-top: -4px;
  border-right: 1px solid #006dcc;
  border-bottom: 1px solid #006dcc;
  transform: rotate(-45deg);
}
.module .hd ul {
  display: flex;
}
.module .hd ul li {
  position: relative;
}
.module .hd ul li a {
  padding: 0 20px;
  color: #666;
}
.module .hd ul li.active {
  background: #fafafa;
}
.module .hd ul li.active a {
  color: #333;
}
.module .hd ul li.active::after {
  position: absolute;
  left: 50%;
  bottom: 1px;
  content: "";
  width: 16px;
  height: 4px;
  margin-left: -8px;
  background: #006dcc;
  border-radius: 2px;
}
.module .bd {
  position: relative;
  padding: 15px;
  line-height: 24px;
}
.module .ft {
  padding: 15px;
}

@media screen and (max-width: 799px) {
  .module .hd {
    line-height: 20px;
  }
  .module .bd, .module .ft {
    padding: 15px 12px;
  }
}
.mod-navigation ul {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}
.mod-navigation li a {
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #666;
  transition: all 0.25s ease;
}
.mod-navigation li a:hover {
  background: #f8f8f8;
  color: #333;
}

@media screen and (max-width: 799px) {
  .mod-navigation ul {
    gap: 4px;
  }
}
.module .table-outer {
  margin-bottom: 10px;
  overflow-x: auto;
  color: #666;
}
.module .table-outer h3 {
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.module .table-outer .table-inner {
  overflow-x: auto;
}
.module table {
  width: 100%;
  color: #666;
}
.module table.not-border td, .module table.not-border th {
  border: none;
}
.module table caption {
  line-height: 36px;
  text-align: center;
  font-size: 16px;
}
.module table td, .module table th {
  position: relative;
  padding: 8px 10px;
  border: 1px solid #dcdfe1;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  word-break: break-all;
}
.module table td .btn, .module table th .btn {
  margin-left: 10px;
}
.module table th {
  background: #f6f8fa;
}
.module table td {
  text-align: center;
}
.module table td.text-left {
  text-align: left;
}
.module table th {
  white-space: nowrap;
  text-align: center;
}
.module table th span {
  display: inline-block;
  max-width: 132px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.module table tbody th:first-child {
  text-align: right;
}
.module .none {
  padding: 50px 0;
  line-height: 30px;
  text-align: center;
}

.mod-panel {
  /* 文案介绍 */
}
.mod-panel .ft {
  border-top: 1px solid #f0f0f0;
}
.mod-panel .ft p {
  line-height: 24px;
}
.mod-panel label {
  display: inline-block;
  min-width: 90px;
  white-space: nowrap;
  margin-right: 20px;
}
.mod-panel input, .mod-panel button, .mod-panel span {
  vertical-align: middle;
}
.mod-panel input[type=text], .mod-panel input[type=search] {
  flex: 1;
  width: 100%;
  min-width: 120px;
  height: 36px;
  padding: 0 15px;
  background: #fafafa;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  line-height: 36px;
}
.mod-panel input[type=search]::-webkit-search-cancel-button {
  position: relative;
  right: -4px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.05) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748B'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") center center/20px 20px no-repeat;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
}
.mod-panel input[type=number], .mod-panel input[type=date], .mod-panel input[type=month] {
  flex: 1;
  width: 100%;
  min-width: 120px;
  max-width: 200px;
  height: 36px;
  padding: 0 5px 0 15px;
  background: #fafafa;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  line-height: 36px;
}
.mod-panel select {
  flex: 1;
  width: 100%;
  min-width: 90px;
  max-width: 200px;
  height: 36px;
  padding: 0 5px;
  background: #fafafa;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  line-height: 36px;
}
.mod-panel textarea {
  display: block;
  width: 100%;
  height: 80px;
  padding: 5px 15px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
}
.mod-panel .js-error input[type=text], .mod-panel .js-error input[type=search], .mod-panel .js-error input[type=number], .mod-panel .js-error textarea {
  border: 1px solid #fd7474;
  background: #fff2f2;
}
.mod-panel .input-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.mod-panel .input-container .input-item {
  flex: 1;
}
.mod-panel .input-container .input-title {
  height: 20px;
  line-height: 20px;
  color: #999;
}
.mod-panel .input-group {
  max-width: 360px;
  margin: 0 auto;
}
.mod-panel .input-wrapper {
  display: flex;
  gap: 10px;
  padding: 5px 0;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
}
.mod-panel .input-wrapper .input-title {
  width: 90px;
  text-align: right;
  color: #999;
}
.mod-panel .input-wrapper .input-title-small {
  width: 60px;
}
.mod-panel .input-wrapper .input-title-large {
  width: 120px;
}
.mod-panel .input-wrapper .input-content {
  flex: 1;
  min-width: 0;
}
.mod-panel .field-wrapper {
  display: flex;
  gap: 10px;
  padding: 2px 0;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
}
.mod-panel .field-wrapper .field-title {
  width: 90px;
  text-align: right;
  color: #999;
}
.mod-panel .field-wrapper span {
  display: inline-block;
  min-width: 28px;
  white-space: nowrap;
}
.mod-panel .field-wrapper select, .mod-panel .field-wrapper input {
  flex: 1;
}
.mod-panel .statement {
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #f8f8f8;
  border-radius: 6px;
  line-height: 24px;
}
.mod-panel ul.list li {
  line-height: 32px;
  text-align: center;
  font-size: 16px;
}
.mod-panel ul.list li a {
  color: #08c;
}
.mod-panel ul.timeline li {
  position: relative;
  padding: 6px 0 6px 24px;
  line-height: 20px;
}
.mod-panel ul.timeline li::before {
  position: absolute;
  left: 4px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
}
.mod-panel ul.timeline li::after {
  position: absolute;
  left: 1px;
  top: 50%;
  z-index: 9;
  content: "";
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background: #fff;
}
.mod-panel ul.timeline li .time {
  margin-right: 10px;
  font-size: 12px;
  color: #999;
}
.mod-panel ul.history {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(4, 1fr);
}
.mod-panel ul.history li {
  overflow: hidden;
}
.mod-panel ul.history li a {
  display: block;
  padding: 0 10px;
  background: #f8f8f8;
  line-height: 32px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mod-panel ul.column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.mod-panel .intro {
  padding: 15px;
  background: #f8f8f8;
  border-radius: 6px;
  line-height: 24px;
}
.mod-panel .intro p {
  margin-bottom: 12px;
  text-indent: 2em;
}
.mod-panel .intro p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 799px) {
  .module table td, .module table th {
    padding: 5px;
    white-space: nowrap;
    font-size: 13px;
  }
  .mod-panel input[type=text], .mod-panel input[type=search] {
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
  }
  .mod-panel .input-container .btn {
    min-width: 56px;
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    font-size: 14px;
  }
  .mod-panel .input-container .input-title {
    height: auto;
  }
  .mod-panel ul.history {
    grid-template-columns: repeat(2, 1fr);
  }
}