/* 合作伙伴css */
.mobile-part {
  padding: 0.4rem 0.48rem 0.42rem;
}
.mobile-part h5 {
  font-family: CustomFont-Bold;
  font-weight: 700;
  font-size: 0.4rem;
  color: #1e1f24;
  text-align: center;
}
.mobile-part .part-div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.32rem;
  justify-content: space-between;
}
.mobile-part .part-div img {
  width: 2.09rem;
  height: 0.92rem;
  margin-bottom: 0.12rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
/* 头部导航css */
.mobile-header {
  height: 1.28rem;
  display: flex;
  align-items: center;
  background: #F8F8F8;
  padding: 0 0.3rem 0 0.32rem;
  justify-content: space-between;
  position: relative;
}
.mobile-logo {
  width: 1.94rem;
  height: 0.7rem;
}
.menu-logo {
  width: 0.74rem;
  height: 0.56rem;
  cursor: pointer;
}
.mobile-nav {
  position: absolute;
  z-index: 99999;
  top: 1.28rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
}
.mobile-header .showNav {
  display: block;
}
.mobile-nav li {
  width: 100%;
  height: 1.09rem;
  line-height: 1.09rem;
  padding-left: 0.32rem;
  font-size: 0.3rem;
  color: #1E1F24;
  border-bottom: 2px solid #F8F8F8;
}
.mobile-nav li a {
  width: 100%;
  height: 1.09rem;
  line-height: 1.09rem;
  font-size: 0.28rem;
  color: #1E1F24;
  border-bottom: 2px solid #F8F8F8;
}
.mobile-product-nav {
  position: relative;
  height: inherit !important;
  cursor: pointer;
  padding: 0 !important;
}
.menu-sub-only {
  top: 1.09rem;
  left: 0;
  width: 100%;
  display: none;
}
.sub-icon {
  position: absolute;
  height: 0.2rem;
  width: 0.2rem;
  background: url('../assets/mobile/sub-icon.png') top center no-repeat;
  right: 0.3rem;
  top: 0.45rem;
}
.active-arrow-icon {
  transform: rotate(180deg);
}
._target-span {
  width: 0.3rem;
  display: inline-block;
}
.menu-sub-only a {
  color: #76777D;
  background: #F8F8F8;
  border-top: 2px solid #F8F8F8;
  padding-left: 0.3rem;
}
.menu-sub-only a:hover {
  background: #EDF0F6;
  color: #0055FE;
}
.mobile-product-nav .show-item {
  display: block;
}


/* mobile banner */
.mobile-banner img {
  height: 8.09rem;
  width: 100%;
}

/* 轮播导航 */
.carousel-nav {
  display: flex;
  background-color: #F6F7F9;
  flex-wrap: wrap;
  justify-content: center;
}
.carousel-nav .item-tag {
  height: 0.8rem;
  line-height: 0.8rem;
  font-family: CustomFont-Medium;
  font-size: 0.3rem;
  color: #909090;
  width: 2.1rem;
  text-align: center;
}
.carousel-nav .item-tage-active {
  background: #E1ECF6;
  color: #0055FE;
  border-bottom: 3px solid #0055FE;;
}

/* 轮播样式 */
.mobile-swiper-container {
  width: 100%;
  margin-top: 0.32rem;
}

.mobile-swiper-container .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 0 0.48rem;
}

.mobile-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.swiper-pagination-bullet {
  margin-top: 0.32rem;
  width: 0.36rem;
  height: 4px;
  background: #D4D7DC;
  border-radius: 2px;
  opacity: 0.5;
  transition: opacity 0.3s;
  margin-right: 3px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0055FE;
}

