#en .intro-banner .banner-text{
  width: 600px;
}

.zh.enterprise_banner {
  height: 463px;
  background: url(/enterprise/new-image/banner.png) no-repeat scroll center
    center transparent;
  background-size: cover;
}
section.banner2 {
  background: #fff;
}

.new {
  width: 1280px;
  margin: 0 auto;
}

.zh.new .ent_title_h2 {
  color: #1b2733;
}

.new .ent-sub-title {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.65);
}

.new a {
  margin-top: 24px;
}

.new img {
  width: 610px;
  float: right;
}

.section {
  padding: 80px 0 40px;
  width: 1280px;
  margin: 0 auto;
}
.section .title {
  text-align: center;
  color: #1b2733;
}

.section .content {
  margin: 40px auto 0;
}

.intro-section{
  padding-bottom:80px;
}

.painpoints-section {
  background: #fff;
  padding: 80px 0 40px 0;
  text-align: center;
}
.painpoints-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #222;
}
.painpoints-cards {
  display: flex;
  justify-content: center;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.painpoint-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(0, 42, 102, 0.06);
  padding: 32px 24px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.painpoint-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 32px 0 rgba(0, 42, 102, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 27%), linear-gradient(152deg, rgba(185, 210, 255, 0.1) -3%, rgba(195, 236, 255, 0.1) 35%, rgba(220, 233, 255, 0.1) 121%), linear-gradient(104deg, #EBF5FF 2%, #EFFCFF 40%, #F6FBFF 132%);
}
.painpoint-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
.painpoint-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
}
.painpoint-desc {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  min-height: 48px;
  text-align: left;
  line-height: 1.6;
}
#en .painpoint-desc{
  text-align: center;
}
.painpoint-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  margin-top: auto;
  color:rgba(0,0,0,0.65);
}
.painpoint-list li {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  color:rgba(0,0,0,0.85)
}
#en .painpoint-list li {
  font-size: 12px;
}
.painpoint-list li .icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background-image: url(/product/images/csp/icon.png);
  background-size: 100% 100%;
}

/* 核心产品指标区块 */
.product-metrics-title {
  text-align: center;
  margin-bottom:40px;
}

.product-metrics-row {
  display: flex;
  gap: 8px;
  margin: 0 auto 8px;
  width: 1280px;
}
.product-metric {
  background: #e6f2ff;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(0,42,102,0.04);
  flex: 1 1 0;
  min-width: 180px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: box-shadow 0.2s;
}
.metric-blue {
  background: #D0E9FF
}
.metric-green {
  background: #D0F4F4;
}
.metric-purple {
  background: #E7DBFC;
}
.metric-wide {
  flex: 1 1 0;
}
.metric-title {
  font-size: 22px;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
  margin-bottom: 6px;
}
.metric-desc {
  font-size: 15px;
  color: rgba(0,0,0,0.65);
  margin-bottom: 18px;
}
.metric-value {
  font-size: 32px;
  color: rgba(0,0,0,0.85);
  margin-top: auto;
  letter-spacing: 1px;
}
.product-metrics-footer {
  width: 1280px;
  height: 64px;
  margin: 8px auto 0;
  background-image: url(/product/images/global/product-metrics-footer-img.png);
  background-size: 100% 100%;
  padding: 18px 0 16px 0;
  text-align: center;
  font-size: 22px;
  color: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
}
.product-metrics-logo {
  height: 24px;
}
.product-metrics-footer-text {
  font-size: 22px;
  color: rgba(0,0,0,0.85);
  font-weight: 600;
}

.product-metrics-section .tips{
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 40px;
}

/* 跨境安全合规保障区块 */
.compliance-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.7) 26%, #FFFFFF 100%), linear-gradient(135deg, rgba(195, 236, 255, 0.9) -2%, rgba(185, 210, 255, 0.9) 30%, rgba(230, 220, 255, 0.9) 110%);
}
.compliance-header {
  text-align: center;
  margin-bottom: 32px;
}
.compliance-title {
  text-align: center;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}
.compliance-subtitle {
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 40px;
}
.compliance-laws {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

#en .compliance-laws {
  justify-content: start;
  gap: 36px;
}

