.page-item {
  margin: 0px 6px;
}
.page-link {
  border-radius: 8px !important;
}
.page-link:focus {
  box-shadow: none;
}

.zone-page {
  display: block;
  width: 100%;
  height: 100%;
}
.table thead th {
  border-width: 1px !important;
}

.block-content {
  display: block;
  width: 100%;
  position: relative;
}

.text-clip {
  overflow: hidden;
  word-break: break-all;
}
.d-none {
  display: none;
}

.d-banner {
  display: block;
  background-color: #fff;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 1920px;
  overflow: hidden;
  max-height: 540px;
  margin: 0 auto;
}

.d-banner--image,
.d-banner--image img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 540px;
}

.d-banner--body {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  color: #fff;
  left: 0;
}

.d-banner--content {
  display: flex;
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  justify-content: center;
}

.d-banner h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #fff;
}

.d-banner div {
  font-size: 24px;
  flex-direction: column;
  color: #fff;
}

.d-block {
  display: block;
}

.bg-white {
  background-color: #fff;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-0 {
  padding: 0;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.block-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 5px;
}

.news-card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
  padding: 16px;
  overflow: hidden;
  word-break: break-all;
}

.news-left {
  width: 50%;
}

.news-right {
  width: calc(50% - 40px);
}

.news-left,
.news-right {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* .news-left .news-item:last-child::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    top: -16px;
    left: 0;
} */

.news-left .news-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 16px 0px;
}

.news-left .news-item:last-child {
  border-top: 1px solid #eee;
}

.news-left .news-link:hover {
  background-color: #f8f9fa;
}

.news-left li .news-thumb {
  width: 160px;
  border-radius: 4px;
}

.news-left li .news-thumb img {
  width: 100%;
  height: 100%;
}

.news-left .news-body {
  width: calc(100% - 180px);
  margin-left: 20px;
}

.news-left .news-title {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.news-left .news-content {
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 8px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-left .news-time {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}

/* .news-right .news-item {
    margin-top: 16px;
} */

.news-right .news-item:first-child {
  margin-top: 0;
}

.news-right .news-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  padding: 8px;
}

.news-right .news-link:hover {
  background-color: #f8f9fa;
}

.news-right .news-title {
  width: calc(100% - 124px);
  font-size: 16px;
  color: #333;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 25px;
}

.news-right .news-time {
  font-size: 14px;
  color: #999;
}

.partner-ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 24px 16px;
  box-sizing: border-box;
}

.partner-li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}

.partner-a {
  /* d-flex justify-content-center align-items-center p-2 mb-4 bg-white */

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(61, 79, 127, 0.1);
  height: 100px;
  width: calc(100% - 16px);
  box-sizing: border-box;
}

.partner-a img {
  max-width: 202px;
  max-height: 100%;
}

.case-card {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  word-break: break-all;
}

.case-tab {
  width: 240px;
  background-color: #f6f9ff;
  padding: 12px 0;
  margin: 0;
}

.case-tab-item {
  padding: 0 16px;
  height: 64px;
  font-size: 16px;
  line-height: 64px;
  color: #333;
  cursor: pointer;
}

.case-tab-item.active {
  background-color: #fff;
  font-weight: 700;
  position: relative;
}

.case-tab-item.active::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #057dc1;
  position: absolute;
  top: 0;
  left: 0;
}

.case-tab-content {
  width: calc(100% - 240px);
  padding: 16px 0;
  box-sizing: border-box;
  margin-left: 16px;
}

