.joe_archives-title {
  height: 40px;
  margin-bottom: 20px;
  line-height: 40px;
  color: var(--main);
  border-bottom: 1px solid var(--classC)
}

.joe_archives-title i {
  margin-right: 3px;
  vertical-align: bottom
}

.joe_archives-title em {
  font-style: normal;
  color: var(--minor)
}

.joe_archives__basic {
  margin-bottom: 15px
}

.joe_archives__basic,
.joe_archives__basic-item.list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px
}

.joe_archives__basic-item.list .list,
.joe_archives__basic-item.list .list .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.joe_archives__basic-item.list .list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 12px;
  background: var(--background);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: var(--radius-inner) var(--radius-wrap) var(--radius-wrap) var(--radius-inner)
}

.joe_archives__basic-item.list .list .count {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.joe_archives__basic-item.list .list .count h6 {
  font-size: 12px;
  margin-bottom: 10px;
  color: var(--seat)
}

.joe_archives__basic-item.list .list .count p {
  font-size: 28px;
  font-weight: 700
}

.joe_archives__basic-item.list .list .icon {
  fill: var(--classA)
}

.joe_archives__basic-item.list .list:nth-child(1) {
  border-left: 5px solid #1cc88a;
  color: #1cc88a
}

.joe_archives__basic-item.list .list:nth-child(2) {
  border-left: 5px solid #36b9cc;
  color: #36b9cc
}

.joe_archives__basic-item.list .list:nth-child(3) {
  border-left: 5px solid #2196f3;
  color: #2196f3
}

.joe_archives__basic-item.list .list:nth-child(4) {
  border-left: 5px solid #9c27b0;
  color: #9c27b0
}

.joe_archives__basic-item.category,
.joe_archives__lately {
  background: var(--background);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: var(--radius-wrap)
}

.joe_archives__basic-item.category #category {
  height: 230px
}

.joe_archives__lately {
  margin-bottom: 15px
}

.joe_archives__lately .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding: 0 12px;
  border-bottom: 1px solid var(--classC);
  color: var(--main);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.joe_archives__lately .content {
  padding: 15px
}

.joe_archives__lately .content #lately {
  height: 300px
}

.joe_archives__server {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 15px
}

.joe_archives__filing,
.joe_archives__server-item {
  background: var(--background);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: var(--radius-wrap)
}

.joe_archives__server-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding: 0 12px;
  color: var(--main);
  border-bottom: 1px solid var(--classC)
}

.joe_archives__server-item .title .count {
  color: var(--minor);
  font-size: 12px
}

.joe_archives__server-item .title .count .split {
  margin: 0 5px
}

.joe_archives__server-item .content {
  padding: 15px
}

.joe_archives__server-item .content #flow,
.joe_archives__server-item .content #work {
  height: 315px
}

.joe_archives__filing .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  font-weight: 700;
  padding: 0 12px;
  border-bottom: 1px solid var(--classC);
  color: var(--theme);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.joe_archives__filing .content {
  padding: 15px;
  overflow: hidden
}

.joe_archives__category {
  margin-bottom: 20px
}

.joe_archives__category .joe_category-list {
  overflow: auto;
  max-height: 400px
}

.joe_archives__category .joe_category-list .item {
  float: left;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--routine);
  background: var(--classH);
  border: 1px solid var(--classB)
}

.joe_archives__category .joe_category-list .item a {
  display: block;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  font-size: 0;
  color: var(--routine)
}

.joe_archives__category .joe_category-list .item a span {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px
}

.joe_archives__category .joe_category-list .item a em {
  display: inline-block;
  padding-left: 5px;
  vertical-align: top;
  font-size: 14px;
  font-style: normal;
  color: var(--theme)
}

.joe_archives__category .joe_category-list .item:hover {
  background: var(--theme);
  border-color: var(--theme)
}

.joe_archives__category .joe_category-list .item:hover a,
.joe_archives__category .joe_category-list .item:hover a em {
  color: var(--classD)
}

.joe_archives__wrapper {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.joe_archives__wrapper .joe_archives-list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 14px;
  height: 40px;
  background: var(--classD);
  border-radius: 4px
}

.joe_archives__wrapper .joe_archives-list .item a {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--routine)
}

.joe_archives__wrapper .joe_archives-list .item span {
  color: var(--minor)
}

.joe_archives__wrapper .joe_archives-list .item .joe-font,
.joe_archives__wrapper .joe_archives-timelist .item .wrapper .panel .joe-font {
  fill: var(--minor);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s
}

.joe_archives__wrapper .joe_archives-list .item:hover a,
.joe_archives__wrapper .joe_archives-timelist .item .wrapper .panel-body li a:hover {
  color: var(--theme)
}

.joe_archives__wrapper .joe_archives-timelist .item {
  position: relative
}

.joe_archives__wrapper .joe_archives-timelist .item:last-child .wrapper {
  padding-bottom: 0
}

.joe_archives__wrapper .joe_archives-timelist .item:before {
  position: absolute;
  content: "";
  top: 14px;
  width: 13px;
  height: 13px;
  background: var(--classC);
  border-radius: 50%
}

.joe_archives__wrapper .joe_archives-timelist .item:after {
  position: absolute;
  content: "";
  left: 6px;
  top: 22px;
  width: 1px;
  height: 100%;
  background: var(--classC)
}

.joe_archives__wrapper .joe_archives-timelist .item .wrapper {
  padding-left: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-transition: height .25s ease;
  transition: height .25s ease
}

.joe_archives__wrapper .joe_archives-timelist .item .wrapper .panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--theme);
  cursor: pointer;
  background: var(--classD);
  padding: 10px;
  height: 40px;
  border-radius: 4px
}

.joe_archives__wrapper .joe_archives-timelist .item .wrapper .panel.in .joe-font {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.joe_archives__wrapper .joe_archives-timelist .item .wrapper .panel.in+.panel-body {
  opacity: 1
}

.joe_archives__wrapper .joe_archives-timelist .item .wrapper .panel::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid var(--classD);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}

.joe_archives__wrapper .joe_archives-timelist .item .wrapper .panel-body {
  opacity: 0;
  padding: 15px 15px 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s
}

.joe_archives__wrapper .joe_archives-timelist .item .wrapper .panel-body li {
  margin-bottom: 15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--routine)
}

.joe_archives__wrapper .joe_archives-timelist .item .wrapper .panel-body li:last-child {
  margin-bottom: 0
}

.joe_archives__wrapper .joe_archives-timelist .item .wrapper .panel-body li a {
  color: var(--routine)
}

.joe_archives__wrapper .joe_archives-timelist .item.load {
  padding-top: 15px
}

.joe_archives__wrapper .joe_archives-timelist .item.load .head {
  top: 25px;
  background: #2db7f5
}

.joe_archives__wrapper .joe_archives-timelist .item.load .button {
  position: relative;
  margin-left: 30px;
  border: 0;
  background: #2db7f5;
  color: #fff;
  border-radius: 4px;
  padding: 0 12px;
  height: 34px;
  font-size: 13px
}

.joe_archives__wrapper .joe_archives-timelist .item.load .button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid #2db7f5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}