html,
body {
  margin: 0;
  padding: 0;
  font-family: PingFangSC, "Open Sans", Helvetica, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none; /* 移除下划线 */
  color: inherit; /* 继承父元素颜色 */
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none; /* 悬停、已访问、获得焦点和激活状态下也不显示下划线 */
  color: inherit; /* 同样继承父元素颜色 */
}
input {
  outline: none;
  border: none;
  background: none;
}
input:focus {
  outline: none;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app {
  display: none;
}
.bold {
  font-weight: 500;
}
.font22 {
  font-size: 22px;
}
.font25 {
  font-size: 25px;
}
.font44 {
  font-size: 44px;
}
.font18 {
  font-size: 18px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font17 {
  font-size: 17px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.mr10 {
  margin-right: 10px;
}
.mr5 {
  margin-right: 5px !important;
}
.mr20 {
  margin-right: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt14 {
  margin-top: 14px;
}
.mt20 {
  margin-top: 20px;
}
.ml20 {
  margin-left: 20px;
}
.ml10 {
  margin-left: 10px;
}
.mr5 {
  margin-right: 5px;
}
/* .mt10 {
  margin-top: 10px;
} */
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.w125 {
  width: 125px;
}
.w135 {
  width: 135px;
}
.w150 {
  width: 150px;
}
.w80p {
  width: 80%;
  min-width: 1200px;
  max-width: 1200px;
}
/* .color-gray {
  color: #0f0f0f;
} */
.color-black {
  color: #000000 !important;
}
.color-0f {
  color: #0f0f0f;
}
.color-gray {
  color: #0f0f0f;
}
.letter-spacing {
  letter-spacing: 1px;
}
.border-text-bth {
  padding: 5px 10px;
  border: 1px solid #0080ff;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 2px;
  display: flex;
  align-items: center;
  display: inline-block;
}
.border-black {
  border-color: #0f0f0f;
}
.border-blue-text-bth {
  padding: 10px 15px;
  border: 1px solid #0080ff;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 2px;
  color: #0080ff;
  display: inline-block;
}
.solid-text-bth {
  padding: 10px 15px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 2px;
  background-color: #0080ff;
  color: #ffffff;
  display: inline-block;
  /* display: flex;
  align-items: center; */
}
.solid-radius-text-bth {
  padding: 5px 15px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  background-color: #0080ff;
  color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solid-radius-linear-text-bth {
  padding: 10px 15px;
  border: 1px solid #323541;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 20px;
  background: linear-gradient(206deg, #0d9eff 0%, #1e26ff 100%);
  color: #ffffff;
  box-shadow: 0px 1px 12px 0px #dde8fb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor {
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.flex {
  display: flex;
}
.flex-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-w-center {
  display: flex;
  justify-content: center;
}
.flex-h-center {
  display: flex;
  align-items: center;
}
.flex-column-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.flex-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.web-container {
  margin: 0 auto;
  background: #ffffff;
}
.banner-one {
  width: 100%;
  position: relative;
  background: url("../images/banner.png") no-repeat center top;
  background-size: cover;
  padding: 0 0px 50px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.banner-one .banner-one-header {
  padding: 20px 0;
}
.banner-one .banner-one-header-left {
  /* margin-right: 100px; */
  color: #0f0f0f;
}
.banner-one .banner-one-header-left.color-white {
  color: #fff;
  /* margin-right: 100px; */
}
.banner-one .banner-one-center-left-btn-group {
  /* margin-top: 30px; */
}
.banner-left-black {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
  flex-direction: column;
  color: #fff;
}
.banner-left-black-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1b202f;
  border-radius: 10px;
}
.banner-left-black-ul .banner-left-black-line {
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
}
.banner-left-black-ul-li {
  padding: 30px;
  /* background: #fff; */
  text-align: center;
}
.banner-left-black-ul-li span {
  font-weight: 500;
}
.banner-left-black .banner-one-center-left-btn-group {
}

.banner-one .banner-one-header-right {
  margin-left: 100px;
}
.banner-one .top-banner-left-desc {
  font-size: 14px;
  font-weight: bold;

  margin-right: 50px;
}
.banner-one .top-banner-left-desc:first-child {
  margin-right: 30px;
}
.banner-one .top-banner-left-desc .head-logo {
  width: 100px;
  height: 20px;
}
.banner-one .top-banner-right-desc {
  font-size: 14px;
  font-weight: bold;
  color: #0f0f0f;
  margin-right: 20px;
}

.banner-one .banner-one-center {
  padding: 30px 0;
}
.banner-one .banner-one-center-left {
  /* height: 300px; */
  /* margin-right: 100px; */
}
.banner-one .banner-one-center-right {
  margin-left: 100px;
}
.banner-one .register-form {
  padding: 30px;
  background-color: #fff;
  border-radius: 9px;
  width: 350px;
  height: 470px;
}

.banner-one .register-form .solid-radius-linear-text-bth {
  border-color: transparent;
}
.banner-one .register-text::before {
  content: ""; /* 必须设置content属性才能使伪元素生效 */
  display: inline-block;
  width: 8px; /* 图块的宽度 */
  height: 20px; /* 图块的高度 */
  background-color: #bac0d0; /* 图块的颜色 */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* 垂直居中对齐 */
}
.banner-one .register-form p,
.banner-one .register-form span,
.banner-one .register-form label {
  color: #172b4d;
}
.banner-one .register-form .input-container {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  padding: 8px 10px;
  background-color: #fff;
  margin-bottom: 20px;
}

.banner-one .register-form .input-container .icon {
  font-size: 16px;
  color: #a0a0a0;
  margin-right: 8px;
}

.banner-one .register-form .input-container input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  color: #333;
}

.banner-one .register-form .input-container input::placeholder {
  color: #a0a0a0;
}
.banner-one .checkbox-container {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 10px 0 25px;
}

.banner-one .register-form .checkbox-container input[type="checkbox"] {
  margin-right: 8px;
}

.banner-one .register-form .checkbox-container .terms-link {
  color: #007bff; /* 链接颜色 */
  text-decoration: none;
}

.banner-one .register-form .checkbox-container .terms-link:hover {
  text-decoration: underline;
}
/*  */
.banner-two {
  background: #fff;
  padding: 30px 0;
  width: 100%;
}
.banner-two-head-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.banner-two-tabs {
  height: 120px;
  position: relative;
  background: url("../images/tabs_bg.png") no-repeat center top;
  background-size: cover;
}
.banner-two-tabs li.active {
  color: #1989fa;
}
.banner-two-tab-content {
  /* width: 1250px; */
  padding: 15px 0 20px;
  /* background-color: #fcc; */
}
.banner-two-tab-content-top {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.tab1-top {
  background: url("../images/tab1.png") no-repeat center top;
  background-size: cover;
}
.arrow-btn {
  min-width: 230px;
  justify-content: space-around;
  background: #fff;
  color: #151f31;
  border-color: transparent;
  box-shadow: 0 0 0;
  padding: 5px 14px;
  font-size: 14px;
}
.tab-arrow-img {
  width: 25px;
  height: 25px;
}
.banner-two-tab-content--bottom-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.banner-two-tab-content--bottom-ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 18%;
  box-shadow: 0px 1px 5px 0px rgba(150, 183, 248, 0.34);
  border-radius: 3px;
  padding: 30px 0;
  min-height: 350px;
}
.banner-two-tab-content--bottom-ul p {
  font-size: 13px;
  color: #525c80;
  line-height: 22px;
}
/* .banner-two-tab-content--bottom-ul */
.web .bold-p {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tab2-top {
  background: url("../images/tab2.png") no-repeat center top;
  background-size: cover;
}
.tab2-ul-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab2-ul-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab2-ul-a li {
  display: flex;
  width: 49%;
  align-items: center;
  box-shadow: 0px 1px 5px 0px rgba(150, 183, 248, 0.34);
  border-radius: 6px;
  margin: 15px 0;
  padding: 20px;
}
.tab2-ul-a p {
  font-size: 13px;
  color: #525c80;
  line-height: 22px;
}
.tab2-ul-a img {
  margin-right: 30px;
}
.tab2-ul-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  box-shadow: 0px 1px 5px 0px rgba(150, 183, 248, 0.34);
  border-radius: 6px;
}
.tab2-ul-b li {
  padding: 0 10px;
  width: 25%;
}
.aaa-desc {
  height: 50px;
  font-size: 13px;
  color: #525c80;
}
.tab2-ul-b p {
  font-size: 13px;
  color: #525c80;
  line-height: 22px;
}
.tab2-ul-b .bold {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  margin-left: 10px;
}
.s-line {
  height: 96px;
  width: 1px;
  background: #e0e0e0;
}
.tab3-top {
  background: url("../images/tab3.png") no-repeat center top;
  background-size: cover;
}
.tab3-ul-a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 20px;
  box-shadow: 0px 1px 5px 0px rgba(150, 183, 248, 0.34);
  border-radius: 6px;
  margin-top: 20px;
}
.tab3-ul-a li {
  text-align: center;
}
.tab3-ul-a p {
  font-size: 13px;
  color: #525c80;
  line-height: 22px;
}
.tab3-ul-a .bold {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: 15px 0;
}
.tab4-top {
  background: url("../images/tab4.png") no-repeat center top;
  background-size: cover;
}
/*  */
.banner-three {
  width: 100%;
  position: relative;
  background: url("../images/banner_3.png") no-repeat center top;
  background-size: cover;
  padding: 50px 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-three-ul-a {
  margin: 30px 0;
}
.banner-three-ul-a li {
  text-align: center;
  margin: 0 20px;
}
.banner-three-ul-a li img {
  margin-bottom: 20px;
}

.banner-three-ul-b {
  flex-wrap: wrap;
}
.banner-three-ul-b li {
  margin-bottom: 20px;
  background: url("../images/why2.png") no-repeat center top;
  background-size: cover;
  border-radius: 10px;
  width: 350px;
  height: 300px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-three-ul-b li:hover {
  background: url("../images/why1.png") no-repeat center top;
}
.banner-three-ul-b li p {
  font-size: 12px;
  line-height: 22px;
}
.banner-three-ul-b li .bold-t {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 30px;
}
.banner-three .banner-three-btn {
  min-width: 130px;
  background: #0d76fa;
  color: #fff;
  margin-top: 30px;
}
/*  */
.banner-four {
  padding: 40px 0;
}
.banner-four .banner-four-img-box {
  position: relative;
  width: 60%;
  min-width: 1000px;
}
.banner-four-img-box .ring-1 {
  position: absolute;
  z-index: 1;
  top: 69%;
  left: -70px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: linear-gradient(133deg, #51b5ff 0%, #287eff 100%);
}
.banner-four-img-box .ring-2 {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: -55px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(133deg, #51b5ff 0%, #287eff 100%);
}
.banner-four-img-box .ring-3 {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  right: -90px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(133deg, #51b5ff 0%, #287eff 100%);
  opacity: 0.11;
}
.banner-four .view-details-btn {
  border-color: #fff;
  display: flex;
  align-items: center;
}
.banner-four-tabs {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.banner-four-tabs li {
  padding: 20px 50px 10px;
  border-bottom: 4px solid #f7fbff;
}
.banner-four-tabs li.active {
  border-bottom: 4px solid #318bff;
  border-radius: 1px;
}
.banner-four-tab-content {
  /* width: 800px; */
  height: 500px;
  background-color: #fcc;
  position: relative;
}
.tab-content-finance {
  background: url("../images/finance.png") no-repeat center top;
  background-size: cover;
}
.tab-content-game {
  background: url("../images/game.png") no-repeat center top;
  background-size: cover;
}
.tab-content-internet {
  background: url("../images/net.png") no-repeat center top;
  background-size: cover;
}
.tab-content-auto {
  background: url("../images/car.png") no-repeat center top;
  background-size: cover;
}
.tab-content-security {
  background: url("../images/zq.png") no-repeat center top;
  background-size: cover;
}
.tab-content-more {
  background: url("../images/more.png") no-repeat center top;
  background-size: cover;
}

.banner-four-tab-desc {
  width: 100%;
  height: 130px;
  background: linear-gradient(219deg, rgba(26, 190, 255, 0) 0%, #0b6af9 100%);
  border-radius: 11px;
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
}
/*  */
.banner-five {
  background: #f7fbff;
  padding: 30px 0 50px;
}
.image-scroll-container-box {
  position: relative;
}
.image-scroll-container-box .image-scroll-desc {
  position: absolute;
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.image-scroll-container-box .image-scroll-desc .image-scroll-desc-num {
  font-size: 52px;
  font-weight: 700;
  color: #1b64ff;
}
.image-scroll-container-box .image-scroll-desc .image-scroll-desc-text {
  font-size: 48px;
}
.image-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.image-scroll-container-content {
  display: flex;
  position: relative;
  left: 0;
}
.image-scroll-container .scrolling-image {
  height: 65px;
}
/* .image-scroll-container .scrolling-image {
  flex-shrink: 0;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} */

/*  */
.banner-six {
  background: url("../images/use_bg.png") no-repeat center top;
  background-size: cover;
  padding: 50px 0;
  min-height: 500px;
  color: #fff;
}
.banner-six-ul-a {
  border: 1px solid #e0e0e0;
  display: flex;
  padding: 10px 30px;
  border-radius: 6px;
}
.banner-six-ul-a li {
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.s-line1 {
  height: 20px;
  width: 1px;
  background: #e0e0e0;
}

.banner-six .banner-six-description {
  font-size: 13px;
  margin: 50px 0 0px 20px;
}
.banner-six-form-container {
  /* background-color: white; */
  padding: 20px;
  border-radius: 5px;
  width: 410px;
}

.banner-six-form-container .banner-six-input-field {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 6px;
  background-color: #fff;
}

.banner-six-form-container .banner-six-textarea-field {
  height: 100px;
}

.banner-six-form-container .banner-six-verification-code {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.banner-six-form-container .banner-six-verification-code input {
  margin: 0;
}
.banner-six-form-container .banner-six-get-code-btn {
  margin-left: 10px;
  padding: 10px 10px;
  background: linear-gradient(212deg, #42befd 0%, #1f8afb 100%);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 140px;
}

.banner-six-form-container .banner-six-checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
}

.banner-six-form-container .banner-six-submit-btn {
  width: 110px;
  padding: 10px 15px;
  background-color: transparent;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid #67a4ff;
}
.banner-six-bottom-left {
  background: url("../images/six_bg.png") no-repeat center top;
  background-size: cover;
  width: 300px;
  height: 300px;
  display: flex;
  margin-right: 100px;
}

.custom-modal-ex {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.custom-modal-ex .custom-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
}

.custom-modal-ex .custom-close-ex {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.custom-modal-ex .custom-close-ex:hover,
.custom-modal-ex .custom-close-ex:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.custom-modal-ex form label {
  display: block;
  margin-top: 10px;
}

.custom-modal-ex form input[type="text"],
.custom-modal-ex form select {
  width: 100%;
  padding: 10px 20px;
  margin: 5px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.custom-modal-ex form button {
  width: 100%;
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.custom-modal-ex form button:hover {
  background-color: #45a049;
}
.custom-modal-ex #services-modal {
  width: 100%;
  height: auto;
  min-height: 40px;
}

#services-modal.s-multiple-select {
  /* display: none !important; */
  /* width: 1px;
  height: 1px;
  overflow: hidden; */
  position: absolute;
  z-index: -1;
  width: 458px;
  /* height: 100px; */
}
.s-multiple-select .ms-choice {
  display: none !important;
}
.s-multiple-select .ms-select-all,
.s-multiple-select .ms-no-results {
  display: none !important;
}
.s-multiple-select .ms-drop {
  padding: 10px 10px 20px;
  border: 1px solid #ccc;
  margin: 10px 0;
}