.swiper-item-header {
  display: flex;
  align-items: center;
  padding: 0.24rem 0.2rem 0.08rem;
  background: #F6F7F9;
  flex-wrap: wrap;
  border-top-left-radius: 0.12rem;
  border-top-right-radius: 0.12rem;
}
.swiper-item-header .icon-div {
  width: 1.2rem;
  height: 1.2rem;
}
.swiper-item-header .icon-div img {
  width: 100%;
  height: 100%;
}
.detail-dev {
  margin-left: 0.24rem;
}
.detail-dev h3 {
  font-family: CustomFont-Medium;
  font-weight: 500;
  font-size: 0.32rem;
  color: #1E1F24;
}
.detail-dev p {
  font-family: CustomFont;
  font-size: 0.24rem;
  color: #909090;
}
.swiper-item-dec {
  border-top: 1px solid #D7DADF;
  width: 100%;
  font-family: CustomFont;
  font-weight: 400;
  font-size: 0.24rem;
  color: #1E1F24;
  background: #F6F7F9;
  padding: 0.24rem 0;
  min-height: 1.96rem;
  display: flex;
  align-items: center;
}
.swiper-item-banner {
  width: 100%;
  margin-top: 0.32rem;
  /* height: 3.63rem; */
}
.mobile-swiper-container .swiper-slide-active, .swiper-slide-duplicate-active {
  transform: scale(1);
}
.mobile-free-div {
  margin: -0.1rem auto 0.3rem;
  text-align: center;
}
.mobile-free-btn {
  width: 2.54rem;
  height: 0.8rem;
  background: #0055FE;
  box-shadow: 0 0.06rem 0.12rem #0257ff4f;
  border-radius: 1rem;
  outline: none;
  border: none;
  font-family: CustomFont-Medium;
  font-weight: 500;
  font-size: 0.28rem;
  cursor: pointer;
  color: #FFF;
  position: relative;
}
.mobile-free-btn:hover {
  background-color: #2c9ddc;
}
.mobile-free-btn span {
  left: -0.12rem;
  position: relative;
}
.mobile-free-btn img {
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.46rem;
}
/* 资产sass */
.mobile-sass img {
  width: 100%;
}
/* 数字动画部分 */
.mobile-count-title {
  margin-top: 0.54rem;
  color: #1e1f24ff;
  font-family: CustomFont-Bold;
  font-size: 0.4rem;
  text-align: center;
}
.mobile-count-title span {
  width: 100%;
  font-size: 0.28rem;
}
.digital-animation-item {
  padding: 0 0.48rem;
}
.digital-animation-item-common {
  position: relative;
  height: 2.1rem;
  background-size: cover;
  margin-top: 0.32rem;
}
.digital-animation-item-common .bg {
  width: 100%;
  height: 2.1rem;
}
.digital-animation-item1{
  margin-top: 0.4rem;
}
.digital-animation-item .line-bg {
  position: absolute;
  width: 2.28rem;
  height: 1px;
  left: 0.22rem;
  top: 0.89rem;
}
.digital-animation-item .digital-div {
  position: absolute;
  left: 0.22rem;
  top: 0.17rem;
  display: flex;
  align-items: center;
}
.digital-animation-item .digital-div .digital-detail-count {
  font-weight: 900;
  font-size: 0.48rem;
  color: #1F2F7E;
}
.digital-animation-item .digital-div .digital-detail-unit {
  font-family: CustomFont-Medium;
  font-size: 0.24rem;
  color: #1F2F7E;
  position: relative;
  top: 0.04rem;
  left: 0.04rem;
}
.digital-animation-item .digital-desc {
  position: absolute;
  top: 1.04rem;
  left: 0.22rem;
  font-family: CustomFont;
  font-size: 0.26rem;
  color: #1E1F24;
}
/* 客户案列 */
.mobile-swiper-container1 {
  width: 100%;
  margin-top: 0.72rem;
  background: #F0F1F6;
  padding-bottom: 0.5rem;
  border-top-right-radius: 0.8rem;
}
.mobile-swiper-container1 .swiper-slide-active, .swiper-slide-duplicate-active {
  transform: scale(1);
}

