@media screen and (max-width: 750px) {
  * {
    font-size: 10px;
  }

  ol,
  ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }

  ol,
  ul li {
    list-style: none;
  }

  .mode-title {
    padding: 6.33rem 5rem 4rem 4rem;
  }

  .mode-title span:nth-child(1) {
    font-size: 2rem;
    font-weight: 500;
  }

  .mode-title span:nth-child(2) {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 1.5;
  }

  /* 顶部背景图片 */
  .mode-bg {
    height: 98.6vw;
    background-size: 100vw 26vw;
  }

  .view-more-span {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
  }

  .view-more-lightborder {
    color: #9aa2a9;
    border: 0.08rem solid rgba(251, 254, 255, 0.23);
  }

  .view-more-deepborder {
    border: 0.08rem solid rgba(99, 99, 99, 0.38);
  }

  /* 联系方式浮窗 --start*/
  .concact-popup {
    width: 100vw;
    padding: 1.2rem 0rem;
    position: fixed;
    z-index: 100;
    bottom: 0;
    background: linear-gradient(136deg, #3995ff 0%, #1976e1 100%);
    box-shadow: 0px -5px 33px 0px rgba(6, 24, 45, 0.14);
  }

  .concact-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.6rem;
  }

  .concact-popup-text {
    font-size: 1.6rem;
  }

  .concact-popup a {
    text-decoration: none;
  }

  .concact-line {
    width: 0.08rem;
    height: 3rem;
    border: 0.08rem solid rgba(255, 255, 255, 0.2);
  }

  .mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
  }

  .concat-popup-dialog {
    position: relative;
    border-radius: 12px;
    width: 80vw;
    max-width: 360px;
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .concat-popup-dialog-title {
    font-size: 2rem;
    color: #031722;
    text-align: center;
  }

  .concat-popup-dialog-text {
    font-size: 1.6rem;
    color: #606060;
    text-align: center;
    margin-top: 1rem;
  }

  .concat-popup-dialog-button {
    margin-top: 1.6rem;
    border-radius: 3px;
    color: white;
    background: #1976e1;
    font-size: 1.5rem;
    padding: 1.4rem 4rem;
  }
  .close-icon {
    width: 2.4rem;
    width: 2.4rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .copy-icon {
    width: 6.7rem;
    height: 6.7rem;
    margin-top: 0.8rem;
  }
  .copy-example-img {
    margin-top: 1.6rem;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 25.7rem;
    height: 100%;
  }

  /**
	 * 首页布局 -----------------
	 */
  /* 导航 --start */
  .nav-PC {
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 3rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgba(24, 102, 145, 0.05);
  }

  .nav-PC .nav-logo {
    width: 10.68rem;
    height: 3.3rem;
  }

  .nav-PC .nav-logo:nth-child(2) {
    display: none;
  }

  .nav-PC-bg {
    background: #fff;
  }

  .menu-ul {
    display: none;
  }

  .menu-img {
    width: 2rem;
    height: 2rem;
  }

  #menu-img2 {
    display: none;
  }

  /* 导航栏遮罩 */
  .mobile-nav-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    min-width: 100vw;
    height: 100%;
    overflow: hidden;
    padding: 1.8rem 2.5rem 0;
    background: rgba(3, 23, 34, 0.95);
  }

  .close-tab {
    text-align: right;
  }

  .close-tab img {
    width: 2.4rem;
    height: 2.4rem;
  }

  .mobile-nav-ul {
    margin: 5.775rem 0;
  }

  .mobile-nav-li {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
    padding: 2.175rem 0;
    border-bottom: 0.08rem solid rgba(236, 236, 242, 0.2);
  }

  .mobile-nav-li:nth-child(1) {
    border-top: 0.08rem solid rgba(236, 236, 242, 0.2);
  }

  .isNavActive {
    color: #fff !important;
  }

  /* 轮播 --start */
  .carousel-img {
    display: none;
  }

  .carousel-mobile-img {
    width: 100%;
    cursor: pointer;
  }

  .swiper-pagination {
    margin-bottom: 24px;
  }

  .my-bullet {
    width: 3vw;
    height: 2px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.14);
    margin: 0 5px;
    cursor: pointer;
  }

  .my-bullet-active {
    width: 3vw;
    background: #2897db;
  }

  /* 数量统计 --start */
  .numbers-display {
    background-color: #fff;
    padding: 1rem 1.25rem;
    box-sizing: border-box;
  }

  .numbers-ul {
    display: flex;
    align-items: center;
    height: inherit;
    flex-wrap: wrap;
  }

  .numbers-li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0;
    box-sizing: border-box;
  }

  .numbers-li img {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
    text-align: center;
  }

  .numbers-display-mobile {
    width: 5rem;
  }

  .number-h2 {
    font-size: 2.1rem;
    color: #031722;
    font-weight: 600;
    line-height: 2.1rem;
  }

  .number-h4 {
    margin-top: 0.6rem;
    font-size: 1rem;
    color: #899194;
    line-height: 1rem;
    font-weight: 400;
  }

  /* 按钮滑过 */
  .li-btn {
    border: 1px solid rgba(99, 99, 99, 0.38);
    width: max-content;
  }

  .li-btn:hover {
    color: #fff;
    font-weight: 500;
    background: linear-gradient(135deg, #0e62c3 0%, #1e84fa 100%);
  }

  /* 解决方案 --start*/
  .solution {
    padding-bottom: 4rem;
    overflow: hidden;
    background: url("../img/mobile/5.png") no-repeat center center/100% 100%;
  }

  .solution-ul-pc {
    padding: 0 2.5rem;
  }

  .solu-li {
    width: 100%;
    padding: 1rem 2rem;
    background: rgba(4, 36, 70, 0.8);
    border-radius: 0.5rem;
    border: 0.15rem solid rgba(131, 189, 255, 0.1);
    margin-bottom: 2rem;
    align-items: inherit;
  }

  .solu-li img {
    width: 6rem;
    height: 6rem;
    margin-right: 1rem;
  }

  .solu-text > span:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }

  .solu-text span:nth-child(2) {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
  }

  .solu-text .solu-li-btn {
    display: none;
  }

  .solu-li-pcAll {
    display: none !important;
  }

  /* 客户案例 --start */
  .certify {
    display: none;
  }

  .certify-btn {
    display: none !important;
  }

  .custom {
    padding-bottom: 4rem;
    background-color: rgba(3, 30, 45, 0.8);
  }

  .certify-ul-appbox {
    padding: 20px;
    color: #fff;
  }

  .certify-ul-app {
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .certify-ul-item {
    flex-shrink: 0;
    /* margin-right: 1.5rem; */
  }

  .certify-ul-item:nth-last-child(1) {
    margin-right: 0 !important;
  }

  .certify-app-img {
    position: relative;
  }

  .certify-app-img img {
    width: 100%;
    height: 23.17rem;
  }

  .certify-app-text {
    font-size: 2rem;
    position: absolute;
    bottom: 1.67rem;
    left: 1.67rem;
  }

  .certify-app-footer {
    width: 100%;
    padding: 1rem 1rem;
  }

  .certify-ul-item .discription {
    font-size: 1.4rem;
    color: #9aa2a9;
    -webkit-line-clamp: 3;
  }

  /* 数字化建设 --start */
  .digitalize {
    padding: 0 1.8rem;
    background: url("../img/pics-wall/11-bg.png") no-repeat center center/100%
      100%;
  }

  .digitalize-swiper {
    box-sizing: border-box;
    overflow: hidden;
  }

  .digitalize-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  .digitalize-img {
    width: calc((100% / 3));
    padding: 0.15rem;
    /* margin: .33rem; */
  }

  .digitalize-pagination {
    margin-bottom: 0px !important;
    position: relative !important;
  }

  .digitalize-wrapper {
    padding-bottom: 50px;
    display: flex !important;
    flex-wrap: wrap;
  }

  /* 互联网趋势 --start*/
  .internetTrend {
    background: url("../img/internet/5-bg.png") no-repeat center center/100%
      100%;
    padding: 0 3rem 4rem 3rem;
  }

  .internet-li {
    margin-bottom: 2rem;
    align-items: center;
  }

  .internet-li > div {
    width: 100% !important;
  }

  .internet-li-img {
    width: 13rem;
    height: 9rem;
    margin-right: 1.56rem;
  }

  .internet-tag-list {
    margin: 1rem 0;
  }

  .internet-title {
    font-size: 1.5rem !important;
  }

  .internet-tag {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
    color: #15a39d;
    background: rgba(21, 163, 157, 0.08);
    border-radius: 0.42rem;
  }

  .internet-tag:nth-last-child(1) {
    margin-left: 0.83rem;
  }

  .internet-li-time {
    display: none;
  }

  /* 浮窗 --start*/
  .float-window {
    display: none !important;
  }

  /* 官网底部 --start */

  /* 立即体验 */
  .instant-experience {
    background: url("../img/foot/1-bg.png") no-repeat center center/100% 100%;
    padding: 5rem 4rem;
    justify-content: center;
    flex-direction: column;
  }

  .instant-experience-title {
    align-items: center;
    margin-bottom: 1.67rem;
  }

  .instant-input-pc {
    display: none !important;
  }

  .instant-experience-title span:nth-child(1) {
    font-size: 2rem;
    font-weight: 500;
  }

  .instant-experience-title span:nth-child(2) {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 1.5;
  }

  .instant-input-app input {
    border: none;
    outline: none;
    display: block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 0.33rem;
    font-size: 1.3rem;
    color: #fff;
    padding: 0.73rem 0.73rem;
    margin-bottom: 1.67rem;
    transition: all 0.05s;
  }

  .instant-input-error {
    border: 1px solid rgba(255, 187, 0, 1) !important;
    background: rgba(255, 187, 0, 0.05) !important;
  }

  .instant-input-app input::placeholder {
    font-size: 1.3rem;
  }

  .instant-input {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
  }

  .instant-input > input {
    width: 100%;
    height: 28px;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 3px 10px;
    text-size: 1.6rem;
    color: white;
  }

  .instant-input > input::placeholder {
    font-size: 1.2rem;
    padding: 0px 3px;
  }

  .instant-input > input:focus {
    caret-color: white;
  }

  .experience-btn {
    text-align: center;
    font-size: 1.3rem !important;
    padding: 0.73rem 0.73rem;
    background: #fff;
    border-radius: 0.33rem;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
  }

  /* 公司信息 + 服务条款 */
  .company-service {
    min-height: 30rem;
    padding: 3.33rem 3rem;
    background: #031722;
    position: relative;
    margin-top: -1px;
    z-index: 2;
  }

  .company-ul-pc {
    display: none !important;
  }

  .company-ul {
    display: flex;
    flex-direction: column;
  }

  .logo-foot-img {
    display: none;
  }

  .icon-bg-img {
    width: 12rem;
    height: 15rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }

  .company-li {
    flex-direction: row !important;
    text-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.8rem;
  }

  .company-li > div {
    width: 100%;
    text-wrap: wrap;
  }

  .company-li > div:first-child {
    width: 32vw;
    vertical-align: top;
    height: 100%;
  }

  .company-li > div:nth-child(2) {
    height: 100%;
    margin-top: 0px;
  }

  .company-li .company-icon {
    width: 2rem;
    height: 2rem;
  }

  .company-li .company-qrcode {
    width: 5.56vw;
    height: 5.56vw;
  }

  /* 友情链接 */
  .friendship-link {
    position: relative;
    z-index: 2;
    font-size: 1.2rem;
    text-wrap: nowrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .friendship-link-text {
    font-size: 1rem !important;
    line-height: 1.5;
  }

  .friendship-link a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    display: block;
    margin-right: 0.83rem;
    line-height: 1.3rem;
  }

  .friendship-link a:hover {
    text-decoration: underline;
  }

  /* 服务条款 */
  .footer-service-pc {
    display: none !important;
  }

  .footer-service {
    position: relative;
    z-index: 2;
  }

  .footer-service-app {
    font-size: 1rem;
    color: #4e5c64;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 1.2rem;
    border-top: 0.08rem solid rgba(255, 255, 255, 0.07);
    padding: 1.2rem 0;
  }

  .footer-service-app span:nth-child(1) {
    margin-bottom: 0.2rem;
  }

  .detail-right {
    display: none;
  }

  .bread-cumb {
    display: none;
  }

  .mode-detail-content {
    padding: 2rem;
  }

  .feature-list {
    display: none;
  }

  /* 免费咨询  */
  .seek-advice-box {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(3, 23, 34, 0.1);
    display: none;
  }
  .seek-advice-box .seek-advice-popup {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .seek-advice-box .seek-advice-popup img {
    width: 100%;
  }
  .seek-advice-box .seek-advice-close {
    width: 20px !important;
    right: 0;
    position: absolute;
  }
}
