/* 通用重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Microsoft Yahei", sans-serif;
  line-height: 1.6;
  min-width: 1280px;
}

a {
  text-decoration: none;
  color: inherit;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

img {
  max-width: 100%;
  height: auto;
}



/* 按钮样式 */
.btn-primary {
  display: inline-block;
  background: #007bff;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border: none;
}

.btn-primary:hover {
  background: #0056b3;
}

.btn-secondary {
  display: inline-block;
  background: #fff;
  color: #007bff;
  padding: 10px 25px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #007bff;
}

.btn-secondary:hover {
  background: #f0f7ff;
}

/* 导航栏样式 */
.header {
  border-bottom: 1px solid #eee;
}

.header-inner {
  width: 1280px;
  margin: 0 auto;
  padding: 15px 24px;
  height: 72px;
}

.logo {
  float: left;
  font-size: 24px;
  line-height: 32px;
  color: #007bff;
  line-height: 36px;
}

.nav {
  float: right;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 40px;
}

.nav ul li {
  float: left;
  margin-left: 20px;
}

.nav-link {
  display: block;
  padding: 0 24px;
  border-radius: 4px;
  line-height: 40px;
  transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  background: #2563EB;
  color: #fff;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/* 页脚样式 */
.footer {
  padding: 64px 0px;
  background: #111827;
  color: #fff;
}

.footer-inner {
  width: 1280px;
  padding: 0 24px;
  margin: 0 auto;
}

.footer-col {
  float: left;
  width: 284px;
  height: 132px;
  margin-right: 32px;
}

.footer-col:last-child {
  margin-right: 0;
}

.footer-col h4 {
  margin-bottom: 16px;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  color: #fff;
}

.footer-col p {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #fff;
}

.social-icons {
  margin-bottom: 20px;
}

.social-icons img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.privacy-link {
  color: #007bff;
  /* text-decoration: underline; */
}

.copyright {
  margin-top: 80px;
}

.copyright,
.other-information {
  text-align: center;
  color: #9CA3AF;
  font-size: 16px;
  line-height: 24px;
}

.social-icons .wechat {
  width: 25.78px;
  height: 21px;
}

.social-icons .weibo {
  width: 23.61px;
  height: 19.45px;
}



/* 首页内容 */
/* 横幅区 */
.banner {
  width: 100%;
  height: 600px;
  background: linear-gradient(to right, #7ec1ee, #afcdef);
}

.banner .container {
  position: relative;
  height: 600px;
  padding: 0 24px;
}

.banner-content {
  float: left;
  width: 672px;
  margin-top: 185.95px;
  color: #fff;
}

.banner-content h1 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  margin-bottom: 24px;
}

.banner-content p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}

.banner-btns {
  margin-top: 32px;
  margin-bottom: 179.05px;
}

.banner .btn {
  float: left;
  border-radius: 4px;
  padding: 12px 32px;
  letter-spacing: 0px;
  font-size: 18px;
  text-align: center;
}

.banner .btn-primary {
  width: 181px;
  height: 55px;
  margin-right: 24px;
  background: #2563EB;
  color: #fff;
}

.banner .btn-outline {
  width: 196px;
  height: 55px;
  color: #2563EB;
  background: #fff;
}

.banner-img {
  position: absolute;
  top: 105px;
  right: -30px;
  height: 414px;
}

.banner-img img {
  width: 600px;
  height: 414px;
}

.common-title {
  text-align: center;
}

.common-title h2 {
  font-size: 30px;
  height: 36px;
  line-height: 36px;
  letter-spacing: 0px;
  margin-bottom: 16px;
  color: #000000;
}

.common-title p {
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}

/* 核心优势 */
.core-advantages {
  height: 544px;
  text-align: center;
  padding: 80px 0px;
  background: #F9FAFB;
}

.advantages-list {
  margin-top: 64px;
  padding: 0 24px;
}

.advantage-item {
  float: left;
  width: 389.33px;
  height: 244px;
  padding: 32px;
  border-radius: 12px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.advantage-item:nth-child(2) {
  margin: 0 32px;
}

.advantage-item img {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}

.advantage-item h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #000000;
}

.advantage-item p {
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}

/* 行业解决方案 */
.industry-solutions {
  height: 730px;
  padding: 80px 0px;
  text-align: center;
  background: #fff;
}

.solutions-list {
  margin-top: 64px;
  padding: 0 24px;
}

.solution-item {
  float: left;
  width: 389.33px;
  height: 430px;
  border-radius: 12px;
  text-align: left;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}


.solution-item:nth-child(2) {
  margin: 0 32px;
}

.solution-item-img {
  width: 389.34px;
  height: 250px;
}

