@charset "UTF-8";
@import "/static/web/common/css/plugins.css";
@import "/static/web/common/css/sky.css";
@import "/static/web/common/css/style.css";
:root {
  --bs-body-font-weight: 400;
  --bs-body-font-size: 0.8rem;
}

body {
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif !important;
  font-size: 0.8rem;
}

img {
  max-width: 100%;
}

.btn-primary {
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--bs-blue);
  background-color: #fff;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
}

.top-nav-btn {
  display: inline-block;
  border: 1px solid var(--bs-blue);
  color: var(--bs-blue);
  font-size: 13px;
  padding: 0.1rem 0.5rem;
  border-radius: 2px;
}
.top-nav-btn:hover, .top-nav-btn.solid {
  background-color: var(--bs-blue);
  color: #fff;
}

.navbar {
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.index-news-h2 {
  position: relative;
  padding-left: 12px;
}
.index-news-h2::before {
  content: "";
  width: 3px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--bs-blue);
}

.index-news {
  border-bottom: 1px solid #e5e5e5;
}
.index-news:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
}
.index-news:hover h3 {
  color: var(--bs-blue);
}

.site001-index-case {
  position: relative;
}
.site001-index-case .site001-index-case-title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  width: 100%;
  background-color: var(--bs-blue);
  opacity: 0.9;
}

.site005-footer-form {
  border-radius: 0;
}

