.story-page {
  /* 首页 */
  /* 底部 */
}
.story-page .nav-wrap {
  height: 317px;
  background-color: #f1f7fe;
  background-image: url('/site/assets/story/story-bg-none-text.png');
  background-size: cover;
  background-position: center;
  position: relative;
}
.story-page .nav-wrap .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}
.story-page .nav-wrap .header .logo-wrap {
  display: flex;
  align-items: center;
}
.story-page .nav-wrap .header .logo-wrap .right-wrap {
  padding-left: 10px;
}
.story-page .nav-wrap .header .logo-wrap .right-wrap .tit {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.story-page .nav-wrap .header .logo-wrap .right-wrap .desc {
  color: #909090;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.story-page .nav-wrap .header .nav .nav-item {
  margin: 0 3rem;
}
.story-page .nav-wrap .header .nav .nav-item .nav-link {
  color: #54585b;
}
.story-page .nav-wrap .header .nav .nav-item .nav-link:hover {
  color: #457af4;
}
.story-page .nav-wrap .header .nav .nav-item .active {
  color: #457af4;
}
.story-page .nav-wrap .nav-text {
  color: #2F424E;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 4.6px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.story-page .header-img-area {
  width: 1200px;
  height: 297px;
  border-radius: 8px;
  display: flex;
  margin: 0 auto;
  margin-top: 62px;
  position: relative;
}
.story-page .header-img-area .story-image {
  width: 871px;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.story-page .header-img-area .img-area-right {
  width: 329px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  padding: 27px 36px;
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
}
.story-page .header-img-area .img-area-right .left-content-title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 16px;
}
.story-page .header-img-area .img-area-right .left-content-tag {
  color: #fff;
  text-align: center;
  background-color: #4080ff;
  border-radius: 2px;
  padding: 2px 5px;
  margin-right: 4px;
}
.story-page .header-img-area .img-area-right .left-content-tag:nth-child(3) {
  background-color: #eea250;
}
.story-page .header-img-area .img-area-right .left-content-text {
  color: #ffffff;
  margin-top: 16px;
  line-height: 20px;
  white-space: pre-wrap;
  font-size: 14px;
}
.story-page .header-img-area .img-area-right .head-more {
  color: #c9cdd4;
  font-size: 14px;
}
.story-page .header-img-area .story-logo {
  width: 160px;
  height: 70px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50px;
  background-color: #ffffff;
  border-radius: 0px 0px 6px 6px;
}
.story-page .quick-body {
  margin-top: 40px;
  margin-bottom: 58px;
  min-height: 592px;
  overflow: hidden;
}
.story-page .quick-body #tab-img1,
.story-page .quick-body #tab-img2 {
  width: 18px;
  margin-right: 12px;
  transform: translateY(-2px);
}
.story-page .quick-body .help-center {
  width: 1200px;
  margin: 0 auto;
  margin-top: 62px;
}
.story-page .quick-body .help-center .help-center-img-bgc {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.story-page .quick-body .help-center .detail-help {
  font-size: 14px;
  color: #4080FF;
  text-align: right;
}
.story-page .quick-body .help-center .detail-help span {
  margin-left: 5px;
}
.story-page .quick-body .knowledge-base {
  display: none;
}
.story-page .quick-body .custom-example-title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 3px;
}
.story-page .quick-body .custom-example-title span {
  color: #0055FF;
}
.story-page .quick-body .quick-content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.story-page .quick-body .quick-content .help-a {
  text-decoration: none;
  color: inherit;
}
.story-page .quick-body .quick-content .quick-item,
.story-page .quick-body .quick-content .quick-item-help {
  width: 384px;
  height: 334px;
  border: 1px solid #e5e6eb;
  background-color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
}
.story-page .quick-body .quick-content .quick-item:hover,
.story-page .quick-body .quick-content .quick-item-help:hover {
  box-shadow: 0px 4px 50px #eaf2f6;
}
.story-page .quick-body .quick-content .quick-item .quick-item-top,
.story-page .quick-body .quick-content .quick-item-help .quick-item-top {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e6eb;
}
.story-page .quick-body .quick-content .quick-item .quick-item-bottom,
.story-page .quick-body .quick-content .quick-item-help .quick-item-bottom {
  padding: 16px;
  cursor: pointer;
}
.story-page .quick-body .quick-content .quick-item .quick-item-bottom .bottom-row-one,
.story-page .quick-body .quick-content .quick-item-help .quick-item-bottom .bottom-row-one {
  margin-bottom: 12px;
}
.story-page .quick-body .quick-content .quick-item .quick-item-bottom .bottom-row-one .title,
.story-page .quick-body .quick-content .quick-item-help .quick-item-bottom .bottom-row-one .title {
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}
.story-page .quick-body .quick-content .quick-item .quick-item-bottom .bottom-row-one .bottom-tag,
.story-page .quick-body .quick-content .quick-item-help .quick-item-bottom .bottom-row-one .bottom-tag {
  color: #fff;
  text-align: center;
  background-color: #4080ff;
  border-radius: 2px;
  padding: 2px 5px;
  margin-right: 4px;
  font-size: 14px;
}
.story-page .quick-body .quick-content .quick-item .quick-item-bottom .bottom-row-one .bottom-tag:nth-child(2),
.story-page .quick-body .quick-content .quick-item-help .quick-item-bottom .bottom-row-one .bottom-tag:nth-child(2) {
  background-color: #eea250;
}
.story-page .quick-body .quick-content .quick-item .quick-item-bottom .bottom-row-two,
.story-page .quick-body .quick-content .quick-item-help .quick-item-bottom .bottom-row-two {
  color: #4e5969;
  margin-bottom: 8px;
  font-size: 14px;
}
.story-page .quick-body .quick-content .quick-item .quick-item-bottom .bottom-row-three,
.story-page .quick-body .quick-content .quick-item-help .quick-item-bottom .bottom-row-three {
  color: #c9cdd4;
}
.story-page .details {
  margin-top: -200px;
  display: none;
  position: relative;
}
.story-page .details .start-header {
  height: 454px;
  overflow: hidden;
}
.story-page .details .start-header .top-info {
  width: 900px;
  height: 212px;
  margin: 0 auto;
  margin-top: 83px;
}
.story-page .details .start-header .top-info .top-middle-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.story-page .details .start-header .top-info .top-middle-info .all-tag {
  margin-top: 35px;
}
.story-page .details .start-header .top-info .top-middle-info .all-tag span {
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #4080ff;
  border-radius: 4px;
  padding: 5px 10px;
  margin-right: 20px;
}
.story-page .details .start-header .top-info .top-middle-info .all-tag span:nth-of-type(2) {
  background-color: #EEA250;
}
.story-page .details .start-header .top-info .top-middle-info .all-tag span:nth-of-type(3) {
  background-color: #23C343;
}
.story-page .details .header-area {
  width: 900px;
  height: 307px;
  margin: 0 auto;
  margin-top: -159px;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}
