.lz-advantage-card-list .lz-advantage-card {
  margin-right: 33px;
}
.lz-advantage-card-list .lz-advantage-card:last-child {
  margin-right: 0;
}

.lz-color-black-0 {
  color: rgba(0, 0, 0, 0/100);
}
.lz-color-black-5 {
  color: rgba(0, 0, 0, 5/100);
}
.lz-color-black-10 {
  color: rgba(0, 0, 0, 10/100);
}
.lz-color-black-15 {
  color: rgba(0, 0, 0, 15/100);
}
.lz-color-black-20 {
  color: rgba(0, 0, 0, 20/100);
}
.lz-color-black-25 {
  color: rgba(0, 0, 0, 25/100);
}
.lz-color-black-30 {
  color: rgba(0, 0, 0, 30/100);
}
.lz-color-black-35 {
  color: rgba(0, 0, 0, 35/100);
}
.lz-color-black-40 {
  color: rgba(0, 0, 0, 40/100);
}
.lz-color-black-45 {
  color: rgba(0, 0, 0, 45/100);
}
.lz-color-black-50 {
  color: rgba(0, 0, 0, 50/100);
}
.lz-color-black-55 {
  color: rgba(0, 0, 0, 55/100);
}
.lz-color-black-60 {
  color: rgba(0, 0, 0, 60/100);
}
.lz-color-black-65 {
  color: rgba(0, 0, 0, 65/100);
}
.lz-color-black-70 {
  color: rgba(0, 0, 0, 70/100);
}
.lz-color-black-75 {
  color: rgba(0, 0, 0, 75/100);
}
.lz-color-black-80 {
  color: rgba(0, 0, 0, 80/100);
}
.lz-color-black-85 {
  color: rgba(0, 0, 0, 85/100);
}
.lz-color-black-90 {
  color: rgba(0, 0, 0, 90/100);
}
.lz-color-black-95 {
  color: rgba(0, 0, 0, 95/100);
}
.lz-color-black-100 {
  color: rgba(0, 0, 0, 100/100);
}
.lz-color-white-0 {
  color: rgba(255, 255, 255, 0);
}
.lz-color-white-5 {
  color: rgba(255, 255, 255, 0.05);
}
.lz-color-white-10 {
  color: rgba(255, 255, 255, 0.1);
}
.lz-color-white-15 {
  color: rgba(255, 255, 255, 0.15);
}
.lz-color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}
.lz-color-white-25 {
  color: rgba(255, 255, 255, 0.25);
}
.lz-color-white-30 {
  color: rgba(255, 255, 255, 0.3);
}
.lz-color-white-35 {
  color: rgba(255, 255, 255, 0.35);
}
.lz-color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}
.lz-color-white-45 {
  color: rgba(255, 255, 255, 0.45);
}
.lz-color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.lz-color-white-55 {
  color: rgba(255, 255, 255, 0.55);
}
.lz-color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.lz-color-white-65 {
  color: rgba(255, 255, 255, 0.65);
}
.lz-color-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.lz-color-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.lz-color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.lz-color-white-85 {
  color: rgba(255, 255, 255, 0.85);
}
.lz-color-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
.lz-color-white-95 {
  color: rgba(255, 255, 255, 0.95);
}
.lz-color-white-100 {
  color: #ffffff;
}
.lz-navigator .lz-navigator-item {
  position: relative;
}
.lz-navigator .lz-navigator-item > a {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 0px 16px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.lz-navigator .lz-navigator-item::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  bottom: 0;
  background: #408CFF;
  opacity: 0;
}
.lz-navigator .lz-navigator-item:last-child {
  margin-right: 0;
}
.lz-navigator .lz-navigator-item.lz-current::after {
  opacity: 1;
}
.lz-navigator .lz-navigator-item.lz-current > a {
  font-weight: 600;
}
.lz-navigator .lz-navigator-item:hover .lz-sub-navigator {
  display: block;
}
.lz-navigator .lz-sub-navigator {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 200px;
  display: none;
  padding-top: 8px;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 1px;
}
.lz-navigator .lz-sub-navigator-item {
  height: 48px;
  padding: 8px 16px;
  line-height: 22px;
  font-size: 14px;
  text-align: left;
}
.lz-navigator .lz-sub-navigator-item:hover a {
  color: #408CFF !important;
}
.lz-navigator.lz-theme-light .lz-navigator-item a,
.lz-navigator.lz-theme-light .lz-sub-navigator a {
  color: rgba(0, 0, 0, 0.65);
}
.lz-navigator.lz-theme-light .lz-navigator-item.lz-current > a,
.lz-navigator.lz-theme-light .lz-sub-navigator.lz-current > a {
  color: #408CFF;
}
.lz-navigator.lz-theme-light .lz-sub-navigator {
  background-color: #FFFFFF;
}
.lz-navigator.lz-theme-dark .lz-navigator-item a,
.lz-navigator.lz-theme-dark .lz-sub-navigator a {
  color: rgba(255, 255, 255, 0.85);
}
.lz-navigator.lz-theme-dark .lz-navigator-item.lz-current a,
.lz-navigator.lz-theme-dark .lz-sub-navigator.lz-current a {
  color: white;
}
.lz-navigator.lz-theme-dark .lz-sub-navigator {
  background-color: rgba(0, 30, 82, 0.7);
}