.mobile-swiper-container1 .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 0 0.48rem;
  border-radius: 0 0.8rem 0 0;
}
.custom-case {
  font-family: CustomFont-Bold;
  font-weight: 700;
  font-size: 0.4rem;
  color: #1E1F24;
  text-align: center;
  margin-top: 0.4rem;
}
.case-logo {
  display: block;
  height: 0.8rem;
  margin-top: 0.48rem;
  width: 4.37rem;
}
.case-title {
  font-family: CustomFont-Medium;
  font-weight: 500;
  font-size: 0.32rem;
  color: #1E1F24;
  margin-top: 0.32rem;
  text-align: left;
  width: 100%;
}
.detail-desc-text {
  margin-top: 0.16rem;
  font-family: CustomFont;
  font-size: 0.26rem;
  color: #666666;
}
.case-banner {
  height: 5rem;
  margin-top: 0.4rem;
  border-top-left-radius: 0.3rem;
}
.mobile-swiper-pagination1 {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
}
.mobile-free-div1 {
  margin: 0.0rem !important;
}
/* 增长空间 */
.add-space {
  height: 8.07rem;
  background-color: #2E2E2E;
  position: relative;
}
.add-space .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
.add-space .title {
  text-align: center;
  padding-top: 0.56rem;
  font-family: CustomFont-Bold;
  font-weight: 700;
  font-size: 0.4rem;
  color: #1E1F24;
  position: relative;
}
.add-space .phone-div {
  width: 6.2rem;
  height: 0.8rem;
  margin: 0 auto;
  position: relative;
}
.add-space .phone-div input {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border:none;
  padding-left: 0.4rem;
  padding-right: 1.5rem;
  font-family: CustomFont;
  font-size: 0.24rem;
  color: #1E1F24;
}
.add-space .phone-div button {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: CustomFont;
  font-size: 0.24rem;
  color: #0055FE;
  position: absolute;
  right: 0.24rem;
  bottom: -0.24rem;
  background-color: transparent;
}
.add-space .code-div {
  margin-top: 0.2rem;
}
.add-space .code-div input {
  padding-right: 2.52rem;
}
.add-space .code-div button {
  width: 2.60rem;
  height: 0.68rem;
  border-radius: 0.34rem;
  background: #0055FE;
  color: #fff;
  text-align: left;
  padding-left: 0.4rem;
  top: 0.51rem;
  right: 0;
}
.add-space .code-div button img {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  right: 0.36rem;
  top: 0.22rem;
}
.concat-us-tips {
  text-align: center;
  margin-top: 0.72rem;
  position: relative;
  font-family: CustomFont;
  font-size: 0.26rem;
  color: #1E1F24;
}
/* 公司信息 */
.conpany-info {
  background-color: #2E2E2E;
  font-size: 0.26rem;
  color: #FFFFFF;
  padding-bottom: 0.38rem;
}
.info-logo-div {
  padding: 0.36rem 0 0.53rem 0.4rem;
}
.info-logo-div img {
  width: 1.94rem;
  height: 0.7rem;
}
.qr-code-div {
  padding: 0 0.48rem 0 0.4rem;
  display: flex;
  justify-content: space-between;
}
.left-code-box {
  width: 2.56rem;
}
.right-code-box {
  width: 2.57rem;
}
.left-code-box img {
  width: 100%;
  height: 2.57rem;
}
.right-code-box  img {
  width: 100%;
  height: 2.56rem;
}
.left-code-box p {
  margin-top: 0.16rem;
  font-family: CustomFont;
  font-size: 0.26rem;
  color: #FFFFFF;
  text-align: center;
}
.concat-us-text-div {
  text-align: left;
  padding-top: 0.36rem;
  padding-left: 0.4rem;
  font-family: CustomFont;
  font-size: 0.26rem;
  color: #FFFFFF;
  line-height: 0.42rem;
}
.fast-div {
  padding-left: 0.4rem;
  margin-top: 0.4rem;
  display: flex;
}
.fast-div .left-box {
  width: 2.24rem;
  height: 0.72rem;
  border: 1px solid #FAFAFA;
  border-radius: 0.04rem;
  line-height: 0.72rem;
  text-align: center;
  cursor: pointer;
  font-family: CustomFont;
  font-size: 0.26rem;
  color: #FFFFFF;
  margin-right: 0.24rem;
}
.mobile-email-text {
  padding-left: 0.4rem;
  margin-top: 0.4rem;
  font-family: CustomFont;
  font-size: 0.26rem;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 0.42rem;
}
.zixun-tel {
  font-family: CustomFont;
  margin-top: 0.36rem;
  padding-left: 0.4rem;
}
.mobile-tel {
  font-family: CustomFont-Bold;
  font-weight: 700;
  font-size: 0.36rem;
  padding-left: 0.4rem;
}
.mobile-time {
  font-family: CustomFont;
  font-weight: 400;
  font-size: 0.26rem;
  margin-top: 0.1rem;
  padding-left: 0.4rem;
}
/* footer */
.mobile-footer {
  background-color: #444444;
}
.mobile-footer-top {
  display: flex;
  align-items: center;
  height: 0.8rem;
  font-family: CustomFont;
  font-size: 0.26rem;
  color: #FFF;
  padding: 0.4rem;
}
.mobile-footer-top img {
  width: 0.26rem;
  height: 0.26rem;
  display: inline-flex;
}
.mobile-footer-top .right-dec {
  margin-left: 0.4rem;
}
.mobile-footer-bottom {
  height: 0.8rem;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  font-family: CustomFont;
  font-size: 0.26rem;
  color: #FFF;
}
/* dialog */
.mobile-dialog-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.mobile-dialog-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.06rem 0.96rem 0 #617d9654;
  border-radius: 0.16rem;
  width: 5.74rem;
}
.mobile-dialog-body .bg {
  position: relative;
}
.mobile-dialog-body .bg .top-bg {
  height: 1.6rem;
  width: 100%;
}
.top-logo {
  position: absolute;
  width: 1.81rem;
  height: 0.55rem;
  top: 0.28rem;
  left: 0.34rem;
}
.mobile-dialog-title {
  font-family: CustomFont;
  font-size: 0.22rem;
  color: #FFFFFF;
  letter-spacing: 0;
  position: absolute;
  top: 0.99rem;
  left: 0.34rem;
}
.mobile-dialog-content {
  background-color: #FFF;
  padding-left: 0.32rem;
  border-bottom-left-radius: 0.16rem;
  border-bottom-right-radius: 0.16rem;
}
.mobile-dialog-content .title {
  padding-top: 0.32rem;
  font-family: CustomFont-Medium;
  font-weight: 500;
  font-size: 0.36rem;
  color: #222222;
}
.mobile-dialog-tel {
  color: #888888;
  margin-top: 0.06rem;
  font-family: CustomFont;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
}
.mobile-dialog-tel a {
  color: #005BAC;
}
#mobile-success{
  font-family: CustomFont;
  font-size: 0.16rem;
  color: #3c763d;
  display: none;
}
#mobile-tip1 {
  font-family: CustomFont;
  font-size: 0.16rem;
  color: #222;
  display: none;
  color: orange;
}
#mobile-tip2 {
  font-family: CustomFont;
  font-size: 0.16rem;
  color: red;
  position: relative;
  top: 0.35rem;
  display: none;
}
#mobile-tips3 {
  font-family: CustomFont;
  font-size: 0.16rem;
  color: red;
  position: absolute;
  top: 0.1rem;
  display: none;
}
.mobile-acrive {
  display: block !important;
  font-size: 0.23rem !important;
}
.mobile-input-div {
  padding: 0 0.32rem 0 0;
  position: relative;
}
.mobile-input-div input {
  width: 100%;
  height: 0.8rem;
  font-family: CustomFont;
  font-size: 0.28rem;
  color: #222;
  padding-left: 0.2rem;
  border: 1px solid #D9DCE0;
  border-radius: 0.08rem;
}
.mobile-input-div input::placeholder {
  color: #B8B8B8;
}
.mobile-input-div button {
  width: 100%;
  height: 0.8rem;
  background: #0055FE;
  box-shadow: 0 0.06rem 0.12rem 0 #0257ff4f;
  border-radius: 0.04rem;
  font-family: CustomFont-Medium;
  font-weight: 500;
  font-size: 0.28rem;
  color: #FFFFFF;
  border: none;
  outline: none;
  cursor: pointer;
}
.mobile-dialog-end {
  padding: 0.16rem 0 0.39rem 0.32rem;
  font-family: CustomFont;
  font-size: 0.24rem;
  color: #888888;
}

.mobile-content {
    max-width: 100%;
    overflow: hidden;
}


/* toast */
.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
  color: #fff;
  padding: 0.1rem 0.3rem;
  border-radius: 0.3rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
  font-family: CustomFont-Medium;
  font-size: 0.24rem;
}
.toast.show {
  opacity: 1;
}