
/*! #post start */
.md22683.post .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}
.md22683.post .icon.reverse-x {
  transform: rotateY(180deg);
}
.md22683.post .icon.reverse-y {
  transform: rotateX(180deg);
}
.md22683.post .icon.white {
  filter: grayscale(1) brightness(15);
}
.md22683.post .icon.black {
  filter: grayscale(1) brightness(0);
}
.md22683.post .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}
.md22683.post .icon svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 0.3s;
}
.md22683.post .icon img:nth-child(2),
.md22683.post .icon svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.md22683.post .hover-icon:hover.icon img:first-child,
.md22683.post .hover-icon:hover .icon img:first-child,
.md22683.post .active-icon.icon img:first-child,
.md22683.post .active-icon .icon img:first-child {
  opacity: 0;
}
.md22683.post .hover-icon:hover.icon img:last-child,
.md22683.post .hover-icon:hover .icon img:last-child,
.md22683.post .active-icon.icon img:last-child,
.md22683.post .active-icon .icon img:last-child {
  opacity: 1;
}
.md22683.post .cn-wh,
.md22683.post .cn-w,
.md22683.post .cv-wh,
.md22683.post .cv-w {
  display: block;
  width: 100%;
}
.md22683.post .cn-wh,
.md22683.post .cn-h,
.md22683.post .cv-wh,
.md22683.post .cv-h {
  display: block;
  height: 100%;
}
.md22683.post .cn-wh,
.md22683.post .cn-w,
.md22683.post .cn-h {
  object-fit: contain;
}
.md22683.post .cv-wh,
.md22683.post .cv-w,
.md22683.post .cv-h {
  object-fit: cover;
}
.md22683.post .pic-box {
  max-width: 100%;
  max-height: 100%;
}
.md22683.post .pic-box img {
  max-width: 100%;
  max-height: 100%;
}
.md22683.post.wrap,
.md22683.post .wrap {
  padding-left: 4%;
  padding-right: 4%;
  max-width: 100%;
}
.md22683.post .area {
  margin: 0 auto;
  width: 16rem;
  max-width: 100%;
}
.md22683.post button,
.md22683.post input,
.md22683.post textarea {
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
}
.md22683.post button {
  cursor: pointer;
}
.md22683.post .hide {
  display: none;
}
.md22683.post .bold {
  font-weight: bold;
}
.md22683.post .italic {
  font-style: italic;
}
.md22683.post .color-t {
  color: var(--theme);
}
.md22683.post .color-a {
  color: var(--active);
}
.md22683.post {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #111;
}
.md22683.post {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.md22683.post .post-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.md22683.post .post-content {
  width: 7rem;
  max-width: 100%;
}
.md22683.post .post-head {
  position: relative;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.md22683.post .post-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--active);
}
.md22683.post .post-subtitle {
  line-height: 1.5;
}
.md22683.post .post-title {
  line-height: 1.3888888889;
  margin-top: 0.13rem;
}
.md22683.post .post-info {
  padding-top: 0.45rem;
  line-height: 1.875;
  color: #666;
}
.md22683.post .post-right {
  width: 8rem;
  max-width: 100%;
}
.md22683.post .post-right {
  position: relative;
  flex-shrink: 0;
}
.md22683.post .post-right::before {
  content: "";
  display: block;
  padding-top: 93.75%;
}
.md22683.post .post-right .fill {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .md22683.post .post-main {
    flex-direction: column;
  }
  .md22683.post .post-left, .md22683.post .post-right, .md22683.post .post-content {
    width: 100%;
  }
  .md22683.post .post-right {
    margin-top: 0.6rem;
  }
}
/*! #post end */