.solution-item-img img {
  width: 100%;
  height: 250px;
}

.solution-item-content {
  width: 100%;
  padding: 24px;
}

.solution-item h3 {
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  color: #000000;
}

.solution-item p {
  height: 48px;
  line-height: 24px;
  margin: 16px 0;
  font-size: 16px;
  color: #4B5563;
}

.solution-item a {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #2563EB;
}

/* 成功案例 */
.success-cases {
  height: 536px;
  padding: 80px 0px;
  text-align: center;
  background: linear-gradient(180deg, #E2EEFF 0%, rgba(226, 238, 255, 0) 100%);
}

.success-cases .cases-list {
  margin-top: 64px;
  padding: 0 24px;
}

.success-cases .case-item {
  float: left;
  width: 284px;
  height: 236px;
  border-radius: 12px;
  padding: 24px;
  text-align: left;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.success-cases .case-item:nth-child(2) {
  margin-left: 32px;
  margin-right: 16px;
}

.success-cases .case-item:nth-child(3) {
  margin-left: 16px;
  margin-right: 32px;
}

.success-cases .case-item img {
  width: 120px;
  height: 60px;
  margin-bottom: 16px;
}

.success-cases .case-item h4 {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #000000;
}

.success-cases .case-item p {
  margin-bottom: 18px;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  color: #4B5563;
}

.success-cases .case-item a {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #2563EB;
}




/* 合作伙伴 */
.partners {
  height: 360px;
  padding: 80px 0px;
  text-align: center;
  background: #fff;
}

.partners-list {
  margin-top: 64px;
  padding: 0 24px;
}

.partners-list img {
  float: left;
  width: 120px;
  height: 60px;
  margin-right: 90.66px;
}

.partners-list img:last-child {
  margin-right: 0;
}

/* 行动号召 */
.cta {
  position: relative;
  height: 332px;
  text-align: center;
  background: linear-gradient(to right, #9a96f0, #b438e2);
  color: #fff;
}

.cta .container {
  position: relative;
  height: 332px;
}

.cta-content {
  float: left;
  height: 172px;
  margin-top: 80px;
  margin-left: 321px;
  text-align: left;
}

.cta-content h2 {
  font-size: 30px;
  height: 36px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
}

.cta-content p {
  font-size: 36px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  margin: 32px 0 31.95px;
  color: #FF8E3E;
}

.cta-content .btn {
  display: inline-block;
  width: 404px;
  height: 48px;
  margin-bottom: 80.05px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0;
  color: #1F2937;
  background: #fff;
}


.cta-img {
  position: absolute;
  bottom: -7px;
  right: -30px;
}





/* 关于我们 */
/* banner区 */
.about-banner {
  height: 267px;
  background: #4c8be5 url('../images/banner-about.png') no-repeat center/cover;
  padding: 71.05px 0 73px;
  text-align: center;
  color: #fff;
}

.about-banner h1 {
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 26.95px;
  letter-spacing: 0px;
}

.about-banner p {
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 73px;
}

/* 公司介绍区 */
.about-intro {
  height: 570px;
  padding: 64px 0;
}

.about-intro .container {
  padding: 0 16px;
}

.intro-img {
  float: left;
  width: 600px;
  height: 400px;
  padding: 21px 0;
  margin-right: 48px;
}

.intro-img img {
  width: 100%;
  border: 5px;
  display: block;
}

.intro-text {
  float: left;
  width: 600px;
  height: 442px;
}

.intro-text h2 {
  font-size: 30px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 24px;
}

.intro-text p {
  font-size: 16px;
  height: 78px;
  line-height: 26px;
  color: #4B5563;
}

.intro-text .stats {
  margin-top: 32px;
}

.intro-text .stat-box {
  float: left;
  width: 284px;
  height: 120px;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
  text-align: center;
  background: #EFF6FF;
}

.intro-text .stat-box:nth-child(2),
.intro-text .stat-box:nth-child(4) {
  float: right;
  margin-left: 32px;
}

.intro-text .stat-box span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  letter-spacing: 0px;
  margin-bottom: 8px;
  color: #2563EB;
}

.intro-text .stat-box p {
  font-size: 16px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
}

/* 技术实力区 */
.tech-strength {
  height: 436px;
  background: #F9FAFB;
  padding: 64px 0px;
}

.common-title2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0px;
  color: #111827;
}

.tech-strength-lists {
  margin-top: 48px;
  padding: 0 16px;
}

.strength-item {
  float: left;
  width: 394.66px;
  height: 224px;
  border-radius: 12px;
  padding: 32px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.strength-item:nth-child(2) {
  margin: 0 32px;
}

.strength-item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
  margin-bottom: 26px;
  color: #111827;
}

.strength-item h3 img {
  margin-right: 16px;
  vertical-align: middle;
}

.strength-item ul {
  list-style: none;
  color: #4B5563;
}

.strength-item ul li {
  padding-left: 22px;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  background: url('../images/ico-ab-right.png') no-repeat center left;
}




/* 发展历程区 */
.development {
  height: 704px;
  padding: 64px 0px;
}

.development .container {
  padding: 0 16px;
}

.development ul {
  list-style: none;
  margin-top: 48px;
  padding: 0 12px;
  border-left: solid 1px #e5e7eb;
}

.development li {
  width: 1216px;
  height: 60px;
  padding: 0px 0px 0px 32px;
  margin-bottom: 48px;
  position: relative;
}

.development li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 28px;
  width: 8px;
  height: 8px;
  background: #007bff;
  border-radius: 50%;
}