.case-item {
  height: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.case-thumb {
  flex: 0 0 200px;
  margin-top: 16px;
  margin-right: 24px;
  position: relative;
}

.case-thumb img {
  display: block;
  width: 100%;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.case-thumb::before {
  /* content: "";
    width: 100%;
    height: 100%;
    background-color: #e6e9ef;
    border-radius: 4px;
    position: absolute;
    bottom: -8px;
    left: -8px; */
}

.case-content {
  text-align: justify;
  flex: 1 1 calc(100% - 344px);
}

.hide {
  display: none;
}

.empty-box {
  padding: 50px 0;
}

.dataRegistration-card {
  width: 100%;
  display: block;
  /* background-color: #fff; */
}

.swiper-container {
  width: 100%;
  padding: 16px;
}

.swiper-slide {
  width: 100% !important;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 16px !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-slide-next {
  right: -16px;
}

.swiper-slide-prev {
  left: -16px;
}

.dataRegistration-ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0;
  margin: 0 0 32px;
}

.dataRegistration-li {
  width: calc(33.33333% - 16px);
  display: block;
  box-sizing: border-box;
  margin: 8px;
  background-color: #fff;
  box-shadow: 0 3px 9px 0 rgba(0, 15, 80, 0.05);
  border-radius: 4px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}

.dataRegistration-a {
  width: 100%;
  box-shadow: 0 3px 9px 0 rgba(0, 15, 80, 0.05);
  border-radius: 4px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}

.dataRegistration-a:hover {
  text-decoration: none;
}

.dataRegistration-thumb {
  width: 56px;
}

.dataRegistration-header {
  margin-bottom: 16px;
}

.dataRegistration-body {
  width: 100%;
  box-sizing: border-box;
}

.dataRegistration-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
}

.dataRegistration-text {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}

.dataRegistration-param {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 2px;
}

.dataRegistration-param.intro {
  height: 48px;
}

.dataRegistration-param__title {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  width: 80px;
}

.dataRegistration-param__content {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  flex: 1;
}
.dataRegistration-param__content.red {
  color: #f00;
}

.dataRegistration-param__content.intro {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  overflow: hidden;
}

.serv-ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 80px;
}

.serv-li {
  position: relative;
  flex: 1 1;
  padding-left: 16px;
  padding-right: 16px;
  background: #f6f9ff;
  padding-bottom: 20%;
}

.serv-li img {
  position: absolute;
  width: 124px;
  height: auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.serv-title {
  margin-top: 84px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #057dc1;
  text-align: center;
}

.serv-info {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #676f79;
  text-align: justify;
}

.case-card {
  padding: 24px;
}
.img-bg {
  background: url(/theme/datatrade/default/static/image/product-bg.jpg)
    no-repeat;
  background-size: cover;
}

.verify-bg {
  background: url(/theme/datatrade/default/static/image/verify-bg.jpg) no-repeat;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  height: 500px;
}
.verify-block {
  height: 500px;
}
.verify-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  height: 500px;
}
.btn-primary {
  background: #057dc1;
  border-radius: 4px;
}
.table thead th {
  border-width: 1px;
  background-color: #f7f7f7;
}
.py-6 {
  padding: 2rem !important;
}

.btn-dj-link {
  position: absolute;
  left: 50%;
  bottom: 90px;
  height: auto;
  transform: translateX(-50%);
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.24);
  border: 2px solid #ffffff;
  border-radius: 24px !important;
  backdrop-filter: blur(10px);
  line-height: 28px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
}
.btn-dj-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.anchor-wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  z-index: 1024;
}

.anchor-container {
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.anchor-link {
  margin-right: 66px;
  height: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #596178;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

.anchor-link-title :hover {
  color: #596178;
  text-decoration: none;
}

.anchor-link-title {
  display: flex;
  align-items: center;
  height: 100%;
}

.anchor-link-title:hover {
  color: #596178;
  text-decoration: none;
}

.anchor-link.active {
  color: #057dc1;
  font-weight: bold;
}

.anchor-link.active .anchor-link-title {
  color: #057dc1 !important;
}

.docs-ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  flex: 1;
}

.docs-li {
  border-bottom: 1px solid #dee2e6;
}

.docs-li:last-child {
  border-bottom: none;
}

.docs-link {
  overflow: hidden;
  display: block;
  padding: 1.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
}
.docs-link:hover {
  text-decoration: none;
}
.docs-title {
  font-size: 18px;
  color: #333333;
  flex: 1;
}

.docs-time {
  color: #666666;
  font-size: 14px;
}
