.center {
  text-align: center;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
.legend {
  font-family: PingFang SC;
  font-weight: normal;
  line-height: 20px;
  color: #646464;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: 574px;
}
.dark .legend {
  color: white;
}
.ref {
  display: flex;
}
.dark .ref .link {
  color: white;
}

.rich-text * {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #646464 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.logo-ent-name {
  font-family: AlibabaPuHuiTi;
  margin-left: 8px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #292929;
}
.logo-ent-name.white {
  color: white;
}
.ent-bread-col {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  /* 白色块 */
  color: #ffffff;
  text-decoration: none;
  margin-top: 20px;
}
.ent-bread-col a:hover {
  color: #3C7BFF;
}
/* 蓝色按钮 */
.ent-btn-primary {
  width: 107px;
  height: 34px;
  line-height: 34px;
  /* transform: rotate(180deg); */
  border-radius: 96px;
  opacity: 1;

  background: #3875f6;
  color: white;
  box-sizing: border-box;
  text-align: center;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  margin-left: 24px;
}
.ent-btn-primary:link,
.ent-btn-primary:visited,
.ent-btn-primary:hover,
.ent-btn-primary:active {
  color: white;
  background: #3875f6;
  text-decoration: none;
}

.ent-btn-primary:hover {
  background: #1b5be2;
}
.ent-btn-primary:active {
  background: #558bff;
}
/* 白底按钮 */
.ent-btn-white {
  width: 107px;
  height: 34px;
  line-height: 34px;
  border-radius: 96px;
  opacity: 1;
  background: white;
  color: #3875f6;
  text-align: center;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  margin-left: 24px;
  cursor: pointer;
  border: 2px solid white;
}
.ent-btn-white:link,
.ent-btn-white:visited,
.ent-btn-white:hover,
.ent-btn-white:active {
  color: #3875f6;
  text-decoration: none;
}

.ent-btn-white:hover {
  background: rgb(239, 246, 255);
}
.ent-btn-white:active {
  background: white;
}

/* 白边框按钮 */

.ent-btn-white-border {
  width: 107px;
  height: 34px;
  line-height: 34px;
  border-radius: 96px;
  opacity: 1;
  background: transparent;
  color: white;
  box-sizing: border-box;
  text-align: center;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  margin-left: 24px;
  cursor: pointer;
  border: 2px solid white;
}
.ent-btn-white-border:link,
.ent-btn-white-border:visited,
.ent-btn-white-border:hover,
.ent-btn-white-border:active {
  color: white;
  text-decoration: none;
}

.ent-btn-white-border:hover {
  background: rgba(256, 256, 256, 0.1);
}
.ent-btn-white-border:active {
  background: transparent;
}

/* 中等尺寸按钮 */
.ent-btn-md {
  font-size: 20px;
  line-height: 24px;
  /* 尺寸调整 */
  padding: 12px 30px;
  border-radius: 114px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 500;
  width: auto;
  height: auto;
}
/* logo */
.logo {
  height: 48px;
  width: 48px;
  box-sizing: border-box;
  border-radius: 28px;
  border: 1px solid #e7e9ec;
}

.header-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
}
.header-wrap.dark {
  background-color: #32333c;
}

.header {
  justify-content: space-between;
  background-color: white;
  box-sizing: border-box;

  padding: 10px 0;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  /* // 360px */
}
.header.dark {
  background-color: #32333c;
}
/* header 重写，保证flex默认的行为 */
.header .flex {
  align-items: center;
}

.ref .link {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #3d3d3d;
  padding: 0 16px;
  border-right: 1px solid #d8d8d8;
  text-decoration: none;
}

.link-normal {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #292929;
  padding: 0 0 6px;
  margin: 0 20px;

  z-index: 1;
  text-decoration: none;
  position: relative;
}

.link-normal.active,
.link-normal:hover {
  color: #3c7bff;
}

.link-normal.active::after {
  content: '';
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background-color: #3c7bff;
  position: absolute;
  top: 100%;
  bottom: 10px;
  left: 0;
}

/* footer */
.footer-logo-wrap {
  align-items: center;
  margin-bottom: 20px;
}
.footer-logo-wrap .logo {
  width: 28px;
  height: 28px;
  border-color: transparent;
}
.footer-logo-wrap .logo-ent-name.white {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  /* 白色块 */
  color: #ffffff;
}
.footer-wrap {
  background-color: #32333c;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 36px 0;
  margin: 0 auto;
  height: 292px;
  flex-direction: column;
}

