.case-content .case-swiper {
  width: 45%;
}
.case-content .case-swiper .swiper-container {
  padding-bottom: 5px;
}
.case-content .case-swiper .swiper-slide.active .grid {
  background-color: #ed1b23 !important;
}
.case-content .case-swiper .swiper-slide.active .grid span {
  color: #fff !important;
}
.case-content .case-swiper .swiper-slide.active .grid .down-arrow {
  opacity: 1 !important;
}
.case-content .case-swiper a {
  width: 100%;
  display: block;
}
.case-content .case-swiper .swiper-slide .grid {
  width: 100%;
  background-color: #ededed;
  position: relative;
  transition: all 0.3s;
}
.case-content .case-swiper .swiper-slide .grid span {
  line-height: 42px;
  color: #333;
  font-size: 16px;
  font-family: 'Arial';
  transition: all 0.3s;
}
.case-content .case-swiper .swiper-slide .grid .down-arrow {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 10px;
  height: 5px;
  transition: all 0.3s;
}
.case-content .case-swiper .swiper-slide .grid .down-arrow img {
  width: 100%;
  height: 100%;
  display: block;
}
.case-content .case-swiper .swiper-slide:hover .grid {
  background-color: #ee3e44;
}
.case-content .case-swiper .swiper-slide:hover .grid span {
  color: #fff;
}
.case-content .case-swiper .swiper-slide:hover .grid .down-arrow {
  opacity: 1;
}
.case-content .case-title {
  margin: 30px 0;
}
.case-content .case-title h5 {
  font-size: 16px;
  line-height: 36px;
}
.case-content .case-table {
  position: relative;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.case-content .case-table::-webkit-scrollbar {
  width: 0;
  display: none;
}
.case-content .case-table table {
  width: 100%;
  font-family: 'Arial';
}
.case-content .case-table table thead tr {
  background-color: #f5f5f5;
}
.case-content .case-table table thead tr th {
  font-size: 16px;
  line-height: 68px;
  color: #333;
}
.case-content .case-table table thead tr th:first-child {
  padding-left: 2.5%;
}
.case-content .case-table table thead tr th:last-child {
  padding-right: 2.5%;
}
.case-content .case-table table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.case-content .case-table table tbody tr td {
  padding: 23px 0;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.case-content .case-table table tbody tr td:first-child {
  padding-left: 2.5%;
  padding-right: 20%;
}
.case-content .case-table table tbody tr td:last-child {
  padding-right: 2.5%;
}
.case-content .case-table table tbody tr td a {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.case-content .case-table table tbody tr:hover {
  background-color: #fff3f3;
}
.list-more {
  display: none;
}
.page01 {
  margin-top: 80px;
}
.tip-box {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  color: #fff;
}
.tip-box i {
  font-size: 20px;
  animation: translateX 1.2s linear infinite;
  margin-left: 92px;
}
.tip-box p {
  font-size: 14px;
}
@keyframes translateX {
  0% {
    margin-left: 92px;
  }
  100% {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .case-content .case-swiper .swiper-slide .grid span {
    font-size: 14px;
    line-height: 38px;
  }
  .case-content .case-table table thead tr th {
    font-size: 14px;
    line-height: 56px;
  }
  .case-content .case-table table tbody tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 0;
  }
  .case-content .case-table table tbody tr td a {
    font-size: 14px;
    line-height: 20px;
  }
  .case-content .case-table table tbody tr td:first-child {
    padding-right: 10%;
  }
  .page01 {
    margin-top: 60px;
  }
}
@media (max-width: 1080px) {
  .case-content .case-title {
    margin: 20px 0;
  }
  .case-content .case-title h5 {
    font-size: 14px;
    line-height: 34px;
  }
  .list-more {
    display: block;
  }
  .case-content .case-table table thead tr th {
    font-size: 12px;
    line-height: 52px;
  }
  .case-content .case-table table tbody tr td {
    font-size: 12px;
    line-height: 18px;
    padding: 14px 0;
  }
  .case-content .case-table table tbody tr td a {
    font-size: 12px;
    line-height: 18px;
  }
  .case-content .case-swiper .swiper-slide:hover .grid {
    background-color: #ededed;
  }
  .case-content .case-swiper .swiper-slide:hover .grid span {
    color: #333;
  }
  .case-content .case-swiper .swiper-slide:hover .grid .down-arrow {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .case-content .case-table table {
    min-width: 991px;
  }
  .tip-box {
    display: block;
  }
}
@media (max-width: 768px) {
  .case-content .case-swiper {
    width: 60%;
  }
}
@media (max-width: 550px) {
  .case-content .case-swiper {
    width: 100%;
  }
  .case-content .case-table table thead tr th:first-child {
    padding-left: 1%;
  }
  .case-content .case-table table thead tr th:last-child {
    padding-right: 1%;
  }
  .case-content .case-table table tbody tr td:first-child {
    padding-left: 1%;
  }
  .case-content .case-table table tbody tr td:last-child {
    padding-right: 1%;
  }
}
@font-face {
  font-family: 'finger';
  /* Project id 2637505 */
  src: url('//at.alicdn.com/t/font_2637505_mearg986s3.woff2?t=1624859810518') format('woff2'), url('//at.alicdn.com/t/font_2637505_mearg986s3.woff?t=1624859810518') format('woff'), url('//at.alicdn.com/t/font_2637505_mearg986s3.ttf?t=1624859810518') format('truetype');
}
.finger {
  font-family: "finger" !important;
}
