.body {
  width: 100vw;
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 62px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(3, 35, 103, 0.15), 0px -1px 0px 0px rgba(204, 204, 204, 0.5);
  overflow: hidden;
}

.header-left {
  height: 62px;
  display: flex;
  align-items: center;
}

.header-logo {
  width: 77px;
  height: 30px;
  margin-right: 20px;
}

.work-wx-service-btn {
  width: 110px;
  height: 20px;
  margin-right: 120px;
}

.nav-bar {
  display: flex;
}

.nav-bar-item {
  position: relative;
}

.nav-bar-item::after {
  content: '';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2F6FF9;
  transition: all 0.3s;
}

.nav-bar-item-link {
  display: inline-block;
  height: 62px;
  font-size: 14px;
  line-height: 62px;
  color: #16181A;
  cursor: pointer;
  padding: 0 12px;
  transition: all 0.3s;
}

.nav-bar-item.active .nav-bar-item-link, .nav-bar-item:hover .nav-bar-item-link {
  color: #2F6FF9;
}

.nav-bar-item:hover::after {
  opacity: 1;
}

.seeker-admin-link {
  display: inline-block;
  height: 62px;
  font-size: 14px;
  line-height: 62px;
  color: #16181A;
  transition: all 0.3s;
}

.seeker-admin-link:hover {
  color: #2F6FF9;
}

.router-view {
  min-height: calc(100vh - 308px);
  display: none;
}

.footer {
  position: relative;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #102235;
}

.footer-content {
  width: 100%;
  max-width: 1440px;
  height: 268px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  width: 178px;
  height: 50px;
  margin-right: 212px;
}

.footer-qrcode-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-qrcode-tip {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
}

.footer-qrcode {
  width: 110px;
  height: 110px;
}

.footer-power {
  position: absolute;
  bottom: 24px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 12px;
}

.top-banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F2;
}

.top-banner {
  padding-left: 100px;
  width: 100%;
  max-width: 1440px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url('../img/banner_bg.png') 0 0 / 1440px 500px  no-repeat;
}

.top-banner-title {
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 600;
  color: #051437;
  line-height: 52px;
}

.top-banner-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #051437;
  line-height: 24px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}

.pagination-total-text {
  margin-right: 8px;
}

.pagination-item {
  margin: 0 4px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s;
}

.pagination-item.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.pagination-item.active, .pagination-item:not(.disabled):hover {
  color: #2F6FF9;
  border-color: #2F6FF9;
}

.pagination-icon {
  position: relative;
  top: 1px;
  font-size: 12px;
}

.pagination-pagesize-select select {
  padding: 0 10px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none !important;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.fixed-qrcode-wrapper {
  position: fixed;
  right: 16px;
  top: 50vh;
  z-index: 99;
  width: 116px;
  height: 132px;
  padding: 8px;
  padding-bottom: 4px;
  background: #2F6FF9;
  box-shadow: 0px 7px 17px 0px rgba(86, 79, 255, 0.27);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fixed-qrcode {
  height: 100px;
  width: 100px;
}

.fixed-qrcode-text {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
}

.empty-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.empty-img {
  width: 200px;
  height: 170px;
}

.empty-text {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}


/* home */

.home-banner-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  width: 100%;
  overflow: hidden;
  background-color: #F2F2F2;
}

.swiper {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  background: url('../img/banner_bg.png') 0 0 / 1440px 500px  no-repeat;
}

.swiper-pagination {
  padding-left: 100px;
  text-align: left;
}

.swiper-pagination-bullet {
  position: relative;
  width: 30px;
  height: 4px;
  border-radius: 2px;
}

.swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: -8px;
  left: -4px;
  right: -4px;
  bottom: -8px;
}