.footer {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}
.footer-column {
  width: 200px;
}

.footer-column:nth-child(4n + 1) {
  width: 390px;
  margin-right: 86px;
}
.footer-column:nth-child(4n + 2) {
  width: 130px;
  margin-right: 98px;
}
.footer-column:nth-child(4n + 3) {
  width: 200px;
  margin-right: 64px;
}

.footer-column:nth-child(4n + 0) {
  width: 300px;
}
.ent-desc {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  opacity: 0.7;

  /* 白色块 */
  color: #ffffff;
}

.ent-desc-sm {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;

  color: #ffffff;
  opacity: 0.7;

  z-index: 1;
  margin-bottom: 12px;
  display: flex;
  align-items: start;
  word-break: break-all;
}
.ent-desc-sm:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
}

.ent-desc-sm.normal:hover{
  opacity: 0.7;
}

.ent-desc-sm .icon {
  height: 20px;
  width: 20px;
  margin-top: 3px;
  margin-right: 4px;
}

.footer-logo {
  width: 190px;
}

.divider {
  background: white;
  opacity: 0.073;
  height: 1px;
  margin: 20px 0;
}

.footer-desc {
  font-family: AlibabaPuHuiTi;

  margin-bottom: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}

.cp-right {
  /* Copyright　© */
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 14px;
  /* Copyright　© */
  color: #ffffff;
  text-align: center;
  justify-content: center;
}

.banner {
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  position: relative;
  height: 560px;
  width: 100%;
  color: #ffffff;
}
.sm {
    height: 290px;
    background-image: url('/static/image/entInfo/banner-sm-47c535f3b6bf475ae1060722c44cfef6.png');
  }

  .banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    /* padding: 163px 0 240px; */
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .banner-company {
    font-family: AlibabaPuHuiTi;
    font-size: 58px;
    font-weight: 500;
    line-height: 58px;
    margin-bottom: 28px;
  }
  .banner-big {
    font-family: AlibabaPuHuiTi;
    font-size: 58px;
    font-weight: 500;
    line-height: 58px;

    /* 白色块 */
    color: #ffffff;
    z-index: 10;
    margin: 0 0 20px 0;
  }

  .banner-big-center {
    font-family: AlibabaPuHuiTi;
    z-index: 10;
    margin: 24px auto;
    font-size: 60px;
    font-weight: bold;
    line-height: 86px;
    text-align: center;
    /* 白色块 */
    color: #ffffff;
    width: 15em;
  }

  .ent-description {
    font-size: 28px;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    /* 白色块 */
    color: #ffffff;
    width: 954px;
    margin: 0 auto;
  }

  .divider-white {
    width: 113px;
    height: 10px;
    opacity: 1;

    /* 白色块 */
    background: #ffffff;
  }

  .banner-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #000000;
    top: 0;
    z-index: 1;
  }
  .sm .banner-wrap {
    opacity: 0.4;
  }

.container--ent {
  background-color: white;
  padding: 96px 0 110px;
  width: 1200px;
  margin: 0 auto;
}

.container--ent.about {
  padding-top: 24px;
}

.siderbar-container {
  position: fixed;
  right: 36px;
  z-index: 20;
  /* 内容居中 */
  top: 50%;
  transform: translateY(-50%);
}

.bar-item {
  display: flex;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: center;
  border-radius: 20px;
  background-color: white;
  margin: 20px 0;
  cursor: pointer;
  box-shadow: 0px 4px 15px 0px rgba(37, 44, 62, 0.1);
}

.bar-item.service {
  background-image: url('/static/image/entInfo/icon-service-fc10656083a8ed6b5c884e308782fd63.png');
}
.bar-item.phone {
  background-image: url('/static/image/entInfo/icon-phone-a1fc40f63be17bde1041b050e3db5dae.png');
}
.bar-item.email {
  background-image: url('/static/image/entInfo/icon-email-1e26e3bbc500a39c214b3a710ba506cb.png');
}
.bar-item.b2top {
  background-image: url('/static/image/entInfo/icon-b2top-224b518130954b361ea797401a742808.png');
}
.bar-item.qrcode {
  background-image: url('/static/image/entInfo/icon-qrcode-21c578abaa4347ccca39728f63014735.png');
}
.bar-item.message {
  background-image: url('/static/image/entInfo/icon-message-a5108f54bd42bb6fe5408bb32f7498d7.png');
}