.law-gdpr {
  background: linear-gradient(110deg, #7C9EFF -2%, #0463FF 96%);
}
.law-ccpa { 
  background: linear-gradient(111deg, #7C9EFF -2%, #0463FF 95%);
}
.law-hipaa { 
  background: linear-gradient(109deg, #7C9EFF -2%, #0463FF 96%);
}
.law-pipl { 
  background: linear-gradient(116deg, #7C9EFF -2%, #0463FF 93%);
}
.law {
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#en .law {
  font-size: 26px;
}
.compliance-laws-desc {
  display: flex;
  justify-content: space-around;
  gap: 8px;
  font-size: 15px;
  color: #888;
  margin-bottom: 0;
  flex-direction: column;
}
#en .compliance-laws-desc {
  gap: 0px;
}
.compliance-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto 0 auto;
}
.compliance-img {
  flex: 1 1 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compliance-img img {
  width: 600px;
}
.compliance-features {
  flex: 1 1 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  margin-top: 12px;
}
.feature-block {
  margin-bottom: 0;
}
.feature-title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
  margin-bottom: 6px;
}
.feature-desc {
  font-size: 15px;
  color: rgba(0,0,0,0.85);
  line-height: 1.6;
}
.compliance-promise {
  background: linear-gradient(103deg, #DDECFD -3%, #D2E6FF 12%, #DFE9FF 78%);
  border-radius: 18px;
  margin: 40px auto 0 auto;
  width: 1280px;
  height: 204px;
  box-sizing:border-box;
  padding: 36px 0;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0,42,102,0.04);
}

.promise-title {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
  margin-bottom: 38px;
}
/* promise-item 左右结构 */
.promise-list {
  display: flex;
  justify-content: space-around;
}
.promise-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 220px;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.promise-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 0;
  margin-right: 12px;
  flex-shrink: 0;
}
.promise-item-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.promise-item-title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
  margin-bottom: 6px;
}
.promise-item-desc {
  font-size: 16px;
  color: rgba(0,0,0,0.65);
}

