.picture-box {
  width: 100%;
  margin-bottom: 80px;
}
.picture-box img {
  width: 100%;
}
.staff-box .staff-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.staff-box .staff-title h1 {
  font-size: 40px;
  color: #4a4a4a;
  margin-right: 40px;
  font-weight: bold;
}
.staff-box .staff-title p {
  font-size: 20px;
  color: var(--color-blue);
  margin-bottom: 5px;
  font-weight: bold;
}
.staff-box .screen-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staff-box .screen-box h4 {
  width: fit-content;
  text-align: center;
  display: block;
  box-sizing: border-box;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 32px;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--color-blue);
  margin-bottom: 50px;
}
.staff-box .screen-box ul {
  margin: 0 0 16px -15px;
  display: flex;
  width: 825px;
  flex-wrap: wrap;
}
.staff-box .screen-box ul li {
  width: 18%;
  margin: 0 0 15px 15px;
}
.staff-box .screen-box ul li .staff_on {
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  background-color: #fff;
}
.staff-box .screen-box ul li a {
  padding: 8px;
  text-align: center;
  height: 100%;
  display: block;
  width: 100%;
  color: #fff;
  background-color: var(--color-blue);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 16px;
}
.staff-box .screen-box ul li a:hover {
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  background-color: #fff;
}
@keyframes move {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.staff-box .staff-list .button-boxs{
    margin-bottom: 24px;
    display: flex;
     width: 100%;
     justify-content: space-between;
}
.staff-box .staff-list .button-boxs .Butons{
    width: fit-content;
 padding: 5px 25px;
  text-align: center;
  height: 100%;
  display: block;

  color: #fff;
  background-color: var(--color-blue);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 16px;
    
}
.staff-box .staff-list .button-boxs .Butons:hover{
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  background-color: #fff;
}
.staff-box .staff-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.staff-box .staff-list ul li {
  margin-bottom: 80px;
  width: 340px;
}
.staff-box .staff-list ul li a {
  text-decoration: none;
}
.staff-box .staff-list ul li a:hover .picture-box img {
  animation: move 0.1s linear forwards;
}
.staff-box .staff-list ul li a:hover .introduce i {
  color: var(--color-blue);
}
.staff-box .staff-list ul li a .picture-box {
  overflow: hidden;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  margin: 0;
}
.staff-box .staff-list ul li a .picture-box img {
  max-height: 100%;
  width: 100%;
}
.staff-box .staff-list ul li a .screen-box {
  display: flex;
  flex-direction: row;
  margin: 20px 0 15px -10px;
  flex-wrap: wrap;
}
.staff-box .staff-list ul li a .screen-box .btn-screen {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 8px;
  background-color: var(--color-blue);
  display: block;
  width: 43%;
  border-radius: 10px;
  margin: 0 0 5px 10px;
}
.staff-box .staff-list ul li a .introduce {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.staff-box .staff-list ul li a .introduce i {
  font-size: 16px;
  color: #4a4a4a;
}
.staff-box .staff-list ul li a .introduce span {
  margin-top: 6px;
  font-size: 20px;
  color: var(--color-blue);
  font-weight: 700;
}
.staff-box .story {
  z-index: 9;
  position: relative;
  padding: 80px 0;
  background: var(--bg-color-blue);
}
.staff-box .story .story-box .story-title {
  display: flex;
  padding-bottom: 25px;
  align-items: flex-end;
}
.staff-box .story .story-box .story-title h2 {
  font-size: 40px;
  color: #4a4a4a;
  margin-right: 40px;
  font-weight: bold;
}
.staff-box .story .story-box .story-title p {
  font-size: 20px;
  color: #0079be;
  padding-bottom: 5px;
  font-weight: bold;
}
.staff-box .story .story-box .story-content {
  display: flex;
}
.staff-box .story .story-box .story-content .story-left {
  width: 46.9%;
}
.staff-box .story .story-box .story-content .story-left img {
  width: 100%;
}
.staff-box .story .story-box .story-content .story-right {
  flex: 1;
  margin-left: 80px;
}
.staff-box .story .story-box .story-content .story-right h3 {
  margin-bottom: calc(var(--margin-list-gap) * 0.35);
  font-weight: bold;
  font-size: 28px;
  color: var(--color-blue);
  margin-bottom: 21px;
}
.staff-box .story .story-box .story-content .story-right h3::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 67px;
  margin-right: calc(var(--margin-base) * 1.5);
  margin-bottom: -0.5em;
  background: var(--color-blue);
  transform: skewX(-38deg);
  transform-origin: left bottom;
}
.staff-box .story .story-box .story-content .story-right p {
  font-size: 26px;
  color: var(--color-blue);
  margin-bottom: 45px;
}
.staff-box .story .story-box .story-content .story-right span {
  font-size: 16px;
  color: #4a4a4a;
  line-height: var(--text-line-height);
}
.staff-box .story .story-box .story-content .story-right .new-button {
  box-sizing: border-box;
  height: 60px;
  background-color: var(--color-blue);
  width: var(--base-btn-width);
  font-weight: bold;
  font-size: var(--base-btn-text-size);
  line-height: var(--base-btn-height);
  text-align: center;
  position: relative;
  top: 20px;
}
.staff-box .story .story-box .story-content .story-right .new-button:hover {
  transition: all 0.5s;
  background-color: #fff;
  border: 1px solid var(--color-blue);
}
.staff-box .story .story-box .story-content .story-right .new-button:hover::before {
  background-color: var(--color-blue);
}
.staff-box .story .story-box .story-content .story-right .new-button:hover a {
  color: var(--color-blue);
}
.staff-box .story .story-box .story-content .story-right .new-button::before {
  background: #fff;
  left: -1px;
  width: var(--icon-left-bar-width);
  height: var(--icon-left-line-width);
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
.staff-box .story .story-box .story-content .story-right .new-button a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.staff-box .story .story-box .story-content .story-right .new-button a::after {
  left: 18%;
  box-sizing: border-box;
  width: var(--icon-left-circle-size);
  height: var(--icon-left-circle-size);
  border-width: var(--icon-left-line-width);
  border-style: solid;
  border-radius: 100%;
  position: absolute;
  bottom: 50%;
  display: block;
  transform: translateY(50%);
  content: '';
}
@media (max-width: 1200px) {
  .staff-box .staff-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .staff-box .staff-list ul li {
    margin-right: 60px;
    margin-bottom: 80px;
    width: 340px;
  }
  .staff-box .staff-list ul li a {
    text-decoration: none;
  }
  .staff-box .staff-list ul li a:hover .picture-box img {
    animation: move 0.1s linear forwards;
  }
  .staff-box .staff-list ul li a:hover .introduce i {
    color: var(--color-blue);
  }
  .staff-box .staff-list ul li a .picture-box {
    overflow: hidden;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    margin: 0;
  }
  .staff-box .staff-list ul li a .picture-box img {
    max-height: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .staff-box .screen-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .staff-box .screen-box h4 {
    font-size: 28px;
  }
  .staff-box .screen-box ul {
    margin: 0 0 16px -15px;
    display: flex;
    width: 660px;
    flex-wrap: wrap;
  }
  .staff-box .screen-box ul li {
    width: 22%;
    margin: 0 0 15px 15px;
  }
  @keyframes move {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.05);
    }
  }
  .staff-box .staff-list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .staff-box .staff-list ul li {
    margin-bottom: 40px;
    width: 260px;
    margin-right: 40px;
  }
  .staff-box .staff-list ul li a {
    text-decoration: none;
  }
  .staff-box .staff-list ul li a .screen-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 15px -10px;
    flex-wrap: wrap;
  }
  .staff-box .staff-list ul li a .screen-box .btn-screen {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 8px;
    background-color: var(--color-blue);
    display: block;
    width: 65%;
    border-radius: 10px;
    margin: 0 0 5px 10px;
  }
}
@media (max-width: 768px) {
  .staff-box .screen-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .staff-box .screen-box h4 {
    font-size: 28px;
  }
  .staff-box .screen-box ul {
    margin: 0 0 16px -15px;
    display: flex;
    width: 495px;
    flex-wrap: wrap;
  }
  .staff-box .screen-box ul li {
    width: 29%;
    margin: 0 0 15px 15px;
  }
  .staff-box .staff-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .staff-box .staff-list ul li {
    margin-bottom: 40px;
    width: 225px;
    margin-right: 0px;
  }
  .staff-box .staff-list ul li a {
    text-decoration: none;
  }
  .staff-box .story .story-box .story-content {
    display: flex;
    flex-direction: column;
  }
  .staff-box .story .story-box .story-content .story-left {
    width: 100%;
  }
  .staff-box .story .story-box .story-content .story-left img {
    width: 100%;
  }
  .staff-box .story .story-box .story-content .story-right {
    flex: 1;
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 576px) {
  .staff-box .staff-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .staff-box .staff-title h1 {
    font-size: 32px;
  }
  .staff-box .staff-title p {
    font-size: 16px;
  }
  .staff-box .screen-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .staff-box .screen-box h4 {
    font-size: 28px;
  }
  .staff-box .screen-box ul {
    margin: 0 0 16px -15px;
    display: flex;
    width: 315px;
    flex-wrap: wrap;
  }
  .staff-box .screen-box ul li {
    width: 45%;
    margin: 0 0 15px 15px;
  }
  .staff-box .staff-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .staff-box .staff-list ul li {
    margin-bottom: 40px;
    width: 46%;
    margin-right: 0px;
  }
  .staff-box .staff-list ul li a {
    text-decoration: none;
  }
  .staff-box .staff-list ul li a .screen-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 15px 0px;
    flex-wrap: wrap;
  }
  .staff-box .staff-list ul li a .screen-box .btn-screen {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 8px;
    background-color: var(--color-blue);
    display: block;
    width: 100%;
    border-radius: 10px;
    margin: 0 0 5px 0px;
  }
}
