.c-white {
  color: #fff;
}
.c-0-65 {
  color: rgba(0, 0, 0, 0.65);
}
.c-0-85 {
  color: rgba(0, 0, 0, 0.85);
}
.c-0-100 {
  color: #000;
}
.c-3 {
  color: #333;
}
.c-6 {
  color: #666;
}
.c-light-blue {
  color: #869cfd;
}
.c-blue {
  color: #5e73ff;
}
.b-white {
  background: #fff;
}
.b-gray {
  background: #fbfcff;
}
.b-blue {
  background: #5e73ff;
}
.title {
  color: #5e73ff;
  font-size: 36px;
}
.sub-title {
  margin-top: 20px;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-36 {
  font-size: 36px;
}
.fs-51 {
  font-size: 51px;
}
.fs-52 {
  font-size: 52px;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.text-center {
  text-align: center;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-12 {
  margin-bottom: 12px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.a-s-s {
  align-self: stretch;
}
.f-w-b {
  font-weight: bold;
}
.swipe {
  position: relative;
}
.swipe .swipe-img {
  max-width: 100%;
}
.swipe .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 110px 0 40px;
  z-index: 18;
}
.swipe .content .swipe-title {
  line-height: 1;
}
.swipe .content .bottom-box {
  padding: 0;
}
.swipe .content .bottom-box .info-box {
  padding: 12px 27px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}
.swipe .content .bottom-box .info-box .item.name {
  flex-basis: 330px;
}
.swipe .content .bottom-box .info-box .item.function {
  flex-basis: 430px;
}
.swipe .content .bottom-box .info-box .icon {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-origin: center center;
  margin-right: 20px;
}
.swipe .content .bottom-box .info-box .name .icon {
  background-image: url('/fe/www/img/spot/cases/info-name.png');
}
.swipe .content .bottom-box .info-box .scope .icon {
  background-image: url('/fe/www/img/spot/cases/info-scope.png');
}
.swipe .content .bottom-box .info-box .function .icon {
  background-image: url('/fe/www/img/spot/cases/info-function.png');
}
.swipe .content .bottom-box .info-box .address .icon {
  background-image: url('/fe/www/img/spot/cases/info-address.png');
}
.swipe .content .bottom-box .logo-list li {
  width: 136px;
  height: 66px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  background-size: 100% 100%;
  box-sizing: border-box;
  transition: all 300ms;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(1) {
  background: url('/fe/www/img/spot/cases/logo-1-default.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(1):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(1).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-1-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(2) {
  background: url('/fe/www/img/spot/cases/logo-2-default.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(2):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(2).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-2-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(3) {
  background: url('/fe/www/img/spot/cases/logo-3-default.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(3):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(3).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-3-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(4) {
  background: url('/fe/www/img/spot/cases/logo-4-default.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(4):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(4).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-4-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(5) {
  background: url('/fe/www/img/spot/cases/logo-5-default.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(5):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(5).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-5-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(6) {
  background: url('/fe/www/img/spot/cases/logo-6-default.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(6):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(6).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-6-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(7) {
  background: url('/fe/www/img/spot/cases/logo-7-default.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(7):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(7).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-7-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(8) {
  background: url('/fe/www/img/spot/cases/logo-8-default.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(8):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(8).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-8-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(9) {
  background: url('/fe/www/img/spot/cases/logo-9-default.png') center no-repeat;
  margin-top: 16px;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(9):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(9).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-9-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(10) {
  background: url('/fe/www/img/spot/cases/logo-10-default.png') center no-repeat;
  margin-top: 16px;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(10):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(10).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-10-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(11) {
  background: url('/fe/www/img/spot/cases/logo-11-default.png') center no-repeat;
  margin-top: 16px;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(11):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(11).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-11-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(12) {
  background: url('/fe/www/img/spot/cases/logo-12-default.png') center no-repeat;
  margin-top: 16px;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(12):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(12).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-12-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(13) {
  background: url('/fe/www/img/spot/cases/logo-13-default.png') center no-repeat;
  margin-top: 16px;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(13):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(13).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-13-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(14) {
  background: url('/fe/www/img/spot/cases/logo-14-default.png') center no-repeat;
  margin-top: 16px;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(14):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(14).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-14-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(15) {
  background: url('/fe/www/img/spot/cases/logo-15-default.png') center no-repeat;
  margin-top: 16px;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(15):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(15).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-15-active.png') center no-repeat;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(16) {
  background: url('/fe/www/img/spot/cases/logo-16-default.png') center no-repeat;
  margin-top: 16px;
}
.swipe .content .bottom-box .logo-list .logo:nth-child(16):hover,
.swipe .content .bottom-box .logo-list .logo:nth-child(16).active {
  border-color: #5e73ff;
  background: url('/fe/www/img/spot/cases/logo-16-active.png') center no-repeat;
}
.process .item + .item {
  margin-left: 50px;
}
.process .img-box {
  cursor: pointer;
}
.process .img-box:after {
  content: '';
  display: block;
  width: 200px;
  height: 2px;
  background: #ececec;
  margin-bottom: 30px;
}
.process .img-box:hover:after {
  background: #5e73ff;
}
.process .process-img {
  width: 150px;
  height: 150px;
}
.process .process-arrow {
  width: 12px;
  height: 15px;
  background: url('/fe/www/img/spot//arrow.png') no-repeat center center;
  background-size: 100% 100%;
}
.feature .list {
  display: table-row;
}
.feature .list + .list .cell {
  margin-top: 60px;
}
.feature .item {
  display: table-cell;
}
.feature .item + .item .cell {
  margin-left: 140px;
}
.ensure .m-r-10 {
  margin-right: 10px;
}
.ensure .content {
  padding: 70px 50px;
  box-shadow: 0 0 8px 0 rgba(94, 115, 255, 0.2);
  border-radius: 8px;
}
.ensure .ensure-img {
  width: 330px;
  height: 230px;
  margin-right: 40px;
}
.ensure .ensure-button {
  width: 168px;
  height: 68px;
  background: url('/fe/www/img/spot//ensure-2-default.png') no-repeat center center;
  background-size: 100% 100%;
  margin-left: 110px;
  flex-shrink: 0;
  cursor: pointer;
}
.ensure .ensure-button:hover {
  background-image: url('/fe/www/img/spot//ensure-2-active.png');
}
.ensure .ensure-button:hover + .qr-code {
  display: block; /* 鼠标悬停时显示二维码 */
}
.qr-code {
  position: absolute;
  margin-left: 100px;

  display: none; /* 初始状态隐藏二维码 */
}
.questions table {
  width: 658px;
}
.questions td {
  vertical-align: top;
}
.questions h6 {
  line-height: 1.5;
}
h3 {
  font-size: 16px;
}
h3,
h4 {
  color: rgba(0, 0, 0, 0.85);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1;
}
h6,
h7 {
  font-size: 14px;
}