.lz-color-black-0 {
  color: rgba(0, 0, 0, 0/100);
}
.lz-color-black-5 {
  color: rgba(0, 0, 0, 5/100);
}
.lz-color-black-10 {
  color: rgba(0, 0, 0, 10/100);
}
.lz-color-black-15 {
  color: rgba(0, 0, 0, 15/100);
}
.lz-color-black-20 {
  color: rgba(0, 0, 0, 20/100);
}
.lz-color-black-25 {
  color: rgba(0, 0, 0, 25/100);
}
.lz-color-black-30 {
  color: rgba(0, 0, 0, 30/100);
}
.lz-color-black-35 {
  color: rgba(0, 0, 0, 35/100);
}
.lz-color-black-40 {
  color: rgba(0, 0, 0, 40/100);
}
.lz-color-black-45 {
  color: rgba(0, 0, 0, 45/100);
}
.lz-color-black-50 {
  color: rgba(0, 0, 0, 50/100);
}
.lz-color-black-55 {
  color: rgba(0, 0, 0, 55/100);
}
.lz-color-black-60 {
  color: rgba(0, 0, 0, 60/100);
}
.lz-color-black-65 {
  color: rgba(0, 0, 0, 65/100);
}
.lz-color-black-70 {
  color: rgba(0, 0, 0, 70/100);
}
.lz-color-black-75 {
  color: rgba(0, 0, 0, 75/100);
}
.lz-color-black-80 {
  color: rgba(0, 0, 0, 80/100);
}
.lz-color-black-85 {
  color: rgba(0, 0, 0, 85/100);
}
.lz-color-black-90 {
  color: rgba(0, 0, 0, 90/100);
}
.lz-color-black-95 {
  color: rgba(0, 0, 0, 95/100);
}
.lz-color-black-100 {
  color: rgba(0, 0, 0, 100/100);
}
.lz-color-white-0 {
  color: rgba(255, 255, 255, 0);
}
.lz-color-white-5 {
  color: rgba(255, 255, 255, 0.05);
}
.lz-color-white-10 {
  color: rgba(255, 255, 255, 0.1);
}
.lz-color-white-15 {
  color: rgba(255, 255, 255, 0.15);
}
.lz-color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}
.lz-color-white-25 {
  color: rgba(255, 255, 255, 0.25);
}
.lz-color-white-30 {
  color: rgba(255, 255, 255, 0.3);
}
.lz-color-white-35 {
  color: rgba(255, 255, 255, 0.35);
}
.lz-color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}
.lz-color-white-45 {
  color: rgba(255, 255, 255, 0.45);
}
.lz-color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.lz-color-white-55 {
  color: rgba(255, 255, 255, 0.55);
}
.lz-color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.lz-color-white-65 {
  color: rgba(255, 255, 255, 0.65);
}
.lz-color-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.lz-color-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.lz-color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.lz-color-white-85 {
  color: rgba(255, 255, 255, 0.85);
}
.lz-color-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
.lz-color-white-95 {
  color: rgba(255, 255, 255, 0.95);
}
.lz-color-white-100 {
  color: #ffffff;
}
.lz-header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 999;
  transition: background-color 0.3s;
}
.lz-header .lz-header-content {
  width: 1200px !important;
  margin: 0 auto !important;
  height: 64px;
}
.lz-header .lz-header-content .lz-header-login {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  margin-right: 16px;
}
.lz-header.lz-theme-light {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 30, 82, 0.12);
}
.lz-header.lz-theme-light .lz-header-content .lz-header-login {
  color: rgba(0, 0, 0, 0.65);
}
.lz-header.lz-theme-dark {
  background-color: rgba(0, 30, 82, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.lz-header.lz-theme-dark .lz-header-content .lz-header-login {
  color: #ffffff;
}

.lz-color-black-0 {
  color: rgba(0, 0, 0, 0/100);
}
.lz-color-black-5 {
  color: rgba(0, 0, 0, 5/100);
}
.lz-color-black-10 {
  color: rgba(0, 0, 0, 10/100);
}
.lz-color-black-15 {
  color: rgba(0, 0, 0, 15/100);
}
.lz-color-black-20 {
  color: rgba(0, 0, 0, 20/100);
}
.lz-color-black-25 {
  color: rgba(0, 0, 0, 25/100);
}
.lz-color-black-30 {
  color: rgba(0, 0, 0, 30/100);
}
.lz-color-black-35 {
  color: rgba(0, 0, 0, 35/100);
}
.lz-color-black-40 {
  color: rgba(0, 0, 0, 40/100);
}
.lz-color-black-45 {
  color: rgba(0, 0, 0, 45/100);
}
.lz-color-black-50 {
  color: rgba(0, 0, 0, 50/100);
}
.lz-color-black-55 {
  color: rgba(0, 0, 0, 55/100);
}
.lz-color-black-60 {
  color: rgba(0, 0, 0, 60/100);
}
.lz-color-black-65 {
  color: rgba(0, 0, 0, 65/100);
}
.lz-color-black-70 {
  color: rgba(0, 0, 0, 70/100);
}
.lz-color-black-75 {
  color: rgba(0, 0, 0, 75/100);
}
.lz-color-black-80 {
  color: rgba(0, 0, 0, 80/100);
}
.lz-color-black-85 {
  color: rgba(0, 0, 0, 85/100);
}
.lz-color-black-90 {
  color: rgba(0, 0, 0, 90/100);
}
.lz-color-black-95 {
  color: rgba(0, 0, 0, 95/100);
}
.lz-color-black-100 {
  color: rgba(0, 0, 0, 100/100);
}
.lz-color-white-0 {
  color: rgba(255, 255, 255, 0);
}
.lz-color-white-5 {
  color: rgba(255, 255, 255, 0.05);
}
.lz-color-white-10 {
  color: rgba(255, 255, 255, 0.1);
}
.lz-color-white-15 {
  color: rgba(255, 255, 255, 0.15);
}
.lz-color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}
.lz-color-white-25 {
  color: rgba(255, 255, 255, 0.25);
}
.lz-color-white-30 {
  color: rgba(255, 255, 255, 0.3);
}
.lz-color-white-35 {
  color: rgba(255, 255, 255, 0.35);
}
.lz-color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}
.lz-color-white-45 {
  color: rgba(255, 255, 255, 0.45);
}
.lz-color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.lz-color-white-55 {
  color: rgba(255, 255, 255, 0.55);
}
.lz-color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.lz-color-white-65 {
  color: rgba(255, 255, 255, 0.65);
}
.lz-color-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.lz-color-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.lz-color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.lz-color-white-85 {
  color: rgba(255, 255, 255, 0.85);
}
.lz-color-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
.lz-color-white-95 {
  color: rgba(255, 255, 255, 0.95);
}
.lz-color-white-100 {
  color: #ffffff;
}
footer .lz-footer {
  position: relative;
}
footer .lz-footer .lz-footer-main {
  padding-top: 118px;
  padding-bottom: 94px;
}
footer .lz-footer .lz-footer-main .lz-footer-panel {
  padding: 0 40px;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
footer .lz-footer .lz-footer-main .lz-footer-panel:last-child {
  border-right: 0;
}
footer .lz-footer .lz-footer-copyright {
  line-height: 80px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
footer .lz-group {
  color: white;
}
footer .lz-group .lz-group-title {
  font-size: 16px;
  margin-bottom: 54px;
  position: relative;
  min-width: 80px;
}
footer .lz-group .lz-group-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  background: #408CFF;
  opacity: 0.47;
}
footer .lz-group .lz-group-items .lz-group-item,
footer .lz-group .lz-group-items a {
  color: white;
  line-height: 30px;
  font-size: 14px;
}
footer .lz-group .lz-group-items .lz-group-item-contact {
  color: rgba(255, 255, 255, 0.65);
}
footer .lz-group .lz-group-items .lz-group-item-contact .font_family {
  margin-right: 6px;
  font-size: 12px;
}

.lz-color-black-0 {
  color: rgba(0, 0, 0, 0/100);
}
.lz-color-black-5 {
  color: rgba(0, 0, 0, 5/100);
}
.lz-color-black-10 {
  color: rgba(0, 0, 0, 10/100);
}
.lz-color-black-15 {
  color: rgba(0, 0, 0, 15/100);
}
.lz-color-black-20 {
  color: rgba(0, 0, 0, 20/100);
}
.lz-color-black-25 {
  color: rgba(0, 0, 0, 25/100);
}
.lz-color-black-30 {
  color: rgba(0, 0, 0, 30/100);
}
.lz-color-black-35 {
  color: rgba(0, 0, 0, 35/100);
}
.lz-color-black-40 {
  color: rgba(0, 0, 0, 40/100);
}
.lz-color-black-45 {
  color: rgba(0, 0, 0, 45/100);
}
.lz-color-black-50 {
  color: rgba(0, 0, 0, 50/100);
}
.lz-color-black-55 {
  color: rgba(0, 0, 0, 55/100);
}
.lz-color-black-60 {
  color: rgba(0, 0, 0, 60/100);
}
.lz-color-black-65 {
  color: rgba(0, 0, 0, 65/100);
}
.lz-color-black-70 {
  color: rgba(0, 0, 0, 70/100);
}
.lz-color-black-75 {
  color: rgba(0, 0, 0, 75/100);
}
.lz-color-black-80 {
  color: rgba(0, 0, 0, 80/100);
}
.lz-color-black-85 {
  color: rgba(0, 0, 0, 85/100);
}
.lz-color-black-90 {
  color: rgba(0, 0, 0, 90/100);
}
.lz-color-black-95 {
  color: rgba(0, 0, 0, 95/100);
}
.lz-color-black-100 {
  color: rgba(0, 0, 0, 100/100);
}
.lz-color-white-0 {
  color: rgba(255, 255, 255, 0);
}
.lz-color-white-5 {
  color: rgba(255, 255, 255, 0.05);
}
.lz-color-white-10 {
  color: rgba(255, 255, 255, 0.1);
}
.lz-color-white-15 {
  color: rgba(255, 255, 255, 0.15);
}
.lz-color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}
.lz-color-white-25 {
  color: rgba(255, 255, 255, 0.25);
}
.lz-color-white-30 {
  color: rgba(255, 255, 255, 0.3);
}
.lz-color-white-35 {
  color: rgba(255, 255, 255, 0.35);
}
.lz-color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}
.lz-color-white-45 {
  color: rgba(255, 255, 255, 0.45);
}
.lz-color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.lz-color-white-55 {
  color: rgba(255, 255, 255, 0.55);
}
.lz-color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.lz-color-white-65 {
  color: rgba(255, 255, 255, 0.65);
}
.lz-color-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.lz-color-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.lz-color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.lz-color-white-85 {
  color: rgba(255, 255, 255, 0.85);
}
.lz-color-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
.lz-color-white-95 {
  color: rgba(255, 255, 255, 0.95);
}
.lz-color-white-100 {
  color: #ffffff;
}
.lz-transition-100 {
  transition: all 0.1s;
}
.lz-transition-200 {
  transition: all 0.2s;
}
.lz-transition-300 {
  transition: all 0.3s;
}
.lz-transition-400 {
  transition: all 0.4s;
}
.lz-transition-500 {
  transition: all 0.5s;
}
.lz-transition-600 {
  transition: all 0.6s;
}
.lz-transition-700 {
  transition: all 0.7s;
}
.lz-transition-800 {
  transition: all 0.8s;
}
.lz-transition-900 {
  transition: all 0.9s;
}
.lz-transition-1000 {
  transition: all 1s;
}
.lz-sidebar {
  position: fixed;
  bottom: 64px;
  left: calc(100vw - 94px);
  z-index: 100;
}
.lz-sidebar .lz-sidebar-items .lz-sidebar-item {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  z-index: 1;
  margin-bottom: 16px;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.11);
  color: #408CFF;
  background: white;
  cursor: pointer;
}
.lz-sidebar .lz-sidebar-items .lz-sidebar-item::before {
  border-radius: 4px;
}
.lz-sidebar .lz-sidebar-items .lz-sidebar-item .lz-sidebar-item-content {
  text-align: center;
  font-size: 32px;
  z-index: 10;
  margin-bottom: 6px;
}
.lz-sidebar .lz-sidebar-items .lz-sidebar-item:hover {
  color: #6DA3F1;
}
.lz-sidebar .lz-sidebar-items .lz-sidebar-item.lz-sidebar-item-wechat .lz-sidebar-item-content {
  font-size: 27px;
}
.lz-sidebar .lz-sidebar-items .lz-sidebar-item.lz-sidebar-item-top .lz-sidebar-item-content {
  font-size: 23px;
}
.lz-sidebar .lz-sidebar-items .lz-sidebar-item.lz-sidebar-item-top.lz-hidden {
  opacity: 0;
  user-select: none;
  cursor: default;
}