.form-floating textarea.form-control {
  padding: 0.6rem 1rem !important;
}
.form-floating .form-control {
  padding: 0.2rem 0.5rem !important;
  height: 1.5rem;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.site001-footer-form-btn {
  padding: 0.3rem 1rem;
  font-size: 14px;
}

.widget {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.widget .widget-title {
  padding: 0.6rem;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #e8e8e8;
}

.top-event p {
  color: #333;
  display: flex;
  align-items: flex-start;
}
.top-event p span {
  flex-shrink: 0;
  display: inline-block;
  color: #FF6A00;
  background-color: #FFEBDD;
  padding: 0.2rem 0.8rem;
  margin-right: 0.4rem;
}
.top-event p a {
  color: inherit;
}
.top-event p a:hover {
  color: var(--bs-blue);
}

.digital_marketing-price-item {
  border: 1px solid #e5e5e5;
  transition: all 0.2s;
  position: relative;
}
.digital_marketing-price-item.__hot::after {
  width: 70px;
  height: 62px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("/static/web/digital_marketing/img/digital_marketing/jiaobiao.svg") no-repeat;
}
.digital_marketing-price-item:hover {
  border-color: var(--bs-blue);
  box-shadow: 0 0 10px var(--bs-blue);
}
.digital_marketing-price-item .__price {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  color: #ff6a00;
}
.digital_marketing-price-item .__num {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}
.digital_marketing-price-item .__num:last-child {
  border-bottom: none;
}
.digital_marketing-price-item .__btn {
  background-color: #e5e5e5;
}
.digital_marketing-price-item .__btn a {
  display: inline-block;
  color: #fff;
  background-color: var(--bs-blue);
  border-radius: 2px;
}
.digital_marketing-price-item .__btn a:hover {
  opacity: 0.9;
}

.digital_marketing-scene-tag {
  background-color: #F2F5FC;
  border-radius: 4px;
  color: #333;
}

.digital_marketing-scene-wrapper .swiper-pagination {
  bottom: -2.5rem !important;
}

.digital_marketing-doc-item {
  box-shadow: 0 0 5px var(--bs-blue);
}
.digital_marketing-doc-item h4 {
  text-align: left;
  background-color: var(--bs-blue);
}
.digital_marketing-doc-item ul {
  background-color: #fff;
}
.digital_marketing-doc-item ul li {
  list-style-position: inside;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

.digital_marketing-ask-item a {
  color: #333;
}
.digital_marketing-ask-item a:hover {
  color: var(--bs-blue);
}

.footer-banner {
  color: #fff;
  background: url("/static/web/digital_marketing/img/digital_marketing/bback.png") no-repeat;
  background-size: 100% 100%;
}
.footer-banner a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: var(--bs-blue);
  border-radius: 4px;
}

.bottom-links {
  display: flex;
  justify-content: space-between;
}
.bottom-links .__item {
  flex: 1;
}
.bottom-links .__item h4 {
  font-size: 14px;
  color: #333;
}
.bottom-links .__item .row .col-6 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bottom-links .__item a {
  color: inherit;
  font-size: 13px;
}
.bottom-links .__item a:hover {
  color: var(--bs-blue);
}
.bottom-links .__item .__btn {
  color: #fff;
  background-color: var(--bs-blue);
  border-radius: 2px;
}
.bottom-links .__item .__btn:hover {
  color: #fff;
  opacity: 0.8;
}

.digital_marketing-pipe .swiper-slide {
  position: relative;
}
.digital_marketing-pipe .swiper-slide:last-child::after {
  display: none;
}
.digital_marketing-pipe .swiper-slide::after {
  content: "";
  background: url("/static/web/digital_marketing/img/digital_marketing/arrow.svg") no-repeat center center;
  width: 194px;
  height: 3px;
  position: absolute;
  top: 40px;
  right: -38%;
}

.tags-list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.tags-list h3 {
  padding-left: 0.8rem;
  position: relative;
}
.tags-list h3::before {
  content: "";
  width: 3px;
  height: 80%;
  background-color: var(--bs-blue);
  position: absolute;
  left: 0;
  bottom: 10px;
}
.tags-list a:hover h4 {
  color: var(--bs-blue);
}
.tags-list p {
  color: #999;
}

.digital_marketing-slide {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.6rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  width: 120px;
  background-color: #fff;
  z-index: 2;
}
.digital_marketing-slide img {
  display: block;
  margin-bottom: 0.4rem;
  width: 96px;
}
.digital_marketing-slide .digital_marketing-slide-link {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  padding: 0.2rem 0.4rem;
  color: #fff;
  background-color: var(--bs-blue);
  text-align: center;
  border-radius: 2px;
}
.digital_marketing-slide .digital_marketing-slide-link:hover {
  opacity: 0.8;
}

.digital_marketing-solution-scene {
  position: relative;
}
.digital_marketing-solution-scene .__img {
  width: 293px;
}
.digital_marketing-solution-scene .__img img {
  width: 100%;
  display: block;
}
.digital_marketing-solution-scene .__tmp-item {
  background: #fff;
  position: absolute;
  top: 45%;
  left: -68%;
  width: 100%;
  min-height: 60px;
  font-size: 12px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.digital_marketing-solution-scene .__tmp-item._2 {
  top: 52%;
  left: unset;
  right: -70%;
}
.digital_marketing-solution-scene .__tmp-item._3 {
  top: 67%;
  left: -55%;
}
.digital_marketing-solution-scene .__tmp-item._4 {
  top: 75%;
  left: unset;
  right: -58%;
}
.digital_marketing-solution-scene .__tmp-item .__icons {
  flex-shrink: 0;
  width: 12px;
  display: block;
  margin-right: 8px;
}
.digital_marketing-solution-scene .__tmp-item .__icons:first-child {
  margin-bottom: 3px;
}

.digital_marketing-solution-qu {
  color: #666;
  background-color: rgba(255, 255, 255, 0.8);
}

.digital_marketing-doc-item-in-op:hover .__btn a {
  visibility: unset;
}
.digital_marketing-doc-item-in-op .__btn a {
  visibility: hidden;
  display: inline-block;
  padding: 4px 8px;
  background-color: var(--bs-blue);
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}
.digital_marketing-doc-item-in-op .__btn a:hover {
  opacity: 0.8;
}

.digital_marketing-case-tab .nav-tabs {
  border-bottom: 2px solid var(--bs-blue);
}
.digital_marketing-case-tab .nav-tabs .nav-item {
  background-color: #F2F5FC;
  flex: 1;
  text-align: center;
  margin-right: 1px;
}
.digital_marketing-case-tab .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.digital_marketing-case-tab .nav-tabs .nav-item .nav-link {
  margin-right: 0 !important;
  font-size: 16px;
  font-weight: 400;
  border: none;
}
.digital_marketing-case-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--bs-blue);
  color: #fff;
}
.digital_marketing-case-tab .tab-content {
  background-color: #F2F5FC;
  font-size: 14px;
}
.digital_marketing-case-tab .tab-content img {
  width: 100%;
}
.digital_marketing-case-tab .digital_marketing-case-tmp {
  padding-left: 0;
}
.digital_marketing-case-tab .digital_marketing-case-tmp li {
  list-style: none;
  line-height: 1.5;
  padding: 0.5rem 0.5rem;
  background-color: #fff;
  color: #999;
  margin-bottom: 0.6rem;
}

.bottom-copyright {
  white-space: pre-line;
}

.digital_marketing-op-slider .__item {
  height: 400px;
  max-width: 160px;
  width: 160px;
  margin-right: 20px;
  transition: all 0.2s;
}
.digital_marketing-op-slider .__item:last-child {
  margin-right: 0;
}
.digital_marketing-op-slider .__item.__showing {
  max-width: 486px;
  width: 486px;
  flex: 1;
}
.digital_marketing-op-slider .__item.__showing .__item-default {
  display: none;
}
.digital_marketing-op-slider .__item.__showing .__item-open {
  display: block;
  opacity: 1;
}
.digital_marketing-op-slider .__item .__item-default {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  padding: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.digital_marketing-op-slider .__item .__item-default:hover {
  box-shadow: 0 0 8px var(--bs-blue);
}
.digital_marketing-op-slider .__item .__item-default h4 {
  color: #fff;
  font-size: 18px;
}
.digital_marketing-op-slider .__item .__item-default p {
  font-size: 14px;
  line-height: 1.5;
}
.digital_marketing-op-slider .__item .__item-open {
  display: none;
  min-width: 160px;
  opacity: 0;
  height: 100%;
  padding: 16px;
  background: #F2F5F8 url("/static/web/digital_marketing/img/digital_marketing/topic/solution-bk.png") no-repeat right bottom;
  transition: opacity 0.2s;
  overflow: hidden;
}
.digital_marketing-op-slider .__item .__item-open p {
  font-size: 14px;
  margin: 0 0 8px 0;
  color: #999;
  display: flex;
  align-items: flex-start;
}
.digital_marketing-op-slider .__item .__item-open p:last-child {
  margin-bottom: 0;
}
.digital_marketing-op-slider .__item .__item-open p img {
  margin-top: 6px;
  margin-right: 8px;
  flex-shrink: 0;
}
.digital_marketing-op-slider .__item .__item-open p a {
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  background-color: var(--bs-blue);
  border-radius: 2px;
  font-size: 14px;
}
.digital_marketing-op-slider .__item .__item-open h4 {
  font-size: 18px;
}

.footer-bottom-links {
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.footer-bottom-links a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 0.4rem 0;
  flex: 1;
}
.footer-bottom-links a img {
  width: 15px;
  margin-bottom: 3px;
}
.footer-bottom-links a p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin: 0;
}

.header-global {
  border-bottom: 1px solid var(--bs-blue);
  background-color: #fff;
}

.header-top {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}
.header-top .logo {
  flex-shrink: 0;
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .logo img {
  max-width: 100%;
}
.header-top .header-search {
  flex: 1;
}
.header-top .header-search form {
  display: flex;
  width: 600px;
  margin-bottom: 8px;
}
.header-top .header-search form input {
  border: 1px solid var(--bs-blue);
  border-right: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 85%;
  height: 36px;
  padding: 0 12px;
  outline: none;
  font-size: 13px;
}
.header-top .header-search form input::-webkit-input-placeholder {
  font-size: 13px;
  color: #ccc;
}
.header-top .header-search form button {
  font-size: 14px;
  color: #fff;
  background-color: var(--bs-blue);
  width: 15%;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  height: 36px;
  border: none;
}
.header-top .header-search .header-search-hot {
  align-items: center;
  display: flex;
  font-size: 13px;
  color: #ccc;
}
.header-top .header-search .header-search-hot a {
  color: inherit;
  margin-right: 12px;
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-top .header-search .header-search-hot a:hover {
  color: var(--bs-blue);
}
.header-top .header-login {
  width: 160px;
  text-align: right;
}
.header-top .header-login a {
  display: inline-block;
  color: #333;
  font-size: 14px;
}
.header-top .header-login a:hover {
  color: var(--bs-blue);
}
.header-top .header-login a.__btn {
  color: #fff;
  padding: 6px 24px;
  border-radius: 4px;
  background-color: var(--bs-blue);
  margin-left: 8px;
}
.header-top .header-login a.__btn:hover {
  color: #fff;
  opacity: 0.9;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header-nav nav {
  display: flex;
}
.header-nav nav .header-nav-menu {
  width: 238px;
  position: relative;
}
.header-nav nav .header-nav-menu .__main {
  width: 238px;
  height: 40px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: var(--bs-blue);
  font-size: 13px;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.header-nav nav .header-nav-menu .__list {
  display: none;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  max-height: 671px;
  overflow: auto;
  --sb-track-color: #fff;
  --sb-thumb-color: #bfc3c5;
  --sb-size: 10px;
  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
.header-nav nav .header-nav-menu .__list::-webkit-scrollbar {
  width: var(--sb-size);
}
.header-nav nav .header-nav-menu .__list::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}
.header-nav nav .header-nav-menu .__list::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
}
.header-nav nav .header-nav-menu .__list ul {
  padding-left: 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  margin-bottom: 0;
}
.header-nav nav .header-nav-menu .__list ul li {
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
}
.header-nav nav .header-nav-menu .__list ul li:last-child {
  border-bottom: none;
}
.header-nav nav .header-nav-menu .__list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  font-size: 13px;
  color: inherit;
}
.header-nav nav .header-nav-menu .__list ul li a > div {
  display: flex;
  align-items: center;
}
.header-nav nav .header-nav-menu .__list ul li a > div img {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 8px;
}
.header-nav nav .header-nav-menu .__list ul li a > i {
  color: #ccc;
}
.header-nav nav .header-nav-menu .__list ul li a:hover div, .header-nav nav .header-nav-menu .__list ul li a:hover i {
  color: var(--bs-blue);
}
.header-nav nav .header-nav-list > ul {
  display: flex;
  padding-left: 20px;
  margin-bottom: 0;
}
.header-nav nav .header-nav-list > ul > li {
  list-style: none;
  line-height: 40px;
  font-size: 14px;
  margin: 0 20px;
  position: relative;
}
.header-nav nav .header-nav-list > ul > li a {
  color: #0C0C0C;
}
.header-nav nav .header-nav-list > ul > li a:hover, .header-nav nav .header-nav-list > ul > li a.on-tab {
  color: var(--bs-blue);
}
.header-nav nav .header-nav-list > ul > li .__nav-child {
  display: none;
  width: fit-content;
  white-space: nowrap;
  padding: 8px 16px;
  background-color: #fff;
  position: absolute;
  left: -12px;
  top: 42px;
  font-size: 14px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.header-nav nav .header-nav-list > ul > li .__nav-child a {
  display: block;
}

.product-class {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.product-class:last-child {
  margin-bottom: 0;
}
.product-class .__item {
  flex: 1;
}
.product-class .__item a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  color: inherit;
}
.product-class .__item a.on-tab {
  color: var(--bs-blue);
  border: 1px solid var(--bs-blue);
}
.product-class .__item a.on-tab-lv1 {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}
.product-class .__item a:hover {
  color: var(--bs-blue);
}
.product-class .__item a i.on-tab {
  color: var(--bs-blue);
}

.product-class-lv2 {
  padding: 8px;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
}

.product-support {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.product-support li {
  list-style-position: inside;
  width: 50%;
  padding-right: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-support li a {
  color: inherit;
}
.product-support li a:hover {
  color: var(--bs-blue);
}

#alert-info {
  position: fixed;
  top: 20px;
  left: 50%;
  width: 20%;
  margin-left: -10%;
  z-index: 40;
}

.product-list-item {
  border-radius: 4px;
}
.product-list-item:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px var(--bs-blue);
}
.product-list-item img {
  aspect-ratio: 4/3;
}
.product-list-item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}

.product-detail-btn a {
  display: inline-block;
  padding: 10px 18px;
  font-size: 16px;
  color: var(--bs-blue);
  border: 1px solid var(--bs-blue);
  border-radius: 4px;
  margin-right: 12px;
}
.product-detail-btn a:hover {
  background-color: var(--bs-blue);
  color: #fff;
}
.product-detail-btn a.__fill {
  background-color: var(--bs-blue);
  color: #fff;
}
.product-detail-btn a.__fill:hover {
  opacity: 0.8;
}

.product-price-mobile {
  margin-bottom: 0.5rem;
}
.product-price-mobile .__price {
  color: #FF6A00;
}
.product-price-mobile .__contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
  width: 100%;
  background-color: #ccc;
  padding: 0.5rem;
}
.product-price-mobile .__contact a {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  color: #fff;
  background-color: var(--bs-blue);
  border-radius: 20px;
  font-size: 13px !important;
  align-items: flex-end;
}

.product-detail-item {
  display: flex;
  margin-bottom: 8px;
}
.product-detail-item:last-child {
  margin-bottom: 0;
}
.product-detail-item > span {
  font-size: 14px;
  flex-shrink: 0;
  margin-right: 24px;
  margin-top: 8px;
}
.product-detail-item.product-detail-price {
  align-items: center;
  padding: 16px;
  margin-left: -16px;
  background-color: #eee;
}
.product-detail-item.product-detail-price .__content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product-detail-item.product-detail-price .__content span:first-child {
  color: #FF6A00;
}
.product-detail-item.product-detail-radio .__radio-item {
  flex: 1;
  display: flex;
}
.product-detail-item.product-detail-radio .__radio-item .__item {
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid #e8e8e8;
  color: #999;
  margin-right: 12px;
  cursor: pointer;
  border-radius: 4px;
}
.product-detail-item.product-detail-radio .__radio-item .__item.on-tab {
  color: var(--bs-blue);
  border-color: var(--bs-blue);
}

.product-detail-table {
  margin-top: 24px;
  display: none;
}
.product-detail-table table {
  width: 100%;
}
.product-detail-table table thead tr td {
  font-size: 14px;
  text-align: center;
  background-color: #f2f2f2;
  padding: 8px;
}
.product-detail-table table tbody tr td {
  font-size: 14px;
  padding: 8px;
  text-align: center;
  border: 1px solid #f2f2f2;
}
.product-detail-table table tbody tr td input {
  border: 1px solid #e5e5e5;
}

.product-detail-content p, .product-detail-content div, .product-detail-content ul, .product-detail-content ol {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.product-detail-content h3 {
  font-size: 18px;
}
.product-detail-content ul, .product-detail-content ol {
  padding-left: 0;
}
.product-detail-content ul li, .product-detail-content ol li {
  font-size: 14px;
  list-style-position: inside;
}
.product-detail-content img {
  max-width: 100%;
}

.product-detail-specification {
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
}
.product-detail-specification a {
  color: inherit;
  margin-right: 12px;
}
.product-detail-specification a:hover {
  color: var(--bs-blue);
}

.product-detail-related h3 {
  font-size: 18px;
  font-weight: 400;
  word-break: break-all;
}
.product-detail-related ul {
  padding-left: 0;
  margin-bottom: 0;
}
.product-detail-related ul li {
  list-style: none;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-detail-related ul li a {
  display: block;
  font-size: 14px;
  color: inherit;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-detail-related ul li a:hover {
  color: var(--bs-blue);
}
.product-detail-related ul li a img {
  width: 48px;
  margin-right: 8px;
  aspect-ratio: 4/3;
  vertical-align: middle;
}

.background-index-digital {
  background: linear-gradient(to right, #30303A 45%, #ccc 45%);
}

.index-top-banner {
  padding-left: 276px;
}

.index-ul-1 {
  margin-bottom: 0;
  padding-top: 167px;
  padding-bottom: 2rem;
}
.index-ul-1 li {
  list-style: none;
  color: #fff;
  padding-right: 1rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  user-select: none;
}
.index-ul-1 li span {
  display: inline-block;
  padding-bottom: 0.2rem;
}
.index-ul-1 li.on-tab span {
  border-bottom: 3px solid var(--bs-blue);
}

.index-ul-1-content {
  display: none;
}
.index-ul-1-content p {
  line-height: 1.4;
  max-width: 1024px;
}
.index-ul-1-content .__tags {
  color: #A2A2A2;
  font-size: 13px;
}
.index-ul-1-content .__tags span {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  margin-right: 0.6rem;
  background-color: #484B58;
  border-radius: 4px;
}
.index-ul-1-content .__link {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  padding: 0.3rem 1.5rem;
  border-radius: 4px;
  background-color: var(--bs-blue);
}
.index-ul-1-content .__product {
  font-size: 12px;
}
.index-ul-1-content .__product span {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  font-size: 14px;
  color: #fff;
}
.index-ul-1-content .__product span img {
  width: 24px;
  margin-right: 0.2rem;
}

.index-product .__tab {
  margin-bottom: 2rem;
}
.index-product .__tab ul {
  display: flex;
  width: 100%;
  overflow: auto;
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.index-product .__tab ul::-webkit-scrollbar {
  height: 0;
  color: transparent;
}
.index-product .__tab ul:hover {
  /*定义滚动条样式（高宽及背景）*/
  /*定义滚动条轨道（凹槽）样式*/
  /*定义滑块 样式*/
}
.index-product .__tab ul:hover::-webkit-scrollbar {
  height: 6px; /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
  background: #ffffff;
}
.index-product .__tab ul:hover::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15); /* 较少使用 */
  border-radius: 3px;
}
.index-product .__tab ul:hover::-webkit-scrollbar-thumb {
  border-radius: 3px;
  width: 100px; /* 滚动条滑块长度 */
  background-color: #ccc;
}
.index-product .__tab ul li {
  padding: 12px 16px;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  text-align: center;
  list-style: none;
  flex-shrink: 0;
}
.index-product .__tab ul li.on-tab {
  border-bottom: 2px solid var(--bs-blue);
  color: var(--bs-blue);
  font-weight: bold;
}
.index-product .__content {
  display: none;
}
.index-product .__content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px;
  padding-left: 0;
}
.index-product .__content ul li {
  width: 25%;
  padding: 20px 10px;
  box-sizing: border-box;
  list-style: none;
}
.index-product .__content ul li a {
  min-height: 127px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  padding: 8px 10px;
  box-sizing: border-box;
}
.index-product .__content ul li a:hover {
  box-shadow: 0 0 5px rgba(59, 159, 255, 0.35);
}
.index-product .__content ul li a:hover img {
  transform: scale(0.9);
}
.index-product .__content ul li a:hover p {
  color: var(--bs-blue);
}
.index-product .__content ul li a img {
  max-width: 100%;
  transition: all 0.2s;
  aspect-ratio: 4/3;
}
.index-product .__content ul li a p {
  font-size: 12px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  transition: all 0.2s;
  text-align: center;
  color: #60697b;
}

.index-news-item-more {
  margin-top: 1rem;
}
.index-news-item-more ul {
  padding-right: 1rem;
}
.index-news-item-more ul li a {
  color: inherit;
  font-size: 14px;
  margin-bottom: 1rem;
}
.index-news-item-more ul li a:hover {
  color: var(--bs-blue);
}

.index-cooperate ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: -16px;
  padding-left: 0;
}
.index-cooperate ul li {
  background-color: #fff;
  list-style: none;
  width: calc(16.66% - 16px);
  height: 90px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-cooperate ul li img {
  max-width: 100%;
}

.index-service-item .__content {
  border: 1px solid #e5e5e5;
  border-top: none;
}

.bottom-btn a {
  display: inline-block;
  padding: 0.3rem 1.75rem;
  background-color: var(--bs-blue);
  color: #fff;
  font-size: 14px;
}
.bottom-btn a:hover {
  opacity: 0.8;
}

.banner-img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccc;
}
.banner-img img {
  width: 100%;
  height: 100%;
}

.__banner-btn a {
  display: inline-block;
  padding: 0.5rem 2rem;
  background-color: var(--bs-blue);
  color: #fff;
  font-size: 14px;
}
.__banner-btn a:hover {
  opacity: 0.8;
}

.api-scene-item {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.api-scene-item .__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #333;
}
.api-scene-item .__title span {
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #333;
}
.api-scene-item .__content {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  min-height: 140px;
}
.api-scene-item .__inner-img {
  display: flex;
  justify-content: flex-end;
}
.api-scene-item .__inner-img > div {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cccccc;
}
.api-scene-item .__inner-img > div img {
  display: block;
  max-width: 80%;
}

.api-func {
  border: 1px solid #e5e5e5;
}

.skin007-doc-item {
  box-shadow: 0 0 5px var(--bs-blue);
}
.skin007-doc-item h4 {
  text-align: left;
  background-color: var(--bs-blue);
}
.skin007-doc-item ul {
  background-color: #fff;
}
.skin007-doc-item ul li {
  list-style-position: inside;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skin007-doc-item ul li a {
  color: inherit;
}
.skin007-doc-item ul li a:hover {
  color: var(--bs-blue);
}

.skin007-pipe.step-3 .swiper-slide::after {
  right: -27%;
}
.skin007-pipe .swiper-slide {
  position: relative;
}
.skin007-pipe .swiper-slide:last-child::after {
  display: none;
}
.skin007-pipe .swiper-slide::after {
  content: "";
  background: url("/static/web/common/img/arrow.svg") no-repeat center center;
  width: 196px;
  height: 9px;
  position: absolute;
  top: 40px;
  right: -38%;
}

.footer-product-class dd {
  width: 49%;
  padding-right: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.solution-trubble {
  min-height: 200px;
  background-color: #ccc;
  color: #fff;
}

.solution-plan {
  padding: 16px 16px 32px;
  border: 1px solid #e5e5e5;
  position: relative;
  background-color: #fff;
}
.solution-plan h4 {
  font-size: 16px;
}
.solution-plan p {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
  max-width: 80%;
}
.solution-plan img {
  display: block;
  width: 48px !important;
  height: 48px !important;
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.news-product-item {
  color: inherit;
}
.news-product-item:hover {
  color: var(--bs-blue);
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}
@media (max-width: 991.98px) {
  .nav-item.dropdown .dropdown-menu .nav-item a {
    color: #fff !important;
  }
  .copyright {
    padding-bottom: 2.9rem !important;
  }
  .index-ul-1 {
    padding-left: 0.5rem;
  }
  .index-ul-1 li {
    padding-right: 0;
    font-size: 14px;
  }
  .index-ul-1-content .__tags span {
    margin-bottom: 0.3rem;
  }
  .index-product .__tab ul {
    justify-content: flex-start;
  }
  .index-product .__content ul li {
    width: 50%;
  }
  .index-product .__content ul li a p {
    max-height: 17px;
  }
  .product-detail-table {
    display: none !important;
  }
  .index-cooperate ul li {
    width: calc(33.3333% - 16px);
  }
  .address {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 76.8px;
  }
  .index-banner {
    background-position: 0 100%;
    height: 400px;
  }
  .index-banner h1, .index-banner p {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(4px);
  }
  .index-top-banner {
    padding-left: 15px !important;
  }
  .navbar-collapse {
    height: 100vh;
  }
  .digital_marketing-pipe .swiper-slide {
    position: relative;
  }
  .digital_marketing-pipe .swiper-slide::after {
    display: none;
  }
  ol.breadcrumb {
    display: none !important;
  }
  .breadcrumb-item {
    max-width: 100%;
  }
  .breadcrumb-item a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .contact-flow {
    display: none !important;
  }
  .tags-item {
    padding-bottom: 0.6rem;
  }
  .tags-item:last-child {
    padding-bottom: 0;
  }
  .tags-item p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .product-detail-item {
    display: block;
  }
  .product-detail-item.product-detail-price {
    margin-left: 0;
  }
  .product-detail-item > span {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
.ask-wechat {
  display: flex;
  width: 500px;
}
.ask-wechat .__item {
  font-size: 14px;
  white-space: nowrap;
  flex: 1;
  margin: 0 12px;
}
.ask-wechat .__item img {
  width: 140px !important;
  max-width: unset;
  margin-bottom: 8px;
}
.ask-wechat .__item .__item-position {
  font-size: 14px;
  color: var(--bs-blue);
  font-weight: 700;
}

/*# sourceMappingURL=cus.css.map */
