.comTitleMedia {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg768 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd768 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.top-ad-pd {
  padding-top: 60px;
}
.cursor-p {
  cursor: pointer;
}
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
header {
  height: 140px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 5;
  color: #333;
}
header .nav-show {
  display: flex;
}
header .nav-hide {
  display: flex;
}
header .header-mask {
  width: 0;
  height: 0;
  display: none;
}
header .pos-relative {
  position: relative;
}
header .header-ad-box {
  background-color: #fdf3e3;
  min-width: 1200px;
  cursor: pointer;
  transition: all 0.3s;
}
header .header-ad-box img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 60px;
  margin-left: calc(50vw - 960px);
}
header .mp4-box {
  width: 100%;
  margin-top: -60px;
  position: relative;
  z-index: 5;
  display: none;
  cursor: pointer;
}
header .mp4-box video {
  width: 100%;
  height: 100%;
  display: block;
}
header .mp4-box .mp4-box-inner {
  position: relative;
  max-height: 30.3vw;
}
header .mp4-box .mp4-box-inner .mp4hide {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 24px;
  width: 24px;
}
header .nav-box {
  transition: all 0.3s;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  position: relative;
}
header nav {
  min-width: 1200px;
  padding: 0 30px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .logo-pic {
  width: 120px;
  height: 30px;
  margin-top: 23px;
  cursor: pointer;
}
header .logo-pic img {
  width: 120px;
}
header .open-logo-pic {
  width: 120px;
  margin-top: 24px;
  cursor: pointer;
}
header .open-logo-pic img {
  width: 100%;
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-nav .xiala {
  margin-left: 5px;
  flex-shrink: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
}
header .header-nav .xiala svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .header-nav .xiala use {
  fill: #333;
}
header .header-nav .xiala path {
  fill: #333;
}
header .header-nav > li {
  margin: 0 10px;
  transition: all 0.3s;
  white-space: nowrap;
  cursor: pointer;
}
header .header-nav > li > a {
  padding: 0 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
}
header .header-nav > li > a .navli-download {
  position: absolute;
  left: 42px;
  top: 16px;
  padding-left: 6px;
  padding-right: 24px;
  height: 18px;
  background: url("/images/activity/d1.gif") no-repeat;
  background-size: 90px 18px;
  background-position: right center;
  border-radius: 8px 1px 8px 0px;
  color: #ffffff;
  line-height: 0.65;
  font-style: italic;
  font-size: 12px;
  white-space: nowrap;
  left: 10px;
  top: 16%;
  display: flex;
  align-items: center;
  width: 90px;
}
header .header-nav > li > a .navli-cloud {
  position: absolute;
  top: 16%;
  right: 2px;
  height: 18px;
  width: 31px;
  background: url("/images/activity/cloud.png") no-repeat right bottom;
  background-size: 31px 12px;
}
header .header-nav > li > a .navli-fn {
  position: absolute;
  left: 53%;
  top: 16%;
  height: 18px;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, #ae45ff 0%, #4433ff 100%);
  border-radius: 8px 1px 8px 0px;
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
header .header-nav > li > a .navli-rebate {
  position: absolute;
  left: 5px;
  top: 16%;
  line-height: 1;
  background: url("/images/activity/nav-promotion-bg.png") no-repeat;
  background-size: 100%;
  height: 18px;
  width: 77px;
}
header .header-nav > li > a .navli-rebate .horn {
  position: absolute;
  top: 0;
  left: -1px;
  width: 26px;
  height: 18px;
  animation: scale 0.6s infinite;
  transform-origin: left center;
}
@keyframes scale {
  0%,
  100% {
    transform: scale(1);
    /* 初始和结束状态 */
  }
  50% {
    transform: scale(0.8);
    /* 放大到1.5倍 */
  }
}
header .header-nav > li > a .navli-rebate .text-1 {
  font-size: 12px;
  color: #ffc875;
  height: 12px;
  zoom: 1;
}
header .header-nav > li > a .navli-rebate .text-2 {
  margin-left: 2px;
  font-size: 12px;
  color: #fff;
  height: 12px;
  zoom: 0.82;
}
header .header-nav > li.privatization-navli a .privatization-icon {
  font-weight: 600;
}
header .header-nav > li.privatization-navli a .privatization-icon {
  color: #2e81ff;
}
@supports (-webkit-background-clip: text) {
  header .header-nav > li.privatization-navli a .privatization-icon {
    background-image: -webkit-linear-gradient(90deg, #2e81ff 0%, #4ab3ff 100%);
    background-image: linear-gradient(90deg, #2e81ff 0%, #4ab3ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
header .header-nav > li:hover {
  color: #2254f5;
}
header .header-nav > li:hover .xiala {
  transform: rotate(180deg);
}
header .header-nav > li:hover .xiala svg {
  fill: #2254f5;
}
header .header-nav > li:hover .xiala use {
  fill: #2254f5;
}
header .header-nav .support-list {
  width: 100px;
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: absolute;
  left: -21px;
  top: 80px;
  background-color: #fff;
  z-index: 10;
  box-sizing: border-box;
}
header .header-nav .support-list > li:first-child {
  margin-top: 10px;
}
header .header-nav .support-list > li {
  margin: auto;
  height: 32px;
  width: 80px;
  border-radius: 8px;
  text-align: center;
  line-height: 32px;
}
header .header-nav .support-list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
header .header-nav .support-list > li:hover {
  background-color: #f7f9fd;
  color: #2254f5;
}
header .header-nav li[data-nav="support"] {
  position: relative;
}
header .header-nav li[data-nav="support"]:hover .support-list {
  height: 202px;
}
header .header-nav li[data-nav="solution"]:hover .nav-list {
  transition: height 0.5s;
  height: 336px;
}
header .header-nav li[data-nav="core"]:hover .nav-list {
  transition: height 0.5s;
  height: 388px;
}
header .navRight {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-left: 20px;
}
header .navRight .media-menus-icon {
  display: none;
}
header .navRight .media-user-icon {
  display: none;
}
header .navRight .login-btn {
  padding: 0 4px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  height: 36px;
  background-color: #2254f5;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
header .navRight .login-btn > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
header .navRight .login-btn-icon {
  position: absolute;
  width: 86px;
  height: 22px;
  top: 36px;
  left: 7px;
}
header .navRight .login-btn-icon .text {
  background-color: #ffdee3;
  border-radius: 25px 18px 18px 0;
  font-size: 12px;
  color: #ff637b;
  text-align: left;
  padding: 4px 0 0 6px;
  font-weight: 700;
  zoom: 0.82;
}
header .navRight .login-btn-icon .text span {
  font-size: 14px;
  font-weight: 700;
  vertical-align: inherit;
}
header .navRight .login-btn-icon .suffix-icon {
  position: absolute;
  right: -3px;
  top: -4px;
  height: 22px;
  width: auto;
  animation: headheartbeat 1.1s infinite;
}
header .navRight .login-btn-icon .user-replace {
  width: 86px;
  object-fit: contain;
  object-position: center top;
}
header .navRight .login-btn.isShowLOginBtn {
  display: none !important;
}
header .navRight .login-btn a {
  white-space: nowrap;
}
header .navRight .login-btn a.login-left-a {
  display: inline-block;
  text-align: right;
  line-height: 36px;
  flex: 1;
}
header .navRight .login-btn a.login-right-a {
  display: inline-block;
  text-align: left;
  line-height: 36px;
  flex: 1;
}
header .navRight .user-btn {
  display: flex;
  align-items: center;
  position: relative;
}
header .navRight .user-btn .user-icon {
  width: 36px;
  height: 36px;
  background: url("/images/header/user.png") no-repeat center;
  background-size: 36px;
  margin-right: 10px;
}
header .navRight .user-btn .user-icon img {
  width: 100%;
}
header .navRight .user-btn .user-name {
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .navRight .user-btn .user-xiala {
  flex-shrink: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-left: 10px;
}
header .navRight .user-btn .user-xiala svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .navRight .user-btn .user-xiala use {
  fill: #333;
}
header .navRight .user-btn .user-xiala path {
  fill: #333;
}
header .navRight .user-btn.isShowUserBtn {
  display: none !important;
}
header .navRight .user-btn .loginOutBtn {
  width: 162px;
  position: absolute;
  z-index: 999;
  top: 42px;
  right: 0;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
  padding: 10px;
}
header .navRight .user-btn .loginOutBtn .personal-item {
  display: flex;
  align-items: center;
  width: 142px;
  height: 28px;
  border-radius: 3px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
}
header .navRight .user-btn .loginOutBtn .personal-item + .personal-item {
  margin-top: 10px;
}
header .navRight .user-btn .loginOutBtn .personal-item .personal-text {
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
  flex: 1;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 溢出隐藏 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出 */
}
header .navRight .user-btn .loginOutBtn .personal-item:hover {
  background: #f6f8ff;
  color: #2d5aff;
}
header .navRight .user-btn .loginOutBtn.isShowLoginBtn {
  display: none !important;
}
header .nav-list {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  overflow: hidden;
  height: 0;
  transition: height 0s;
}
header .nav-list > div {
  width: 1200px;
  margin: auto;
}
header .nav-core {
  background-color: lightblue;
}
header .nav-list-hide {
  height: 0;
}
header .list-item {
  display: flex;
  border-radius: 8px;
  margin-bottom: 20px;
  min-height: 72px;
}
header .list-item > div {
  flex: 1;
  overflow: hidden;
}
header .list-item > div p {
  width: 100%;
  white-space: wrap;
}
header .list-item:hover {
  background-color: #fafcff;
}
header .list-item .title {
  margin-top: 15px;
  font-weight: 900;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
header .list-item .subtitle {
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}
header .solution-list-box {
  margin-top: 40px;
  display: flex;
  height: 336px;
  align-items: center;
}
header .solution-list-box .solution-list {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
}
header .solution-list-box .solution-list .icon {
  width: 24px;
  height: 24px;
  margin: 24px 18px 0 18px;
}
header .solution-list-box .list-item {
  width: 240px;
}
header .solution-list-box .list-item:not(:nth-child(3n)) {
  margin-right: 20px;
}
header .solution-1 {
  background-image: url("/images/header/solution/solution-1.png");
}
header .solution-2 {
  background-image: url("/images/header/solution/solution-2.png");
}
header .solution-3 {
  background-image: url("/images/header/solution/solution-3.png");
}
header .solution-4 {
  background-image: url("/images/header/solution/solution-4.png");
}
header .solution-5 {
  background-image: url("/images/header/solution/solution-5.png");
}
header .solution-6 {
  background-image: url("/images/header/solution/solution-6.png");
}
header .solution-7 {
  background-image: url("/images/header/solution/solution-7.png");
}
header .solution-8 {
  background-image: url("/images/header/solution/solution-8.png");
}
header .contact-card {
  margin-top: 40px;
  margin-left: 40px;
  width: 400px;
  height: 164px;
  background: #0f1232 url("/images/header/solution/card-bg.png") no-repeat 0 0 / 100% 100%;
  color: #fff;
  position: relative;
  border-radius: 8px;
  flex-shrink: 0;
}
header .contact-card ul {
  height: 100%;
  margin-left: 20px;
  width: 230px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
header .contact-card .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 5px;
  white-space: wrap;
}
header .card-phone-item {
  background-color: rgba(143, 143, 143, 0.3);
  border-radius: 41px;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  width: 180px;
  margin-top: 20px;
}
header .card-phone-item .icon {
  width: 20px;
  height: 20px;
  background-image: url("/images/header/solution/phone-icon.png");
}
header .card-phone-item p {
  margin-left: 5px;
}
header .qr-code-box {
  position: absolute;
  width: 124px;
  height: 124px;
  right: 20px;
  top: 20px;
  background: #ffffff;
  border-radius: 4px;
  padding: 5px;
}
header .qr-code-box img {
  width: 114px;
}
header .core-list-box {
  height: 388px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .core-list-box .core-title-list {
  display: flex;
}
header .core-list-box .core-title-list li {
  width: 224px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}
header .core-list-box .core-title-list li:not(:last-child) {
  margin-right: 20px;
}
header .core-list-box .core-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
header .core-list-box .core-list .icon {
  width: 24px;
  height: 24px;
  margin: 24px 18px 0 18px;
}
header .core-list-box .list-item {
  width: 224px;
}
header .core-list-box .list-item:not(:nth-child(5n)) {
  margin-right: 20px;
}
header .core-list-box .mark-new {
  position: relative;
}
header .core-list-box .mark-new::after {
  content: "";
  display: block;
  width: 32px;
  height: 14px;
  background: url("/images/header/core/mark-new.png") no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 0;
  top: 2px;
}
header .core-1 {
  background-image: url("/images/header/core/core-1.png");
}
header .core-2 {
  background-image: url("/images/header/core/core-2.png");
}
header .core-3 {
  background-image: url("/images/header/core/core-3.png");
}
header .core-4 {
  background-image: url("/images/header/core/core-4.png");
}
header .core-5 {
  background-image: url("/images/header/core/core-5.png");
}
header .core-6 {
  background-image: url("/images/header/core/core-6.png");
}
header .core-7 {
  background-image: url("/images/header/core/core-7.png");
}
header .core-8 {
  background-image: url("/images/header/core/core-8.png");
}
header .core-9 {
  background-image: url("/images/header/core/core-9.png");
}
header .core-10 {
  background-image: url("/images/header/core/core-10.png");
}
header .core-11 {
  background-image: url("/images/header/core/core-11.png");
}
.hide-add {
  top: -60px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.lang-EN header .core-list-box {
  height: 450px;
}
.lang-EN header .header-nav li[data-nav="core"]:hover .nav-list {
  height: 450px;
}
.lang-EN header .solution-list-box {
  height: 355px;
}
.lang-EN header .header-nav li[data-nav="solution"]:hover .nav-list {
  height: 355px;
}