.rc-tooltip.rc-tooltip-zoom-appear,
.rc-tooltip.rc-tooltip-zoom-enter {
  opacity: 0;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  line-height: 1.5;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1px;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #333333;
  text-align: left;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 34px;
  border: 1px solid #b1b1b1;
}
.rc-tooltip-arrow,
.rc-tooltip-arrow-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: -5px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #b1b1b1;
}
.rc-tooltip-placement-top .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
  bottom: 1px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ffffff;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: -5px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #b1b1b1;
}
.rc-tooltip-placement-right .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
  left: 1px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #ffffff;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: -5px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #b1b1b1;
}
.rc-tooltip-placement-left .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
  right: 1px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #ffffff;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: -5px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #b1b1b1;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
  top: 1px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: black;
}
a:visited {
  color: unset;
}

.lz-color-black-0 {
  color: rgba(0, 0, 0, 0/100);
}
.lz-color-black-5 {
  color: rgba(0, 0, 0, 5/100);
}
.lz-color-black-10 {
  color: rgba(0, 0, 0, 10/100);
}
.lz-color-black-15 {
  color: rgba(0, 0, 0, 15/100);
}
.lz-color-black-20 {
  color: rgba(0, 0, 0, 20/100);
}
.lz-color-black-25 {
  color: rgba(0, 0, 0, 25/100);
}
.lz-color-black-30 {
  color: rgba(0, 0, 0, 30/100);
}
.lz-color-black-35 {
  color: rgba(0, 0, 0, 35/100);
}
.lz-color-black-40 {
  color: rgba(0, 0, 0, 40/100);
}
.lz-color-black-45 {
  color: rgba(0, 0, 0, 45/100);
}
.lz-color-black-50 {
  color: rgba(0, 0, 0, 50/100);
}
.lz-color-black-55 {
  color: rgba(0, 0, 0, 55/100);
}
.lz-color-black-60 {
  color: rgba(0, 0, 0, 60/100);
}
.lz-color-black-65 {
  color: rgba(0, 0, 0, 65/100);
}
.lz-color-black-70 {
  color: rgba(0, 0, 0, 70/100);
}
.lz-color-black-75 {
  color: rgba(0, 0, 0, 75/100);
}
.lz-color-black-80 {
  color: rgba(0, 0, 0, 80/100);
}
.lz-color-black-85 {
  color: rgba(0, 0, 0, 85/100);
}
.lz-color-black-90 {
  color: rgba(0, 0, 0, 90/100);
}
.lz-color-black-95 {
  color: rgba(0, 0, 0, 95/100);
}
.lz-color-black-100 {
  color: rgba(0, 0, 0, 100/100);
}
.lz-color-white-0 {
  color: rgba(255, 255, 255, 0);
}
.lz-color-white-5 {
  color: rgba(255, 255, 255, 0.05);
}
.lz-color-white-10 {
  color: rgba(255, 255, 255, 0.1);
}
.lz-color-white-15 {
  color: rgba(255, 255, 255, 0.15);
}
.lz-color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}
.lz-color-white-25 {
  color: rgba(255, 255, 255, 0.25);
}
.lz-color-white-30 {
  color: rgba(255, 255, 255, 0.3);
}
.lz-color-white-35 {
  color: rgba(255, 255, 255, 0.35);
}
.lz-color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}
.lz-color-white-45 {
  color: rgba(255, 255, 255, 0.45);
}
.lz-color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.lz-color-white-55 {
  color: rgba(255, 255, 255, 0.55);
}
.lz-color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.lz-color-white-65 {
  color: rgba(255, 255, 255, 0.65);
}
.lz-color-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.lz-color-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.lz-color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.lz-color-white-85 {
  color: rgba(255, 255, 255, 0.85);
}
.lz-color-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
.lz-color-white-95 {
  color: rgba(255, 255, 255, 0.95);
}
.lz-color-white-100 {
  color: #ffffff;
}

.lz-transition-100 {
  transition: all 0.1s;
}
.lz-transition-200 {
  transition: all 0.2s;
}
.lz-transition-300 {
  transition: all 0.3s;
}
.lz-transition-400 {
  transition: all 0.4s;
}
.lz-transition-500 {
  transition: all 0.5s;
}
.lz-transition-600 {
  transition: all 0.6s;
}
.lz-transition-700 {
  transition: all 0.7s;
}
.lz-transition-800 {
  transition: all 0.8s;
}
.lz-transition-900 {
  transition: all 0.9s;
}
.lz-transition-1000 {
  transition: all 1s;
}

.lz-color-black-0 {
  color: rgba(0, 0, 0, 0/100);
}
.lz-color-black-5 {
  color: rgba(0, 0, 0, 5/100);
}
.lz-color-black-10 {
  color: rgba(0, 0, 0, 10/100);
}
.lz-color-black-15 {
  color: rgba(0, 0, 0, 15/100);
}
.lz-color-black-20 {
  color: rgba(0, 0, 0, 20/100);
}
.lz-color-black-25 {
  color: rgba(0, 0, 0, 25/100);
}
.lz-color-black-30 {
  color: rgba(0, 0, 0, 30/100);
}
.lz-color-black-35 {
  color: rgba(0, 0, 0, 35/100);
}
.lz-color-black-40 {
  color: rgba(0, 0, 0, 40/100);
}
.lz-color-black-45 {
  color: rgba(0, 0, 0, 45/100);
}
.lz-color-black-50 {
  color: rgba(0, 0, 0, 50/100);
}
.lz-color-black-55 {
  color: rgba(0, 0, 0, 55/100);
}
.lz-color-black-60 {
  color: rgba(0, 0, 0, 60/100);
}
.lz-color-black-65 {
  color: rgba(0, 0, 0, 65/100);
}
.lz-color-black-70 {
  color: rgba(0, 0, 0, 70/100);
}
.lz-color-black-75 {
  color: rgba(0, 0, 0, 75/100);
}
.lz-color-black-80 {
  color: rgba(0, 0, 0, 80/100);
}
.lz-color-black-85 {
  color: rgba(0, 0, 0, 85/100);
}
.lz-color-black-90 {
  color: rgba(0, 0, 0, 90/100);
}
.lz-color-black-95 {
  color: rgba(0, 0, 0, 95/100);
}
.lz-color-black-100 {
  color: rgba(0, 0, 0, 100/100);
}
.lz-color-white-0 {
  color: rgba(255, 255, 255, 0);
}
.lz-color-white-5 {
  color: rgba(255, 255, 255, 0.05);
}
.lz-color-white-10 {
  color: rgba(255, 255, 255, 0.1);
}
.lz-color-white-15 {
  color: rgba(255, 255, 255, 0.15);
}
.lz-color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}
.lz-color-white-25 {
  color: rgba(255, 255, 255, 0.25);
}
.lz-color-white-30 {
  color: rgba(255, 255, 255, 0.3);
}
.lz-color-white-35 {
  color: rgba(255, 255, 255, 0.35);
}
.lz-color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}
.lz-color-white-45 {
  color: rgba(255, 255, 255, 0.45);
}
.lz-color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.lz-color-white-55 {
  color: rgba(255, 255, 255, 0.55);
}
.lz-color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.lz-color-white-65 {
  color: rgba(255, 255, 255, 0.65);
}
.lz-color-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.lz-color-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.lz-color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.lz-color-white-85 {
  color: rgba(255, 255, 255, 0.85);
}
.lz-color-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
.lz-color-white-95 {
  color: rgba(255, 255, 255, 0.95);
}
.lz-color-white-100 {
  color: #ffffff;
}
.lz-button {
  line-height: 32px;
  padding: 0 16px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 18px;
  border-radius: 4px;
  cursor: pointer;
}
.lz-button.lz-size-large {
  line-height: 44px;
  padding: 0 18px;
  border-radius: 4px;
}
.lz-button.lz-primary-button {
  background-color: #408CFF;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  color: white;
  transition: background-position 0.3s;
}
.lz-button.lz-primary-button.lz-primary-button-transition:hover {
  background-color: #66A8FF;
}
.lz-button.lz-primary-button.lz-primary-button-transition.active {
  background-color: #2B6BD9;
}
.lz-button.lz-void-button {
  border: 1px solid #408CFF;
  color: #408CFF;
}