.story-page .details .details-quick-body {
  margin-bottom: 60px;
  overflow: hidden;
}
.story-page .details .details-quick-body .quick-content {
  width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
.story-page .details .details-quick-body .quick-content .mt50 {
  margin-top: 50px;
}
.story-page .details .details-quick-body .quick-content .quick-content-item {
  display: flex;
}
.story-page .details .details-quick-body .quick-content .quick-content-item .cpn-prf-left {
  padding-top: 4px;
  width: 262px;
}
.story-page .details .details-quick-body .quick-content .quick-content-item .cpn-prf-left div:nth-of-type(1) {
  font-size: 24px;
}
.story-page .details .details-quick-body .quick-content .quick-content-item .cpn-prf-left div:nth-of-type(2) {
  font-size: 16px;
  color: #86909C;
  margin-top: 6px;
}
.story-page .details .details-quick-body .quick-content .quick-content-item .cpn-prf-right {
  width: 660px;
  font-size: 16px;
  line-height: 30px;
  color: #4E5969;
}
.story-page .details .details-quick-body .quick-content .quick-content-item .cpn-prf-right .ul-content li {
  list-style-type: disc;
}
.story-page .details .details-quick-body .quick-content .customer-testimonials {
  background-color: #46537B;
  padding: 30px 60px;
}
.story-page .details .details-quick-body .quick-content .customer-testimonials .testimonials-text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 20px;
}
.story-page .details .details-quick-body .quick-content .customer-testimonials .testimonials-name {
  text-align: end;
  color: #C9CDD4;
}
.story-page .details .details-quick-body .quick-content .customer-testimonials .testimonials-name span {
  color: #86909C;
  margin-right: 10px;
}
.story-page .details .foot-tip {
  padding: 30px 0;
  background: linear-gradient(85.53deg, #FEFEFE -12%, #EDF7FF 109.21%);
}
.story-page .details .foot-tip .middle-tip-content {
  width: 900px;
  margin: 0 auto;
}
.story-page .details .foot-tip .middle-tip-content div:nth-of-type(1) {
  font-size: 16px;
}
.story-page .details .foot-tip .middle-tip-content .all-custom {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
.story-page .details .story-btn-back {
  display: inline-block;
  cursor: pointer;
}
.story-page .details .story-btn-back a {
  text-decoration: none;
  cursor: pointer;
  color: var(--bs-body-color);
}
.story-page .details .story-btn-back a:hover {
  color: #457af4;
}
.story-page .details .story-btn-back .story-btn-back-btn:hover {
  color: #457af4;
}
.story-page .establish {
  height: 185px;
  background: url(/site/assets/contact/build-self-eman.png);
  text-align: center;
  overflow: hidden;
}
.story-page .establish .out-wrap {
  display: none;
}
.story-page .establish .title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 4px;
}
.story-page .establish .desc {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}
.story-page .footer {
  background-image: url(/site/assets/footer/home-page-footer-bgc.png);
  background-repeat: no-repeat;
  background-clip: padding-box;
  font-size: 14px;
}
.story-page .footer .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
.story-page .footer .content .item {
  line-height: 30px;
}
.story-page .footer .content .item .logo-wrap {
  display: flex;
  align-items: center;
}
.story-page .footer .content .item .logo-wrap .right-wrap {
  padding-left: 10px;
}
.story-page .footer .content .item .logo-wrap .right-wrap .tit {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.story-page .footer .content .item .logo-wrap .right-wrap .desc {
  color: #909090;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.story-page .footer .content .item .label {
  color: #4E5969;
  font-size: 14px;
}
.story-page .footer .content .item .grove {
  margin-top: 20px;
  color: #4E5969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.story-page .footer .content .item .grove img {
  width: 20px;
}
.story-page .footer .content .item a {
  display: block;
  text-decoration: none;
  color: #000000d9;
}
.story-page .footer .content .item a:hover {
  color: #507ef7;
}
.story-page .footer .content .item .logo {
  width: 45px;
}
.story-page .footer .content .item .we-com {
  width: 100px;
}
.story-page .footer .content .item .join {
  color: #86909C;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.story-page .footer .copyright {
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #86909C;
  font-size: 14px;
  border-top: 1px solid #F2F3F5;
}
.story-page .footer .copyright a {
  text-decoration: none;
  color: #86909C;
}
.story-page .footer .copyright a:hover {
  color: #3375f6;
}