.development li span {
  font-weight: bold;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  display: block;
  margin-bottom: 8px;
  color: #111827;
}

.development li p {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #4B5563;
}

/* 企业文化区 */
.corporate-culture {
  height: 456px;
  background: #F9FAFB;
  padding: 64px 0px;
}

.corporate-culture-lists {
  margin-top: 48px;
  padding: 0 16px;
}

/* .corporate-culture h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
} */

.culture-item {
  float: left;
  width: 288px;
  height: 244px;
  margin-right: 32px;
  border-radius: 12px;
  text-align: center;
  padding: 32px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.culture-item:last-child {
  margin-right: 0;
}

.culture-item img {
  width: 64px;
  height: 64px;
}

.culture-item h3 {
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  margin: 24px 0 16px;
  color: #111827;
}

.culture-item p {
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  color: #4B5563;
}

/* 团队风采区 */
.team-show {
  height: 576px;
  padding: 64px 0px;
}

.team-show-lists {
  margin-top: 48px;
  padding: 0 16px;
}

.show-item {
  float: left;
  width: 394.66px;
  text-align: left;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.show-item:nth-child(2) {
  margin: 0 32px;
}

.show-item-img {
  width: 394.66px;
  height: 256px;
  border-radius: 5px;
}

.show-item-img img {
  width: 100%;
  height: 256px;
  border-radius: 5px;
}

.show-item h3 {
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #111827;
}

.show-item p {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #4B5563;
}

.show-item-text {
  width: 100%;
  padding: 24px;
}





/* 产品服务 */
/* 英雄横幅 */
.common-title3 {
  text-align: center;
}

.common-title3 h2 {
  height: 36px;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
  color: #111827;
}

.common-title3 p {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}

.hero-banner {
  height: 280px;
  background: url('../images/banner-ps.png') no-repeat center/cover;
  padding: 74px 0 0;
}

.hero-banner .container {
  padding: 0 16px;
}

.hero-banner h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #111827;
}

.hero-banner p {
  height: 56px;
  font-size: 18px;
  line-height: 28px;
  color: #4B5563;
}

/* 核心产品 */
.product-section {
  height: 776px;
  padding: 80px 0px;
}

.product-card-lists {
  margin-top: 64px;
}

.product-card {
  float: left;
  width: 394.66px;
  height: 476px;
  border-radius: 12px;
  padding: 32px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.product-card:nth-child(2) {
  margin: 0 32px;
}

.product-card img {
  width: 330.66px;
  height: 192px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.product-card h3 {
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #111827;
}

.product-card p {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #4B5563;
}

.product-card ul {
  list-style: none;
}

.product-card li {
  height: 24px;
  line-height: 24px;
  margin-bottom: 8px;
  font-size: 16px;
  padding-left: 25px;
  background: url('../images/icon-ps-right.png') no-repeat center left;
  color: #4B5563;
}

/* 技术架构 */
.tech-arch-section {
  height: 740px;
  padding: 80px 0px;
  background: #F9FAFB;
}

.arch-img-lists {
  margin-top: 64px;
}

.arch-img {
  float: left;
  width: 592px;
  height: 394.66px;
  margin-right: 64px;
  border-radius: 12px;
}

.arch-img img {
  width: 100%;
  display: block;
}

.arch-details {
  float: left;
  width: 592px;
  height: 440px;
}

.arch-item {
  height: 92px;
  margin-bottom: 32px;
}

.arch-item h3 {
  font-size: 20px;
  line-height: 28px;
  height: 28px;
  color: #111827;
  margin-bottom: 16px;
}

.arch-item p {
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  color: #4B5563;
}

/* 成功案例 */
.case-section {
  height: 680px;
  padding: 80px 0px;
}

.case-card-lists {
  margin-top: 64px;
}

.case-section .case-card {
  float: left;
  width: 394.66px;
  height: 380px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #e0e0e0;
}

.case-section .case-card:nth-child(2) {
  margin: 0 32px;
}

.case-card-content {
  width: 394.67px;
  height: 188px;
  padding: 24px;
}

.case-section .case-card .case-card-img {
  height: 192px;
}

.case-section .case-card img {
  width: 100%;
  height: 192px;
}

.case-section .case-card h3 {
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  color: #111827;
}

.case-section .case-card p {
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  margin: 8px 0 16px;
  color: #4B5563;
}

.case-section .case-card .industry {
  height: 40px;
  line-height: 40px;
}

.case-section .case-card .industry span {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  color: #6B7280;
}

.case-section .case-card .industry a {
  float: right;
  font-size: 16px;
  /* line-height: 24px;
  height: 24px; */
  color: #2563EB;
}


/* 项目流程 */
.process-section {
  height: 436px;
  padding: 80px 0px;
  background: #F9FAFB;
}

.process-step-lists {
  margin-top: 64px;
  padding: 0 16px;
}

.process-step {
  float: left;
  width: 236.8px;
  height: 136px;
  margin-right: 16px;
  text-align: center;
}

.process-step:last-child {
  margin-right: 0;
}

.process-step img {
  width: 64px;
  height: 64px;
}

.process-step h4 {
  line-height: 28px;
  height: 28px;
  font-size: 18px;
  margin: 16px 0 8px;
  color: #111827;
}

.process-step p {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #4B5563;
}

/* 咨询模块 */
.cta-section {
  height: 484px;
  padding: 80px 0px;
  text-align: center;
}

.cta-section .cta-section-content {
  width: 1248px;
  height: 324px;
  padding: 64px 32px;
  border-radius: 16px;
  background: #2563EB;
}

.cta-section h2 {
  font-size: 30px;
  height: 36px;
  line-height: 36px;
  color: #fff;
}

.cta-section p {
  font-size: 18px;
  line-height: 28px;
  height: 28px;
  margin: 32px 0 48px;
  color: rgba(255, 255, 255, 0.9);
}

.cta-section .btn {
  display: inline-block;
  width: 136px;
  height: 52px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 52px;
  background: #fff;
  color: #2563EB;
  text-decoration: none;
}

.cta-section .btn:hover {
  opacity: 0.8;
}






/* 解决方案 */
/* banner部分 */
.solutions-banner {
  height: 282px;
  background: url('../images/banner-solu.png') no-repeat center/cover;
}

.solutions-banner .container {
  height: 282px;
  padding: 0 24px;
}

.solutions-banner-content {
  height: 212px;
  padding-top: 48px;
}

.solutions-banner h1 {
  height: 48px;
  font-size: 36px;
  line-height: 48px;
  color: #111827;
}

.solutions-banner p {
  width: 660px;
  height: 56px;
  font-size: 20px;
  line-height: 28px;
  margin: 24px 0 32px;
  color: #4B5563;
}

.solutions-banner .btn {
  display: inline-block;
  width: 136px;
  height: 52px;
  border-radius: 4px;
  padding: 12px 32px;
  margin-bottom: 24px;
  font-size: 18px;
  background: #2563EB;
  color: #FFFFFF;
}

.solutions-banner .btn:hover {
  opacity: 0.8;
}

/* 行业解决方案 */
.industry-section {
  height: 680px;
  padding: 80px 0px;
  background: #F9FAFB;
}

.industry-card-lists {
  margin-top: 64px;
  margin-bottom: 80px;
  padding: 0 24px;
}

.industry-card {
  float: left;
  width: 389.33px;
  height: 380px;
  border-radius: 5px;
  background: #fff;
}

.industry-card:nth-child(2) {
  margin: 0 32px;
}

.industru-card-img {
  height: 192px;
  width: 100%;
}

.industru-card-img img {
  width: 100%;
}

.industry-card-content {
  width: 389.33px;
  height: 188px;
  padding: 24px;
}

.industry-card h3 {
  font-size: 20px;
  line-height: 28px;
  height: 28px;
  margin-bottom: 16px;
  color: #111827;
}

.industry-card ul {
  list-style: none;
  color: #4B5563;
}

.industry-card li {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 12px;
  padding-left: 26px;
  background: url('../images/icon-ps-right.png') no-repeat center left;
}

/* 成功案例 */
.case-section2 {
  height: 744px;
  padding: 80px 0px;
}

.case-row {
  margin-top: 64px;
  padding: 0 24px;
  clear: both;
}

.case-item1 {
  float: left;
  width: 600px;
  height: 206px;
  padding: 24px;
  margin-bottom: 32px;
  box-shadow: 2px 2px 2px #eee;
}

.case-item1:nth-child(1),
.case-item1:nth-child(3) {
  margin-right: 32px;
}

.case-item1>div {
  height: 28px;
}

.case-item1 .text h3 {
  float: left;
  font-size: 20px;
  color: #111827;
}

.case-item1 .text span {
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 9999px;
  color: #2563EB;
  background: #DBEAFE;
}

.case-item1 p {
  height: 48px;
  margin: 16px 0 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #4B5563;
}

.case-item1 .stats {
  height: 42px;
}

.case-item1 .stats span {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  margin-right: 15.66px;
  color: #4B5563;
}

.case-item1 .stats span img {
  margin-right: 8px;
  vertical-align: middle;
}

.case-item1 .btn {
  float: right;
  width: 98.02px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  padding: 0 16px;
  border: 1px solid #2563EB;
  color: #2563EB;
  text-decoration: none;
}





/* 核心优势 */
.core-advantages1 {
  height: 500px;
  padding: 80px 0px;
  background: #F9FAFB;
}

.core-advantages1 .container {
  margin-top: 64px;
  padding: 0 24px;
}

.advantage-item1 {
  float: left;
  width: 284px;
  height: 200px;
  border-radius: 12px;
  padding: 24px;
  margin-right: 32px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.advantage-item1:last-child {
  margin-right: 0;
}

.advantage-item1-img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.advantage-item1-img img {
  width: 100%;
}

.advantage-item1 h3 {
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  margin: 16px 0 12px;
  color: #111827;
}

.advantage-item1 p {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}



/* 咨询模块 */
.cta-section1 {
  height: 372.95px;
  padding-top: 80px;
  background: rgba(0, 0, 0, 0);
}

.cta-section1 .container {
  height: 372.95px;
  padding: 0 24px;
}

.cta-section1-content {
  width: 1232px;
  height: 204px;
  margin-bottom: 88.95px;
  padding: 64px;
  border-radius: 12px;
  background: #2563EB;
  color: #fff;
}

.cta-section1 .cta-section-left {
  float: left;
  text-align: left;
}

.cta-section1 .cta-section-left h2 {
  font-size: 30px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 16px;
}

.cta-section1 .cta-section-left p {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.cta-section1 .btn-cta {
  float: right;
  width: 128.02px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  text-align: center;
  background: #FFFFFF;
  color: #2563EB;

}







/* 客户案例1 */
/* Banner区 */
.cases-banner {
  height: 279px;
  background: url('../images/banner-cases.png') no-repeat center/cover;
  color: #fff;
}

.cases-banner .container {
  padding: 60px 32px 0;
  height: 279px;
}

.cases-banner-content {
  height: 156px;
}

.cases-banner h1 {
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  color: #FFFFFF;
}

.cases-banner p {
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  margin: 16px 0 32px;
  color: #FFFFFF;
}

.cases-banner .btn-list {
  height: 48px;
  margin-bottom: 63px;
  text-align: center;
  color: #fff;
}

.cases-banner .btn-list span {
  float: left;
  height: 40px;
  border-radius: 4px;
  padding: 8px 16px;
  margin-right: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.stats-section {
  padding: 73.05px 0 64px;
}

.stats-row {
  padding: 0 32px;
}

.stats-section .stats-section-box {
  float: left;
  width: 280px;
  height: 132px;
  margin-right: 32px;
  border-radius: 12px;
  padding: 32px;
  background: #F9FAFB;
  text-align: center;
}

.stats-section .stats-section-box:last-child {
  margin-right: 0;
}

.stats-section .stats-section-box span {
  height: 36px;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 8px;
  color: #0066FF;
}

.stats-section .stats-section-box p {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4B5563;
}




/* 客户背景 & 解决方案（两列布局） */
.customer-section .container {
  padding: 0 32px;
}

.customer-col {
  float: left;
  width: 576px;
  height: 200px;
}

.customer-col-left {
  margin-right: 64px;
}


.customer-col h2 {
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  color: #000000;

}

.customer-col ul {
  list-style: none;
  height: 144px;
}

.customer-col li {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
  padding-left: 32px;
  margin-bottom: 16px;
  background: url('../images/ico-c1-right.png') no-repeat left center;
}

.customer-col p {
  height: 52px;
  font-size: 16px;
  line-height: 26px;
  color: #4B5563;
  margin-bottom: 16px;
}

/* 实施效果区 */
.effect-section .container {
  padding: 64px 32px 0;
}

.effect-section h2 {
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
  color: #000000;
}

.effect-section img {
  max-width: 100%;
}

.effect-section-img1 {}

.effect-section-img2 {
  margin: 64px auto;
}


/* 相关案例（三列布局） */
.team-show1 h1 {
  margin-bottom: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.team-show1 {
  padding: 0;
  margin-bottom: 95.95px;
}

.team-show1 .container {
  height: 352px;
  padding: 0 32px;
}

.team-show1 .show-item1 {
  float: left;
  width: 384px;
  height: 288px;
}

.team-show1 .show-item1:nth-child(2) {
  margin: 0 32px;
}

.team-show1 .show-item1-img {
  width: 384px;
  height: 216px;
  border-radius: 5px;
}

.team-show1 .show-item1-img img {
  width: 384px;
  height: 216px;
  border-radius: 5px;
}

.show-item1-content {
  height: 72px;
  padding-top: 16px;
}

.show-item1-content h3 {
  margin-bottom: 8px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.show-item1-content p {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}




/* 客户案例 */
/* 英雄区域 */
.cases1-container {
  min-height: 1396px;
  padding: 40.95px 0 48px;
}


.cases-banner1 h2 {
  height: 40px;
  line-height: 40px;
}


/* 案例筛选标签 */
.filter-tags {
  margin: 48px 0;
  font-size: 16px;
}

.filter-tags button {
  border: none;
  width: 96.02px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  margin-right: 24px;
  font-size: 16px;
  cursor: pointer;
  color: #4B5563;
  background: #FFFFFF;
}

.filter-tags button.active {
  background: #2563EB;
  color: #fff;
}

/* 案例列表 */

.wrap {
  width: 1376px;
  margin: auto;
}

.cases-item {
  float: left;
  width: 437.33px;
  margin-right: 32px;
  margin-bottom: 32.02px;
  border-radius: 5px;
  background: #fff;
}

.cases-item:nth-child(3n) {
  margin-right: 0;
}

.cases-item .show {
  display: block;
}

.cases-item>img {
  width: 100%;
  height: 228px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cases-item-img {
  width: 437.33px;
  height: 245.98px;
}

cases-item-img img {
  width: 437.33px;
  height: 245.98px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cases-item-text {
  height: 228px;
  padding: 24px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cases-item h3 {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;

}

.cases-item p {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  margin: 8px auto 16px;
  color: #4B5563;
}

.cases-item .tags {
  display: inline-block;
  height: 28px;
  text-align: center;
  border-radius: 4px;
  padding: 4px 8px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #2563EB;
  background: #eff6ff;
}

.cases-item-detail {
  height: 40px;
}

.cases-item-detail img {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.cases-item-detail span {
  float: left;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #111827;
}

.cases-item-detail a {
  float: right;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #2563EB;
}

/* 加载更多按钮 */
.load-more {
  text-align: center;
  margin: 16px 0 40px;
}

.load-more button {
  width: 144.02px;
  height: 48px;
  border-radius: 4px;
  padding: 0 24px;
  background: #2563EB;
  border: none;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.load-more button:hover {
  background: #0056b3;
  cursor: pointer;
}







/* 技术支持 */
/* Banner区 */
.tech-banner {
  height: 280px;
  background: url('../images/banner-tech.png') no-repeat center/cover;
}

.tech-banner .container {
  padding: 45px 24px;
}

.tech-banner .content {
  max-width: 800px;
}

.tech-banner h1 {
  height: 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  color: #111827;
  margin-bottom: 20px;
}

.tech-banner p {
  width: 666px;
  height: 56px;
  font-size: 18px;
  line-height: 28px;
  color: #4B5563;
  margin-bottom: 32px;
}

.tech-banner .btn-group {
  margin-bottom: 40.05px;
}

.tech-banner .btn1 {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
}

.tech-banner .contact-btn {
  background: #2563EB;
  color: #fff;
}

.tech-banner .doc-btn {
  background: #fff;
  color: #2563EB;
  border: 1px solid #2563EB;
}

/* 快速支持卡片 */
.support-cards {
  height: 424px;
  padding: 64px 0;
}

.support-cards h2 {
  height: 36px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #000000;
}

.support-card-lists {
  margin-top: 48px;
  padding: 0 24px;
}

.support-card {
  float: left;
  width: 284px;
  height: 212px;
  border-radius: 12px;
  padding: 24px;
  background: #F9FAFB;
  margin-right: 32px;
}

.support-card:last-child {
  margin-right: 0;
}

.su-card-img {
  width: 64px;
  height: 64px;
}

.support-card img {
  width: 64px;
  height: 64px;
}

.support-card h3 {
  margin: 16px 0 8px;
  height: 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
}

.support-card p {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}


/* 版本更新 */
.version-update {
  min-height: 662px;
  padding: 64px 0px 75.05px;
  background: #F9FAFB;
}

.version-update .container {
  padding: 0 24px;
}

.version-update h2 {
  height: 36px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 59px;
  color: #000000;
}

.version-item {
  height: 200px;
  border-radius: 12px;
  padding: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.version-item .version-header {
  height: 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #111827;
}

.version-item .date {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #6B7280;
}

.version-item ul {
  list-style: disc;
  min-height: 88px;
}

.version-item ul li {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  margin-left: 24px;
  color: #4B5563;
}

.version-item .btn {
  float: right;
  width: 80px;
  height: 28px;
  font-size: 14px;
  border-radius: 9999px;
  padding: 0 12px;
  background: #EFF6FF;
  color: #2563EB;
}

.version-tips {
  width: 1232px;
  height: 56px;
  padding: 16px 20px;
  background: #EFF6FF;
  box-sizing: border-box;
  border-width: 0px 0px 0px 4px;
  border-style: solid;
  border-color: #2563EB;
  margin-bottom: 32px;
}

.version-tips span {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  margin-right: 15.12px;
  color: #2563EB;
}

.version-tips a {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #2563EB;
}

/* 常见问题 */
.faq-section {
  height: 548px;
  padding: 64px 0;
}

.faq-section .container {
  padding: 0 128px;
}

.faq-section h2 {
  height: 36px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 48px;
  color: #000000;
}

.faq-card {
  float: left;
  width: 496px;
  height: 164px;
  border-radius: 12px;
  padding: 24px;
  margin-right: 32px;
  margin-bottom: 32px;
  background: #F9FAFB;
}

.faq-card:nth-child(3),
.faq-card:nth-child(4) {
  height: 140px;
}

.faq-card:nth-child(2n) {
  margin-right: 0;
}

.faq-card h3 {
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #000000;
}

.faq-card p {
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}

/* 帮助模块 */
.help-section {
  height: 306px;
  padding: 64px 0;
  text-align: center;
  background: #F9FAFB;
}

.help-section h2 {
  height: 36px;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}

.help-section p {
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  margin: 32px 0;
  color: #4B5563
}

.help-section .btn {
  display: inline-block;
  height: 50px;
  padding-left: 15px;
  line-height: 50px;
  border-radius: 4px;
}

.help-section .online-btn {
  width: 152.02px;
  margin-right: 16px;
  background: #2563eb url('../images/ico-kf.png') no-repeat 20% center;
  color: #fff;
}

.help-section .email-btn {
  width: 154.02px;
  background: #fff url('../images/ico-eamil.png') no-repeat 20% center;
  color: #2563eb;
  border: 1px solid #2563eb;
}






/* 隐私政策主体布局 */
.common-title h1 {
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}

.wrap1 {
  width: 1376px;
  margin: 23.95px auto 196px;
  min-height: 2132px;
}

.privacy-aside {
  float: left;
  width: 256px;
  height: 296px;
  border-radius: 12px;
  padding: 24px;
  margin-right: 48px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.privacy-content {
  float: right;
  width: 1072px;
  height: 2048px;
  border-radius: 12px;
  padding: 48px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

/* 左侧目录样式 */
.menu-title {
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 16px;
  color: #000000;
}

.menu-list {
  list-style: none;
}

.menu-list li {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;

}

.menu-list a {
  text-decoration: none;
  color: #4B5563;
}

.menu-list a.active {
  color: #007bff;
  font-weight: bold;
}

/* 内容区域样式 */
.privacy-content h1 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}


.section-item {
  margin-bottom: 48px;
}

.section-item h2 {
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  color: #000000;
}

#overview p {
  height: 52px;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  color: #374151;
}

#collection h3 {
  height: 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
  color: #1F2937;
}

.collection-section ul {
  list-style: disc;
}

.collection-section ul li {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  margin-left: 38px;
  color: #374151;
}

.collection-section ul li:last-child {
  margin-bottom: 16px;
}

/* 数据安全模块（蓝色背景） */

#storage h3 {
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #1F2937;
}

.data-security {
  width: 976px;
  height: 224px;
  border-radius: 12px;
  padding: 24px;
  background: #EFF6FF;
}

.data-security ul {
  list-style: none;
}

.data-security ul li {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #374151;
}

.data-security ul li img {
  margin-right: 12px;
  vertical-align: middle;
}



/* 用户权利与义务（两列布局） */



.user-rights .column {
  float: left;
  width: 476px;
  height: 224px;
  border-radius: 12px;
  padding: 24px;
  background: #F9FAFB;
}

.user-rights h3 {
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #1F2937;
}

.user-rights ul {
  list-style: none;
}

.user-rights ul li {
  width: 176px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #374151;
}

/* 外呼系统与隐私保护（两列布局） */
.policy-table {
  width: 976px;
  height: 224px;
  border-radius: 12px;
  padding: 24px;
  background: #F9FAFB;
}

.policy-table .column {
  float: left;
  width: 452px;
}

.policy-table h3 {
  margin-bottom: 16px;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  color: #1F2937;
}

.policy-table ul li {
  margin-bottom: 12px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #374151;
}


.call-item {
  margin-bottom: 24px;
  height: 60px;
  padding: 0px 0px 0px 16px;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  border-width: 0px 0px 0px 4px;
  border-style: solid;
  border-color: #2563EB;
}

.call-item h3 {
  margin-bottom: 8px;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  color: #1F2937;
}

.call-item p {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #374151;
}

.policy-table ul {
  font-size: 16px;
  list-style: none;
  line-height: 2;
}

/* 回到顶部按钮 */
.back-to-top {
  position: fixed;
  bottom: 40.5px;
  right: 40px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 9999px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #FFFFFF;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.back-to-top img {
  width: 12px;
  height: 14px;
}





/* 联系我们 */
.contact {
  padding: 60px 0;
}

.contact h2 {
  margin-bottom: 40px;
  border-left: solid 6px #007bff;
  padding-left: 20px;
  font-size: 24px;
  line-height: 24px;
}

.contact p {
  margin-bottom: 30px;
  text-align: center;
}

.contact p span {
  margin: 0 2%;
  font-size: 16px;
}






/* 详情页 */

.detail-header {
  height: 64px;
}

.detail-header .container {
  padding: 11.5px 0;
  height: 64px;
}

.detail-header-back {
  float: left;
}

.detail-header .btn-back,
.detail-header .btn-share {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.detail-header .btn-back img,
.detail-header .btn-share img {
  width: 14px;
  height: 12px;
}

.detail-header-back-text {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
}


.detail-header-share {
  float: right;
}



.detail-banner {
  height: 292px;
  background: url('../images/banner-detail.png') no-repeat;
  background-size: cover;
}

.detail-banner .container {
  padding: 86px 32px 84px;
}

.detail-banner h1 {
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 24px;
  color: #000000;
}

.detail-banner p {
  width: 660px;
  height: 56px;
  font-size: 20px;
  line-height: 28px;
  color: #374151;
}

.features .container {
  padding: 64px 32px;
}

.feature-item {
  float: left;
  width: 384px;
  height: 244px;
  border-radius: 12px;
  padding: 32px;
  background: #F9FAFB;
}

.feature-item:nth-child(2) {
  margin: 0 32px;
}

.fea-item-img,
fea-item-img img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.feature-item h3 {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 16px 0;
  color: #000000;
}

.feature-item p {
  height: 72px;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}


.detail-common {
  margin-bottom: 64px;
}

.detail-common h2 {
  height: 32px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 32px;
  color: #000000;
}

.detail-common .container {
  padding: 0 32px;
}

.core-modules {
  height: 512px;
}

.core-modules .module-item {
  float: left;
  width: 592px;
  height: 208px;
  border-radius: 12px;
  padding: 24px;
  margin-right: 32px;
  margin-bottom: 32px;
  background: #F9FAFB;
}

.core-modules .module-item:nth-child(2n) {
  margin-right: 0;
}

.core-modules .module-item img {
  float: left;
  width: 240px;
  height: 160px;
  border-radius: 12px;
  margin-right: 24px;
}

.core-modules .module-item .module-item-text {
  float: right;
  width: 272px;
}

.core-modules .module-item .module-item-text h3 {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
  color: #000000;
}

.core-modules .module-item .module-item-text p {
  min-height: 72px;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}


.application-scenarios {
  height: 388px;
}

.application-scenarios .scenario-item {
  float: left;
  width: 384px;
  background: #f9fafb;
}

.application-scenarios .s-item-img {
  width: 384px;
  height: 192px;
}

.application-scenarios .scenario-item:nth-child(2) {
  margin: 0 32px;
}

.application-scenarios .scenario-item img {
  width: 100%;
  height: 192px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.scenario-item-text {
  width: 384px;
  height: 132px;
  padding: 24px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.scenario-item-text h3 {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
  color: #000000;
}

.scenario-item-text p {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}


.consult-cta {
  width: 1216px;
  height: 164px;
  text-align: center;
  margin: auto;
}

.consult-cta h2 {
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.consult-cta p {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0 32px;
  color: #4B5563;
}

.consult-cta a {
  display: block;
  width: 136px;
  height: 52px;
  font-size: 18px;
  line-height: 52px;
  border-radius: 4px;
  margin: auto;
  padding: 0 32px;
  background: #2563EB;
  color: #fff;
}