@charset "UTF-8";
.mobile-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 750px) {
  .mobile-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
}
@font-face {
  font-family: "NumberBold";
  src: url("../font/Manrope-ExtraBold.ttf");
  /* IE9 */
}
head,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-width: 1200.1px;
}

* {
  padding: 0;
  font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", "Helvetica Neue",
    Helvetica, "Hiragino Sans GB", Arial, sans-serif;
  margin: 0;
  box-sizing: border-box;
}

body > a {
  display: none;
}

ul li {
  list-style: none;
}

input,
textarea {
  border: 0;
  /* 方法1 */
  -webkit-appearance: none;
  /* 方法2 */
}

a {
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}

.main-content {
  width: 1140px;
  margin: 0 auto;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  transition: all 0.3s ease;
}
.header-wrapper .h-menu {
  display: none;
}
.header-wrapper .header-content {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0 100px;
}
.header-wrapper .header-content .mob {
  display: none;
}
.header-wrapper .menu-slider {
  position: absolute;
  right: 100px;
  display: flex;
  gap: 24px;
  top: 0;
  padding: 16px 0;
}
.header-wrapper .menu-slider .contact-us {
  color: #fff;
  font-size: 16px;
  width: 86px;
  height: 32px;
  display: flex;
  line-height: 30px;
  transition: background 0.3s ease;
  justify-content: center;
}
.header-wrapper .menu-slider .contact-us:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .header-wrapper .header-content {
    padding: 0 40px;
  }
  .header-wrapper .menu-slider {
    right: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .header-wrapper .header-content {
    padding: 0 0px;
    width: 1200px;
  }
  .header-wrapper .menu-slider {
    right: 0px;
  }
}
.header-wrapper .menu-close-icon {
  display: none;
}
.header-wrapper .logo-a {
        position: absolute;
top: 11px;
  width: 145px;
  outline: none;
  display: inline-block;
}
.header-wrapper .logo-a > img {
  height: 38px;
}
.header-wrapper .logo-a.mob-pr {
  display: none;
}
.header-wrapper .logo-a.mob-wh {
  display: inline-block;
}
.header-wrapper .h-login a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.header-wrapper .h-login a:hover {
  color: #fff;
  opacity: 0.7;
}
.header-wrapper .h-login .h-right-lang-icon {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding-bottom: 16px;
  position: relative;
  margin-top: 4px;
}
.header-wrapper .h-login .h-right-lang-icon::after {
  background-color: #fff;
  transition: all 100ms ease-out;
  content: "";
  display: block;
  width: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  margin-left: -10px;
  transform-origin: center;
  transform: scale(0, 1);
}
.header-wrapper .h-login .h-right-lang-icon .h-lang-text {
  margin: 0 10px;
}
.header-wrapper .h-login .h-right-lang-icon img {
  width: 20px;
  height: 20px;
}
.header-wrapper .h-login .h-right-lang-icon:hover::after {
  transform: scale(1, 1);
  opacity: 0.7;
}
.header-wrapper .h-login .h-right-lang-select {
  display: none;
  margin-top: 4px;
  text-align: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.header-wrapper .h-demo {
  background-color: #fff;
  color: #366dff;
  transition: background-color 100ms ease-in, border-color 100ms ease-in,
    opacity 100ms ease-in;
  width: 130px;
  font-weight: 600;
  display: inline-block;
  border-radius: 6px;
  font-size: 14px;
  padding: 9px 12px;
  text-align: center;
  margin-left: 12px;
}
.header-wrapper .h-demo:hover {
  background-color: #eeeeee;
}
.header-wrapper .nav-list {
  position: relative;
  top: -7px;
  display: inline-block;
  margin-left: 60px;
  vertical-align: bottom;
}
.header-wrapper .nav-list .h-li {
  display: inline-block;
  position: relative;
  padding: 10px 24px;
}
.header-wrapper .nav-list .h-li .h-li-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.header-wrapper .nav-list .h-li .h-li-icon.iswhite {
  display: inline-block;
}
.header-wrapper .nav-list .h-li .h-li-icon.isblack,
.header-wrapper .nav-list .h-li .h-li-icon.isblue {
  display: none;
}
.header-wrapper .nav-list .h-li > a {
  padding: 16px 0px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.header-wrapper .nav-list .h-li > a::after {
  background-color: #fff;
  transition: all 100ms ease-out;
  content: "";
  display: block;
  width: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  margin-left: -10px;
  transform-origin: center;
  transform: scale(0, 1);
}
.header-wrapper .nav-list .h-li .h-li-active-title::after {
  background-color: #fff;
  opacity: 1;
  width: 20px;
  transform: scale(1);
}
.header-wrapper .nav-list .h-li:hover > a {
  color: #fff;
  opacity: 0.7;
}
.header-wrapper .nav-list .h-li:hover > a::after {
  transform: scale(1, 1);
  opacity: 0.7;
}
.header-wrapper .nav-list .h-li.active > a {
  color: #fff;
}
.header-wrapper .nav-list .h-li .mobile-down {
  display: none;
}
.header-wrapper .h-nav {
  position: relative;
}
.header-wrapper .h-nav .h-box {
  left: 0;
  position: absolute;
  top: -500px;
  border-radius: 8px;
  width: auto;
  color: #fff;
  padding: 20px 0;
  backdrop-filter: blur(10px);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header-wrapper .h-nav .h-box .h-li-item {
  z-index: 11;
  text-align: left;
  display: block;
  padding: 0px 70px 0px 20px;
  margin: 0 10px;
  white-space: nowrap;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  position: relative;
}
.header-wrapper .h-nav .h-box .h-li-item:last-child {
  margin-bottom: 0;
}
.header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap {
  z-index: 11;
  text-align: left;
  line-height: 14px;
  position: relative;
  width: 100%;
}
.header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap .i-icon {
  width: 50px;
  display: none;
}
.header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap .title {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 51px;
}
.header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap .desc {
  font-size: 12px;
  font-weight: 400;
  color: #bbbcbe;
}
.header-wrapper .h-nav .h-box .h-li-item.box:last-child .desc-wrap {
  border-right: 0px solid transparent;
}
.header-wrapper .h-nav .h-box .h-li-item:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.header-wrapper .h-nav .h-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);

  border-radius: 8px;
  z-index: 2;
}
.header-wrapper .h-nav:hover .h-box {
  z-index: 8;
  top: 66px;
}
.header-wrapper.fixed {
  background: rgba(0, 0, 0, 0.5);
}
.header-wrapper.fixed .header-content {
  z-index: 11;
}
.header-wrapper.fixed .contact-us {
  background: linear-gradient(192deg, #366dff 0%, #1e3a8a 100%);
  border-radius: 17px;
}
.header-wrapper.fixed .contact-us:hover {
  opacity: 1;
}
.header-wrapper.fixed .h-demo {
  color: #fff;
}
.header-wrapper.fixed .h-demo:hover {
  opacity: 0.8;
}
.header-wrapper.fixed .h-login a:hover {
  opacity: 1;
}
.header-wrapper.fixed .logo-a.mob-pr {
  display: inline-block;
}
.header-wrapper.fixed .logo-a.mob-wh {
  display: none;
}
.header-wrapper.fixed .nav-list .h-li > a:hover .h-li-active-title::after {
  background-color: transparent;
}
.header-wrapper.fixed .nav-list .h-li > a:hover::after {
  background-color: #fff;
  width: 20px;
  left: 50%;
  margin-left: -10px;
}
.header-wrapper.fixed .nav-list .h-li:hover > a {
  opacity: 1;
}
.header-wrapper.fixed .nav-list .h-li:hover > a::after {
  background-color: #fff;
  opacity: 1;
  width: 20px;
}
.header-wrapper.fixed .nav-list .h-li .h-li-icon.iswhite,
.header-wrapper.fixed .nav-list .h-li .h-li-icon.isblue {
  display: none;
}
.header-wrapper.fixed .nav-list .h-li .h-li-icon.isblack {
  display: inline-block;
}
.header-wrapper.fixed .nav-list .h-li:hover .iswhite,
.header-wrapper.fixed .nav-list .h-li:hover .isblack {
  display: none;
}
.header-wrapper.fixed .nav-list .h-li:hover .isblue {
  display: inline-block;
}
.header-wrapper.fixed::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  backdrop-filter: blur(10px);
  z-index: 2;
}

.cmm-title {
  color: #1f2227;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}
.cmm-title.white {
  color: #fff;
}

.footer-wrapper {
  background-color: #252525;
  padding-top: 0;
  margin-top: 0;
  z-index: -1;
}
.footer-wrapper .cmm-footer {
  background-color: #366dff;
}
.footer-wrapper .footer-title {
  overflow: hidden;
  background-color: #366dff;
  position: relative;
  padding: 96px 0 80px 0;
}
.footer-wrapper .footer-title .img-l {
  width: 256px;
  top: -120px;
  position: absolute;
  left: 0;
}
.footer-wrapper .footer-title .img-r {
  width: 270px;
  position: absolute;
  bottom: -92px;
  right: 0;
}
.footer-wrapper .footer-title .footer-title-main {
  text-align: center;
}
.footer-wrapper .footer-title .footer-title-main .sign-btns {
  padding-top: 40px;
}
.footer-wrapper .footer-title .footer-title-main .sign-btns .pc-button {
  display: inline-block;
}
.footer-wrapper .footer-title .footer-title-main .sign-btns .mobile-button {
  display: none;
}
.footer-wrapper .footer-title .footer-title-main .sign-btns .btn-item {
  color: #fff;
  margin-left: 24px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 13px 38px;
}
.footer-wrapper
  .footer-title
  .footer-title-main
  .sign-btns
  .btn-item:first-child {
  margin-left: 0;
}
.footer-wrapper .footer-title .footer-title-main .sign-btns .btn-item.white {
  color: #366dff;
  background-color: #fff;
}
.footer-wrapper .footer-content {
  padding-top: 34px;
}
.footer-wrapper .footer-content .main-content {
  width: 1200.1px;
}
.footer-wrapper .footer-content .foot-logo {
  height: 32px;
}
.footer-wrapper .footer-content .foot-row {
  padding: 32px 0 32px 0;
  position: relative;
  border-bottom: 1px solid #ede9ee;
}
.footer-wrapper .footer-content .source-wrapper {
  position: absolute;
  right: 0;
  top: 40px;
}
.footer-wrapper .footer-content .source-wrapper .sour-item {
  margin-left: 16px;
  display: inline-block;
  position: relative;
}
.footer-wrapper
  .footer-content
  .source-wrapper
  .sour-item.active
  .enCode-popover {
  transform: scale(1);
  opacity: 1;
}
.footer-wrapper .footer-content .source-wrapper .sour-item img {
  width: 30px;
}
.footer-wrapper .footer-content .source-wrapper .enCode-popover {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  bottom: 45px;
  left: -100%;
  transform: scale(0);
  transition: all 0.1s;
  transform-origin: center bottom;
  opacity: 0;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
}
.footer-wrapper .footer-content .source-wrapper .enCode-popover img {
  width: 100%;
  height: 100%;
}
.footer-wrapper .footer-content .source-wrapper .enCode-popover:before {
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  left: 38px;
  bottom: -5px;
}
.footer-wrapper .footer-content .foot-row-sec {
  padding: 0px 0 42px 0;
  display: flex;
}
.footer-wrapper .footer-content .foot-cell {
  vertical-align: top;
}
.footer-wrapper .footer-content .foot-cell.col-left {
  width: 935px;
  display: inline-block;
  flex: 1;
}
.footer-wrapper .footer-content .foot-cell.col-left .f-ul {
  display: flex;
  justify-content: start;
}
.footer-wrapper .footer-content .foot-cell.col-left .f-li {
  width: 287px;
  vertical-align: top;
  display: inline-block;
}
.footer-wrapper .footer-content .foot-cell.col-left .f-li .f-li-title-top {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
}
.footer-wrapper .footer-content .foot-cell.col-left .f-li div.a-link {
  display: block;
  margin-bottom: 10px;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-left
  .f-li
  div.a-link
  .f-li-title,
.footer-wrapper
  .footer-content
  .foot-cell.col-left
  .f-li
  div.a-link
  .f-li-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 16px;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-left
  .f-li
  div.a-link
  .f-li-title:hover,
.footer-wrapper
  .footer-content
  .foot-cell.col-left
  .f-li
  div.a-link
  .f-li-text:hover {
  color: #fff;
}
.footer-wrapper .footer-content .foot-cell.col-right {
  display: inline-block;
  position: relative;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-code
  .f-inf-code-mask
  img {
  width: 105px;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-code
  .f-inf-code-mask {
  position: absolute;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-text {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-icon {
  display: inline-block;
  background: #ffffff;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-icon
  img {
  width: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 34px;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-item:first-child {
  font-size: 23px;
  font-family: Arial-Black, Arial;
  font-weight: 900;
  color: #ffffff;
  line-height: 32px;
  background: linear-gradient(90deg, #f16a6a 0%, #ff9371 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-item:nth-child(2)
  .f-inf-details-text {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  line-height: 26px;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-item
  .f-inf-details-text {
  margin-left: -11px;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-item:nth-child(1),
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-item:nth-child(2) {
  margin-left: -34px;
}
.footer-wrapper
  .footer-content
  .foot-cell.col-right
  .f-inf-wrap
  .f-inf-details
  .f-inf-details-item:nth-child(2)
  .f-inf-details-text {
  font-size: 24px;
  margin-left: 1px;
}
.footer-wrapper .f-wrap-B {
  height: 50px;
}
.footer-wrapper .f-wrap-B .record-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  vertical-align: top;
  font-weight: 400;
}
.footer-wrapper .f-wrap-B .record-wrap .left {
  float: left;
  width: 60%;
  padding-top: 12px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  line-height: 16px;
}
.footer-wrapper .f-wrap-B .record-wrap .left a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
}
.footer-wrapper .f-wrap-B .record-wrap .right {
  padding-top: 12px;
  float: right;
  width: 38%;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  line-height: 16px;
}
.footer-wrapper .f-wrap-B .record-wrap .right a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
}

.btn {
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
  font-weight: 400;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #fff;
  display: inline-block;
  transition: background-color 100ms ease-in, border-color 100ms ease-in,
    opacity 100ms ease-in;
  border-radius: 6px;
  padding: 13px 0;
  width: 140px;
  line-height: 1;
  text-align: center;
}
.btn:first-child {
  margin-left: 0;
}
.btn.nobg {
  color: #366dff;
  border: 1px solid #366dff;
  background: inherit;
}
.btn.white {
  color: #366dff;
  background-color: #fff;
}
.btn.pri {
  background-color: #fff;
  position: relative;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fe4e36;
  line-height: 20px;
}
.btn .right-icon {
  position: relative;
  margin-left: 6px;
  vertical-align: middle;
  width: 14px;
  top: -1px;
}
.btn:hover {
  opacity: 0.8;
}

.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-footer {
  background-color: #366dff;
}
.index-footer .footer-title {
  padding: 80px 0 80px 0;
}
.index-footer .footer-title .footer-title-main {
  text-align: center;
}
.index-footer .footer-title .footer-title-main .sign-btns {
  padding-top: 40px;
}
.index-footer .footer-title .footer-title-main .sign-btns .btn-item {
  color: #fff;
  margin-left: 24px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 13px 38px;
}
.index-footer
  .footer-title
  .footer-title-main
  .sign-btns
  .btn-item:first-child {
  margin-left: 0;
}
.index-footer .footer-title .footer-title-main .sign-btns .btn-item.white {
  color: #366dff;
  background-color: #fff;
}
.mobile-cell {
  display: none;
}

.h-opa {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  transition: all 500ms ease-in-out;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 8;
  display: none;
}

.banner-btns {
  display: flex;
}
.banner-btns .banner-btn:first-of-type {
  margin-right: 40px;
}

.swiper-container .swiper-lazy-preloader {
  animation: inherit !important;
  left: 0 !important;
  background-color: #666 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.swiper-container .swiper-lazy-preloader:after {
  display: none !important;
}

.easing {
  transition: transform 50ms ease;
}

.ani-in {
  animation: slideInDown 500ms ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom center;
}

.ani-out {
  animation: fadeOutUpBig 500ms ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom center;
}

.mobile-nav-in {
  animation: slideInRight 500ms ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom center;
}

.mobile-nav-out {
  animation: slideOutRight 500ms ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom center;
}

.op-in {
  background-color: rgba(0, 0, 0, 0.5);
}

.op-out {
  background-color: rgba(0, 0, 0, 0);
}

.cm-in {
  animation: fadeInUprelax 800ms ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom center;
}

.cm-in-wait.cm-in {
  animation: fadeInUprelax 400ms ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: bottom center;
}

.cm-in-img {
  display: block;
  opacity: 1;
  animation: mymove 5000ms ease-in 0s infinite alternate;
}

.ant {
  opacity: 0;
}

.b-ant {
  transition: background-color 100ms ease-in, border-color 100ms ease-in,
    opacity 100ms ease-in;
}
.b-ant:hover {
  opacity: 0.8;
}

@keyframes mymove {
  0% {
    transform: translate3d(0px, 6px, 0px);
  }
  25% {
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    transform: translate3d(0px, 6px, 0px);
  }
  75% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 6px, 0px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUprelax {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cmm-tooltip {
  display: none;
  position: absolute;
  transform: translateY(10px);
  transition: opacity 300ms ease-in;
  background: #262626;
  color: #fff;
  border-radius: 4px;
  z-index: 1;
  opacity: 1;
}
.cmm-tooltip.opa {
  opacity: 0;
}
.cmm-tooltip .cmm-tootip-body {
  position: relative;
  padding: 9px 8px;
  font-size: 12px;
  line-height: 16px;
}
.cmm-tooltip .cmm-tootip-body:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 4px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #262626;
}

.cmm-tip-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
}
.cmm-tip-mask .cmm-ok-tip {
  background: #ffffff;
  margin: 20% auto 0 auto;
  transform: translateY(-150px);
  border-radius: 6px;
  padding: 40px 40px;
  width: 620px;
  text-align: center;
}
.cmm-tip-mask .cmm-tip-img {
  width: 100px;
  margin: 0 auto;
}
.cmm-tip-mask .cmm-tip-title {
  font-size: 18px;
  margin-top: 24px;
  font-weight: 600;
  color: #1f2227;
  line-height: 18px;
}
.cmm-tip-mask .cmm-tip-desc {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 300;
  color: #1f2227;
  line-height: 24px;
}
.cmm-tip-mask .cmm-onOK {
  font-size: 14px;
  line-height: 20px;
  padding: 9px 10px;
  width: 155px;
  display: inline-block;
  margin: 30px auto 0 auto;
}

.swiper-pagination-bullet {
  opacity: 0.5;
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.footer-wrapper .lianxi-container {
  text-align: center;
  width: 100%;
  border-radius: 8px;
  padding: 112px 0px 100px 0px;
  height: 353px;
}
.footer-wrapper .lianxi-container .title {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
}
.footer-wrapper .lianxi-container a {
  padding: 0 40px;
  height: 45px;
  background: #fff;
  border-radius: 23px;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  color: #000000;
  line-height: 45px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 50px;
}
.footer-wrapper .lianxi-container a .title-desc {
  line-height: 45px;
  margin-top: 0 !important;
}
.cmm-page .cmm-banner-content {
  width: 1100px;
  text-align: left;
}
.cmm-page .cmm-banner-content .banner-title span {
  font-size: 60px;
  font-weight: 600;
  line-height: 84px;
}
.cmm-page .cmm-banner-content .banner-title .title1 {
  font-weight: bolder;
  background-image: -webkit-linear-gradient(
    236deg,
    #ff8623 0%,
    #ff8623 20%,
    #e6338ad9 75%,
    #f20075 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cmm-page .cmm-banner-content .banner-title .title2 {
  color: #fff;
}
.cmm-page .cmm-banner-content .banner-des {
  max-width: 700px;
  font-size: 20px;
  line-height: 34px;
}
.cmm-page .cmm-banner-content .banner-des p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
}
.cmm-page .cmm-banner-content * {
  text-align: left;
}
.cmm-page .page-title {
  margin-top: 100px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  line-height: 50px;
}
.cmm-page .service-container {
  width: 1200.1px;
  margin-bottom: 0px;
}
.cmm-page .service-container .service-item {
  justify-content: space-between;
  align-items: center;
  margin-top: 0 !important;
  margin-bottom: 80px;
  padding: 0;
}
.cmm-page .service-container .service-item .service-item-left {
  margin-left: 70px !important;
  margin-right: 0 !important;
  width: 606px;
  display: flex;
  justify-content: flex-start;
}
.cmm-page .service-container .service-item .service-item-left .item-title {
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 600;
  color: #fe4e36;
  line-height: 33px;
}
.cmm-page .service-container .service-item .service-item-left .item-subtitle {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  line-height: 50px;
}
.cmm-page .service-container .service-item .service-item-left .item-desc p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
}
.cmm-page .service-container .service-item .service-item-left .item-desc p img {
  width: 14px;
  height: 14px;
  margin-right: 9px;
}
.cmm-page .service-container .service-item .service-item-right {
  width: auto;
}
.cmm-page .service-container .service-item .service-item-right .picture {
  width: 606px;
  height: 480px;
}
.cmm-page .service-container .service-item:nth-child(2n) {
  flex-direction: row;
}
.cmm-page .service-container .service-item:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

.lianxi-container .title-desc {
  cursor: pointer;
}
.lianxi-container .title-desc:hover {
  color: #ff8623;
}

.icon_module {
  display: none;
}

.mobile-transtion {
  display: none !important;
}

.page-futitle {
  font-size: 19px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  margin-top: 15px;
}

.item-url {
  width: 128px;
  height: 48px;
  border-radius: 24px;
  margin-top: 48px;
  background-color: #fff;
  color: #252525 !important;
  position: relative;
  text-align: center;
  line-height: 48px;
  position: absolute;
  left: 0;
  font-size: 12px;
  cursor: pointer;
}

.new_page {
  width: 100%;
  height: 700px;
  background: #f7f7f7;
}
.new_page .new_icon_title {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 50px;
  text-align: center;
  margin-bottom: 100px;
}
.new_page .new_icon {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 90px;
}
.new_page .new_icon .new_icon_List {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.new_page .new_icon .new_icon_List .new_icon_item {
  width: 300px;
  height: 370px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.new_page .new_icon .new_icon_List .new_icon_item:hover {
  box-shadow: 0px 2px 30px 0px rgba(212, 212, 212, 0.5);
  cursor: pointer;
}
.new_page .new_icon .new_icon_List .new_icon_item .new_i_i_image {
  width: 154px;
  height: 154px;
  margin-top: 44px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.new_page .new_icon .new_icon_List .new_icon_item .new_i_i_image img {
  width: 100%;
  position: absolute;
}
.new_page .new_icon .new_icon_List .new_icon_item .new_i_i_image span {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 42px;
}
.new_page .new_icon .new_icon_List .new_icon_item .new_i_i_image .title {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  position: absolute;
  bottom: -50px;
}
.new_page .new_icon .new_icon_List .new_icon_item .new_i_i_text {
  display: inline-flex;
  flex-flow: column wrap;
  align-items: center;
  padding: 20px;
}
.new_page .new_icon .new_icon_List .new_icon_item .new_i_i_text .content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-top: 44px;
  line-height: 32px;
}

.new-section-item {
  background: #f7f7f7;
}
.new-section-item .hezuo-swiper {
  margin-bottom: 20px;
}
.new-section-item .swiper-slide {
  width: 175px;
  height: 64px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 0px 10px;
}
.new-section-item .swiper-slide img {
  width: 100%;
}
.new-section-item .main-content {
  width: 100%;
  display: grid;
}
.new-section-item .main-content .title {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 50px;
  width: 100%;
  text-align: center;
  padding: 70px 0px 70px 0px;
}
.new-section-item .main-content .btn-ul {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 60px;
}
.new-section-item .main-content .btn-ul .ul_li {
  width: 142px;
  height: 44px;
  background: rgba(255, 255, 255, 0.49);
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.new-section-item .main-content .btn-ul .ul_li span {
  color: #c0c0c0;
}
.new-section-item .main-content .btn-ul .ul_li img {
  width: 30px;
  margin-right: 10px;
}
.new-section-item .main-content .btn-ul .ul_li img:nth-of-type(1) {
  display: block;
}
.new-section-item .main-content .btn-ul .ul_li img:nth-of-type(2) {
  display: none;
}
.new-section-item .main-content .btn-ul .ul_li_active {
  box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 0.5);
  border: 1px solid transparent;
}
.new-section-item .main-content .btn-ul .ul_li_active span {
  color: #ff7e00;
}
.new-section-item .main-content .btn-ul .ul_li_active img:nth-of-type(1) {
  display: none;
}
.new-section-item .main-content .btn-ul .ul_li_active img:nth-of-type(2) {
  display: block;
}

.c-container {
  width: 1200px;
}
.c-container .c-item-left {
  width: 568px;
  padding-right: 32px;
}
.c-container .item-subtitle {
  font-size: 36px;
  font-weight: bold;
}
.c-container .item-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 32px;
}
.c-container .item-desc li {
  position: relative;
  padding-left: 16px;
}
.c-container .item-desc li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff734c;
}
.c-container .c-item {
  padding: 49px 0;
  display: flex;
  align-items: center;
}
.c-container .c-item .picture {
  width: 606px;
  width: 480px;
}
.c-container .c-item:nth-child(2n) {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.c-container .c-item:nth-child(2n) .c-item-left {
  width: 568px;
  padding-left: 32px;
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  .c-container {
    width: 100%;
    box-sizing: border-box;
  }
  .c-container .c-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 4.914004914vh 2.457002457vh 0;
  }
  .c-container .c-item:nth-child(2n) {
    flex-direction: column;
    justify-content: center;
  }
  .c-container .c-item:nth-child(2n) .c-item-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .c-container .item-desc {
    font-size: 1.7199017199vh;
    line-height: 2.457002457vh;
  }
  .c-container .item-desc li {
    position: relative;
    padding-left: 5.3333333333vw;
  }
  .c-container .item-desc li:after {
    content: "";
    display: none;
  }
  .c-container .item-desc p {
    font-size: 1.7199017199vh;
    line-height: 2.457002457vh;
  }
  .c-container .item-desc p li {
    position: relative;
    padding-left: 2.1333333333vw;
  }
  .c-container .item-subtitle {
    font-size: 3.1941031941vh;
    margin-bottom: 2.2113022113vh;
  }
  .c-container .c-item-left {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
  .c-container .picture {
    width: 100% !important;
    width: auto;
  }
}

/* DSP Banner Flex Layout */
.dsp-banner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 40px 0;
}
.dsp-banner-left {
  flex: 1 1 0;
  min-width: 350px;
}
.dsp-banner-right {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.banner-main-img {
  max-width: 480px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.banner-contact-btn {
  display: inline-block;
  margin-top: 32px;
  padding: 12px 36px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #366dff 0%, #4f8cff 100%);
  border-radius: 24px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(54, 109, 255, 0.08);
  transition: background 0.2s, box-shadow 0.2s;
}
.banner-contact-btn:hover {
  background: linear-gradient(90deg, #4f8cff 0%, #366dff 100%);
  box-shadow: 0 4px 16px rgba(54, 109, 255, 0.16);
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .dsp-banner-flex {
    flex-direction: column;
    padding: 32px 0 24px 0;
  }
  .dsp-banner-right {
    justify-content: center;
    margin-top: 24px;
  }
  .banner-main-img {
    max-width: 90vw;
  }
}