.lz-max-width {
  width: 1200px;
  margin: 0 auto !important;
}
@media screen and (max-width: 1200px) {
  .lz-max-width {
    width: 100%;
  }
}
.lz-min-width {
  min-width: 1200px;
}
.lz-clickable {
  cursor: pointer;
}
.lz-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lz-emphasis {
  color: #408CFF;
}
.lz-font-shrink {
  font-size: 80%;
}
.lz-font-grow {
  font-size: 120%;
}
body {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  min-width: 1200px;
}
.product-page .lz-banner {
  position: absolute;
  color: #ffffff;
}
.product-page .lz-banner h1 {
  font-size: 44px;
  font-weight: 600;
  color: #ffffff;
  line-height: 64px;
  letter-spacing: 3px;
}
.product-page .lz-banner p {
  font-size: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  font-family: PingFangSC-Light, PingFang SC;
  line-height: 64px;
  letter-spacing: 2px;
}
.product-page .lz-product-introduction-card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -58px;
}
.rc-tooltip .rc-tooltip-content {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.11);
}
.rc-tooltip .rc-tooltip-content .rc-tooltip-arrow {
  border-left-color: rgba(0, 0, 0, 0.11);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.11);
}
.rc-tooltip .rc-tooltip-content .rc-tooltip-inner {
  border: 0;
}
::-webkit-scrollbar {
  width: 6px;
  height: 2px;
  background-color: #333;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #999;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

.newsCenter-page .lz-banner-content {
  position: relative;
}
.newsCenter-page .lz-banner-content .lz-banner {
  color: #ffffff;
  transform: translateY(132px);
}
.newsCenter-page .lz-banner-content .lz-banner h1 {
  font-size: 36px;
  line-height: 64px;
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 22px;
}
.newsCenter-page .lz-banner-content .lz-banner p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
}

.rc-tabs-dropdown {
  position: absolute;
  background: #fefefe;
  border: 1px solid black;
  max-height: 200px;
  overflow: auto;
}
.rc-tabs-dropdown-hidden {
  display: none;
}
.rc-tabs-dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rc-tabs-dropdown-menu-item {
  padding: 4px 8px;
}
.rc-tabs-dropdown-menu-item-selected {
  background: red;
}
.rc-tabs-dropdown-menu-item-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.rc-tabs-content {
  display: flex;
  width: 100%;
}
.rc-tabs-content-holder {
  flex: auto;
}
.rc-tabs-content-animated {
  transition: margin 0.3s;
}
.rc-tabs-tabpane {
  width: 100%;
  flex: none;
}
.rc-tabs {
  display: flex;
}
.rc-tabs-top,
.rc-tabs-bottom {
  flex-direction: column;
}
.rc-tabs-top .rc-tabs-ink-bar,
.rc-tabs-bottom .rc-tabs-ink-bar {
  height: 3px;
}
.rc-tabs-top .rc-tabs-ink-bar {
  bottom: 0;
}
.rc-tabs-bottom .rc-tabs-nav {
  order: 1;
}
.rc-tabs-bottom .rc-tabs-content {
  order: 0;
}
.rc-tabs-bottom .rc-tabs-ink-bar {
  top: 0;
}
.rc-tabs-left.rc-tabs-editable .rc-tabs-tab,
.rc-tabs-right.rc-tabs-editable .rc-tabs-tab {
  padding-right: 32px;
}
.rc-tabs-left .rc-tabs-nav-wrap,
.rc-tabs-right .rc-tabs-nav-wrap {
  flex-direction: column;
}
.rc-tabs-left .rc-tabs-ink-bar,
.rc-tabs-right .rc-tabs-ink-bar {
  width: 3px;
}
.rc-tabs-left .rc-tabs-nav,
.rc-tabs-right .rc-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.rc-tabs-left .rc-tabs-nav-list,
.rc-tabs-right .rc-tabs-nav-list,
.rc-tabs-left .rc-tabs-nav-operations,
.rc-tabs-right .rc-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}
.rc-tabs-left .rc-tabs-ink-bar {
  right: 0;
}
.rc-tabs-right .rc-tabs-nav {
  order: 1;
}
.rc-tabs-right .rc-tabs-content {
  order: 0;
}
.rc-tabs-right .rc-tabs-ink-bar {
  left: 0;
}
.rc-tabs-rtl {
  direction: rtl;
}
.rc-tabs-dropdown-rtl {
  direction: rtl;
}
.rc-tabs {
  border: 1px solid gray;
  font-size: 14px;
  overflow: hidden;
}
.rc-tabs-nav {
  display: flex;
  flex: none;
  position: relative;
}
.rc-tabs-nav-measure,
.rc-tabs-nav-wrap {
  transform: translate(0);
  position: relative;
  display: inline-block;
  flex: auto;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
}
.rc-tabs-nav-measure-ping-left::before,
.rc-tabs-nav-wrap-ping-left::before,
.rc-tabs-nav-measure-ping-right::after,
.rc-tabs-nav-wrap-ping-right::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
.rc-tabs-nav-measure-ping-left::before,
.rc-tabs-nav-wrap-ping-left::before {
  left: 0;
  border-left: 1px solid red;
}
.rc-tabs-nav-measure-ping-right::after,
.rc-tabs-nav-wrap-ping-right::after {
  right: 0;
  border-right: 1px solid red;
}
.rc-tabs-nav-measure-ping-top::before,
.rc-tabs-nav-wrap-ping-top::before,
.rc-tabs-nav-measure-ping-bottom::after,
.rc-tabs-nav-wrap-ping-bottom::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}
.rc-tabs-nav-measure-ping-top::before,
.rc-tabs-nav-wrap-ping-top::before {
  top: 0;
  border-top: 1px solid red;
}
.rc-tabs-nav-measure-ping-bottom::after,
.rc-tabs-nav-wrap-ping-bottom::after {
  bottom: 0;
  border-top: 1px solid red;
}
.rc-tabs-nav-list {
  display: flex;
  position: relative;
  transition: transform 0.3s;
}
.rc-tabs-nav-operations {
  display: flex;
}
.rc-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.rc-tabs-nav-more {
  border: 1px solid blue;
  background: rgba(255, 0, 0, 0.1);
}
.rc-tabs-nav-add {
  border: 1px solid green;
  background: rgba(0, 255, 0, 0.1);
}
.rc-tabs-tab {
  border: 0;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
  display: flex;
  outline: none;
  cursor: pointer;
  position: relative;
  font-weight: lighter;
  align-items: center;
}
.rc-tabs-tab-btn,
.rc-tabs-tab-remove {
  border: 0;
  background: transparent;
}
.rc-tabs-tab-btn {
  font-weight: inherit;
  line-height: 32px;
}
.rc-tabs-tab-remove:hover {
  color: red;
}
.rc-tabs-tab-active {
  font-weight: bolder;
}
.rc-tabs-ink-bar {
  position: absolute;
  background: red;
  pointer-events: none;
}
.rc-tabs-ink-bar-animated {
  transition: all 0.3s;
}
.rc-tabs-extra-content {
  flex: none;
}

.successCase-page .lz-banner-content {
  position: relative;
}
.successCase-page .lz-banner-content .lz-banner {
  color: #ffffff;
  transform: translateY(132px);
}
.successCase-page .lz-banner-content .lz-banner h1 {
  font-size: 36px;
  line-height: 64px;
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 22px;
}
.successCase-page .lz-banner-content .lz-banner p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
}
.successCase-page .rc-tabs-nav {
  background-color: #FAFAFA;
}
.successCase-page .rc-tabs-nav-list {
  display: flex;
  justify-content: space-between;
  width: 328px;
}
.successCase-page .rc-tabs-tab-active {
  border-bottom: 1px solid white;
}
.successCase-page .rc-tabs-tab-active .rc-tabs-tab-btn {
  font-weight: 600 !important;
  color: #408CFF !important;
  background-color: #FAFAFA;
}
.successCase-page .rc-tabs-tab-btn {
  padding: 14px 16px;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  width: 88px;
  text-align: center;
  font-family: 'PingFangSC-Semibold, PingFang SC';
  color: rgba(0, 0, 0, 0.65);
}
.successCase-page .rc-tabs-ink-bar {
  position: absolute;
  background: #408CFF;
  pointer-events: none;
}
.successCase-page .rc-tabs-nav-wrap {
  justify-content: center;
}
.successCase-page .rc-tabs {
  border: 1px solid white;
  font-size: 14px;
  overflow: hidden;
}
.successCase-page .rc-tabs-tab {
  height: 48px;
  width: 88px;
}

