html,body {
  background: transparent;
}
.normal {
  font-family: 's-normal';
}
.safe-home-section {
  box-sizing: border-box;
  padding-top: 80px;
}
.safe-section {
  box-sizing: border-box;
}
#home {
  /* padding-top: 80px; */
}
.safe-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  align-items: center;
  z-index: 999999999;
  /* transition: background-color 0.3s ease;  */
}
/* 在滚动时设置透明背景的样式 */
.safe-header.safe-header-normal {
 background-color: #FFFFFF;
 border-bottom: 2px solid #E4E7ED;
}
.safe-header.safe-header-normal .safe-header-logo {
  display: inline-block;
  width: 163px;
  height: 30px;
  aspect-ratio: 204/40;
  background: url(/wp-content/uploads/20250909/header/logo-select.svg) no-repeat;
  background-size: contain;
}
.safe-header-logo {
  display: inline-block;
  width: 163px;
  height: 30px;
  aspect-ratio: 204/40;
  background: url(/wp-content/uploads/20250909/header/logo-white.svg) no-repeat;
  background-size: contain;
}
.safe-logo h1 {display: flex;align-items: center;}
.safe-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 20px;
  font-size: 15px;
  color: white;
  height: 36px;
  font-family: 's-medium';
}
.safe-header.safe-header-normal .safe-menu-item { 
  color: #262626;
}
.safe-menu-item:hover,
.safe-menu-item-active {
  color: #008ECF!important;
}
.safe-menu-contact:hover,
.safe-menu-contact {
  font-family: s-bold;
  color: white!important;
}
.safe-menu-contact:hover,
.safe-menu-item-active.safe-menu-contact {
  background: linear-gradient(206deg,#84D8F0 0%,#4DB0DD 100%);
}
.safe-menu .safe-menu-item::after {
  content: "";
  display: block;
  height: 0;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: #008ECF solid 2px;
  transition: width 0.3s cubic-bezier(.68,-.55,.27,1.55);
}
.safe-menu .safe-menu-item:hover::after,
.safe-menu .safe-menu-item-active::after {
  width: 100%;
  transition: width 0.3s cubic-bezier(.68,-.55,.27,1.55);
}
.safe-menu-item:first-of-type {
  margin-left: 0;
}
.safe-menu-item:last-of-type {
  margin-right: 0;
}
.safe-menu-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white!important;
  width: 90px;
  height: 36px;
  background: linear-gradient( 212deg, #00C1E9 0%, #008ECF 100%);
  box-shadow: 0px 2px 8px 0px rgba(0,57,83,0.2);
  border-radius: 18px;
  transition: background ease 0.6s;
}
.safe-menu-contact::after {
  display: none!important;
}
.safe-banner {
  width: 100vw;
  height: 560px;
  background: url(/wp-content/upload/safe/banner-V2.jpg) no-repeat;
  background-size: cover;
}
.safe-banner-title {
  font-size: 42px;
  line-height: 1;
  color: #FFFFFF;
  font-family: s-bold;
  margin-bottom: 15px;
}
.safe-banner-desc {
  font-size: 36px;
  color: #FFFFFF;
  font-family: s-medium;
  line-height: 41px;
}
#home .section-left {
  font-size: 18px;
  color: #435566;
  line-height: 23px;
  margin-right: 37px;
}
#home .section-right {
  width: 64.83%;
  min-width: 64.83%;
}
#home .section-right img{
  width: 100%;
  overflow: hidden;
  background: #D8D8D8;
  box-shadow: 0px 2px 25px 0px rgba(0,57,83,0.3);
  border-radius: 20px;
}
.safe-section-title {
  padding-top: 70px;
  font-family: s-bold;
  font-size: 40px;
  color: #003F6F;
  line-height: 1;
  text-align: center;
}
.safe-section-desc {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #435566;
  line-height: 23px;
}
.safe-section-content .item-2 {
  width: calc( ( 100% - 40px ) / 2 );
  /* margin-bottom: 70px; */
}
.safe-section-content .item-2 .item-2-img {
  box-sizing: border-box;
  padding: 43px 59px;
  width: 100%;
  background: #EBEEF2;
  border-radius: 20px;
}
.item-2-title {
  margin-top: 15px;
  font-size: 26px;
  color: #003F6F;
  line-height: 34px;
  font-family: s-bold;
}
.sys {
  background: linear-gradient( 221deg, #006B9F 0%, #003966 100%);
}
.item-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  width: calc( (100% - 160px ) / 4 );
  height: 227px;
  background: #1874AB;
  box-shadow: 0px 2px 20px 0px rgba(0,57,83,0.3);
  border-radius: 20px;
  transition: background ease 0.6s;
}
.item-4:hover {
  background: #1984B8;
}
.item-4-img {
  display: flex;
  justify-content: center;
  width: 73px;
  height: 73px;
}
.item-4-title {
  display: flex;
  align-items: center;
  margin-top: 20px;
  text-align: center;
  height: 50px;
  font-size: 22px;
  font-family: s-bold;
  color: #FFFFFF;
  line-height: 28px;
}
.function {
  background: linear-gradient( 221deg, #006B9F 0%, #003966 100%);
}
.app-content-3-item {
  width: calc( (100% - 80px ) / 3 );
}
.app-content-5-item {
  width: calc( (100% - 160px ) / 5 );
}
.app-content-3-item img {
  background: #D8D8D8;
  box-shadow: 0px 2px 10px 0px rgba(0,57,83,0.2);
  border-radius: 20px;
}
.app-content-5-item-img img {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0,57,83,0.8);
  border-radius: 20px;
}
.app-content-3-item-title {
  margin-top: 10px;
  font-size: 20px;
  color: #003F6F;
  line-height: 26px;
  font-family: 's-bold';
}
.app-content-5-item-title {
  margin-top: 11px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 23px;
  font-family: s-bold;
}
.safe-cases-img {
  width: 64.83%;
  min-width: 64.83%;
  margin-right: 40px;
}
.safe-about-img {
  width: 64.83%;
  min-width: 64.83%;
  margin-left: 40px;
}
.safe-cases-img img,
.safe-about-img img {
  box-shadow: 0px 2px 25px 0px rgba(0,57,83,0.2);
  border-radius: 20px;
}
.safe-cases-text-title {
  font-size: 26px;
  color: #003F6F;
  line-height: 34px;
  font-family: s-bold;
  margin-bottom: 10px;
}
.safe-cases-text-desc {
  font-size: 16px;
  color: #435566;
  line-height: 18px;
}
.safe-cases-text-list {
  margin-top: 20px;
}
.safe-cases-list-title {
  font-size: 20px;
  color: #003F6F;
  line-height: 26px;
  font-family: s-bold;
}
.safe-cases-list-item {
  display: flex;
  position: relative;
  font-size: 17px;
  color: #435566;
  line-height: 20px;
  margin-top: 6px;
}
.safe-cases-list-item::before {
  content: '';
  display: flex;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  background: url(/wp-content/uploads/2025/01/icon.svg) no-repeat;
  background-size: cover;
}
.cases {
  background: #EBEEF2;
}
.safe-footer-content {
  box-sizing: border-box;
  padding: 42px 0;
  background: #131415;
}
.safe-footer-info {
  padding: 28px 0;
  width: 100%;
  font-size: 12px;
  color: #91959B;
  line-height: 16px;
  background-color: #212121;
}
.white {
  color: white;
}
@media screen and (min-width: 1440px) {
  .common-content {
    box-sizing: border-box;
    width: 1200px!important;
    max-width: 1200px!important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  .safe-banner {
    height: 480px;
  }
}
@media screen and (max-width: 1440px) {
  .common-content {
    box-sizing: border-box;
    width: 1200px!important;
    max-width: 1200px!important;
  }
  .safe-header {
    height: 64px;
  } 
  .safe-banner {
    height: 400px;
  }
  #home .section-right {
    min-width: 60%;
  }
  .pw-brief-left {
    display: flex;
    width: 45%!important;
  }
  .safe-cases-img {
    width: 58%;
    min-width: 58%; 
  }
  .safe-cases-text-title {
    line-height: 1;
    margin-bottom: 12px;
  }
  .safe-cases-text-desc {
    font-size: 15px;
    line-height: 17px;
  }
  .safe-cases-text-list {
    margin-top: 14px;
  }
}

@font-face {
  font-family: 's-black';
  src: url('/wp-content/upload/font/tt.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/upload/font/Gotham-Bold.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's-blackItac';
  src: url('/wp-content/upload/font/Satoshi-BlackItalic.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's-bold';
  src: url('/wp-content/upload/font/tt.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's-bolditac';
  src: url('/wp-content/upload/font/Satoshi-BoldItalic.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's-itac';
  src: url('/wp-content/upload/font/Satoshi-Italic.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's-light';
  src: url('/wp-content/upload/font/Satoshi-Light.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's-lightItac';
  src: url('/wp-content/upload/font/Satoshi-LightItalic.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's-medium';
  src: url('/wp-content/upload/font/Satoshi-Medium.otf') format('opentype');
  /*   font-weight: normal;
font-style: normal; */
}

@font-face {
  font-family: 's-mediumItac';
  src: url('/wp-content/upload/font/Satoshi-MediumItalic.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's-regular';
  src: url('/wp-content/upload/font/Satoshi-Regular.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 's-normal';
  src: url('/wp-content/upload/font/normal.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}