.bar-item.service:hover {
  background-image: url('/static/image/entInfo/icon-service-active-7eb0252677997b68f4d75bbbf2e465bb.png');
}
.bar-item.phone:hover {
  background-image: url('/static/image/entInfo/icon-phone-active-c25db030c1a7f227b82dfc5764621063.png');
}
.bar-item.email:hover {
  background-image: url('/static/image/entInfo/icon-email-active-732238d5224e614ad6a2e6ca8f633291.png');
}
.bar-item.b2top:hover {
  background-image: url('/static/image/entInfo/icon-b2top-active-3ac8586c97af693ebaa92d7138fa2908.png');
}
.bar-item.qrcode:hover {
  background-image: url('/static/image/entInfo/icon-qrcode-active-8aec7310bf537d3017a64159302c296b.png');
}
.bar-item.message:hover {
  background-image: url('/static/image/entInfo/icon-message-active-18658742baaa260b0e4d917d47e98760.png');
}

.copy-toolbar,
.qrcode-toolbar {
  z-index: 20;
  background-color: white;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 12px;

  font-family: AlibabaPuHuiTi;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  border-radius: 12px;
}
.qrcode-toolbar {
  text-align: center;
}
.email-toolbar,
.phone-toolbar,
.toolbar-qrcode {
  position: relative;
}
.toolbar-qrcode {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}
/* 双飞燕布局示例 */
.holy-grail {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.holy-grail-header {
  background-color: #3c7bff;
  color: white;
  padding: 20px;
  text-align: center;
}

.holy-grail-main {
  display: flex;
  flex: 1;
}

.holy-grail-sidebar-left {
  width: 200px;
  background-color: #f0f0f0;
  padding: 20px;
}

.holy-grail-content {
  flex: 1;
  padding: 20px;
  background-color: #fff;
}

.holy-grail-sidebar-right {
  width: 200px;
  background-color: #f0f0f0;
  padding: 20px;
}

.holy-grail-footer {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}
.text-primary,
.text-primary:hover {
  color: #3c7bff;
}
.text-start {
  text-align: start;
}
.text-left {
  text-align: left;
}

/* flex相关样式 */
.flex {
  display: flex;
}
.gap-12 {
  gap: 12px;
}
.gap-20 {
  gap: 20px;
}
.gap-28 {
  gap: 28px;
}
.gap-32 {
  gap: 32px;
}

.flex-auto {
  flex: auto;
}
.flex-1 {
  flex: 1;
}
.flex-0 {
  flex: 0;
}
.flex-between {
  justify-content: space-between;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-a-center {
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-not-wrap {
  flex-wrap: nowrap;
}
.flex-col {
  flex-direction: column;
}
/* 尺寸相关 */
.w-85 {
  width: 85px;
}
.w-90 {
  width: 90px;
}
.w-120 {
  width: 120px;
}
.w-160 {
  width: 160px;
}
.w-163 {
  width: 163.5px;
}
.w-168 {
  width: 168px;
}
.w-171 {
  width: 171px;
}
.w-200 {
  width: 200px;
}
.w-530 {
  width: 530px;
}
.w-548 {
  width: 548px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1300px\] {
  max-width: 1300px;
}

.w-1200{
  width: 1200px;
}
.w-1240 {
  width: 1240px;
}
.w-1300 {
  width: 1300px;
}

.w-260 {
  width: 260px;
}
.w-292 {
  width: 292px;
}
.w-100-p {
  width: 100%;
}
.h-72 {
  height: 72px;
}
.h-110 {
  height: 110px;
}
.h-120 {
  height: 120px;
}
.h-128 {
  height: 128px;
}
.h-160 {
  height: 160px;
}
.h-163 {
  height: 163.5px;
}
.h-168 {
  height: 168px;
}

.mh-100 {
  max-height: 100%;
}
.mw-100 {
  max-width: 100%;
}

/* 边角相关 */
.border-box {
  box-sizing: border-box;
}
.border {
  border: 1px solid #e4e3e3;
}
.border-radius-16 {
  border-radius: 16px;
}
.border-radius-12 {
  border-radius: 12px;
}
.border-radius-8 {
  border-radius: 8px;
}
.border-radius-4 {
  border-radius: 4px;
}

.bar-menu,
.bar-menu-submenu {
  /* 分割线 */
  border-bottom: 1px solid #e7e9ec;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
/* 侧边栏样式 */
.bar-menu {
  height: 55px;
  /* 字体/黑 */
  color: #292929;
  padding: 12px 0;
}
.bar-menu-submenu {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 0;

  /* 主色-蓝 */
  color: #646464;
}

.bar-menu-submenu::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  margin-right: 4px;
  background-image: url('/static/image/entInfo-paid/arr_no-0df6f27fd48d8efd1d458c140cae8e7c.png');
}
.bar-menu-submenu.active::before {
  background-image: url('/static/image/entInfo-paid/arr-172ca86c6a06220727a4e1c6eff3aba3.png');
}

.bar-menu-text {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  color: #646464;
  line-height: 20px;
  padding: 8px 0;
  word-break: break-all;
}

.bar-menu-submenu.active {
  padding-bottom: 8px;
  color: #3875f6;
}

.bar-menu-content {
  font-family: AlibabaPuHuiTi;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  border-bottom: 1px solid #646464;
  position: absolute;
  padding: 12px 0;
  bottom: -1px;
}

.pdr-24 {
  padding-right: 24px;
}

.pd-24 {
  padding: 24px 24px;
}

.pd-20 {
  padding: 20px 20px;
}

/* padding-16 处理 */
.pd-16 {
  padding: 16px 16px;
}
/* padding-处理 */
.pd-4 {
  padding: 4px 4px;
}

/* 边距通用类 */
.pdb-64 {
  padding-bottom: 64px;
}
.pdb-32 {
  padding-bottom: 32px;
}
.pdb-20 {
  padding-bottom: 20px;
}
.pdb-16 {
  padding-bottom: 16px;
}
.pdb-12 {
  padding-bottom: 12px;
}
.pdb-8 {
  padding-bottom: 8px;
}
.pdb-4 {
  padding-bottom: 4px;
}
/* 边距通用类 */
.mgb-86 {
  margin-bottom: 86px;
}
.mgb-84 {
  margin-bottom: 84px;
}
.mgb-72 {
  margin-bottom: 72px;
}
.mgb-66 {
  margin-bottom: 66px;
}
.mgb-64 {
  margin-bottom: 64px;
}
.mgb-52 {
  margin-bottom: 52px;
}
.mgb-48 {
  margin-bottom: 48px;
}
.mgb-40 {
  margin-bottom: 40px;
}
.mgb-36 {
  margin-bottom: 36px;
}
.mgb-32 {
  margin-bottom: 32px;
}
.mgb-28 {
  margin-bottom: 28px;
}
.mgb-24 {
  margin-bottom: 24px;
}
.mgb-20 {
  margin-bottom: 20px;
}
.mgb-16 {
  margin-bottom: 16px;
}
.mgb-12 {
  margin-bottom: 12px;
}
.mgb-8 {
  margin-bottom: 8px;
}
.mgb-4 {
  margin-bottom: 4px;
}

/* 边距通用类 */
.mgt-64 {
  margin-top: 64px;
}
.mgt-32 {
  margin-top: 32px;
}
.mgt-20 {
  margin-top: 20px;
}
.mgt-16 {
  margin-top: 16px;
}
.mgt-12 {
  margin-top: 12px;
}
.mgt-8 {
  margin-top: 8px;
}
.mgt-4 {
  margin-top: 4px;
}

/* 通用边距类 */
.mgr-36 {
  margin-right: 36px;
}
.mgr-24 {
  margin-right: 24px;
}
.mgr-20 {
  margin-right: 20px;
}
.mgr-16 {
  margin-right: 16px;
}
.mgr-12 {
  margin-right: 12px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
/* 两列布局 - 左对齐 */
.two-column {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.two-column-left {
  width: 260px;
  margin-right: 36px;
}

.two-column-right {
  flex: 1;
}

/* 单行文本省略  */
.one-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 双行文本 */
.two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 三行文本 */
.three-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 四行文本 */
.four-line {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.five-line {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* z 表单处理 */
.z-form-label,
.z-form-content {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  word-break: break-word;
}
.z-form-label {
  color: #646464;
  white-space: nowrap;
}
.z-form-content {
  color: #292929;
}

/* 溢出处理 */
.oe {
  overflow: hidden;
}

/* 动画 */
.hover-scale-1 {
  transition: transform 0.8s ease;
  transform: translate(0, 0) rotate(0) scaleX(1) scaleY(01);
}
.hover-scale-1:hover {
  transform: translate(0, 0) rotate(0) scaleX(1.3) scaleY(1.3);
}

.hover-scale-2 {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover-scale-2:hover {
  transform: translate(0, 0) rotate(0) scaleX(1.1) scaleY(1.1);
}
/* 悬浮放大 */

/* 选中变色 */
.hover-blue:hover {
  color: #3875f6;
}

/* 布局 */
.fixed {
  position: fixed;
  z-index: 20;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.top-0 {
  top: 0;
}
.top-40 {
  top: 40px;
}
.left-0 {
  left: 0;
}

/* 工具样式 */

/* 小小箭头 */
.toolbar-with-arrow::after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  /* background-color: white; */
  border-right: 5px solid white;
  border-bottom: 5px solid white;
  transform: rotate(-45deg) translate(-4px, -50%);
  width: 3px;
  height: 3px;
  /* height: 10px; */
}

/* 工具类 */
.text-center {
  text-align: center;
}
/*  */

.img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.8s;
}
.img-wrapper img:first-child {
  z-index: 1;
}
.img-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  z-index: 1;
  filter: brightness(1.2);
}
/* 收费版样式 */
.fancy .header {
  padding: 12px 0;
}

.fancy .banner-big-center {
  /*margin: 28px auto;*/
  margin: 0px auto;
}

.fancy .ent-description {
  margin: 32px auto;
}

.fancy-block-title {
  font-family: AlibabaPuHuiTi;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0px;
  color: #292929;
  position: relative;
  margin-top: 72px;
  margin-bottom: 64px;
}
.fancy-block-title::after {
  content: ' ';
  display: flex;
  width: 104px;
  height: 4px;
  background-color: #3875f6;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.fancy-block-title.left {
  margin-top: 24px;
  margin-bottom: 40px;
}
.fancy-block-title.left::after {
  left: 0;
  transform: translateX(0);
}

.fancy-block-title.short {
  margin-bottom: 48px;
}
.fancy-block-sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #646464;
  padding: 4px 0 28px 0;
}
.ent-honor .fancy-block-title{
  margin-bottom: 44px;
}

.w-1240 .fancy-block-title {
  margin-bottom: 44px;
}

.fancy .bg-right {
  background: linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%);
}

.ent-block {
  background: #f5f6f8;
}
.ent-honor {
  background-image: url('/static/image/entInfo-paid/honor-bg-3216372f0ee7febf680800f638e1e98e.png');
  background-size: cover;
  background-position: center center;
}

.position-relative {
  position: relative;
}

/* 轮播图样式 */

.carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.carousel-slide {
  min-width: 100%;
  display: flex;
  justify-content: space-between;
}

.carousel-slide .prd-card {
  flex: 1;
  max-width: calc(33.33% - 20px);
  margin: 0 10px;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background-size: 48px 48px;
  padding: 0 0;
  z-index: 10;
}

.carousel-indicators {
  text-align: center;
  margin-top: 20px;
}

.indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.indicator.active {
  background: #007bff;
}

/* 箭头 */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.8s ease;
  background-size: 36px 36px;
}

.carousel-prev:hover {
  background-image: url('/static/image/entInfo-paid/nav-left-blue-3587662dc3a498334a0737cde79eae11.png');
}

.carousel-next:hover {
  background-image: url('/static/image/entInfo-paid/nav-right-blue-7ef332e7e8dc0f870b945f463fcb9183.png');
}

.carousel-prev {
  background-image: url('/static/image/entInfo-paid/nav-left-dfe01a5fe8a1934f71ff53e2355d33ec.png');
}

.carousel-next {
  background-image: url('/static/image/entInfo-paid/nav-right-46e1d507a32c34f13981d5f96e1c5677.png');
}

.hover\:fancy-shadow {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
/* 悬浮效果 */
.hover\:fancy-shadow:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.hover\:light-shadow {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
/* 悬浮效果 */
.hover\:light-shadow:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.banner-bottom {
  background-color: #1351d4;
  color: white;
  padding: 64px;
}
.banner-bottom-title {
  font-family: AlibabaPuHuiTi;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  /* 白色块 */
  color: #ffffff;
  margin-bottom: 28px;
}
.banner-bottom-desc {
  font-family: AlibabaPuHuiTi;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  /* 白色块 */
  color: #ffffff;
  margin-bottom: 28px;
}

/* 图片预览样式 */

/* 图片预览模态框样式 */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

.close:hover {
  color: #ccc;
}

.preview-image {
  cursor: pointer;
}

/* 自定义swiper 样式 */
.fancy-swiper {
  width: 100%;
  position: relative;
}

.w-1240 .fancy-swiper .swiper {
  padding: 20px 20px;
  box-sizing: border-box;
}

.fancy .fancy-swiper .swiper-button-prev {
  left: -48px;
}
.fancy .fancy-swiper .swiper-button-next {
  right: -48px;
}

.fade-up {
  transform: translate(0, 20px);
  opacity: 0;
}

.page-tool {
  position: fixed;
  right: 39px;
  bottom: 15%;
  z-index: 10;
}
.page-tool li {
  margin-bottom: 20px;
  position: relative;
  list-style-type: none;
}
.page-tool li::before {
  /* background-color: red; */
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  right: 40px;
  top: 0;
}
.page-tool li .show-panel {
  background: #FFFFFF;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  padding: 16px;
  border-radius: 6px;
}
.page-tool li.down .show-panel {
  width: 159px;
  text-align: center;
}
.page-tool li.down .show-panel > img{
  width: 108px;
  height: 108px;
  margin: 0px auto 0;
}
.page-tool li .show-panel::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 8px solid #fff;
}
.page-tool li .customer-code {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #292929;
  padding: 8px 16px 12px 12px;
}
.page-tool li:hover .show-panel{
  display: block;
}

.page-tool li .show-panel img {
  display: block;
  width: 108px;
  height: 108px;
  margin: 0 auto;
}
.page-tool li .show-panel > span {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #292929;
  display: block;
  margin-top: 4px;
}
.page-tool li.email .show-panel > span,
.page-tool li.phone .show-panel > span{
  color: #3D3D3D;
  white-space: nowrap;
  text-align: right;
}
.page-tool li.down .show-panel > span {
  color: #444;
  font-size: 14px;
}
.page-tool li.down .show-panel > span.down-app {
  font-weight: bold;
  color: #292929;
  font-size: 16px;
}

.page-tool li.down .show-panel > span.whats-app {
  font-weight: 500;
  font-size: 16px;
}
.page-tool li .show-panel > span.blue {
  color: #3C7BFF
}



.page-tool li > span:first-child {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px rgba(37, 44, 62, 0.1);
}
.page-tool li.code > span:first-child {
  background-image: url('/static/image/home/code-4578b0f1a0b162d36d1811c156a28571.png');
  background-size: 26px;
}
.page-tool li.email > span:first-child {
  background-image: url('/static/image/home/email-e3b8e5600a620cc96137808196e34614.png');
  background-size: 30px;
}
.page-tool li.phone > span:first-child {
  background-image: url('/static/image/home/phone-90bd7c138e55f87ddd605fe96d5fd2e1.png');
  background-size: 28px;
}
.page-tool li.down > span:first-child {
  background-image: url('/static/image/home/down-c120b4f6ef84fc9da826584f06c5f3f6.png');
  background-size: 29px 40px;
  height: 66px;
}
.page-tool li.back > span:first-child {
  background-image: url('/static/image/home/back-9f9bfe6c282ccd3375877180985f9388.png');
  background-size: 24px;
}

.page-tool li.code:hover > span:first-child {
  background-image: url('/static/image/home/code_ac-d1f4fc42e3818f70fd20f675ee8b8672.png');
}
.page-tool li.email:hover > span:first-child {
  background-image: url('/static/image/home/email_ac-dc5cad60e139b3ded107e5d61af146aa.png');
}
.page-tool li.phone:hover > span:first-child {
  background-image: url('/static/image/home/phone_ac-ea2a386ff10ca9f780bea2cfd0e53326.png');
}
.page-tool li.down:hover > span:first-child {
  background-image: url('/static/image/home/down_ac-43b6a01bb81a24dd2d5b6d05666843f4.png');
  background-size: 30px 44px;
  background-position: 6px 9px;
}
.page-tool li.back:hover > span:first-child {
  background-image: url('/static/image/home/back_ac-345e7660873e9eae553c155275dd2179.png');
}


.tip-toast-container {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -72.5px;
  min-width: 145px;
  height: 44px;
  border-radius: 8px;
  background-color: rgba(0,0,0,0.6);
  line-height: 44px;
  font-size: 16px;
  color: #FFFFFF;
  z-index: 20;
  background-image: url('/static/image/entInfo-paid/tip-618e19634df8cd63ef7b0e636e106e73.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 12px center;
  padding: 0 12px 0 36px;
}

.tip-toast-container.success {
  background-image: none;
  padding-left: 12px;
}