.lz-color-black-0 {
  color: rgba(0, 0, 0, 0/100);
}
.lz-color-black-5 {
  color: rgba(0, 0, 0, 5/100);
}
.lz-color-black-10 {
  color: rgba(0, 0, 0, 10/100);
}
.lz-color-black-15 {
  color: rgba(0, 0, 0, 15/100);
}
.lz-color-black-20 {
  color: rgba(0, 0, 0, 20/100);
}
.lz-color-black-25 {
  color: rgba(0, 0, 0, 25/100);
}
.lz-color-black-30 {
  color: rgba(0, 0, 0, 30/100);
}
.lz-color-black-35 {
  color: rgba(0, 0, 0, 35/100);
}
.lz-color-black-40 {
  color: rgba(0, 0, 0, 40/100);
}
.lz-color-black-45 {
  color: rgba(0, 0, 0, 45/100);
}
.lz-color-black-50 {
  color: rgba(0, 0, 0, 50/100);
}
.lz-color-black-55 {
  color: rgba(0, 0, 0, 55/100);
}
.lz-color-black-60 {
  color: rgba(0, 0, 0, 60/100);
}
.lz-color-black-65 {
  color: rgba(0, 0, 0, 65/100);
}
.lz-color-black-70 {
  color: rgba(0, 0, 0, 70/100);
}
.lz-color-black-75 {
  color: rgba(0, 0, 0, 75/100);
}
.lz-color-black-80 {
  color: rgba(0, 0, 0, 80/100);
}
.lz-color-black-85 {
  color: rgba(0, 0, 0, 85/100);
}
.lz-color-black-90 {
  color: rgba(0, 0, 0, 90/100);
}
.lz-color-black-95 {
  color: rgba(0, 0, 0, 95/100);
}
.lz-color-black-100 {
  color: rgba(0, 0, 0, 100/100);
}
.lz-color-white-0 {
  color: rgba(255, 255, 255, 0);
}
.lz-color-white-5 {
  color: rgba(255, 255, 255, 0.05);
}
.lz-color-white-10 {
  color: rgba(255, 255, 255, 0.1);
}
.lz-color-white-15 {
  color: rgba(255, 255, 255, 0.15);
}
.lz-color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}
.lz-color-white-25 {
  color: rgba(255, 255, 255, 0.25);
}
.lz-color-white-30 {
  color: rgba(255, 255, 255, 0.3);
}
.lz-color-white-35 {
  color: rgba(255, 255, 255, 0.35);
}
.lz-color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}
.lz-color-white-45 {
  color: rgba(255, 255, 255, 0.45);
}
.lz-color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.lz-color-white-55 {
  color: rgba(255, 255, 255, 0.55);
}
.lz-color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.lz-color-white-65 {
  color: rgba(255, 255, 255, 0.65);
}
.lz-color-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.lz-color-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.lz-color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.lz-color-white-85 {
  color: rgba(255, 255, 255, 0.85);
}
.lz-color-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
.lz-color-white-95 {
  color: rgba(255, 255, 255, 0.95);
}
.lz-color-white-100 {
  color: #ffffff;
}
.lz-topic-block {
  text-align: center;
  padding: 98px 0;
  position: relative;
}
.lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 60px;
}
.lz-topic-block .lz-topic .lz-title-block .lz-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 54px;
  color: rgba(0, 0, 0, 0.85);
}
.lz-topic-block .lz-topic .lz-title-block .lz-description {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.65);
}

.about-page .lz-about-letter {
  display: flex;
  padding-top: 157px;
  padding-bottom: 160px;
  position: relative;
}
.about-page .lz-about-letter .lz-about-letter-title {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 36px;
  margin-bottom: 70px;
}
.about-page .lz-about-letter .lz-about-letter-paragraph {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.about-page .lz-about-letter::before {
  content: '';
  height: 8px;
  width: 120px;
  background-color: white;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.about-page .lz-about-media .lz-topic-block {
  padding: 50px 0px 0px 0px;
}
.about-page .lz-about-media .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 22px;
}
.about-page .lz-about-address .lz-topic-block {
  padding: 40px 0px 0px 0px;
}
.about-page .lz-about-address .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 22px;
}
.about-page .lz-about-address .lz-topic-block .lz-description .lz-adress-icon-item {
  text-align: center;
  font-size: 20px;
  z-index: 10;
  margin-bottom: 4px;
}

.lz-laptop-card-3d-slider {
  position: relative;
  width: 1200px;
  margin: 20px auto;
}
.lz-laptop-card-3d-slider ul {
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: 428px;
  list-style-type: none;
}
.lz-laptop-card-3d-slider ul li {
  width: 100%;
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
}
.lz-laptop-card-3d-slider .laptop-item {
  position: absolute;
  cursor: pointer;
  border-radius: 4px;
  transition: transform 0.45s ease-in-out;
  top: 0;
}
.lz-laptop-card-3d-slider .no-current .lz-laptop-card img {
  filter: brightness(0.8);
}
.lz-laptop-card-3d-slider .slick-prev,
.lz-laptop-card-3d-slider .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  z-index: 5;
  line-height: 50px;
  font-size: 0px;
  cursor: pointer;
  background: white;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50px;
  box-shadow: 0px 2px 16px 0px rgba(48, 111, 147, 0.16);
}
.lz-laptop-card-3d-slider .slick-prev .lz-slider-arrow,
.lz-laptop-card-3d-slider .slick-next .lz-slider-arrow {
  color: rgba(0, 0, 0, 0.35);
}
.lz-laptop-card-3d-slider .slick-prev:hover,
.lz-laptop-card-3d-slider .slick-next:hover,
.lz-laptop-card-3d-slider .slick-prev:focus,
.lz-laptop-card-3d-slider .slick-next:focus {
  outline: none;
}
.lz-laptop-card-3d-slider .slick-prev:hover .lz-slider-arrow,
.lz-laptop-card-3d-slider .slick-next:hover .lz-slider-arrow,
.lz-laptop-card-3d-slider .slick-prev:focus .lz-slider-arrow,
.lz-laptop-card-3d-slider .slick-next:focus .lz-slider-arrow {
  color: #408CFF;
}
.lz-laptop-card-3d-slider .slick-prev {
  left: 0px;
}
[dir="rtl"] .lz-laptop-card-3d-slider .slick-prev {
  left: auto;
  right: -25px;
}
.lz-laptop-card-3d-slider .slick-next {
  right: 0px;
}
[dir="rtl"] .lz-laptop-card-3d-slider .slick-next {
  left: -25px;
  right: auto;
}

.construct-page {
  position: relative;
}
.construct-page .lz-banner {
  width: 1200px !important;
  margin: 0 auto !important;
  color: #ffffff;
  transform: translateY(132px);
  position: relative;
}
.construct-page .lz-banner h1 {
  font-size: 36px;
  line-height: 64px;
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 22px;
}
.construct-page .lz-banner p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
}
.construct-page .product-blue-print .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 24px;
}
.construct-page .schedule-management .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.construct-page .schedule-management .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 46px;
}
.construct-page .schedule-management .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.construct-page .quality-management .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.construct-page .quality-management .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 46px;
}
.construct-page .quality-management .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.construct-page .safe-manage .lz-topic-block {
  padding: 100px 0px 0px 0px;
}
.construct-page .safe-manage .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 46px;
}
.construct-page .safe-manage .lz-topic-block .lz-topic .lz-title-block .lz-description {
  font-size: 28px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 36px;
  margin-top: 32px;
}
.construct-page .safe-manage .lz-topic-block .lz-topic .safe-card {
  height: 354px;
  width: 1073px;
  padding: 0px 25px;
}
.construct-page .safe-manage .lz-topic-block .lz-topic .safe-card .safe-card-title {
  width: 41px;
  height: 356px;
  background: linear-gradient(360deg, #0F6AF6 0%, #7BB0FD 100%);
  border-radius: 4px 4px 0px 0px;
  padding-top: 80px;
}
.construct-page .safe-manage .lz-topic-block .lz-topic .safe-card .safe-card-title .safe-card-title-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #FFFFFF;
}
.construct-page .safe-manage .lz-topic-block .lz-topic .safe-card .safe-card-content {
  width: 989px;
  height: 354px;
  border-radius: 1px;
  border: 1px dashed #408CFF;
  margin-left: 12px;
  background-color: #FFFFFF;
}
.construct-page .safe-manage .lz-topic-block .lz-topic .safe-card .safe-card-content .safe-card-content-item {
  margin: 21px  32px;
}
.construct-page .safe-manage .lz-topic-block .lz-topic .safe-card .safe-card-content .safe-card-content-item .item-list {
  margin-top: 21px;
  width: 328px;
}
.construct-page .safe-manage .lz-topic-block .lz-topic .safe-card .safe-card-content .safe-card-content-item .item-list-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  margin-top: 8px;
}
.construct-page .safe-manage .lz-topic-block .lz-topic .safe-card .safe-card-content .safe-card-content-line {
  height: 320px;
  width: 0.5px;
  border: 0.25px dashed #408CFF;
  margin-top: 25px;
}
.construct-page .construct-card .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.construct-page .construct-card .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 46px;
}
.construct-page .construct-card .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.construct-page .construct-card .lz-advantage-card {
  width: 380px !important;
  height: 420px !important;
}
.construct-page .construct-card .lz-advantage-card .lz-advantage-card-content {
  margin: 60px 32px;
}
.construct-page .construct-card .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-title {
  margin-top: 12px;
  font-weight: 500;
}
.construct-page .construct-card .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #408CFF;
  line-height: 26px;
  margin-top: 8px;
}
.construct-page .construct-card .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-descriptions-wrapper {
  margin-top: 24px;
}
.construct-page .construct-card .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-descriptions-wrapper .lz-advantage-card-descriptions .lz-advantage-card-description {
  height: 22px;
}
.construct-page .construct-card .lz-advantage-card.lz-hovered::after {
  display: none;
}
.construct-page .construct-page-show .lz-topic-block {
  padding: 78px 0px 64px 0px;
}
.construct-page .construct-page-show .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 46px;
}

