/*为了清理缓存更新下文件名*/
@import "swiper.min.css";
@import "animate.css";
body {
  font-variant: tabular-nums;
  font-feature-settings: "tnum", "tnum";
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, PingFang SC, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  min-width: 1200px;
  padding: 0;
  margin: 0;
}
.txt-blue {
  color: #333;
  border-bottom: 3px solid #555FFF;
}
.txt-white {
  color: #fff;
}
.txt-yellow {
  color: #fff;
  border-bottom: 3px solid #FDA929;
}
p,
h1,
h2,
h3,
h4,
span {
  margin: 0;
  padding: 0;
}
a:focus,
a:hover,
a {
  font-variant: tabular-nums;
  font-feature-settings: "tnum", "tnum";
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, PingFang SC, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-decoration: none;
  cursor: pointer;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.container-b {
  width: 1280px;
  margin: 0 auto;
}
.btn {
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #555FFF;
  padding: 5px 20px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}
.btn:hover {
  color: #6F78FD;
}
.btn.big {
  font-size: 18px;
  padding: 12px 25px;
  line-height: 25px;
}
.btn.warning {
  background: #FDA929;
  color: #FFFFFF;
}
.btn.warning:hover {
  background: #FFC536;
  color: #fff;
}
.btn.abtn,
.btn.primary {
  background: #555FFF;
  color: #fff;
}
.btn.abtn:hover,
.btn.primary:hover {
  background: #6F78FD;
  color: #fff;
}
.btn.abtn.more,
.btn.primary.more {
  padding-right: 49px;
  position: relative;
}
.btn.abtn.more:after,
.btn.primary.more:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 14px;
  background: url(../img/whiterightarrowlong.svg) center no-repeat;
  top: 17px;
  right: 19px;
}
.hidediv {
  opacity: 0;
}
h1 {
  font-size: 36px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 50px;
}
h2 {
  font-weight: normal;
  color: #333330;
  line-height: 42px;
  font-size: 30px;
}
h3 {
  font-size: 24px;
  font-weight: normal;
  color: #333330;
  line-height: 33px;
}
h3.s {
  font-size: 20px;
  font-weight: normal;
  color: #333330;
  line-height: 36px;
}
h4 {
  margin: 0;
  font-weight: normal;
  color: #333330;
  line-height: 25px;
  font-size: 18px;
}
p {
  line-height: 20px;
  color: #333330;
  font-weight: normal;
  font-size: 14px;
}
a {
  font-size: 16px;
  font-weight: normal;
  color: #555FFF;
  line-height: 22px;
}
.fpos {
  flex-grow: 2;
}
.header-logo {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 27px;
  background: url(../img/logow.png) center no-repeat;
  background-size: cover;
  margin-right: 87px;
  flex-shrink: 0;
}
.phone {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../img/phonew.svg) center no-repeat;
  background-size: cover;
  margin-right: 8px;
  margin-left: 105px;
  flex-shrink: 0;
}
.header {
  z-index: 999;
  height: 60px;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  border-bottom: 1px solid #D5D5EC;
}
.header .header-content {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .menu-item {
  padding: 17px;
}
.header .menu-item .nava {
  color: #FFFFFF;
  font-size: 16px;
  position: relative;
  height: 22px;
  line-height: 22px;
  display: block;
  white-space: nowrap;
}
.header .menu-item.more {
  padding-right: 36px;
}
.header .menu-item.more .nava:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/whitedownarrrow.svg) center no-repeat;
  background-size: cover;
  top: 4px;
  right: -19px;
}
.header .menu-item:hover .nava {
  color: #555FFF;
}
.header .phoneno {
  font-size: 16px;
  line-height: 22px;
  font-family: D-DIN-Bold, D-DIN;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
}
.header .abtn.login {
  margin-right: 0px;
}
.header .dropdown {
  height: fit-content;
  position: absolute;
  border-top: 1px solid #D5D5EC;
  background: linear-gradient(to right, #F6F8FF 0%, #F6F8FF 50%, #fff 50%, #fff 100%);
  top: 58px;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 4px 4px;
  width: 100%;
  left: 0;
  right: 0;
}
.header .dropdown .container {
  background: linear-gradient(to right, #F6F8FF 0%, #F6F8FF 162px, #fff 162px, #fff 100%);
  display: flex;
  align-items: flex-start;
}
.header .dropdown .rank2 {
  width: 130px;
  padding: 25px 32px 0 0;
}
.header .dropdown .rank2 .menu2-trigger,
.header .dropdown .rank2 .menu1-trigger {
  width: 110px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #333330;
  padding-left: 20px;
  margin-bottom: 18px;
}
.header .dropdown .rank2 .menu2-trigger.active,
.header .dropdown .rank2 .menu1-trigger.active {
  background: #E2E8FF;
}
.header .dropdown .rank2 .menu2-trigger:first-child {
  position: relative;
}
.header .dropdown .rank2 .menu2-trigger:first-child:after {
  position: absolute;
  top: 12px;
  right: 18px;
  display: inline-block;
  content: '热点';
  width: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 7px;
  color: #FFFFFF;
  line-height: 13px;
  font-style: normal;
  height: 13px;
  background: #FF7519;
  border-radius: 2px;
}
.header .dropdown .poster {
  width: 272px;
  padding-bottom: 40px;
}
.header .dropdown .poster .posterimg {
  display: block;
  width: 272px;
  height: 148px;
  margin-top: 26px;
}
.header .dropdown .poster div {
  height: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333330;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin: 16px 0 9px;
  margin-left: 4px;
}
.header .dropdown .poster p {
  width: 272px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  padding-bottom: 16px;
  margin-left: 4px;
}
.header .dropdown .poster a {
  height: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #555FFF;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-left: 4px;
}
.header .headavatar {
  width: 40px;
  height: 40px;
  background: url(../img/head.png) center no-repeat;
  background-size: cover;
  cursor: pointer;
  border-radius: 50%;
}
.header.fixed,
.header:hover {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 1px rgba(0, 21, 41, 0.12);
}
.header.fixed .header-logo,
.header:hover .header-logo {
  background: url(../img/logo.png) center no-repeat;
  background-size: cover;
}
.header.fixed .menu-item .container,
.header:hover .menu-item .container {
  position: relative;
}
.header.fixed .menu-item .nava,
.header:hover .menu-item .nava {
  color: #333333;
}
.header.fixed .menu-item.more,
.header:hover .menu-item.more {
  padding-right: 36px;
}
.header.fixed .menu-item.more .nava:after,
.header:hover .menu-item.more .nava:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/blackdownarrrow.svg) center no-repeat;
  background-size: cover;
  top: 6px;
  right: -20px;
}
.header.fixed .menu-item.more.haslogin,
.header:hover .menu-item.more.haslogin {
  position: relative;
}
.header.fixed .menu-item:hover .nava,
.header:hover .menu-item:hover .nava {
  color: #555FFF;
}
.header.fixed .menu-item.more:hover,
.header:hover .menu-item.more:hover {
  padding-bottom: 14px;
  border-bottom: 3px solid #555FFF;
}
.header.fixed .menu-item.more:hover .nava:after,
.header:hover .menu-item.more:hover .nava:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/blueuparrow.svg) center no-repeat;
  background-size: cover;
  top: 6px;
  right: -20px;
}
.header.fixed .menu-item .blockbox,
.header:hover .menu-item .blockbox {
  display: flex;
  flex-wrap: wrap;
  width: 766px;
  padding-top: 26px;
  align-items: flex-start;
  background-color: #fff;
}
.header.fixed .menu-item .blockbox .block,
.header:hover .menu-item .blockbox .block {
  width: 240px;
  margin-bottom: 30px;
  padding-left: 32px;
  padding-right: 84px;
}
.header.fixed .menu-item .blockbox .block a,
.header:hover .menu-item .blockbox .block a {
  width: 105px;
  height: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333330;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  border-bottom: none;
  padding-bottom: 8px;
}
.header.fixed .menu-item .blockbox .block a:hover,
.header:hover .menu-item .blockbox .block a:hover {
  color: #555FFF;
}
.header.fixed .menu-item .blockbox .block p,
.header:hover .menu-item .blockbox .block p {
  width: 240px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  min-height: 34px;
}
.header.fixed .menu-item.about .blockbox,
.header:hover .menu-item.about .blockbox {
  padding-top: 68px;
}
.header.fixed .menu-item.about .blockbox .block p,
.header:hover .menu-item.about .blockbox .block p {
  margin-bottom: 71px;
}
.header.fixed .phone,
.header:hover .phone {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(../img/phone.svg) center no-repeat;
  background-size: cover;
  margin-right: 7px;
}
.header.fixed .phoneno,
.header:hover .phoneno {
  color: #333;
}
.header.fixed .headavatar,
.header:hover .headavatar {
  width: 40px;
  height: 40px;
  background: url(../img/heado.png) center no-repeat;
  background-size: cover;
}
.header .dropdown-product .more,
.header.fixed .dropdown-product .more,
.header:hover .dropdown-product .more {
  position: absolute;
  right: 48px;
  bottom: 32px;
  font-size: 14px;
  font-weight: normal;
  color: #555FFF;
  line-height: 24px;
}
.header .dropdown-product .more:after,
.header.fixed .dropdown-product .more:after,
.header:hover .dropdown-product .more:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/bluerightarrow.svg) center no-repeat;
  background-size: cover;
  top: 4px;
  right: -18px;
}
.header .dropdown-product > div,
.header.fixed .dropdown-product > div,
.header:hover .dropdown-product > div {
  position: relative;
}
.header .dropdown-product .pbox,
.header.fixed .dropdown-product .pbox,
.header:hover .dropdown-product .pbox {
  position: absolute;
}
.header .dropdown-product .pbox,
.header.fixed .dropdown-product .pbox,
.header:hover .dropdown-product .pbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .dropdown-product .pbox a,
.header.fixed .dropdown-product .pbox a,
.header:hover .dropdown-product .pbox a {
  height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #3D3D3D;
  line-height: 30px;
  margin-top: 8px;
  margin-left: 0;
}
.header .dropdown-product .pbox a:first-child,
.header.fixed .dropdown-product .pbox a:first-child,
.header:hover .dropdown-product .pbox a:first-child {
  margin-top: 0;
}
.header .dropdown-product .pbox a:hover,
.header.fixed .dropdown-product .pbox a:hover,
.header:hover .dropdown-product .pbox a:hover {
  color: #555FFF;
}
.header .dropdown-product img,
.header.fixed .dropdown-product img,
.header:hover .dropdown-product img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.header .head-dropdown,
.header.fixed .head-dropdown,
.header:hover .head-dropdown {
  width: 200px;
  height: 172px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
}
.header .head-dropdown .line,
.header.fixed .head-dropdown .line,
.header:hover .head-dropdown .line {
  width: 168px;
  height: 1px;
  background: #EEEEEE;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  position: absolute;
  top: 71px;
  left: 16px;
}
.header .head-dropdown .user-menu,
.header.fixed .head-dropdown .user-menu,
.header:hover .head-dropdown .user-menu {
  position: absolute;
  top: 71px;
}
.header .head-dropdown .user-menu .user-item,
.header.fixed .head-dropdown .user-menu .user-item,
.header:hover .head-dropdown .user-menu .user-item {
  width: 154px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  line-height: 34px;
  padding-left: 30px;
  position: relative;
  margin: 8px 8px 12px;
  cursor: pointer;
  display: block;
}
.header .head-dropdown .user-menu .user-item:before,
.header.fixed .head-dropdown .user-menu .user-item:before,
.header:hover .head-dropdown .user-menu .user-item:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/user.png) center no-repeat;
  background-size: cover;
  top: 9px;
  left: 11px;
}
.header .head-dropdown .user-menu .user-item.quit:before,
.header.fixed .head-dropdown .user-menu .user-item.quit:before,
.header:hover .head-dropdown .user-menu .user-item.quit:before {
  background: url(../img/quit.png) center no-repeat;
  background-size: cover;
}
.header .head-dropdown .user-menu .user-item:after,
.header.fixed .head-dropdown .user-menu .user-item:after,
.header:hover .head-dropdown .user-menu .user-item:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/bluerightarrow.svg) center no-repeat;
  background-size: cover;
  top: 9px;
  right: 8px;
}
.header .head-dropdown .user-menu .user-item:hover,
.header.fixed .head-dropdown .user-menu .user-item:hover,
.header:hover .head-dropdown .user-menu .user-item:hover {
  background: #555FFF;
  color: #fff;
}
.header .head-dropdown .user-menu .user-item:hover:before,
.header.fixed .head-dropdown .user-menu .user-item:hover:before,
.header:hover .head-dropdown .user-menu .user-item:hover:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/usero.png) center no-repeat;
  background-size: cover;
  top: 9px;
  left: 11px;
}
.header .head-dropdown .user-menu .user-item:hover.quit:before,
.header.fixed .head-dropdown .user-menu .user-item:hover.quit:before,
.header:hover .head-dropdown .user-menu .user-item:hover.quit:before {
  background: url(../img/quito.png) center no-repeat;
  background-size: cover;
}
.header .head-dropdown .user-menu .user-item:hover:after,
.header.fixed .head-dropdown .user-menu .user-item:hover:after,
.header:hover .head-dropdown .user-menu .user-item:hover:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/whiterightarrow.svg) center no-repeat;
  background-size: cover;
  top: 9px;
  right: 8px;
}
.header .head-dropdown .headavatar,
.header.fixed .head-dropdown .headavatar,
.header:hover .head-dropdown .headavatar {
  position: absolute;
  left: 16px;
  top: 16px;
}
.header .head-dropdown .username,
.header.fixed .head-dropdown .username,
.header:hover .head-dropdown .username {
  height: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #3D3D3D;
  line-height: 26px;
  position: absolute;
  left: 68px;
  top: 11px;
}
.header .head-dropdown .usermobile,
.header.fixed .head-dropdown .usermobile,
.header:hover .head-dropdown .usermobile {
  width: 84px;
  height: 24px;
  font-size: 13px;
  font-weight: normal;
  color: #8C8C8C;
  line-height: 24px;
  position: absolute;
  left: 68px;
  top: 37px;
}
.footer {
  height: 756px;
  background: #171949;
  position: relative;
  padding: 0;
  margin: 0;
}
.footer a {
  margin-bottom: 15px;
}
.footer .footerbox {
  display: flex;
  justify-content: space-between;
}
.footer .top {
  height: 28px;
  font-size: 20px;
  padding-top: 85px;
  margin-bottom: 24px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 28px;
  border-bottom: solid 2px #fff;
  width: fit-content;
}
.footer .footer-product {
  width: 160px;
}
.footer .footer-product .p1 {
  display: flex;
  flex-direction: column-reverse;
}
.footer .footer-product p {
  height: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.footer .footer-product .top2 {
  padding-top: 2px;
}
.footer .footer-product .abox {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  justify-content: space-between;
  margin-bottom: 24px;
}
.footer .footer-product .abox .ap {
  width: 120px;
}
.footer .footer-product .p2box {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-product .p2box a {
  margin-right: 67px;
}
.footer .footer-product .p2box a:nth-child(2) {
  margin-right: 52px;
}
.footer .footer-product .p2box a:nth-child(3) {
  margin-right: 0;
}
.footer .footer-product .phonep {
  height: 22px;
  font-size: 16px;
  font-weight: normal;
  color: #D0CDD8;
  line-height: 22px;
  word-break: keep-all;
  white-space: nowrap;
  margin-top: 30px;
}
.footer .footer-product .phone {
  background: url(../img/phone.svg) center no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.footer .footer-product .phoneno {
  word-break: keep-all;
  white-space: nowrap;
  font-size: 24px;
  font-family: D-DIN-Bold, D-DIN;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 13px;
}
.footer .footer-industy {
  width: 100px;
}
.footer .footer-industy a {
  margin-right: 30px;
}
.footer .qr {
  margin-top: 0px;
  width: 160px;
  height: 192px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 0;
}
.footer .qr img {
  margin: 0px auto 2px;
  padding-top: 6px;
  width: 156px;
  display: block;
}
.footer .qr p {
  display: block;
  padding: 0;
  margin: 0;
  height: 22px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.footer .footer-support {
  width: 120px;
}
.footer .footer-support a {
  margin-right: 40px;
}
.footer .footer-support .support-1,
.footer .footer-support .support-8,
.footer .footer-support .support-7 {
  height: 26px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 26px;
}
.footer .footer-about {
  width: 328px;
}
.footer .footer-about .primary {
  margin-top: 40px;
  width: 77px;
  font-size: 16px;
  white-space: nowrap;
  padding: 4px 12px;
}
.footer .footer-about .top2 {
  height: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-bottom: 22px;
}
.footer .footer-about p {
  text-align: justify;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 22px;
  margin-bottom: 6px;
  margin-top: 0;
  width: 500px;
  padding-right: 83px;
}
.footer .footer-about .icons {
  margin-top: 8px;
}
.footer .footer-about .icons i {
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
}
.footer .footer-about .icons .icon {
  display: inline-block;
  margin-right: 24px;
  position: relative;
  /* 白色三角形 */
}
.footer .footer-about .icons .icon .n {
  display: inline-block;
}
.footer .footer-about .icons .icon .o {
  display: none;
}
.footer .footer-about .icons .icon .wechart-qr {
  position: absolute;
  top: -124px;
  left: -40px;
}
.footer .footer-about .icons .icon .wechart-qr img {
  width: 110px;
  height: 110px;
  border-radius: 8px 8px 8px 8px;
}
.footer .footer-about .icons .icon .wechart-qr::after {
  content: '';
  position: absolute;
  left: 42px;
  bottom: -14px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #fff;
}
.footer .footer-about .icons .icon:hover {
  border: none;
}
.footer .footer-about .icons .icon:hover .n {
  display: none;
}
.footer .footer-about .icons .icon:hover .o {
  display: inline-block;
}
.footer a {
  height: 25px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
.footer a:hover {
  border-bottom: solid 1px #fff;
  color: #FFFFFF;
}
.footer .topline {
  border-top: 1px solid #979797;
  padding-top: 36px;
}
.footer .footerbase {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: 44px;
  background: #1B1661;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footerbase a {
  height: 16px;
  font-size: 12px;
  font-weight: normal;
  color: #71698C;
  line-height: 16px;
  display: block;
  margin: 0 8px;
}
.footer .footerbase a:nth-child(2) {
  padding: 0 10px;
  border-left: solid 1px #71698C;
  border-right: solid 1px #71698C;
}
.footer .footerbase img {
  width: 16px;
  height: 16px;
}
.steop-cover {
  position: relative;
  width: 100%;
}
.right-arrow {
  position: relative;
  padding-right: 26px;
  display: block;
  height: 22px;
}
.right-arrow:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/a_b_r_arrow.svg) center no-repeat;
  background-size: cover;
  right: 0px;
  top: 1px;
}
.video-mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.24);
  top: 0;
  left: 0;
}
.video-mask .video-box {
  display: flex;
  width: 900px;
  height: 506px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.video-mask .video-box video {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.video-mask .video-box .close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  background: url(../img/product/videoclose.svg) center no-repeat;
  background-size: 32px 32px;
  cursor: pointer;
}
.global-pics-pop,
.pop-mask,
.chat-mask2,
.chat-mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.24);
  top: 0;
  left: 0;
}
.chat-error {
  position: fixed;
  top: 60px;
  width: 240px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  display: flex;
  align-items: center;
  left: calc(50% - 120px);
  z-index: 1020;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.16);
}
.chat-error img {
  width: 20px;
  height: 20px;
  margin-left: 16px;
  display: inline-block;
}
.chat-error p {
  width: 126px;
  height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #3D3D3D;
  line-height: 20px;
  margin-left: 8px;
  display: inline-block;
}
.chat-box {
  display: flex;
  width: 1000px;
  height: 500px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-radius: 4px;
}
.chat-box .left {
  width: 500px;
  position: relative;
}
.chat-box .left .bg {
  width: 500px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
.chat-box .left .gif {
  width: 303px;
  height: 303px;
  position: absolute;
  left: 99px;
  top: 90px;
}
.chat-box .left .cover {
  position: absolute;
  left: 0;
  width: 500px;
  top: 0;
}
.chat-box .left .cover .icon {
  display: block;
  width: 15px;
  height: 15px;
}
.chat-box .left .cover p {
  padding: 0 32px 0 6px;
  height: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  font-style: normal;
  text-align: center;
}
.chat-box .left .cover p:last-child {
  padding-right: 0;
}
.chat-box .left .cover .hbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-box .left .cover .hbox.margin {
  margin-top: 256px;
}
.chat-box .left .cover .hbox .mr {
  margin-right: 6px;
}
.chat-box .left .cover .hbox .ml {
  margin-left: 6px;
}
.chat-box .left .cover .hbox .chattitle {
  width: 49px;
  height: 43px;
  background: #838AFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}
.chat-box .left .cover .hbox .chattitle p {
  height: fit-content;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 11px;
  text-align: center;
  font-style: normal;
  padding: 0;
  margin: 0;
}
.chat-box .left .cover .hbox .logo {
  background: rgba(255, 255, 255, 0.88);
  width: 152px;
  height: 35px;
  display: block;
  padding: 5px 5px 3px 5px;
  margin-bottom: 7px;
}
.chat-box .left .cover .topt {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
  font-style: normal;
  padding-top: 54px;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.chat-box .left .cover .topt.shadow {
  padding-top: 81px;
  line-height: 40px;
  font-size: 28px;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.chat-box .left .cover .bar {
  width: 189px;
  height: 1px;
  border: 1px solid;
  margin: 20px auto 24px;
  border-image: linear-gradient(46deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0)) 1 1;
}
.chat-box .left .cover .topt2 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  font-style: normal;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.chat-box .right {
  background: #fff;
  width: 500px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.chat-box .right .close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background: url(../img/chat/close.png) center no-repeat;
  background-size: 12px 12px;
  background-position: 6px 6px;
  cursor: pointer;
}
.chat-box .right .checkbox {
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: 7px;
  margin-bottom: 0px;
}
.chat-box .right .btn {
  width: 346px;
  height: 30px;
  line-height: 30px;
  background: #555FFF;
  border-radius: 2px 2px 2px 2px;
  margin-top: 8px;
  margin-bottom: 15px;
}
.chat-box .right .chat-p {
  width: 368px;
  font-size: 12px;
  font-weight: normal;
  color: #8C8C8C;
  vertical-align: middle;
  line-height: 16px;
}
.chat-box .right .chat-p a {
  font-size: 12px;
  line-height: 16px;
  color: #555fff;
  margin-bottom: 0px;
  display: inline-block;
}
.chat-box .right .chat-t {
  margin: 38px 0 20px 0px;
  height: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  text-align: left;
  font-style: normal;
}
.chat-box .right .chat-info {
  display: block;
  width: 397px;
  height: 34px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}
.chat-box .right .chat-tel {
  width: 101px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #555FFF;
  line-height: 30px;
  margin: 0 4px;
}
.chat-box .right .errorinfo {
  position: absolute;
  top: 28px;
  left: 0;
  padding-left: 16px;
  width: 200px;
  height: 22px;
  font-size: 12px;
  font-weight: normal;
  color: #F5212D;
  line-height: 22px;
}
.chat-box .right .errorinfo:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 5px;
  left: 2px;
  background: url(../img/chat/i.svg) center no-repeat;
  background-size: cover;
}
.chat-box .right .checkinput {
  position: relative;
  display: flex;
  align-items: flex-start;
  height: 22px;
  margin-top: 12px;
}
.chat-box .right .input {
  margin-top: 22px;
  width: 386px;
  height: 36px;
  position: relative;
  border: none;
}
.chat-box .right .input img {
  position: absolute;
  left: 15px;
  top: 12px;
}
.chat-box .right .input textarea {
  resize: none;
}
.chat-box .right .input textarea,
.chat-box .right .input input {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  width: 346px;
  height: 36px;
  border: 1px solid #D8D8D8;
  padding: 0 0 0 40px;
  line-height: 38px;
  font-size: 13px;
  outline: none;
}
.chat-box .right .input textarea:focus,
.chat-box .right .input input:focus {
  box-shadow: 0px 0px 0px 2px rgba(85, 95, 255, 0.48);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #555FFF;
}
.chat-box .right .input textarea::-webkit-input-placeholder,
.chat-box .right .input input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #CACACA;
}
.chat-box .right .input textarea:-moz-placeholder,
.chat-box .right .input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #CACACA;
}
.chat-box .right .input textarea::-moz-placeholder,
.chat-box .right .input input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #CACACA;
}
.chat-box .right .input textarea:-ms-input-placeholder,
.chat-box .right .input input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #CACACA;
}
.chat-alert {
  width: 500px;
  height: 458px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chat-alert .check {
  width: 48px;
  height: 48px;
  margin-top: 48px;
  margin-bottom: 20px;
}
.chat-alert .alert-t {
  width: 96px;
  height: 42px;
  font-size: 24px;
  font-weight: normal;
  color: #3D3D3D;
  line-height: 42px;
}
.chat-alert .alert-p {
  width: 351px;
  height: 36px;
  font-size: 14px;
  font-weight: normal;
  color: #8C8C8C;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.chat-alert .check-qr {
  width: 120px;
  height: 120px;
  margin-bottom: 48px;
}
.chat-alert .verifybtn {
  width: 340px;
  height: 40px;
  background: #555fff;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  padding: 0;
}
.chat-alert .verifybtn:hover {
  background: #555fff;
}
.stepchat .chat-body {
  margin: 80px auto 80px;
}
.stepchat .chat-box {
  margin: 0 auto;
  box-shadow: none;
}
.stepchat .chat-box .right {
  background: #F7F8FA;
}
.stepchat .chat-box .right .close {
  display: none;
}
.stepchat .chat-box .right .errorinfo {
  display: none;
}
.side {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 100px;
}
.side .icon {
  width: 64px;
  height: 64px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 0px solid #F5F6F8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
  flex-direction: column;
}
.side .icon .hover {
  display: none;
}
.side .icon .normal {
  display: block;
}
.side .icon div {
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #3D3D3D;
  line-height: 20px;
  margin-top: 2px;
}
.side .icon svg {
  fill: #555fff;
  width: 26px;
  height: 26px;
}
.side .icon .leftopen {
  position: absolute;
  display: none;
}
.side .icon:hover .hover {
  display: block;
}
.side .icon:hover .normal {
  display: none;
}
.side .icon:hover svg {
  fill: #fff;
}
.side .icon:hover div {
  color: #fff;
}
.side .icon:hover .leftopen {
  width: 144px;
  height: 72px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #F5F6F8;
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 34px;
  left: -163px;
  box-shadow: 0px 20px 30px 0px rgba(0, 11, 188, 0.05), inset 5px 2px 10px 0px rgba(202, 207, 255, 0.08);
}
.side .icon:hover .leftopen:after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 24px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left-color: #fff;
}
.side .icon:hover .leftopen.tel div {
  padding: 0;
  margin: 0;
}
.side .icon:hover .leftopen.tel .top {
  width: 144px;
  height: 14px;
  font-size: 14px;
  font-weight: normal;
  color: #9C9C9C;
  line-height: 14px;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 10px;
}
.side .icon:hover .leftopen.tel .pno {
  width: 144px;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #3D3D3D;
  line-height: 16px;
  text-align: center;
}
.side .icon:hover .leftopen.wx:after {
  bottom: 56px;
}
.side .icon:hover .leftopen.wx {
  width: 144px;
  height: 144px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #F5F6F8;
}
.side .icon:hover .leftopen.wx img {
  width: 112px;
  height: 112px;
  display: block;
  margin: 16px auto 16px;
}
.side .icon:hover .leftopen.gochattxt {
  width: 144px;
  height: 72px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #F5F6F8;
  font-size: 16px;
  font-weight: normal;
  color: #3D3D3D;
  line-height: 72px;
  text-align: center;
}
.side .icon:hover .leftopen.gochattxt:after {
  bottom: 24px;
}
.side .icon.blue {
  background: #6F71FF;
  border: 1px solid #6F71FF;
}
.side .icon.blue div {
  color: #fff;
}
.step-other {
  height: 321px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.step-other .container {
  position: relative;
}
.step-other h2 {
  font-weight: 500;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 59px;
  padding-top: 89px;
  padding-bottom: 34px;
}
.step-other .hbox {
  display: flex;
}
.step-other .warning {
  margin-left: 20px;
}
.step-other .human {
  position: absolute;
  bottom: -90px;
  right: 0px;
  width: auto;
  height: 424px;
}
.global-pics-mask {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.global-pics-mask-img {
  height: 80vh;
  width: auto;
  display: block;
  pointer-events: none;
}
.global-pics-mask-sc4 {
  padding-bottom: 40px;
}
.global-pics-mask-sc4 .case-one {
  height: 80vh;
  width: 80vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.global-pics-mask-sc4 .swiper-button-next2mask,
.global-pics-mask-sc4 .swiper-button-prev2mask {
  top: 38vh;
  left: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0px 20px 30px 0px rgba(0, 11, 188, 0.05), inset 5px 2px 10px 0px rgba(202, 207, 255, 0.08);
  border: 1px solid rgba(235, 235, 235, 0.4);
  border-radius: 50%;
  position: absolute;
  z-index: 20;
  cursor: pointer;
}
.global-pics-mask-sc4 .swiper-button-next2mask {
  left: inherit;
  right: 40px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.global-pics-mask-sc4 .swiper-button-next2mask:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/swipper-arrow-r.svg) center no-repeat;
  background-size: cover;
  top: 12px;
  right: 12px;
}
.global-pics-mask-sc4 .swiper-button-prev2mask:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/swipper-arrow-r.svg) center no-repeat;
  background-size: cover;
  top: 12px;
  right: 12px;
}
.global-pics-mask-sc4 .swiper-pagination-p {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.global-pics-mask-sc4 .swiper-pagination-mask {
  display: flex;
  justify-content: center;
}
.global-pics-mask-sc4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #B0B4FF;
  opacity: 1;
  margin-right: 8px;
}
.global-pics-mask-sc4 .swiper-pagination-bullet-active {
  width: 16px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
}
.step-fixedbanner {
  background: #525BEA;
  width: 100%;
}
.step-fixedbanner .hboxmini {
  color: #fff;
  width: 62px;
  height: 54px;
  text-align: center;
  position: fixed;
  bottom: 82px;
  left: 10px;
  font-size: 12px;
  background: #6f71ff;
  cursor: pointer;
  border-radius: 5px;
  padding-top: 6px;
  box-shadow: 0px 20px 30px 0px rgba(3, 9, 108, 0.1);
}
.step-fixedbanner.fixed {
  position: fixed;
  z-index: 100;
  bottom: 0;
  box-shadow: 0 -5px 5px -5px rgba(200, 200, 200, 0.8);
}
.step-fixedbanner.fixed .close {
  display: block;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 24px;
  height: 24px;
  background: url(../img/chat/close.png) center no-repeat;
  background-size: 12px 12px;
  background-position: 6px 6px;
  cursor: pointer;
}
.step-fixedbanner .close {
  display: none;
}
.step-fixedbanner .hbox {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}
.step-fixedbanner .hbox a {
  display: block;
}
.step-fixedbanner .hbox .btn {
  margin: 0 18px;
  background: #525BEA;
  border: solid 1px #fff;
  color: #fff;
}
.logos-container .logobox-one {
  width: 274px;
}
.logos-container .logobox-one .t {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  text-align: center;
  padding-bottom: 18px;
}
.logos-container .logobox-one .imgbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logos-container .logobox-one .imgp {
  width: 130px;
  height: 73px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #C3C9DC;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
.logos-container .logobox-one .imgp img {
  height: auto;
  width: 130px;
}
.title {
  height: 50px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 36px;
  color: #333330;
  line-height: 50px;
  font-style: normal;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 115px 0 60px;
  display: flex;
  text-align: center;
}
.title.hassub {
  padding-bottom: 0px;
}
.subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #666;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  margin: 0 auto;
  padding: 24px 0 60px;
}
.case-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-box .case-one {
  position: relative;
  width: 285px;
  height: 250px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 18px;
  cursor: default;
}
.case-box .case-one.line3 {
  width: 386px;
  height: 250px;
}
.case-box .case-one.line3 .case-p {
  width: 319px;
}
.case-box .case-one.line2 {
  width: 585px;
  height: 250px;
}
.case-box .case-one.line2 .case-p {
  width: 522px;
}
.case-box .case-one .imgbox,
.case-box .case-one .overbg {
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0;
  top: 0;
  transition: opacity 0.8s ease-in-out;
}
.case-box .case-one .more {
  width: 86px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 34px;
  padding-left: 11px;
  margin-left: 34px;
  display: inline-block;
  position: relative;
}
.case-box .case-one .more:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(../img/whiterightarrowlong2.svg) center no-repeat;
  background-size: cover;
  top: 11px;
  right: 10px;
}
.case-box .case-one .case-p {
  width: 217px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  padding: 86px 0 18px 34px;
}
.case-box .case-one .overbg {
  opacity: 0;
  display: block;
}
.case-box .case-one .imgbox img {
  width: 100%;
  height: 250px;
  display: block;
}
.case-box .case-one:hover .overbg {
  display: block;
  opacity: 1;
}
.case-box .case-t {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
  position: absolute;
  left: 35px;
  top: 35px;
}
.case-box .icon {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 34px;
  top: 34px;
}
.stepnews {
  width: 1200px;
  display: flex;
}
.stepnews .left .news-card {
  padding: 20px 28px 20px 17px;
  position: relative;
  display: inline-block;
  width: 677px;
  height: 167px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 23px;
  transition: all 0.2s;
}
.stepnews .left .news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 20px 30px 0px rgba(3, 9, 108, 0.1);
}
.stepnews .left .news-card img {
  width: 334px;
  height: 159px;
  border-radius: 4px;
}
.stepnews .left .news-card .news-t {
  position: absolute;
  top: 34px;
  left: 388px;
}
.stepnews .left .news-card .news-t .news-d {
  font-weight: 500;
  font-size: 14px;
  color: #999AB9;
  line-height: 28px;
}
.stepnews .left .news-card .news-t .news-t-p {
  font-weight: 400;
  font-size: 18px;
  color: #333330;
  line-height: 24px;
  margin-top: 5px;
  width: 295px;
}
.stepnews .left .news-card .news-t .news-p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 9px;
  width: 295px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*设置显示的行数*/
  line-clamp: 2;
  /*设置显示的行数*/
  -webkit-box-orient: vertical;
}
.stepnews .right {
  width: 455px;
  height: 667px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  transition: all 0.2s;
}
.stepnews .right:hover {
  transform: translateY(-8px);
  box-shadow: 0px 20px 30px 0px rgba(3, 9, 108, 0.1);
}
.stepnews .right img {
  width: 455px;
  height: 667px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.stepnews .right .t {
  width: 455px;
  height: 207px;
  background: #161A70;
  opacity: 0.73;
  position: absolute;
  bottom: 0;
  right: 0;
}
.stepnews .right .t .u {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  padding: 27px 0 0 38px;
}
.stepnews .right .t .p {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  padding: 31px 38px 0 38px;
}
.play-video-img {
  filter: drop-shadow(0px 2px 15px rgba(219, 225, 255, 0.8));
  background: url(../img/playvideo.png) center no-repeat;
  width: 100px;
  height: 100px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .inmobile {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .mobile {
    display: none!important;
  }
  .inmobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  #side-top,
  .step-fixedbanner {
    display: none!important;
  }
  body {
    width: 100%;
    min-width: inherit;
    overflow-x: hidden;
    padding-top: 1.04rem;
  }
  .container {
    width: 7.5rem;
  }
  .header {
    display: none;
  }
  .header-mb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 1.04rem;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0rem 0.02rem 0rem 0rem #D8D8D8;
    z-index: 999;
  }
  .header-mb .nav {
    background: url(../img/mobile/nav.svg) center no-repeat;
    background-size: 100%;
    width: 0.4rem;
    height: 0.34rem;
    margin-right: 0.3rem;
  }
  .header-mb .nav.active {
    background: url(../img/closenav.svg) center no-repeat;
    background-size: 100%;
    width: 0.59rem;
    height: 0.59rem;
    margin-right: 0.18rem;
  }
  .header-logo {
    background: url(../img/logo.png) center no-repeat;
    background-size: 100%;
    width: 2.2rem;
    height: 0.54rem;
    margin: 0;
    margin-left: 0.38rem;
  }
  .btn {
    background: #FFFFFF;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    line-height: 0.44rem;
    font-weight: normal;
    color: #555FFF;
    padding: 0.18rem 0.58rem;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
  }
  .btn:hover {
    color: #6F78FD;
  }
  .btn.big {
    font-size: 0.32rem;
    padding: 0.18rem 0.58rem;
    line-height: 0.44rem;
  }
  .btn.abtn.more,
  .btn.primary.more {
    padding-right: 0.98rem;
    position: relative;
  }
  .btn.abtn.more:after,
  .btn.primary.more:after {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.28rem;
    background: url(../img/whiterightarrowlong.svg) center no-repeat;
    top: 0.34rem;
    right: 0.38rem;
  }
  .title {
    font-size: 0.44rem;
    line-height: 0.6rem;
    height: fit-content;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .title:after {
    content: none;
  }
  .title:before {
    content: none;
  }
  .subtitle {
    display: none;
  }
  .logos-container .swiper-wrapper {
    flex-wrap: wrap;
  }
  .logos-container .logobox-one {
    width: 7.1rem;
    overflow-x: auto;
    padding: 0.7rem 0.36rem 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
  }
  .logos-container .logobox-one::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Opera */
  }
  .logos-container .logobox-one .t {
    font-size: 0.32rem;
    line-height: 0.44rem;
    padding-bottom: 0.26rem;
    position: absolute;
    width: 7.5rem;
    top: 0;
    left: 0;
  }
  .logos-container .logobox-one .imgbox {
    width: 11.8rem;
  }
  .logos-container .logobox-one .imgp {
    width: 2.08rem;
    height: 1.16rem;
    border-radius: 0.06rem;
    border: 0.02rem solid #C3C9DC;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .logos-container .logobox-one .imgp img {
    height: auto;
    width: 2.08rem;
  }
  .stepnews {
    width: 7.5rem;
    height: inherit;
    border-radius: 0.08rem;
    display: flex;
    overflow: hidden;
    flex-direction: column-reverse;
  }
  .stepnews .left {
    width: 7.14rem;
    overflow-x: auto;
    display: flex;
    padding: 0.38rem 0.36rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
  }
  .stepnews .left::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Opera */
  }
  .stepnews .left .news-card {
    padding: 0;
    width: 5.3rem;
    height: 4.58rem;
    padding-right: 0.36rem;
  }
  .stepnews .left .news-card img {
    width: 5.3rem;
    height: 2.52rem;
    border-radius: 0.08rem;
  }
  .stepnews .left .news-card .news-t {
    position: absolute;
    top: 2.52rem;
    left: 0rem;
    width: 5.3rem;
  }
  .stepnews .left .news-card .news-t .news-d {
    font-size: 0.28rem;
    line-height: 0.56rem;
  }
  .stepnews .left .news-card .news-t .news-t-p {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.01rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*设置显示的行数*/
    line-clamp: 1;
    /*设置显示的行数*/
    -webkit-box-orient: vertical;
    width: 5.3rem;
  }
  .stepnews .left .news-card .news-t .news-p {
    width: 5.3rem;
    font-size: 0.26rem;
    margin-top: 0.06rem;
    line-height: 0.4rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*设置显示的行数*/
    line-clamp: 2;
    /*设置显示的行数*/
    -webkit-box-orient: vertical;
  }
  .stepnews .left .news-card .news-t .a {
    width: fit-content;
    height: 0.56rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.28rem;
    color: #555FFF;
    line-height: 0.6rem;
    padding-right: 0.4rem;
    margin-top: 0.18rem;
    position: relative;
    display: inline-block;
  }
  .stepnews .left .news-card .news-t .a:after {
    content: '';
    position: absolute;
    width: 0.22rem;
    height: 0.2rem;
    background: url(../img/bluelongrightarrow.svg) center no-repeat;
    top: 0.2rem;
    right: 0rem;
  }
  .stepnews .right {
    width: 6.8rem;
    height: 8.8rem;
    border-radius: 0.08rem;
    overflow: hidden;
    margin: 0 auto;
  }
  .stepnews .right img {
    width: 6.8rem;
    height: 8.8rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .stepnews .right .t {
    width: 6.8rem;
    height: 2.4rem;
  }
  .stepnews .right .t .u {
    font-size: 0.28rem;
    line-height: 0.56rem;
    padding: 0.3rem 0 0 0.26rem;
  }
  .stepnews .right .t .p {
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding: 0.04rem 0.26rem 0 0.26rem;
  }
  .step-other {
    height: 5rem;
  }
  .step-other .container {
    height: 5rem;
  }
  .step-other h2 {
    font-size: 0.6rem;
    line-height: 0.84rem;
    padding: 0.74rem 0 0.4rem 0.68rem;
  }
  .step-other .btn {
    width: 2.46rem;
    margin-bottom: 0.22rem;
    padding: 0.18rem 0;
  }
  .step-other .hbox {
    display: flex;
    flex-wrap: wrap;
    width: 4rem;
    padding-left: 0.68rem;
  }
  .step-other .warning {
    margin-left: 0px;
  }
  .step-other .human {
    bottom: 0;
    height: 3.24rem;
  }
  .footer {
    height: fit-content;
    padding-top: 0.48rem;
    padding-bottom: 1.3rem;
  }
  .footer .footerbase {
    flex-wrap: wrap;
    background: #171949;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    height: fit-content;
    justify-content: flex-start;
    padding-left: 0.34rem;
  }
  .footer .footerbase .big {
    width: 7rem;
  }
  .footer .topline {
    border: none;
  }
  .footer .top {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    width: 6.8rem;
    height: 0.76rem;
    font-size: 0.32rem;
    line-height: 0.76rem;
    padding-top: 0.3rem;
    margin-bottom: 0;
    padding-bottom: 0.3rem;
    border-bottom: solid 0 #fff;
    position: relative;
  }
  .footer .top:after {
    content: '';
    position: absolute;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/whitearrowdown.svg) center no-repeat;
    background-size: cover;
    top: 0.4rem;
    right: 0;
  }
  .footer .top.active:after {
    content: '';
    position: absolute;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/whitearrowup.svg) center no-repeat;
    background-size: cover;
    top: 0.44rem;
    right: 0;
  }
  .footer a {
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.4rem;
    padding: 0.19rem 0;
    height: 0.4rem;
    margin-bottom: 0;
    display: block;
  }
  .footer a:hover {
    border-bottom: none;
  }
  .footer .footerbox {
    flex-direction: column;
  }
  .footer .footerbox .footer-product {
    width: 6.8rem;
    margin: 0 auto;
  }
  .footer .footerbox .footer-product .abox {
    margin-bottom: 0;
  }
  .footer .footerbox .footer-product .abox .ap {
    width: 6rem;
  }
  .footer .footer-industy {
    width: 6.8rem;
    margin: 0 auto;
  }
  .footer .qrpos {
    position: absolute;
    left: 0.36rem;
    margin-top: 4rem;
    border-bottom: none!important;
  }
  .footer .qrpos .qr {
    width: 2.16rem;
    height: 2.8rem;
  }
  .footer .qrpos .qr img {
    width: 1.9rem;
    height: 1.96rem;
  }
  .footer .qrpos .qr p {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .footer .footer-about {
    width: 6.8rem !important;
    margin: 0 auto;
    padding-bottom: 0.52rem;
  }
  .footer .footer-about.mobilepaddingleft {
    width: 4.08rem !important;
    padding-left: 2.86rem;
    position: relative;
  }
  .footer .footer-about.mobilepaddingleft p {
    width: 4.08rem !important;
  }
  .footer .footer-about.mobilepaddingleft .icons {
    margin-left: -2.6rem;
    margin-top: 0.56rem;
    padding-bottom: 0.72rem;
  }
  .footer .footer-about.mobilepaddingleft .icons .icon {
    width: 0.92rem;
    height: 0.92rem;
    margin-right: 0.58rem;
  }
  .footer .footer-about.mobilepaddingleft .icons .icon i {
    width: 0.92rem;
    height: 0.92rem;
  }
  .footer .footer-about.mobilepaddingleft .icons .icon.wechart {
    pointer-events: none;
  }
  .footer .footer-about .top2 {
    font-size: 0.32rem;
    line-height: 0.44rem;
    margin-bottom: 0.2rem;
    height: 0.44rem;
  }
  .footer .footer-about p {
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.44rem;
    width: 6.8rem !important;
  }
  .footer .footer-industy,
  .footer .abox {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .case-box {
    padding: 0 0.32rem;
    pointer-events: none;
  }
  .case-box .case-one {
    width: 3.3rem;
    height: 2.9rem;
  }
  .case-box .case-one.line3 {
    width: 3.3rem;
    height: 2.9rem;
  }
  .case-box .case-one.line2 {
    width: 3.3rem;
    height: 2.9rem;
  }
  .case-box .case-one .imgbox {
    width: 100%;
    height: 100%;
  }
  .case-box .case-one .imgbox img {
    width: 100%;
    height: 100%;
  }
  .case-box .icon {
    width: 0.52rem;
    height: 0.46rem;
    position: absolute;
    left: 0.48rem;
    right: inherit;
    top: 0.34rem;
  }
  .case-box .case-t {
    font-size: 0.32rem;
    line-height: 0.44rem;
    left: 0.48rem;
    right: inherit;
    top: 0.98rem;
  }
}
@media screen and (max-width: 768px) {
  .header-mb-menu {
    height: calc(100vh - 1.04rem);
    width: 6.7rem;
    position: fixed;
    top: 1.04rem;
    left: 0;
    z-index: 9999;
    background: #fff;
    overflow-y: auto;
    padding: 0 0.4rem;
  }
  .header-mb-menu .nava {
    width: 100%;
    font-weight: 500;
    font-size: 0.34rem;
    color: #333333;
    line-height: 1.2rem;
    height: 1.2rem;
    position: relative;
    display: block;
    border-bottom: 0.01rem solid #C3C9DC;
  }
  .header-mb-menu .nava.more:after {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.28rem;
    background: url(../img/blackarrowdown2.svg) center no-repeat;
    top: 0.34rem;
    right: 0.38rem;
  }
  .header-mb-menu .subtmenu {
    font-weight: 400;
    font-size: 0.26rem;
    color: #999;
    line-height: 0.36rem;
    display: block;
    padding: 0.2rem 0.24rem;
  }
  .header-mb-menu .pbox a {
    font-weight: 400;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.42rem;
    display: block;
    padding: 0.2rem 0.48rem;
  }
}
.banner {
  width: 100%;
  height: 550px;
  position: relative;
  background-color: #414CE4;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  margin-top: 59px;
}
.banner img {
  height: 100%;
  width: auto;
}
.banner.video-banner {
  background: #5960e2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner video {
  height: 580px;
  width: auto;
  object-fit: cover;
}
.banner .video-cover {
  position: absolute;
  width: 100%;
  top: 0;
}
.banner h1 {
  margin-top: 168px;
}
.banner p {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  margin-top: 12px;
}
.banner .btnbox {
  display: flex;
  justify-content: flex-start;
  margin-top: 67px;
}
.banner .btnbox .btn {
  margin-right: 26px;
}
.banner.center {
  background-color: #5058e1;
}
.banner.center .container {
  text-align: center;
}
.banner.center .btnbox {
  justify-content: center;
  margin-top: 60px;
}
.banner.center .btnbox .btn {
  margin: 0 14px;
}
.banner.center h1 {
  margin-top: 170px;
  margin-bottom: 20px;
}
.sc1 {
  position: relative;
}
.sc1 .swiper-pagination-p {
  width: 100%;
  position: absolute;
  top: 492px;
}
.sc1 .swiper-pagination {
  display: flex;
}
.sc1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #555fff;
  opacity: 1;
  margin-right: 8px;
}
.sc1 .swiper-pagination-bullet-active {
  width: 16px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
}
.step0 {
  position: relative;
  margin-top: 0px;
  width: 100%;
  z-index: 2;
  background: #F4F8FE;
  height: 90px;
  overflow: hidden;
}
.step0 .pics {
  position: relative;
}
.step0 .pics .flag {
  position: absolute;
  height: 46px;
  border-radius: 23px;
  padding: 0 20px;
  width: 264px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 46px;
  text-align: left;
  font-style: normal;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #FFF;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*设置显示的行数*/
  line-clamp: 1;
  /*设置显示的行数*/
  -webkit-box-orient: vertical;
}
.step0 .pics .flag:hover {
  background: #555FFF;
  color: #fff;
  border: 1px solid #555FFF;
}
.step1 {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #EDF1FF 100%);
  padding-top: 90px;
  padding-bottom: 54px;
}
.step1 .robot {
  display: block;
  margin: 0 auto 33px;
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
}
.step1 .input {
  position: relative;
  width: 1200px;
  padding-bottom: 35px;
}
.step1 .input:after {
  content: '';
  position: absolute;
  right: 18px;
  top: 20px;
  width: 50px;
  height: 50px;
  background: #555FFF;
  border-radius: 4px;
  background-image: url(../img/search.svg);
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
}
.step1 input {
  width: 1140px;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 4px 65px 1px #E3E5FE;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0);
  outline: none;
  /* 添加这行去除焦点样式 */
  padding: 0 30px;
  position: relative;
  font-size: 18px;
  color: #333;
}
.step1 input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #666;
  line-height: 25px;
}
.step1 input:focus {
  border: solid 1px #555FFF;
}
.step1 .slide {
  width: 100%;
  overflow: hidden;
  height: 46px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  position: relative;
  /*
    &:before,
    &:after {
      content: '';
      position: absolute;
      top: 10px;
      width: 160px;
      height: 46px;
      z-index: 10;
    }

    &:before {
      pointer-events: none;
      left: 0;
      background: linear-gradient(to right, rgba(248, 250, 255, 1), transparent);
    }

    &:after {
      pointer-events: none;
      right: 0;
      background: linear-gradient(to left, rgba(248, 250, 255, 1), transparent);
    }
    */
}
.step1 .slide .flag {
  height: 46px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #333330;
  line-height: 46px;
  text-align: left;
  font-style: normal;
  padding: 0 22px;
  border-radius: 4px;
  position: relative;
  background: #EFF5FF;
  display: block;
  margin: 0 15px;
  flex-shrink: 0;
}
.step1 .slide .flag:after {
  content: '';
  position: absolute;
  right: -9px;
  bottom: -1px;
  width: 12px;
  height: 18px;
  background-image: url(../img/searcharrow.svg);
  background-size: 12px 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.step1 .slide .flag:hover {
  color: #FFFFFF;
  background: #555fff;
}
.step1 .slide .flag:hover:after {
  content: '';
  position: absolute;
  right: -9px;
  bottom: -1px;
  width: 12px;
  height: 18px;
  background-image: url(../img/searchbluearrow.svg);
  background-size: 12px 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.step1 .sc2-p {
  position: relative;
  padding: 0 72px 25px;
}
.step1 .sc2-p .swiper-button-next2,
.step1 .sc2-p .swiper-button-prev2 {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 26px;
  z-index: 20;
  cursor: pointer;
}
.step1 .sc2-p .swiper-button-next2 {
  right: 0px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.step1 .sc2-p .swiper-button-next2:after {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  background: url(../img/swipper-arrow-r-home.svg) center no-repeat;
  background-size: cover;
  top: 0px;
  right: 0px;
}
.step1 .sc2-p .swiper-button-prev2 {
  left: 0;
}
.step1 .sc2-p .swiper-button-prev2:after {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  background: url(../img/swipper-arrow-r-home.svg) center no-repeat;
  background-size: cover;
  top: 0px;
  right: 0px;
}
.step1 .sc2 {
  width: 100%;
}
.step1 .sc2 .swiper-wrapper {
  width: 100%;
}
.step1 .sc2 .swiper-slide {
  width: 140px;
  height: 100px;
}
.step1 .sc2 .swiper-slide .case-one {
  width: 140px;
  height: 100px;
  border-radius: 4px;
  color: #333330;
}
.step1 .sc2 .swiper-slide .case-one .normal {
  display: block;
}
.step1 .sc2 .swiper-slide .case-one .hover {
  display: none;
}
.step1 .sc2 .swiper-slide .case-one.active,
.step1 .sc2 .swiper-slide .case-one:hover {
  background: #555FFF;
  color: #fff;
}
.step1 .sc2 .swiper-slide .case-one.active .normal,
.step1 .sc2 .swiper-slide .case-one:hover .normal {
  display: none;
}
.step1 .sc2 .swiper-slide .case-one.active .hover,
.step1 .sc2 .swiper-slide .case-one:hover .hover {
  display: block;
}
.step1 .sc2 .swiper-slide .imgbox {
  padding: 18px 0 8px;
}
.step1 .sc2 .swiper-slide .imgbox img {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto;
}
.step1 .sc2 .swiper-slide .case-t {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: normal;
}
.step1 .product-box {
  display: flex;
  justify-content: flex-end;
  background: #FFFFFF;
  box-shadow: 0px 4px 65px 1px #E3E5FE;
  border-radius: 4px;
}
.step1 .product-box img {
  width: 752px;
  height: 423px;
  cursor: pointer;
}
.step1 .product-box .left {
  padding-left: 72px;
}
.step1 .product-box .left .subt {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #333330;
  line-height: 33px;
  padding-top: 21px;
}
.step1 .product-box .left .tag {
  background: #E8ECFE;
  border-radius: 4px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #536778;
  line-height: 28px;
  font-style: normal;
  padding: 0 14px;
  margin-top: 80px;
  display: inline-block;
}
.step1 .product-box .left .p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333330;
  line-height: 20px;
  padding: 18px 0 44px;
}
.step1 .product-box .right {
  position: relative;
}
.step1 .product-box .right .play-video-img {
  right: 326px;
  top: 161px;
}
.step1_1 {
  margin-top: 0px;
  position: relative;
  height: 420px;
  display: block;
}
.step1_1 .video-banner {
  background: #505ae7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}
.step1_1 .video-banner video {
  height: 365px;
  width: auto;
  object-fit: cover;
}
.step1_1 .container {
  position: relative;
}
.step1_1 .imgbg {
  position: absolute;
  top: 0;
  left: 0;
  height: 420px;
  width: 100%;
}
.step1_1 .btn {
  position: absolute;
  left: 495px;
  right: 0;
  top: 275px;
  display: inline-block;
  width: 210px;
}
.step1_1 .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.step1_1 .content .subt {
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
  padding-top: 94px;
  padding-left: 0px;
}
.step1_1 .content .p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  padding-top: 32px;
  padding-left: 0px;
  text-align: center;
  margin: 0 auto;
  width: 706px;
}
.step2 {
  height: inherit;
  background: linear-gradient(180deg, #FFFFFF 0%, #EDF1FF 100%);
}
.step2 .users {
  overflow: hidden;
  height: 208px;
  position: relative;
}
.step2 .users:before,
.step2 .users:after {
  content: '';
  position: absolute;
  top: 0px;
  width: 160px;
  height: 208px;
  z-index: 10;
}
.step2 .users:before {
  pointer-events: none;
  left: 0;
  background: linear-gradient(to right, rgba(238, 241, 255, 0.8), transparent);
}
.step2 .users:after {
  pointer-events: none;
  right: 0;
  background: linear-gradient(to left, rgba(238, 241, 255, 0.8), transparent);
}
.step2 .users .flag {
  position: absolute;
  width: 444px;
  height: 92px;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 2px rgba(219, 225, 255, 0.5);
  border-radius: 4px;
}
.step2 .users .flag img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 11px;
  left: 10px;
}
.step2 .users .flag .u {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  position: absolute;
  top: 12px;
  left: 97px;
}
.step2 .users .flag .ans {
  width: 340px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  position: absolute;
  top: 40px;
  left: 97px;
}
.step2 .findmorecase {
  margin: 0 auto;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  padding: 12px 60px 12px 20px;
}
.step2 .cases {
  display: flex;
  padding: 24px 0;
  justify-content: space-between;
}
.step2 .cases .case-one {
  height: 303px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 286px;
}
.step2 .cases .case-one:before {
  content: '';
  width: 591px;
  height: 176px;
  background: linear-gradient(rgba(50, 49, 83, 0) 0%, #25293F 100%);
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.step2 .cases .case-one .u {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  position: absolute;
  top: 229px;
  left: 28px;
}
.step2 .cases .case-one .p {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  top: 265px;
  left: 28px;
}
.step2 .cases .case-one .small {
  display: block;
  width: 100%;
  height: 100%;
}
.step2 .cases .case-one .big {
  display: none;
  width: 100%;
  height: 100%;
}
.step2 .cases .case-one.active,
.step2 .cases .case-one:hover {
  width: 591px;
  /* 鼠标悬停时的宽度 */
}
.step2 .cases .case-one.active .small,
.step2 .cases .case-one:hover .small {
  display: none;
}
.step2 .cases .case-one.active .big,
.step2 .cases .case-one:hover .big {
  display: block;
}
.step3 {
  background-color: #EDF1FF;
}
.step4 {
  background-color: #EDF1FF;
}
.step5 {
  background-color: #EDF1FF;
}
.step5 .flexbox {
  display: flex;
  padding: 0 66px 192px;
  justify-content: space-between;
}
.step5 .flexbox .icon-one {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 200px;
}
.step5 .flexbox .icon-one p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.step5 .flexbox .icon-one p.txt-blue {
  color: #555fff;
  padding-top: 24px;
  font-size: 16px;
  border-bottom: none;
}
.step5 .flexbox .icon-one .img-p {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step5 .flexbox .icon-one img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .banner {
    margin: 0;
    height: 8.62rem;
  }
  .banner h1 {
    font-weight: 500;
    font-size: 0.6rem;
    color: #FFFFFF;
    line-height: 0.84rem;
    margin: 1.58rem 0.56rem 0 0.56rem;
  }
  .banner p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.52rem;
    margin: 0.16rem 0.56rem 0 0.56rem;
  }
  .banner .btnbox {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.66rem;
    margin-left: 0.62rem;
  }
  .banner .btnbox .btn {
    margin-right: 0.52rem;
  }
  .sc1 .swiper-pagination-p {
    top: inherit;
  }
  .sc1 .swiper-pagination {
    margin-left: 0.6rem;
    bottom: 0.4rem;
  }
  .step0 {
    height: 0.9rem;
  }
  .step0 .pics {
    height: 0.9rem;
  }
  .step0 .pics .flag {
    width: 5.28rem;
    height: 0.64rem;
    background: #FFFFFF;
    border-radius: 0.46rem;
    font-size: 0.26rem;
    line-height: 0.64rem;
    padding: 0 0.4rem;
  }
  .step1 {
    height: inherit;
    padding-top: 1.04rem;
    background: #fff;
  }
  .step1 .robot {
    width: 1.42rem;
    height: 1.42rem;
    margin-bottom: 0.2rem;
  }
  .step1 .input {
    width: 6.8rem;
    height: 1.2rem;
    margin: 0.32rem auto 0;
    padding-bottom: 0.4rem;
  }
  .step1 .input:after {
    background: #fff;
    right: 0.38rem;
    top: 0.7rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 4px;
    background-image: url(../img/searchmb.svg);
    background-size: 0.4rem 0.4rem;
    background-position: center;
  }
  .step1 input {
    width: 6.16rem;
    height: 1.2rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    padding: 0 0.32rem;
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0rem 0.08rem 0.7rem 0.02rem #E3E5FE;
    border-radius: 0.08rem;
  }
  .step1 input::placeholder {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .step1 .slide-p {
    margin-top: 0.4rem;
  }
  .step1 .slide {
    width: 100%;
    overflow: hidden;
    height: 0.68rem;
    padding: 0.1rem 0;
    justify-content: flex-start;
  }
  .step1 .slide:before,
  .step1 .slide:after {
    content: '';
    position: absolute;
    top: 0.1rem;
    width: 1.6rem;
    height: 0.68rem;
    z-index: 10;
  }
  .step1 .slide .flag {
    flex-shrink: 0;
    height: 0.68rem;
    font-size: 0.22rem;
    line-height: 0.68rem;
    padding: 0 0.42rem;
    border-radius: 0.08rem;
    margin-right: 0.22rem;
  }
  .step1 .slide .flag:after {
    content: none;
  }
  .step1 .slide .flag:hover {
    color: #FFFFFF;
    background: #555FFF;
  }
  .step1 .slide .flag:hover:after {
    content: none;
  }
  .step1 .titlebr {
    padding-top: 0.78rem !important;
  }
  .step1 .titlebr .txt- {
    display: block;
  }
  .step1 .product-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100vh;
    flex-direction: column;
    width: 100%;
    overflow: auto;
    overscroll-behavior: contain;
  }
  .step1 .product-box .right {
    position: absolute;
    bottom: 0;
    left: 0rem;
    background-color: #fff;
    width: 100%;
    height: 4.24rem;
    padding-bottom: 1.98rem;
    display: flex;
    align-items: center;
  }
  .step1 .product-box .right img {
    width: 6.4rem;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 0;
    pointer-events: none;
  }
  .step1 .product-box .right .play-video-img {
    display: none;
  }
  .step1 .product-box .left {
    position: absolute;
    bottom: 6.22rem;
    left: 0;
    background-color: #fff;
    padding: 0 0.8rem;
    border-radius: 0.32rem 0.32rem 0rem 0rem;
  }
  .step1 .product-box .left .btn {
    position: absolute;
    bottom: -5.4rem;
    z-index: 4;
    width: 4.42rem;
  }
  .step1 .product-box .left .btn:after {
    top: 0.26rem;
    right: 2rem;
  }
  .step1 .product-box .left .tag {
    display: none;
  }
  .step1 .product-box .left .subt {
    font-size: 0.38rem;
    line-height: 0.52rem;
    padding: 1rem 0 0 0;
    width: 5.92rem;
  }
  .step1 .product-box .left .p {
    font-size: 0.22rem;
    line-height: 0.32rem;
    padding: 0.22rem 0 0 0;
    width: 5.92rem;
  }
  .step1 .sc2-p {
    padding: 1rem 0.6rem 0.64rem;
  }
  .step1 .sc2-p .swiper-button-prev2,
  .step1 .sc2-p .swiper-button-next2 {
    display: none;
  }
  .step1 .sc2 .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .step1 .sc2 .swiper-slide {
    width: 1.28rem;
    height: 2.04rem;
    margin-bottom: 0.26rem;
  }
  .step1 .sc2 .swiper-slide .case-one {
    width: 1.28rem;
    height: 2.04rem;
    background: #fff;
    border-radius: 0.08rem;
  }
  .step1 .sc2 .swiper-slide .case-one.active,
  .step1 .sc2 .swiper-slide .case-one:hover {
    background: #fff;
    color: #fff;
  }
  .step1 .sc2 .swiper-slide .imgbox {
    background: #F4F8FE;
    padding: 0;
    width: 1.28rem;
    height: 1.28rem;
  }
  .step1 .sc2 .swiper-slide .imgbox img {
    width: 0.64rem;
    height: 0.64rem;
    display: block;
    margin: 0 auto;
    padding-top: 0.32rem;
  }
  .step1 .sc2 .swiper-slide .case-t {
    font-size: 0.23rem;
    color: #333330;
    line-height: 0.32rem;
    text-align: center;
  }
  .step1_1 {
    margin-top: 0;
    height: 4.52rem;
  }
  .step1_1 .btn {
    top: 2.7rem;
    left: 0.68rem;
  }
  .step1_1 .imgbg {
    height: auto;
  }
  .step1_1 .content .subt {
    line-height: 0.6rem;
    font-size: 0.44rem;
    width: 6.1rem;
    padding-top: 0.88rem;
    padding-left: 0.68rem;
  }
  .step1_1 .content .p {
    display: none;
  }
  .step2 {
    background: #fff;
    height: inherit;
  }
  .step2 .title {
    padding-top: 0.82rem;
    padding-bottom: 0.5rem;
  }
  .step2 .subtitle {
    display: none;
  }
  .step2 .title-mb2 {
    padding-top: 0.92rem !important;
  }
  .step2 .users {
    height: 4.06rem;
  }
  .step2 .users:before,
  .step2 .users:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 1.6rem;
    height: 3.86rem;
    z-index: 10;
  }
  .step2 .users:before {
    pointer-events: none;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
  }
  .step2 .users:after {
    pointer-events: none;
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
  }
  .step2 .users .flag {
    position: absolute;
    width: 5.8rem;
    height: 1.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.3rem 0.04rem rgba(219, 225, 255, 0.5);
    border-radius: 0.08rem;
  }
  .step2 .users .flag img {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 0.28rem;
    left: 0.22rem;
  }
  .step2 .users .flag .u {
    font-weight: 600;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.44rem;
    position: absolute;
    top: 0.28rem;
    left: 1.58rem;
  }
  .step2 .users .flag .ans {
    width: 3.88rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
    position: absolute;
    top: 0.78rem;
    left: 1.58rem;
  }
  .step2 .cases-p {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 0.46rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
  }
  .step2 .cases-p::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Opera */
  }
  .step2 .cases {
    display: flex;
    padding: 0.46rem 0.36rem 0;
    justify-content: space-between;
  }
  .step2 .cases .case-one {
    width: 5.3rem;
    height: 5.62rem;
    position: relative;
    padding-right: 0.36rem;
    border-radius: 0.08rem;
    overflow: hidden;
    flex-shrink: 0;
  }
  .step2 .cases .case-one:before {
    width: 5.3rem;
  }
  .step2 .cases .case-one .u {
    font-size: 0.32rem;
    line-height: 0.44rem;
    top: 4.54rem;
    left: 0.4rem;
  }
  .step2 .cases .case-one .p {
    font-size: 0.26rem;
    line-height: 0.36rem;
    top: 5rem;
    left: 0.4rem;
  }
  .step2 .cases .case-one .small {
    display: block;
    width: 5.3rem;
  }
  .step2 .cases .case-one .big {
    display: none;
    width: 5.3rem;
  }
  .step2 .cases .case-one.active,
  .step2 .cases .case-one:hover {
    width: 5.3rem;
  }
  .step2 .cases .case-one.active .small,
  .step2 .cases .case-one:hover .small {
    display: block;
  }
  .step2 .cases .case-one.active .big,
  .step2 .cases .case-one:hover .big {
    display: none;
  }
  .step2 .findmorecase {
    line-height: 0.36rem;
    font-size: 0.26rem;
    padding: 0.32rem 0.56rem;
    width: 2.08rem;
  }
  .step3 {
    background: #fff;
    height: inherit;
  }
  .step3 .title {
    padding-top: 1.2rem !important;
    padding-bottom: 0.56rem !important;
  }
  .step4 {
    background: #fff;
  }
  .step4 .title {
    padding-top: 0.82rem !important;
    padding-bottom: 0.4rem !important;
  }
  .step5 {
    background: #fff;
  }
  .step5 .title {
    padding-top: 0.76rem !important;
    padding-bottom: 0.56rem;
  }
  .step5 .flexbox {
    flex-wrap: wrap;
    width: 6.62rem;
    padding: 0 0.44rem 0.5rem;
  }
  .step5 .flexbox .icon-one {
    width: 1.92rem;
    justify-content: flex-start;
  }
  .step5 .flexbox .icon-one p {
    font-size: 0.22rem;
    line-height: 0.3rem;
    text-align: center;
  }
  .step5 .flexbox .icon-one p.txt-blue {
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding-top: 0.04rem;
    text-align: center;
  }
  .step5 .flexbox .icon-one .img-p {
    width: 1.4rem;
    height: 1.42rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .step5 .flexbox .icon-one img {
    width: 1.2rem;
    height: auto;
  }
}
