:root {
  --main-width: 100%;
}
.page-header {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  z-index: 3;
  right: 0;
  left: unset;
  padding: 20px 28px;
  width: 255px;
  height: 100vh;
  color: #000;
  background-color: #f3f4fe;
  box-shadow: 0px 0px 42px 18px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.page-header .close-button {
  display: block;
}
.page-header-mask {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-header > .header-logo {
  flex: 0;
  width: 193px;
}

.page-header > .page-header_buttons {
  display: none;
}

.page-nav {
  margin-left: unset;
  margin-top: 42px;
  text-align: left;
}

.page-nav_item {
  display: block;
  padding: 0;
  color: #000;
}
.page-nav_item:not(:last-child) {
  margin-bottom: 32px;
}

/* 手机版 顶部导航 */
.page-header_mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 14.5px 16.5px 14.5px 22px;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.page-header_mobile.fixedStyle {
  background: #0090ff;
}
.page-header_mobile-logo {
  height: 30px;
}
.page-header_button-item {
  padding: 5px 10px;
  margin-right: 10px;
}
.page-header_mobile-aside {
  padding: 4px 12.5px;
  color: white;
  font-size: 18px;
  border: solid 1px #ffffff;
  border-radius: 5px;
}

/* 主轮播图 */
.main-swiper {
  min-width: auto;
}
.main-swiper img {
  object-fit: contain;
}
.main-swiper .swiper-pagination-bullets {
  display: none;
}

/* 最新动态 */
.latest-news {
  position: absolute;
  margin-top: 20px;
  padding: 0px 23px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  transform: translateY(-68px);
  background: rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}
.latest-news h1 {
  display: none;
}
.latest-news_list {
  flex-grow: 1;
  margin-left: 0;
  color: white;
  font-size: 18px;
}
.latest-news_item:nth-child(odd) {
  margin-right: unset;
}
.latest-news_title {
  width: 47.73vw;
  color: white;
}
.latest-news_date {
  flex-shrink: 0;
}
.latest-news_more {
  flex-shrink: 0;
  margin-left: 10px;
  color: white;
  font-size: 18px;
}
.latest-news_more::before {
  margin-right: 19px;
  height: 27.5px;
  background-color: white;
}
.latest-news_more i {
  display: none;
}
.latest-news_list, .latest-news_more {
  font-size: 16px;
}

/* 悬浮窗口 */
.page-fixed {
  display: block;
  z-index: 5;
  bottom: 0;
  top: unset;
  left: 0;
  right: unset;
  width: 100%;
  height: 60px;
  background-color: #f3f4fe;
  box-sizing: border-box;
  border-top: 1px solid #a0a0a0;
}

/* 快捷咨询 */
.mob-form {
  display: block;
  position: fixed;
  bottom: 60px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px -4px 8px 0px rgb(0 0 0 / 5%);
  width: 100%;
  height: 50px;
  z-index: 9;
  line-height: 50px;
  text-align: center;
  color: #0090ff;
  font-size: 16px;
  font-weight: bold;
}
.mob-btn-red {
  background-color: #0090ff;
  color: #ffffff;
  border: none;
  outline: none;
  margin-top: 15px;
  border-radius: 10px;
}
.quick-consulation_from input {
  width: 75%;
  border: 1px solid #0090ff;
  margin: 10px 0;
}

.quick-consulation {
  display: none;
}
.online-consulation {
  flex-shrink: 0;
  float: right;
  padding: unset;
  height: 100%;
  width: 170.5px;
  color: white;
  font-size: 17px;
  border-radius: unset;
  background: linear-gradient(to right, #19aad2, #44d987);
}
.online-consulation img {
  display: none;
}
.contact-details {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 0;
  height: 100%;
}
.page-fixed-hover .contact-details_item:hover {
  background-color: #f3f4fe;
  color: #646464;
}
.contact-details_item {
  padding-top: 30px;
  width: unset;
  height: 100%;
  line-height: 15px;
  color: #646464;
  font-size: 10px;
  border: unset;
  border-radius: unset;
  background-color: unset;
  background-position-y: 6px;
  background-size: 20px;
}
.page-fixed-hover .contact-details_item-hover-linear-bg {
  background: transparent;
}
.contact-details_item:not(:last-child) {
  margin-bottom: unset;
}
.contact-details_item img {
  margin-bottom: 5px;
  width: 20px;
}
.contact-details_item:nth-child(1) {
  background-image: url("../images/to_top_mobile@2x.png");
}
.contact-details_item:nth-child(2) {
  background-image: url("../images/consulation_telephone_mobile@2x.png");
}
.contact-details_item:nth-child(4) {
  background-image: url("../images/consulation_wechat_mobile@2x.png");
}

.introduce-module h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.introduce-module span {
  display: block;
}
.introduce-module h4 {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  color: #999999;
}

.introduce1 {
  margin: 30px auto 0;
  padding: 20px 0 0;
  background-position: center 70px;
  background-size: cover;
}
.introduce1-img {
  width: 90%;
  margin: 30px auto;
}

/* 生态 */
.ecosystem {
  top: 0;
}
.ecosystem-module {
  padding: 15px;
}
.ecosystem-module:first-child {
  left: 25px;
}
.ecosystem-module:last-child {
  right: 25px;
}
.ecosystem-modules-wrap {
  margin-top: 35px;
  min-height: 250px;
}
.ecosystem-module_title {
  font-size: 16px;
}
.ecosystem-module_list {
  font-size: 12px;
}
.ecosystem-module_list li:not(:last-child) {
  margin-bottom: 10px;
}
.ecosystem-module_list li::before {
  margin-top: 3px;
  width: 6px;
  height: 6px;
}

.services {
  margin-top: 5px;
}
.service-list {
  margin-top: 30px;
}
.service-list li {
  width: 88%;
  margin: 15px auto!important;
  padding: 20px;
  font-size: 14px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-list li > div {
  margin-bottom: 8px;
  font-size: 18px;
}
.service-list li > img {
  width: 40px;
  left: 5%;
}
.service-list li:nth-child(even) > img {
  left: calc(100% - 15%);
}
.service-list li .service-item-span{
  opacity: 1;
}
.services button.linear-gradent_button {
  border-radius: 30px;
  margin-top: 40px;
}

.system-functions {
  height: auto;
}
.system-functions_item {
  padding-bottom: 0;
}
.system-functions_subs {
  margin-top:30px;
  display: flex;
  flex-wrap: wrap;
}
.system-functions_subs > li {
  width: 50%;
  margin-bottom: 30px;
}
.system-functions_item {
  max-width: 80%;
}

.system-functions_list {
  margin-top: 30px;
}

.deploy img {
  margin-top: 30px;
  width: 90%;
}

.linear-gradent_button {
  border-radius: 30px;
  margin-top: 40px;
}

/* 特色系统 */
.special-functions {
  margin-top: 20px;
}
.special-functions p {
  font-size: 24px;
  margin: 0 auto;
  font-weight: 600;
}
.special-functions_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: unset;
  row-gap: unset;
  margin: 25px auto;
}
.special-functions_list li {
  padding: 15px;
  width: 42%;
  margin: 10px;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  min-height: unset;
}
.special-functions .linear-gradent_button {
  margin-top: 40px;
}
.special-functions-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.img.special-function_icon {
  width: 30px;
  height: 30px;
}
.special-function_title {
  font-size: 18px;
  font-weight: bold;
}
.special-function_title::after {
  margin: 10px auto;
}

.deploy, .case, .system-functions {
  margin-top: 30px;
  padding: 0;
}

/* 客户案例 */
.case {
  margin-top: 30px;
}
.case-list {
  width: var(--main-width);
  margin-top: 20px;
}
.case-list > li {
  padding: 20px;
}
.case-list .case-item {
  flex-direction: column;
  padding: 34.5px 19.5px 43px;
  box-shadow: 0px 1.5px 24.8px 4.7px rgba(0, 0, 0, 0.09);
}
.case-list .case-item > img {
  width: 100%;
}
.case-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.case-title::after {
  margin: 10px auto 0;
  width: 28.5px;
  height: 2.5px;
}
.case_sub-title {
  margin: 20px 0;
  font-size: 16px;
}
.case-code {
  vertical-align: top;
  width: 50px;
  height: 50px;
}
.case-swiper {
  width: 100%;
  padding-right: unset;
}
.case-info {
  margin-left: unset;
}
.case-details {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.case-details li > span {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
}
.case-details li:last-child {
  display: flex;
  justify-content: center;
}
.case-details li:last-child button {
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 0;
  margin-top: 0;
}
.case-swiper .swiper-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}
.code-line {
    display: none;
}


/* 介绍模块2 */
.introduce2 {
  margin-top: 15px;
  padding: 30px 0;
}
.introduce2 h4{
  width: 90%;
}
.introduce2-list {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.introduce2-list li{
  min-width: 33%;
  position: static;
  margin-bottom: 10px;
}
.introduce2-list li:nth-child(3) {
  transform: translateX(0);
}
.introduce2-icon {
  width: 50px;
}
.introduce2-name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.introduce2-summary {
  margin-top: 15px;
  font-size: 12px;
}

/* 介绍模块3 */
.introduce3 {
  background-color: #f3f4fe;
  padding: 30px 0 30px;
}
.introduce3-buttons {
  margin: 45px 15px;
  display: flex;
  justify-content: center;
}
.introduce3-buttons .linear-gradent_button {
  padding: 10px;
  margin-top: 0;
}
.introduce3-buttons .linear-gradent_button.marginL {
  margin-left: 25px;
}
.introduce3-slogan {
  margin-top: 30px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
/* 统计 */
.introduce3-statistics {
  justify-content: space-around;
  column-gap: unset;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.introduce3-statistics li > div {
  margin-bottom: 10.5px;
  font-size: 24px;
}

.footer-modules {
  padding: 15px 0;
  column-gap: unset;
  justify-content: space-evenly;
}
.footer-modules li {
  text-align: center;
}
.footer-modules li img {
  width: 35px;
}
.footer-modules li > div {
  display: block;
  margin-left: 0px;
}
.footer-modules li > div > p {
  margin-bottom: 0px;
  font-size: 12px;
}
.footer-modules li .summary {
  display: none;
}

.mobile-contact-box-bg {
  padding: 40px 0 100px;
  background-color: #222222;
  color: #ffffff;
}
.mobile-contact-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
}
.mobile-contact-middle {
  text-align: center;
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.mobile-contact-tel {
  margin: 0 15px;
  flex: 1;
}
.mobile-contact-middle .line {
  flex: 0 0 25%;
  height: 2px;
  background-color: #ffffff;
}
.mobile-contact-botom {
  text-align: center;
}

/* 联系客服弹窗 */
.contact_qrcode-popup {
  width: 71.6vw;
  height: 90vw;
}
.contact_title {
  font-size: 3.47vw;
}
.contact_sub-title {
  font-size: 2.93vw;
}
.contact_qrcode-img {
  width: 45.87vw;
}
.catact_qrcode-tip {
  font-size: 3.2vw;
}
.contact_longtouch-save {
  position: absolute;
  bottom: 2.8vw;
  right: 1vw;
  font-size: 2.67vw;
}
.contact_longtouch-save img {
  width: 2.8vw;
  height: 3.73vw;
}