.cost-page .lz-banner {
  width: 1200px !important;
  margin: 0 auto !important;
  color: #ffffff;
  transform: translateY(132px);
  position: relative;
}
.cost-page .lz-banner h1 {
  font-size: 36px;
  line-height: 64px;
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 22px;
}
.cost-page .lz-banner p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
}
.cost-page .lz-description .lz-emphasis {
  font-size: '28px';
  line-height: '36px';
  font-weight: '300';
}
.cost-page .lz-description .lz-font-shrink {
  font-size: '28px';
  line-height: '36px';
  font-weight: '300';
}
.cost-page .cost-bid .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.cost-page .cost-bid .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 64px;
}
.cost-page .cost-bid .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.cost-page .cost-calculate .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.cost-page .cost-calculate .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 64px;
}
.cost-page .cost-calculate .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.cost-page .cost-card .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.cost-page .cost-card .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 64px;
}
.cost-page .cost-card .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.cost-page .lz-advantages {
  position: relative;
}
.cost-page .lz-advantages .lz-advantage-items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-25px);
}
.cost-page .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item {
  max-width: 365px;
  min-width: 365px;
}
.cost-page .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item h3 {
  font-size: 24px;
  font-weight: 800;
  color: rgba(44, 42, 42, 0.85);
  line-height: 32px;
  margin-bottom: 9px;
}
.cost-page .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  position: relative;
}
.cost-page .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item p::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.65);
  top: 20px;
  transform: translateY(-10px);
  left: -16px;
}
.cost-page .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:first-child {
  text-align: right;
}
.cost-page .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:first-child h3 {
  transform: translateX(16px);
}
.cost-page .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:first-child p::after {
  transform: translateY(-10px);
  left: auto;
  right: -16px;
}
.cost-page .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:last-child {
  text-align: left;
}
.cost-page .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:last-child h3 {
  transform: translateX(-16px);
}
.cost-page .lz-functionalities {
  position: relative;
}
.cost-page .lz-functionalities .lz-functionality-wrapper {
  position: relative;
  margin-left: 294px;
  height: 68px;
  padding-top: 8px;
}
.cost-page .lz-functionalities .lz-functionality-wrapper .lz-functionality-line {
  position: absolute;
  right: 100%;
}
.cost-page .lz-functionalities .lz-functionality-wrapper .lz-functionality {
  height: 68px;
  padding-top: 8px;
}
.cost-page .lz-functionalities .lz-functionality-wrapper .lz-functionality .lz-functionality-main {
  margin-top: 13px;
  margin-left: 13px;
}
.cost-page .lz-functionalities .lz-functionality-wrapper .lz-functionality .lz-functionality-main .lz-functionality-title {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}
.cost-page .lz-functionalities .lz-advantage-card {
  height: 420px;
}
.cost-page .lz-functionalities .lz-advantage-card .lz-advantage-card-content {
  margin: 55px 32px 0px 32px;
}
.cost-page .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-descriptions-wrapper .lz-advantage-card-descriptions .lz-advantage-card-description {
  line-height: 22px;
}
.cost-page .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-descriptions-wrapper {
  margin-top: 24px;
}
.cost-page .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-title {
  margin-top: 32px;
}
.cost-page .lz-advantage-center-image {
  transform: translateY(-43px);
}
.cost-page .cost-page-show .lz-topic-block {
  padding: 78px 0px 64px 0px;
}
.cost-page .cost-page-show .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 46px;
}

.design-page h1,
.design-page h2 {
  color: rgba(0, 0, 0, 0.85);
}
.design-page .lz-banner {
  width: 1200px !important;
  margin: 0 auto !important;
  color: #ffffff;
  transform: translateY(132px);
  position: relative;
}
.design-page .lz-banner h1 {
  height: 54px;
  margin: 0px auto 22px;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 4px;
  color: inherit;
}
.design-page .lz-banner p {
  line-height: 32px;
  margin: auto;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
}
.design-page .lz-banner-description {
  position: relative;
  width: 1025px;
  height: 81px;
  background: #ffffff;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  margin: 844px auto auto;
  padding: 56px 87px;
}
.design-page .lz-product-introduction-card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -58px;
}
.design-page .row {
  height: 50%;
}
.design-page .app-scenarios-card {
  padding-top: 40px;
  display: inline-block;
  width: 50%;
}
.design-page .app-scenarios-card h2 {
  height: 40px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}
.design-page .app-scenarios-card p {
  height: 34px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.design-page .app-scenarios-card .point {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 1px;
}
.design-page .app-scenarios-card.right {
  text-align: right;
  padding-right: 305px;
}
.design-page .app-scenarios-card.right.middle {
  padding-right: 354px;
}
.design-page .app-scenarios-card.right .point {
  margin-left: 12px;
}
.design-page .app-scenarios-card.left {
  text-align: left;
  padding-left: 305px;
}
.design-page .app-scenarios-card.left.middle {
  padding-left: 344px;
}
.design-page .app-scenarios-card.left .point {
  margin-right: 12px;
}
.design-page .advantage-row {
  height: 100px;
  margin-top: 76px;
}
.design-page .advantage-row.start,
.design-page .advantage-row.end {
  margin-left: 148px;
  margin-right: 148px;
}
.design-page .advantage-row:first-child {
  margin-top: 0;
}
.design-page .advantage-item {
  display: inline-block;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 28px;
  font-weight: 300;
  color: #001344;
  line-height: 100px;
}
.design-page .advantage-item.left {
  background-position: left;
  text-align: left;
  padding-left: 125px;
}
.design-page .advantage-item.right {
  background-position: right;
  text-align: right;
  padding-right: 125px;
}
.design-page .lz-advantage-card.lz-hovered::after {
  display: none;
}
.design-page .design-product-blue-print .lz-topic-block {
  padding: 98px 0px 48px 0px;
}
.design-page .design-product-blue-print .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 16px;
}
.design-page .design-manage .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.design-page .design-manage .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 64px;
}
.design-page .design-manage .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.design-page .design-card .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.design-page .design-card .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 64px;
}
.design-page .design-card .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.design-page .design-card .lz-functionalities {
  position: relative;
}
.design-page .design-card .lz-functionalities .lz-advantage-card {
  height: 380px;
}
.design-page .design-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content {
  margin: 55px 64px 0px 64px;
}
.design-page .design-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-title {
  margin-top: 32px;
}
.design-page .design-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-descriptions-wrapper {
  margin-top: 18px;
}
.design-page .design-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-descriptions-wrapper .lz-advantage-card-descriptions .lz-advantage-card-description {
  line-height: 32px;
  margin-bottom: 0px;
}
.design-page .design-page-show .lz-topic-block {
  padding: 78px 0px 64px 0px;
}
.design-page .design-page-show .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 46px;
}