.swiper-slide {
  padding-left: 100px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.banner-brand-img {
  margin-bottom: 32px;
  width: 310px;
  height: 40px;
}

.banner-title {
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 52px;
  color: #051437;
  font-weight: 600;
}

.banner-description {
  font-size: 20px;
  line-height: 24px;
  color: #051437;
  font-weight: 400;
}

.banner-btn-group {
  margin-top: 24px;
  display: flex;
}

.banner-btn-img {
  width: 200px;
  height: 40px;
  margin-right: 8px;
}

.home-info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-info-content-wrapper {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-info-1 {
  padding: 44px;
  background-color: #fff;
}

.home-info-1-title {
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}

.home-info-1-subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #3D485D;
  font-weight: 400;
}

.home-info-1-block-list {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-info-1-block-item {
  margin: 0 10px 16px 10px;
  width: 400px;
  padding: 24px;
  display: flex;
  background: linear-gradient(180deg, #F3F6F8 0%, #FEFEFE 100%);
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
  border-radius: 6px;
  border: 2px solid #FFFFFF;
}

.home-info-1-block-item-icon {
  margin-right: 16px;
  width: 50px;
  height: 50px;
}

.home-info-1-block-item-content {
  flex: 1;
}

.home-info-1-block-item-title {
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}

.home-info-1-block-item-description {
  font-size: 14px;
  line-height: 22px;
  color: #98A3B7;
}

.home-info-2 {
  background-color: #0058FD;
}

.home-info-2-bg {
  position: absolute;
  top: 0;
  width: 1440px;
  height: 100%;
  object-fit: cover;
}

.home-info-2 .home-info-content-wrapper {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  padding: 132px 40px 88px 162px;
}

.home-info-2-title {
  font-size: 28px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 20px;
}

.home-info-2-subtitle {
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
}

.home-info-2-block-list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}

.home-info-2-block-item {
  margin: 0 25px 20px 25px;
  margin-bottom: 20px;
  width: 500px;
  height: 92px;
  padding: 20px 24px;
  background: linear-gradient(41deg, #0546F0 0%, #0377FF 100%);
  border-radius: 4px;
  border: 1px solid #5CA0FF;
}

.home-info-2-block-item-title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 18px;
  color: #FDFDFD;
  font-weight: 600;
}

.home-info-2-block-item-description {
  font-size: 16px;
  line-height: 26px;
  color: #FDFDFD;
}

.home-info-3 {
  padding: 90px 40px;
  background-color: #fff;
}

.home-info-3-title {
  font-size: 28px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}

.home-info-3-subtitle {
  margin-top: 18px;
  font-size: 20px;
  line-height: 20px;
  color: #7C89A4;
}

.home-info-3-block-list {
  margin-top: 56px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-info-3-block-item {
  margin: 0 30px 20px 30px;
  margin-bottom: 20px;
  padding: 24px;
  width: 300px;
  height: 189px;
  background: linear-gradient(180deg, #F3F6F8 0%, #FEFEFE 100%);
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
  border-radius: 6px;
  border: 2px solid #FFFFFF;
}

.home-info-3-block-item-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
}

.home-info-3-block-item-description {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}

.home-info-3-card-list {
  padding: 34px 20px 50px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-info-3-card-item {
  margin: 0 10px 20px 10px;
  margin-bottom: 20px;
  width: 285px;
  height: 168px;
  background: linear-gradient(180deg, #F3F6F8 0%, #FEFEFE 100%);
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
  border-radius: 4px;
  border: 2px solid #FFFFFF;
  overflow: hidden;
}

.home-info-3-card-item-title {
  height: 80px;
  background: linear-gradient(270deg, #3D8DFF 0%, #056DFF 100%);
  padding: 31px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 18px;
}

.home-info-3-card-item-description {
  position: relative;
  padding: 16px 20px 24px 40px;
  font-size: 16px;
  color: #7C89A4;
  line-height: 24px;
}

.home-info-3-card-item-description::before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  left: 24px;
  top: 24px;
  width: 8px;
  height: 8px;
  border: 2px solid #086FFF;
  border-radius: 50%;
}

/* introduction */
.introduction-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbfbfd;
}

.introduction-img {
  width: 1440px;
  height: 435px;
}

.introduction-content {
  padding: 54px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.introduction-content-title {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}

.introduction-content-subtitle {
  margin-bottom: 24px;
  font-size: 20px;
  color: #7C89A4;
  line-height: 20px;
}

.introduction-content-card-list {
  padding-top: 20px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduction-content-card-item {
  width: 512px;
  margin: 0 10px 20px 10px;
  background: linear-gradient(180deg, #F3F6F8 0%, #FEFEFE 100%);
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
  border-radius: 4px;
  border: 2px solid #FFFFFF;
  overflow: hidden;
}

.introduction-content-card-item-title {
  height: 80px;
  background: linear-gradient(270deg, #3D8DFF 0%, #056DFF 100%);
  padding: 31px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 18px;
}

.introduction-content-card-item-description {
  padding: 16px 20px 24px 40px;
  font-size: 16px;
  color: #7C89A4;
  line-height: 24px;
}


/* solution */
.solution-content {
  padding: 40px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.solution-content-item {
  padding: 14px 0 160px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.solution-content-item-title {
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
}

.solution-content-item-text {
  max-width: 884px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #3D485D;
  line-height: 20px;
}

.solution-content-item-text.large {
  max-width: 1162px;
}

/* news */
#news {
  background-color: #FAFAFA;
}

.news-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F7FA;
}

.news-tab-item {
  position: relative;
  margin: 0 50px;
  padding: 22px 24px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  color: #000102;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.news-tab-item::after {
  content: '';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #2F6FF9;
  transition: all 0.3s;
}

.news-tab-item.active, .news-tab-item:hover {
  color: #2F6FF9;
}

.news-tab-item.active::after {
  opacity: 1;
}

.news-view {
  padding: 54px 40px 120px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-list-wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 0 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article-list {
  width: 100%;
  padding-bottom: 60px;
}

.article-item {
  height: 64px;
  display: flex;
  align-items: center;
}

.article-item + .article-item {
  border-top: 1px solid rgba(216, 216, 216, 0.86);;
}

.article-title {
  flex: 1;
  margin-right: 180px;
  font-size: 20px;
  font-weight: 400;
  color: #000102;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}

.article-title:hover {
  color: #2F6FF9;
}

.article-time {
  font-size: 20px;
  font-weight: 400;
  color: #7F7F7F;
  line-height: 20px
}

/* article-detail */
#news_detail {
  background-color: #FAFAFA;
}

.article-detail-wrapper {
  padding-top: 102px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article-detail {
  padding: 40px 47px;
  padding-bottom: 80px;
  max-width: 1118px;
  width: 100%;
}

.article-detail-title {
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 500;
  color: #000102;
  line-height: 28px;
  text-align: center;
}

.article-detail-subtitle {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #6D7278;
  line-height: 20px;
}

.article-detail-time {
  margin-left: 24px;
}

.article-detail-content {
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* table 样式 */
.article-detail-content table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.article-detail-content table td,
.article-detail-content table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  min-height: 30px;
  height: 30px;
}
.article-detail-content table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
}

/* blockquote 样式 */
.article-detail-content blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}

/* code 样式 */
.article-detail-content code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.article-detail-content pre code {
  display: block;
}

/* ul ol 样式 */
.article-detail-content ul, ol {
  margin: 10px 0 10px 20px;
}

.article-detail-footer {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 34px;
  border-top: 1px solid rgba(216, 216, 216, 0.86);
  display: flex;
  align-items: center;
}

.article-detail-footer-title {
  position: absolute;
  top: 14px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.article-detail-footer-title.next {
  left: unset;
  right: 0;
  justify-content: flex-end;
}

.article-detail-footer-title-label {
  font-size: 16px;
  font-weight: 400;
  color: #000102;
  line-height: 24px;
}

.article-detail-footer-title-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #6D7278;
  line-height: 24px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}

.article-detail-footer-title-text:hover {
  color: #2F6FF9;
}

/* contact */
.contact-content-wrapper {
  padding: 60px 20px 180px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-content-title {
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-content-subtitle {
  margin-bottom: 64px;
  font-size: 14px;
  font-weight: 400;
  color: #3D485D;
  line-height: 20px;
}

.contact-content {
  width: 100%;
  max-width: 830px;
}

.contact-content-item {
  margin-bottom: 20px;
  display: flex;
}

.contact-content-item-label {
  margin-right: 24px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
}

.contact-content-item-text {
  font-size: 16px;
  font-weight: 400;
  color: #3D485D;
  line-height: 16px;
}

.contact-content-item-img {
  height: 110px;
  width: 110px;
}