/* 协作引擎区块 */
.collab-engine-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.7) 26%, #FFFFFF 100%), linear-gradient(136deg, rgba(185, 210, 255, 0.9) -2%, rgba(195, 236, 255, 0.9) 33%, rgba(220, 233, 255, 0.9) 110%);
}
.collab-engine-title {
  font-size: 32px;
  font-weight: 700;
  color: rgba(0,0,0,0.85);
  margin-bottom: 12px;
  text-align: center;
}
.collab-engine-desc {
  font-size: 16px;
  color: rgba(0,0,0,0.65);
  margin-bottom: 40px;
  text-align: center;
}
.collab-engine-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  width: 1280px;
  margin: 0 auto 0 auto;
}
.collab-engine-left {
  padding-left: 30px;
  gap:40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.collab-engine-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.collab-engine-features li {
  margin-bottom: 22px;
}
.collab-engine-features li:last-child {
  margin-bottom: 0;
}
.collab-engine-features .feature-title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
  margin-bottom: 4px;
}
.collab-engine-features .feature-desc {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
  padding-left: 30px;
}
.collab-engine-right {
  flex: 1 1 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collab-engine-right img {
  width: 600px;
}
.collab-engine-bottom-card {
  background: linear-gradient(103deg, #D6F3FF 0%, #C9F0FF 10%, #D7F5FA 77%);
  border-radius: 18px;
  margin: 40px auto 0 auto;
  width: 1280px;
  padding: 36px 0;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0,42,102,0.04);
}

.bottom-card-title {
  font-size: 22px;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
  margin-bottom: 16px;
}
.bottom-card-desc {
  font-size: 16px;
  color: #0F535B;
  margin-bottom: 20px;
}
.bottom-card-btns {
  display: flex;
  justify-content: center;
  gap: 24px;
}


/* Filez AI区块 - 参照collab-engine-section布局 */
.filez-ai-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.7) 26%, #FFFFFF 100%), linear-gradient(136deg, rgba(197, 237, 255, 0.9) -2%, rgba(240, 234, 255, 0.9) 33%, rgba(185, 210, 255, 0.9) 110%);
}
.filez-ai-title {
  font-size: 32px;
  font-weight: 700;
  color: rgba(0,0,0,0.85);
  margin-bottom: 12px;
  text-align: center;
}
.filez-ai-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 40px;
  text-align: center;
}
.filez-ai-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  width: 1280px;
  margin: 0 auto 0 auto;
}
.filez-ai-right {
  padding-left: 30px;
  gap: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.filez-ai-left {
  flex: 1 1 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filez-ai-left img {
  width: 600px;
}
.filez-ai-bottom-card {
  background: linear-gradient(103deg, rgba(227, 223, 255, 0.8) 0%, rgba(220, 216, 255, 0.8) 10%, rgba(220, 227, 255, 0.8) 78%);
  border-radius: 18px;
  margin: 40px auto 0 auto;
  width: 1280px;
  padding: 36px 0;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgba(0,42,102,0.04);
  color: #fff;
}
.filez-ai-bottom-card .bottom-card-title {
  font-size: 22px;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
  margin-bottom: 16px;
}
.filez-ai-bottom-card .bottom-card-desc {
  font-size: 16px;
  color: #4729B8;
  margin-bottom: 20px;
}
.filez-ai-bottom-card .bottom-card-btns {
  display: flex;
  justify-content: center;
  gap: 24px;
}

/* FAQ区块 */
.faq-section{
  padding-bottom: 40px;
}
.faq-title{
  text-align: center;
  margin-bottom:40px;
}
.faq-container {
  width: 1280px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
}
.faq-item {
  background: linear-gradient(91deg, #E5F2FF 0%, rgba(235, 245, 255, 0.7) 105%);
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  transition: background 0.2s;
}

.faq-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}
.faq-icon span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.faq-text {
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
  line-height: 1.6;
}
.faq-arrow {
  width:40px;
  height: 40px;
  margin-left: 16px;
  transition: transform 0.2s;
}
.faq-arrow i {
  font-size: 16px;
}
.faq-item{
  transition: 0.3s;
}

.faq-item:hover{
  box-shadow: 0px 5.7px 28.48px 0px rgba(42, 104, 137, 0.12);
  background: linear-gradient(91deg, #D2E8FF 0%, #DCEEFF 105%);
}
.faq-item.active{
  box-shadow: 0px 5.7px 28.48px 0px rgba(42, 104, 137, 0.12);
  background: linear-gradient(91deg, #D2E8FF 0%, #DCEEFF 105%);
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 20px 24px 84px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.6;
}
.faq-cta {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.faq-section .tips{
  margin: 40px auto;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}

.section-6 {
  padding: 80px 0;
}
.section-6 .title {
  text-align: center;
}
.section-6 .context {
  width: 1280px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
.section-6 .context .image {
  width: 100%;
}
.section-6 .context .logo {
  position: absolute;
  bottom: 16px;
  height: 72px;
}
.section-6 .context .context-title {
  margin: 0 0 16px 0;
  font-size: 28px;
  font-weight: 600;
}
.section-6 .context li {
  position: relative;
  width: 282px;
  height: 495px;
  font-size: 16px;
  border-radius: 12px;
  box-shadow: 0px 6px 30px 0px rgba(42, 94, 137, 0.12);
  overflow: hidden;
}

.section-6 .context li .context-wrapper {
  padding: 16px;
}

.section-6 .context li .context-sub-title {
  text-align: justify;
}

.home-btn.bg1{
  background-color: #0F535B;
}

.home-btn.bg1:hover{
  background-color: #3F757C;
}

.home-btn.bg1:active{
  background-color: #0C4249;
}

.home-btn.bg2{
  background-color: #4729B8;
}

.home-btn.bg2:hover{
  background-color: #6C54C6;
}

.home-btn.bg2:active{
  background-color: #392193;
}

.home-btn.bg3{
  background-color: #2840E6;
}

.home-btn.bg3:hover{
  background-color: #5366EB;
}

.home-btn.bg3:active{
  background-color: #2033B8;
}

.ghost.bg1{
  color: #0F535B;
  border: 1px solid #0F535B;
  background-color: transparent;
}

.ghost.bg1:hover{
  color: #3F757C;
  border: 1px solid #3F757C;
  background-color: transparent;
}

.ghost.bg1:active{
  color: #0C4249;
  border: 1px solid #0C4249;
  background-color: transparent;
}

.ghost.bg1 .experience{
  background-image: url(/enterprise/new-image/experience1.png);
}

.ghost.bg2{
  color: #4729B8;
  border: 1px solid #4729B8;
  background-color: transparent;
}

.ghost.bg2:hover{
  color: #6C54C6;
  border: 1px solid #6C54C6;
  background-color: transparent;
}

.ghost.bg2:active{
  color: #392193;
  border: 1px solid #392193;
  background-color: transparent;
}

.ghost.bg2 .experience{
  background-image: url(/enterprise/new-image/experience2.png);
}

.ghost.bg3{
  color: #2840E6;
  border: 1px solid #2840E6;
  background-color: transparent;
}

.ghost.bg3:hover{
  color: #5366EB;
  border: 1px solid #5366EB;
  background-color: transparent;
}

.ghost.bg3:active{
  color: #2033B8;
  border: 1px solid #2033B8;
  background-color: transparent;
}

.ghost.bg3 .experience{
  background-image: url(/enterprise/new-image/experience3.png);
}