/*! #job start */
.md22684.job .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}
.md22684.job .icon.reverse-x {
  transform: rotateY(180deg);
}
.md22684.job .icon.reverse-y {
  transform: rotateX(180deg);
}
.md22684.job .icon.white {
  filter: grayscale(1) brightness(15);
}
.md22684.job .icon.black {
  filter: grayscale(1) brightness(0);
}
.md22684.job .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}
.md22684.job .icon svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 0.3s;
}
.md22684.job .icon img:nth-child(2),
.md22684.job .icon svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.md22684.job .hover-icon:hover.icon img:first-child,
.md22684.job .hover-icon:hover .icon img:first-child,
.md22684.job .active-icon.icon img:first-child,
.md22684.job .active-icon .icon img:first-child {
  opacity: 0;
}
.md22684.job .hover-icon:hover.icon img:last-child,
.md22684.job .hover-icon:hover .icon img:last-child,
.md22684.job .active-icon.icon img:last-child,
.md22684.job .active-icon .icon img:last-child {
  opacity: 1;
}
.md22684.job .cn-wh,
.md22684.job .cn-w,
.md22684.job .cv-wh,
.md22684.job .cv-w {
  display: block;
  width: 100%;
}
.md22684.job .cn-wh,
.md22684.job .cn-h,
.md22684.job .cv-wh,
.md22684.job .cv-h {
  display: block;
  height: 100%;
}
.md22684.job .cn-wh,
.md22684.job .cn-w,
.md22684.job .cn-h {
  object-fit: contain;
}
.md22684.job .cv-wh,
.md22684.job .cv-w,
.md22684.job .cv-h {
  object-fit: cover;
}
.md22684.job .pic-box {
  max-width: 100%;
  max-height: 100%;
}
.md22684.job .pic-box img {
  max-width: 100%;
  max-height: 100%;
}
.md22684.job.wrap,
.md22684.job .wrap {
  padding-left: 4%;
  padding-right: 4%;
  max-width: 100%;
}
.md22684.job .area {
  margin: 0 auto;
  width: 16rem;
  max-width: 100%;
}
.md22684.job button,
.md22684.job input,
.md22684.job textarea {
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
}
.md22684.job button {
  cursor: pointer;
}
.md22684.job .hide {
  display: none;
}
.md22684.job .bold {
  font-weight: bold;
}
.md22684.job .italic {
  font-style: italic;
}
.md22684.job .color-t {
  color: var(--theme);
}
.md22684.job .color-a {
  color: var(--active);
}
.md22684.job {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #111;
}
.md22684.job {
  padding-top: 0.95rem;
  padding-bottom: 1rem;
}
.md22684.job .job-title {
  line-height: 1.2777777778;
  text-align: center;
}
.md22684.job .job-main {
  margin-top: 0.55rem;
}
.md22684.job .job-item {
  box-shadow: 0.05rem 0.09rem 0.4rem 0rem rgba(0, 0, 0, 0.0509803922);
  border: solid 1px #eee;
}
.md22684.job .job-item:nth-child(n+2) {
  margin-top: 0.1rem;
}
.md22684.job .job-item.active .label {
  color: #fff;
  background-color: var(--theme);
}
.md22684.job .job-item.active .label-right {
  color: inherit;
}
.md22684.job .job-item.active .tag-item:nth-child(n+2) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.md22684.job .job-item.active .icon-arr {
  color: inherit;
}
.md22684.job .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0.6rem;
  padding: 0.15rem 0.4rem;
  cursor: pointer;
}
.md22684.job .label-left {
  display: flex;
  align-items: center;
}
.md22684.job .icon-arr {
  width: 0.1rem;
  height: 0.1rem;
  margin-left: 0.3rem;
  color: var(--theme);
}
.md22684.job .label-right {
  color: #666;
}
.md22684.job .tag-list {
  display: flex;
  align-items: center;
}
.md22684.job .tag-item {
  line-height: 1;
  margin-top: 0.05rem;
  margin-top: 0.05rem;
}
.md22684.job .tag-item:nth-child(n+2) {
  margin-left: 0.85rem;
  padding-left: 0.85rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.md22684.job .job-board {
  display: none;
  padding: 0.5rem 0.4rem;
}
.md22684.job .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.md22684.job .info-list {
  width: calc((100% - 1rem) / 2);
}
.md22684.job .info-title {
  line-height: 1.625;
  margin-bottom: 0.15rem;
}
.md22684.job .info-item {
  line-height: 2;
  color: #666;
}
.md22684.job .job-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  min-height: 0.5rem;
  padding: 0.15rem 0.4rem;
  margin-top: 0.3rem;
  border-radius: 0.4rem;
  color: #fff;
  background-color: var(--theme);
  white-space: nowrap;
  transition: 0.3s;
}
.md22684.job .job-btn:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

@media (max-width: 750px) {
  .md22684.job .tag-item:nth-child(n+2) {
    display: none;
  }
  .md22684.job .info-list {
    width: 100%;
  }
  .md22684.job .info-list:nth-child(n+2) {
    margin-top: 0.6rem;
  }
}
/*! #job end */
