.news-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 630px;
}
.news-banner .bg {
  height: 630px;
  position: absolute;
  z-index: -1;
  width: 100%;
}
.news-banner .main-container {
  position: absolute;
  z-index: 99;
  width: 1240px;
  height: 320px;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.news-banner .main-container .promotion-section .header-title {
  color: #333;
  font-weight: bold;
  font-size: 60px;
  height: 80px;
  margin-bottom: 20px;
}
.news-banner .main-container .promotion-section .header-subtitle {
  font-size: 40px;
  color: #333;
  font-size: 26px;
  height: 90px;
}

.content {
  padding: 70px 0;
}
.content .title {
  text-align: center;
  font-weight: bold;
  font-size: 41px;
  margin-bottom: 20px;
  color: #1C1C1C;
}
.content .subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #1C1C1C;
}
.content .tab-content {
  margin: 30px auto;
  width: 1140px;
  min-height: 700px;
  position: relative;
}
.content .tab-content .popup-class {
  display: none;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  height: 310px;
  padding: 20px;
  z-index: 99199;
  background-color: #fff;
}
.content .tab-content .popup-class .title-popup {
  height: 80px;
  font-size: 24px;
  line-height: 80px;
  font-weight: bold;
  position: relative;
}
.content .tab-content .popup-class .title-popup::before {
  border-radius: 10px;
  position: absolute;
  left: 0;
  width: 4px;
  height: 30px;
  background: #0066FF;
  content: "";
  left: -10px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.content .tab-content .popup-class .class-contaion {
  display: flex;
  flex-wrap: wrap;
}
.content .tab-content .popup-class .class-contaion .class-item {
  margin: 2px;
  margin-bottom: 10px;
  min-width: 110px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 22px;
  cursor: pointer;
}
.content .tab-content .popup-class .class-contaion .active {
  border: 1px solid #005FFB;
  font-weight: bold;
  color: #005FFB;
}
.content .tab-content .tab-list {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #EAEBF0;
}
.content .tab-content .tab-list .tab-item {
  width: 134px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  font-size: 20.01px;
  color: #9A9A9B;
  font-weight: 600;
}
.content .tab-content .tab-list .active {
  font-weight: bold;
  color: rgb(0, 95, 251);
}
.content .tab-content .tab-list .active::before {
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  content: "";
  width: 40px;
  height: 3px;
  background-color: rgb(0, 95, 251);
  border-radius: 10px;
}
.content .tab-content .container .item-card {
  height: 330px;
  background: #a72f2f;
  box-shadow: 0px 4px 16px 0px rgba(234, 236, 238, 0.4);
  border-radius: 10px;
}

.all {
  color: #1C1C1C !important;
}

.consult {
  height: 260px;
  background: url("/static/case/bg_foot_ab.png");
  background-size: 100% 100%;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clear: both;
}
.consult .title {
  font-weight: bold;
  font-size: 42px;
  color: #1C1C1C;
  text-align: center;
}
.consult .subtitle {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
.consult .service {
  margin: 20px auto;
  width: 260px;
  height: 60px;
  background: linear-gradient(-90deg, #00B4FF, #0066FF);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}