.idea-page .lz-banner-slider {
  background-color: transparent;
}
.idea-page .lz-banner-content {
  position: relative;
}
.idea-page .lz-banner-content .lz-banner {
  color: #ffffff;
  width: 1200px;
  margin: 164px auto 0px;
}
.idea-page .lz-banner-content .lz-banner h1 {
  width: 747px;
  height: 54px;
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 54px;
}
.idea-page .lz-banner-content .lz-banner p {
  width: 609px;
  height: 128px;
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.86);
  line-height: 32px;
  letter-spacing: 1px;
}
.idea-page .idea-item {
  width: 399px;
  height: 120px;
  position: relative;
  text-align: left;
  background: #FAFAFA 100%;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.85);
}
.idea-page .idea-item .icon {
  margin-left: 48px;
  margin-top: 32px;
  position: absolute;
}
.idea-page .idea-item p {
  margin-left: 126px;
}
.idea-page .idea-item .title {
  margin-top: 20px;
  font-size: 24px;
  line-height: 32px;
  height: 32px;
}
.idea-page .idea-item .discription {
  margin-top: 8px;
  font-size: 18px;
}
.idea-page .idea-item .arrow {
  position: absolute;
  top: calc(100% - 9px);
  left: 186px;
  display: none;
  font-size: 32px;
  transform: rotate(90deg);
}
.idea-page .idea-item:hover {
  color: #408CFF;
}
.idea-page .idea-item.actived {
  color: #FFFFFF;
  background: #2B6BD9;
}
.idea-page .idea-item.actived .arrow {
  display: block;
  color: #2B6BD9;
}
.idea-page .image-detail {
  background: #FFFFFF;
  box-shadow: 0px 10px 22px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.idea-page .separator {
  width: 1px;
  flex-grow: 0;
  flex-shrink: 1;
  margin: 32px 0px;
  border-right: 1px solid;
  border-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(38, 38, 38, 0.3), rgba(0, 0, 0, 0)) 1 1;
}
.idea-page .path-card {
  width: 288px;
  height: 320px;
  margin-right: 16px;
  margin-top: 16px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 7px rgba(53, 93, 161, 0.07);
}
.idea-page .path-card .title {
  margin: 32px auto 24px;
  height: 32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #001344;
}
.idea-page .path-card .content {
  width: 224px;
  height: 144px;
  margin: 0px 32px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
.idea-page .path-card .discription {
  height: 66px;
  border-top: 1px dotted rgba(0, 0, 0, 0.25);
  flex-grow: 0;
  flex-shrink: 0;
  color: #00288E;
  padding-top: 33px;
  font-size: 26px;
  line-height: 22px;
}

.juzhouyun-page .lz-banner {
  width: 1200px !important;
  margin: 0 auto !important;
  color: #ffffff;
  transform: translateY(132px);
  position: relative;
}
.juzhouyun-page .lz-banner h1 {
  font-size: 36px;
  line-height: 64px;
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 22px;
}
.juzhouyun-page .lz-banner p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
}
.juzhouyun-page .lz-description .lz-emphasis {
  font-size: '28px';
  line-height: '36px';
  font-weight: '300';
}
.juzhouyun-page .lz-description .lz-font-shrink {
  font-size: '28px';
  line-height: '36px';
  font-weight: '300';
}
.juzhouyun-page .erp-page .lz-topic-block {
  padding: 98px 0px 54px 0px;
}
.juzhouyun-page .erp-page .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 32px;
}
.juzhouyun-page .erp-page .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 16px;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 64px;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages {
  position: relative;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-center-image {
  transform: translateY(16px);
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item-top {
  max-width: 370px;
  min-width: 370px;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item-top h3 {
  font-size: 24px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 8px;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item-top p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  position: relative;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item-top:first-child {
  text-align: right;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item-top:last-child {
  text-align: left;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item-bottom {
  max-width: 250px;
  min-width: 250px;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item-bottom h3 {
  font-size: 24px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 8px;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item-bottom p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  position: relative;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item-bottom:first-child {
  text-align: right;
}
.juzhouyun-page .juzhouyun-investCalculate-operationMonitoring .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item-bottom:last-child {
  text-align: left;
}
.juzhouyun-page .juzhouyun-costManage .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.juzhouyun-page .juzhouyun-costManage .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 64px;
}
.juzhouyun-page .juzhouyun-costManage .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages {
  position: relative;
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages .lz-advantage-center-image {
  transform: translateY(30px);
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages .lz-advantage-items {
  transform: translateY(28px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item {
  max-width: 340px;
  min-width: 340px;
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item h3 {
  font-size: 24px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 8px;
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  position: relative;
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item p::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.65);
  top: 20px;
  transform: translateY(-10px);
  left: -16px;
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:first-child {
  text-align: right;
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:first-child h3 {
  transform: translateX(16px);
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:first-child p::after {
  transform: translateY(-10px);
  left: auto;
  right: -16px;
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:last-child {
  text-align: left;
}
.juzhouyun-page .juzhouyun-costManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:last-child h3 {
  transform: translateX(-16px);
}
.juzhouyun-page .juzhouyun-marketingManage .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 64px;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-advantages {
  position: relative;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-advantages .lz-advantage-items {
  transform: translateY(40px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item {
  max-width: 296px;
  min-width: 296px;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item h3 {
  font-size: 24px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 8px;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  position: relative;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item p::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.65);
  top: 20px;
  transform: translateY(-10px);
  left: -16px;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:first-child {
  margin-left: 34px;
  text-align: right;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:first-child h3 {
  transform: translateX(16px);
}
.juzhouyun-page .juzhouyun-marketingManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:first-child p::after {
  transform: translateY(-10px);
  left: auto;
  right: -16px;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:last-child {
  margin-right: 34px;
  text-align: left;
}
.juzhouyun-page .juzhouyun-marketingManage .lz-advantages .lz-advantage-items .lz-advantage-row .lz-advantage-item:last-child h3 {
  transform: translateX(-16px);
}
.juzhouyun-page .juzhouyun-card .lz-topic-block {
  padding: 98px 0px 56px 0px;
}
.juzhouyun-page .juzhouyun-card .lz-functionalities {
  position: relative;
}
.juzhouyun-page .juzhouyun-card .lz-functionalities .lz-functionality-wrapper {
  position: relative;
  margin-left: 294px;
  height: 68px;
  padding-top: 8px;
}
.juzhouyun-page .juzhouyun-card .lz-functionalities .lz-functionality-wrapper .lz-functionality-line {
  position: absolute;
  right: 100%;
}
.juzhouyun-page .juzhouyun-card .lz-functionalities .lz-functionality-wrapper .lz-functionality {
  height: 68px;
  padding-top: 8px;
}
.juzhouyun-page .juzhouyun-card .lz-functionalities .lz-functionality-wrapper .lz-functionality .lz-functionality-main {
  margin-top: 13px;
  margin-left: 13px;
}
.juzhouyun-page .juzhouyun-card .lz-functionalities .lz-functionality-wrapper .lz-functionality .lz-functionality-main .lz-functionality-title {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}
.juzhouyun-page .juzhouyun-card .lz-functionalities .lz-advantage-card {
  height: 440px;
  width: 380px;
}
.juzhouyun-page .juzhouyun-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content {
  margin: 55px 32px 0px 32px;
}
.juzhouyun-page .juzhouyun-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-descriptions-wrapper .lz-advantage-card-descriptions .lz-advantage-card-description {
  line-height: 22px;
}
.juzhouyun-page .juzhouyun-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-descriptions-wrapper {
  margin-top: 16px;
}
.juzhouyun-page .juzhouyun-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-title {
  margin-top: 25px;
}
.juzhouyun-page .juzhouyun-page-show .lz-topic-block {
  padding: 78px 0px 64px 0px;
}
.juzhouyun-page .juzhouyun-page-show .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 46px;
}

.wisdomSite-page .lz-banner-content {
  position: relative;
}
.wisdomSite-page .lz-banner-content .lz-banner {
  width: 1200px !important;
  margin: 0 auto !important;
  color: #ffffff;
  transform: translateY(132px);
}
.wisdomSite-page .lz-banner-content .lz-banner h1 {
  font-size: 36px;
  line-height: 64px;
  font-weight: normal;
  letter-spacing: 4px;
  margin-bottom: 22px;
}
.wisdomSite-page .lz-banner-content .lz-banner p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 1px;
}
.wisdomSite-page .wisdom-progress .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.wisdomSite-page .wisdom-progress .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 24px;
}
.wisdomSite-page .wisdom-progress .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.wisdomSite-page .wisdom-qc .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.wisdomSite-page .wisdom-qc .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 24px;
}
.wisdomSite-page .wisdom-qc .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.wisdomSite-page .wisdom-safety .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.wisdomSite-page .wisdom-safety .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 24px;
}
.wisdomSite-page .wisdom-safety .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.wisdomSite-page .integrated-management .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.wisdomSite-page .integrated-management .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 24px;
}
.wisdomSite-page .integrated-management .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.wisdomSite-page .lz-product-introduction-card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -58px;
}
.wisdomSite-page .lz-advantages {
  height: 460px;
}
.wisdomSite-page .lz-advantages .lz-advantage-card {
  margin-right: 33px;
}
.wisdomSite-page .lz-advantages .lz-advantage-card:last-child {
  margin-right: 0;
}
.wisdomSite-page .lz-advantages .lz-advantage-card .lz-advantage-card-description {
  line-height: 22px !important;
}
.wisdomSite-page .lz-concepts .lz-concept {
  position: relative;
}
.wisdomSite-page .lz-concepts .lz-concept .lz-concept-main {
  position: absolute;
  max-width: 380px;
  padding: 47px 32px;
  text-align: left;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.wisdomSite-page .lz-concepts .lz-concept .lz-concept-main .lz-concept-title {
  font-size: 28px;
  font-weight: 300;
  color: #408CFF;
  line-height: 40px;
  margin-bottom: 27px;
}
.wisdomSite-page .lz-concepts .lz-concept .lz-concept-main .lz-concept-description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 34px;
}
.wisdomSite-page .wisdomSite-card .lz-topic-block {
  padding: 98px 0px 0px 0px;
}
.wisdomSite-page .wisdomSite-card .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 46px;
}
.wisdomSite-page .wisdomSite-card .lz-topic-block .lz-topic .lz-title-block .lz-description {
  margin-top: 32px;
}
.wisdomSite-page .wisdomSite-card .lz-functionalities {
  position: relative;
}
.wisdomSite-page .wisdomSite-card .lz-functionalities .lz-functionality-wrapper {
  position: relative;
  margin-left: 294px;
  height: 68px;
  padding-top: 8px;
}
.wisdomSite-page .wisdomSite-card .lz-functionalities .lz-functionality-wrapper .lz-functionality-line {
  position: absolute;
  right: 100%;
}
.wisdomSite-page .wisdomSite-card .lz-functionalities .lz-functionality-wrapper .lz-functionality {
  height: 68px;
  padding-top: 8px;
}
.wisdomSite-page .wisdomSite-card .lz-functionalities .lz-functionality-wrapper .lz-functionality .lz-functionality-main {
  margin-top: 13px;
  margin-left: 13px;
}
.wisdomSite-page .wisdomSite-card .lz-functionalities .lz-functionality-wrapper .lz-functionality .lz-functionality-main .lz-functionality-title {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}
.wisdomSite-page .wisdomSite-card .lz-functionalities .lz-advantage-card {
  height: 420px;
}
.wisdomSite-page .wisdomSite-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content {
  margin: 55px 32px 0px 32px;
}
.wisdomSite-page .wisdomSite-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-title {
  margin-top: 32px;
}
.wisdomSite-page .wisdomSite-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-descriptions-wrapper {
  margin-top: 18px;
}
.wisdomSite-page .wisdomSite-card .lz-functionalities .lz-advantage-card .lz-advantage-card-content .lz-advantage-card-descriptions-wrapper .lz-advantage-card-descriptions .lz-advantage-card-description {
  line-height: 32px;
  margin-bottom: 0px;
}
.wisdomSite-page .wisdomSite-page-show .lz-topic-block {
  padding: 78px 0px 64px 0px;
}
.wisdomSite-page .wisdomSite-page-show .lz-topic-block .lz-topic .lz-title-block {
  margin-bottom: 46px;
}

.lz-horizontal-accordion .lz-accordion-item .lz-accordion-item-content {
  overflow: hidden;
}

.home-page {
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.home-page .lz-banner-content {
  position: relative;
}
.home-page .lz-banner-content .lz-banner-1 {
  color: #ffffff;
  margin: 300px auto 0px;
  text-align: center;
}
.home-page .lz-banner-content .lz-banner-1 h1 {
  height: 62px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 4px;
  margin-bottom: 0px;
}
.home-page .lz-banner-content .lz-banner-1 p {
  height: 33px;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 6px;
  color: rgba(255, 255, 255, 0.85);
  margin: 32px auto 133px;
}
.home-page .lz-banner-content .lz-banner-1 .lz-button {
  width: 144px;
  height: 50px;
  margin: 0px auto;
  border-radius: 4px;
  line-height: 50px;
  padding: 0px;
  font-size: 20px;
  text-align: center;
}
.home-page .lz-concept-card .lz-concept-descriptions {
  padding: 32px;
  font-weight: 400;
}
.home-page .lz-concept-card .lz-concept-descriptions .lz-concept-description {
  line-height: 32px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65) !important;
}
.home-page .lz-concept-card .lz-concept-descriptions .lz-concept-description:hover {
  color: rgba(0, 0, 0, 0.65) !important;
}
.home-page .lz-solution-video-topic .lz-title-block {
  margin-bottom: 0px;
}
.home-page .lz-solution-video-topic .lz-solution-video {
  position: relative;
  height: 830px;
  overflow: hidden;
}
.home-page .lz-solution-video-topic .lz-solution-video video {
  margin-bottom: 25px;
  position: absolute;
  height: 830px;
}
.home-page .lz-solution-video-topic .lz-solution-video span {
  font-size: 18px;
  font-weight: 500;
  color: #408CFF;
  line-height: 25px;
  position: absolute;
  bottom: 0;
}
.home-page .lz-solution-video-topic .lz-solution-video span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 88px;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  background: #408CFF;
}
.home-page .lz-solution-video-topic .lz-solution-video span::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 88px;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  background: #408CFF;
}
.home-page .lz-topic-block:nth-of-type(3) {
  padding-bottom: 0px;
}
.home-page .lz-products .lz-horizontal-accordion {
  box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.12);
}
.home-page .lz-products .lz-products-column {
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.55);
}
.home-page .lz-products .lz-products-column .lz-double-layers-card:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}
.home-page .lz-products .lz-product-title {
  height: 100%;
}
.home-page .lz-products .lz-product-title h3 {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  line-height: 33px;
  margin-top: 16px;
}
.home-page .lz-products .lz-product-content {
  height: 100%;
  text-align: left;
  color: white;
  padding: 40px 56px;
}
.home-page .lz-products .lz-product-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.home-page .lz-products .lz-product-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}
.home-page .lz-products .lz-product-content .lz-button {
  margin-right: 16px;
  width: 85px;
  height: 32px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}
.home-page .lz-products .lz-product-content .lz-button:hover {
  color: white;
  background: #408CFF;
  border-color: transparent;
}
.home-page .lz-products .lz-product-content .lz-void-button {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid transparent;
}
.home-page .lz-products .lz-product-content .lz-primary-button {
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
}
.home-page .lz-brands {
  margin-bottom: 150px;
  height: 700px;
  justify-content: center;
  align-content: flex-start;
}
.home-page .lz-brands .lz-brand-card {
  margin-bottom: 2px;
}
.home-page .tab-title {
  font-size: 24px;
  margin-bottom: 54px;
  position: relative;
  min-width: 80px;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 36px;
  margin-left: 36px;
}
.home-page .tab-title.actived {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}
.home-page .tab-title.actived::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  background: #408CFF;
}
.home-page .form .form-body {
  margin-top: 48px;
}
.home-page .form .form-body .form-title {
  height: 24px;
  font-size: 36px;
  text-align: left;
  line-height: 24px;
  font-weight: 500;
}
.home-page .form .form-body .form-item-name {
  font-size: 14px;
  margin-left: 20px;
}
.home-page .form .form-body input {
  font-size: 14px;
  margin-left: 16px;
  width: 375px;
  height: 36px;
}
.home-page .form .form-body .select-mode {
  position: relative;
  overflow: visible;
}
.home-page .form .form-body .select-mode ul {
  position: absolute;
  list-style: none;
  width: 374px;
  overflow-y: auto;
  background: white;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  z-index: 4;
  margin-left: 16px;
}
.home-page .form .form-body .select-mode li {
  padding: 4px 49px;
  color: black;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.home-page .form .form-body .select-mode li:hover {
  background: #F2F2F2;
}
.home-page .form .form-body .select-mode li.checked {
  color: #408cff;
}
.home-page .form .submit {
  margin-top: 56px;
  width: 375px;
  height: 48px;
  box-shadow: 0px 2px 6px 0px rgba(0, 57, 143, 0.16);
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  font-size: 18px;
  background: inherit;
  color: #FFFFFF;
}
.home-page .form .form-footer {
  margin-top: 56px;
  font-size: 24px;
}
.home-page input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.home-page input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.home-page input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.home-page input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

