/* 默认显示桌面版本 */
.h5_content {
  display: none;
}
.h5_content_nav {
  display: none;
}
/* 当屏幕宽度小于等于768px时，显示移动版本 */
@media only screen and (max-width: 768px) {
  .pc_content {
    display: none;
  }
  .h5_content {
    display: block;
  }

  .h5_content_nav {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .h5_navbar_wrap .navbar_container {
    display: flex;
    align-items: center;
    position: relative;
    height: 60px;
  }
  .dropdown-item {
    padding: 0.25rem 1rem;
  }
  .nav-item .nav-link {
    color: #000000;
  }
  .nav-item .active {
    color: #e24b4b !important;
    background-color: #ffffff;
  }
  .nav-item .dropdown {
    cursor: pointer;
    padding: 0.5rem;
  }
  .nav-item .dropdown-item {
    line-height: 32px;
  }
  .nav-item .dropdown-item:hover {
    color: #e24b4b;
    background-color: #fff1f1;
    border-radius: 4px;
  }
  .doufenle-title {
    margin-left: 32px;
  }
  .lang-menu {
    padding: 0;
    top: 10px !important;
    left: -20px !important;
  }
  .open-btn {
    position: absolute;
    right: 0;
    width: 78px;
    text-align: center;
    border-radius: 15px 0 0 15px;
    background: #ffecec;
    padding: 6px 0;
  }
  .nav-open {
    font-size: 14px;
    color: #e24b4b;
  }
  .banner-bottom .banner-slider .banner-li {
    padding: 15px 0;
  }
  .swiper-text .swiper-content {
    max-width: 50% !important;
  }
  .slider-item img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .slider-item-2 {
    margin-left: 30px;
  }
  .slider-item-right .number {
    font-size: 16px;
  }
  .slider-item-right .text {
    font-size: 10px;
  }
  .slider-item-right .text-2 {
    width: 80%;
  }
  .banner-wrap {
    border: none;
  }
  .money-wrap {
    padding: 16px;
  }
  .money-wrap img {
    width: 100%;
    margin-bottom: 15px;
  }
  .project-wrap {
    width: 100%;
    height: 750px;
    padding-top: 30px;
    text-align: center;
  }
  .project-wrap-bgc {
    width: 100%;
    height: 232px;
    padding-top: 30px;
    background: url("../mobile-img/project-bgc.png") no-repeat center;
    background-size: cover;
  }
  .project-wrap .en_title {
    font-size: 16px;
    font-weight: bold;
  }
  .project-wrap .zh_title {
    font-size: 16px;
  }
  .project-parent-list {
    display: block;
    margin: -130px auto 0;
    padding: 0 15px;
  }
  .project-wrap .project-parent {
    display: flex;
    justify-content: space-between;
  }
  .project-parent .project-item {
    cursor: pointer;
    width: 166px;
    height: 288px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
    &:nth-child(2) {
      margin-right: 0px;
    }
    &:nth-child(4) {
      margin-right: 0px;
    }
  }
  .project-item .project-title {
    top: 22px;
    left: 50px;
    font-size: 16px;
    color: #f3f3f3;
    text-align: left;
  }
  .project-item .project-content {
    top: 85px;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    color: #e1e1e1;
  }
  .project-item .number {
    font-size: 36px;
    right: 15px;
    bottom: 15px;
  }
  .honor-wrap {
    width: 100%;
    padding-top: 20px;
    background: url("../mobile-img/honor-bgc.png") no-repeat center;
  }
  .honor-wrap .honor-title {
    height: 75px;
    background: url("../mobile-img/honor-title-bgc.png") no-repeat center;
    background-size: cover;
    padding-top: 15px;
  }
  .honor-wrap .en_title {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .honor-wrap .zh_title {
    font-size: 20px;
  }
  .honor-wrap .honor-container {
    width: 100%;
    padding: 40px 16px;
  }
  .honor-imgs .honor-content img {
    width: 110px;
    height: 82px;
  }
  .honor-imgs .honor-content .txt-content {
    font-size: 10px;
    height: 24px;
    line-height: 20px;
    background: #f0f0f0;
    border: 2px solid #ffffff;
    margin: 0 auto;
    padding: 0 10px;
  }
  .product-introduce {
    padding-top: 40px;
  }
  .product-introduce .en_title {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .product-introduce .zh_title {
    font-size: 20px;
  }
  .product-introduce .product-introduce-container {
    margin: 30px auto;
  }
  .product-introduce-container .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    border: none;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e5ea;
  }
  .product-introduce-container .nav-item .nav-link {
    line-height: 1.2;
    border-right: none;
  }
  .product-introduce-container .nav-item .nav-link-1 {
    width: 160px;
  }
  .product-introduce-container .nav-item .nav-link-2 {
    width: 100px;
  }
  .product-introduce-container .nav-item .nav-link-3 {
    width: 200px;
  }
  .product-introduce-container .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    font-weight: bold;
    background: #fff !important;
    color: #111111 !important;
    border-bottom: 3px solid #e24b4b;
    margin: 0 15px;
  }
  .product-introduce-container .h5-pdt-1,
  .h5-pdt-2,
  .h5-pdt-3 {
    height: 320px;
    padding: 0 15px;
  }
  .h5-pdt-1 .pdt-box {
    flex: 1;
    margin-right: 10px;
    &:last-child {
      margin-right: 0;
    }
  }
  .h5-pdt-1 .pdt-box .pdt-content {
    height: 180px;
    padding-top: 5px;
  }
  .solution-wrap {
    height: 590px;
    margin-top: 10px;
    padding: 48px 0 50px;
    background: url("../mobile-img/solution-4.png") no-repeat center;
  }
  .solution-bgc-1 {
    background: url("../mobile-img/solution-4.png") no-repeat center;
    background-size: cover;
  }
  .solution-bgc-2 {
    background: url("../mobile-img/solution-5.png") no-repeat center;
    background-size: cover;
  }
  .solution-bgc-3 {
    background: url("../mobile-img/solution-6.png") no-repeat center;
    background-size: cover;
  }
  .solution-bgc-4 {
    background: url("../mobile-img/solution-7.png") no-repeat center;
    background-size: cover;
  }
  .solution-bgc-5 {
    background: url("../mobile-img/solution-8.png") no-repeat center;
    background-size: cover;
  }
  .solution-wrap .en_title {
    font-size: 12px;
  }
  .solution-wrap .zh_title {
    font-size: 20px;
  }
  .solution-content {
    margin: 20px auto;
  }
  .solution-content .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    border: none;
    margin-bottom: 25px;
  }
  .solution-content .nav-item .nav-link {
    width: 200px;
    line-height: 1.2;
    border-right: none;
  }
  .solution-content .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    font-weight: bold;
    background: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    border-bottom: 3px solid #e24b4b;
    margin: 0 15px;
  }
  .solution-content .tab1-box .tab1-title {
    height: 65px;
    line-height: 1.5;
    font-size: 13px;
    color: #e3e3e3;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .solution-content .tab1-box .tab1-content {
    height: 160px;
  }
  .tab1-content-left img {
    width: 25px;
    height: 29px;
  }
  .tab1-content-left .item-title {
    font-size: 15px;
  }
  .tab1-content-left .item-content {
    font-size: 14px;
  }
  .tab1-content-center {
    width: 260px;
    height: 100px;
    font-size: 12px;
    margin-top: 60px;
  }
  .product-introduce-container .h5-pdt-3 .erp-system {
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: url("../img/pdt-3-title.png") no-repeat center;
    background-size: cover;
  }
  .h5-pdt-3 .box-list {
    padding: 15px;
    background: linear-gradient(342deg, #ffffff 0%, #f1f3f5 100%);
    box-shadow: 0px 3px 16px 0px #e3e3e3;
    border: 1px solid #ffffff;
  }
  .tab1-content-left .left-img {
    margin: 0 6px 0 15px;
  }
  .tab1-content-left .right-content {
    margin-right: 6px;
  }
  .solution-content .tab2-box .tab2-title {
    height: 88px;
    line-height: 1.5;
    font-size: 14px;
    color: #e3e3e3;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .solution-content .tab2-box .tab2-content {
    padding: 0 15px;
  }
  .tab2-box .tab2-content .tab2-item {
    position: relative;
    width: 81px;
    height: 210px;
    &.tab2-img-1 {
      background: url("../mobile-img/solution-1.png") no-repeat center;
      background-size: cover;
    }
    &.tab2-img-2 {
      background: url("../mobile-img/solution-1.png") no-repeat center;
      background-size: cover;
    }
    &.tab2-img-3 {
      background: url("../mobile-img/solution-1.png") no-repeat center;
      background-size: cover;
    }
    &.tab2-img-4 {
      background: url("../mobile-img/solution-1.png") no-repeat center;
      background-size: cover;
    }
  }
  .tab2-box .tab2-content .tab2-item .tab2-item-title {
    font-size: 15px;
    top: 14px;
    left: 12px;
  }
  .tab2-box .tab2-content .tab2-item .tab2-item-p {
    font-size: 14px;
    top: 70px;
    left: 6px;
  }
  .solution-content .tab3-box {
    padding: 0 15px;
    margin-top: 50px;
  }
  .solution-content .tab3-box .tab3-item {
    width: 170px;
    height: 260px;
    padding: 10px;
    background: linear-gradient(173deg, rgba(122, 90, 90, 0.32) 0%);
  }
  .tab3-item .tab3-item-title {
    height: 45px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .tab3-item .tab3-item-title .tab3-item-title-num {
    font-size: 20px;
  }
  .tab3-item .tab3-item-title .zh-title {
    font-size: 15px;
  }
  .tab3-item .tab3-item-p {
    font-size: 14px;
    line-height: 1.5;
  }
  .solution-content .tab4-box .tab4-title {
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 15px;
  }
  .solution-content .tab4-box .tab4-content {
    width: 332px;
    height: 160px;
    background: url("../mobile-img/solution-2.png") no-repeat center;
    background-size: cover;
  }
  .tab4-box .tab4-content img {
    top: -70px;
    width: 35px;
    height: 35px;
  }
  .tab4-box .tab4-content .brand-txt {
    font-size: 14px;
  }
  .tab4-box .tab4-content .round {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .tab4-content .round-title {
    font-size: 15px;
  }
  .tab4-box .tab4-content .round-txt {
    font-size: 14px;
    width: 72px;
  }
  .tab4-box .tab4-content .logo-1 {
    position: absolute;
    top: 105%;
    left: 6%;
    transform: translate(-50%, -50%);
  }
  .tab4-box .tab4-content .logo-2 {
    position: absolute;
    left: 70px;
    bottom: -125px;
  }
  .tab4-box .tab4-content .logo-3 {
    position: absolute;
    right: 70px;
    bottom: -125px;
  }
  .tab4-box .tab4-content .logo-4 {
    position: absolute;
    top: 94%;
    right: -18%;
    transform: translate(-50%, -50%);
  }
  .solution-content .tab5-box {
    padding: 0 15px;
    margin-top: 50px;
  }
  .solution-content .tab5-box .tab5-left {
    background: url("../mobile-img/solution-3.png") no-repeat center;
    background-size: cover;
    width: 123px;
    height: 240px;
    margin-top: 15px;
  }
  .tab5-box .tab5-left .tab5-left-title {
    font-size: 12px;
    width: 50px;
    top: 103px;
    left: 25px;
  }
  .tab5-box .tab5-right img {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 5px;
  }
  .tab5-box .tab5-right .item-title {
    font-size: 15px;
  }
  .tab5-box .tab5-right .item-content {
    font-size: 14px;
    line-height: 1.5;
  }
  .tab5-right .tab5-right-content {
    margin: 20px 0 15px;
  }
  .case-wrap {
    padding: 50px 0;
  }
  .case-wrap .en_title {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .case-wrap .zh_title {
    font-size: 20px;
  }
  .case-wrap .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e5ea;
  }
  .case-content {
    margin: 30px auto;
  }
  .case-content .nav-item .nav-link {
    width: 240px;
    line-height: 1.2;
    border: none;
  }
  .case-wrap .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    font-weight: bold;
    color: #111111 !important;
    border-bottom: 3px solid #e24b4b;
    margin: 0 15px;
    background: rgba(255, 255, 255, 0) !important;
  }
  .case-tab1-box {
    padding: 0 15px;
  }
  .case-tab1-box .case-tab1-title {
    font-size: 14px;
    margin: 28px 0 15px;
  }
  .case-tab1-left .case-left-list {
    width: 100%;
    height: 107px;
    padding: 0 12px;
  }
  .case-left-list .list-box {
    width: 54px;
    height: 84px;
  }
  .case-left-list .box-title {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .case-left-list .box-text {
    font-size: 12px;
    padding: 0 4px;
  }
  .case-left-list .x-title {
    font-size: 12px;
  }
  .case-left-list img {
    width: 20px;
  }
  .case-tab1-content .case-tab1-left {
    width: 100%;
  }
  .case-left-cycle {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
  .case-left-cycle .cycle-title {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    margin: 0 auto 20px;
  }
  .case-left-cycle .cycle-list {
    padding: 0;
  }
  .cycle-list .cycle-line .line-box {
    width: 118px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    &.line-box-1 {
      width: 118px;
    }
    &.line-box-2 {
      width: 78px;
    }
  }
  .case-tab1-right {
    position: relative;
    width: 100%;
    height: 209px;
    padding: 0 15px;
  }
  .case-tab1-right .right-title {
    font-size: 15px;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .case-tab1-right .right-content {
    padding: 0;
    font-size: 14px;
    width: 55%;
  }
  .case-tab1-right img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px;
    height: 152px;
  }
  .case-tab2-box {
    padding: 0 15px;
  }
  .case-tab2-box .case-tab2-title {
    font-size: 14px;
    margin: 28px 0;
  }
  .customer-content .customer {
    height: 33px;
    line-height: 33px;
    background: #e24b4b;
  }
  .customer-content .customer-center {
    margin-left: 60px;
  }
  .case-tab2-content .technical-support {
    height: 98px;
    padding: 30px 20px;
  }
  .case-tab1-over .over-text {
    font-size: 14px;
  }
  .technical-support .technical-support-text {
    font-size: 14px;
    width: 80px;
  }
  .technical-support .arrow-text {
    font-size: 12px;
  }
  .case-tab2-content .arrow-right {
    margin: 0 3px;
    width: 20px;
    height: 75px;
  }
  .manager-box {
    font-size: 14px;
    width: 70px;
    height: 28px;
    line-height: 28px;
  }
  .case-tab2-content .case-tab2-center {
    width: 290px;
    height: 103px;
    background: url("../mobile-img/arrow-8.png") no-repeat center;
    background-size: cover;
  }
  .case-tab2-content .case-tab2-center .center-title {
    font-size: 14px;
    top: 15px;
  }
  .case-tab2-bottom .bottom-box {
    width: 62px;
    height: 129px;
  }
  .bottom-box .box-title {
    font-size: 14px;
    height: 47px;
    line-height: 1;
    padding: 0 5px;
  }
  .bottom-box .box-text {
    font-size: 14px;
    padding: 0 8px;
    margin-top: 15px;
  }
  .case-tab3-box {
    padding: 0 15px;
  }
  .case-tab3-box .case-tab3-title {
    margin: 28px 0;
    font-size: 14px;
  }
  .case-tab3-box .customer-list {
    width: 100%;
    background: linear-gradient(342deg, #ffffff 0%, #f1f3f5 100%);
    box-shadow: 0px 3px 16px 0px #e3e3e3;
    border: 1px solid #ffffff;
    padding: 6px;
    margin-bottom: 6px;
  }
  .case-tab3-box .customer-list .customer-box {
    width: 103px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e24b4b;
  }
  .erp-list .erp-title {
    font-size: 13px;
    color: #e24b4b;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: linear-gradient(342deg, #ffffff 0%, #f1f3f5 100%);
    box-shadow: 0px 3px 16px 0px #e3e3e3;
    border: 1px solid #ffffff;
    margin: 0 5px;
  }
  .healthy-box {
    width: 100%;
    border: 1px solid #e24b4b;
    background: linear-gradient(342deg, #ffffff 0%, #f1f3f5 100%);
    box-shadow: 0px 3px 16px 0px #e3e3e3;
    padding: 12px 15px;
    margin-top: 10px;
  }
  .healthy-box .enjoy-balance {
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    margin: 0;
  }

  .healthy-box .healthy-left-text {
    width: 156px;
    text-align: center;
  }
  .healthy-box .healthy-right-text {
    width: 108px;
    text-align: center;
  }
  .account-box {
    margin: 5px 0 5px 100px;
  }
  .channel-box {
    width: 100%;
    background: linear-gradient(342deg, #ffffff 0%, #f1f3f5 100%);
    box-shadow: 0px 3px 16px 0px #e3e3e3;
    border: 1px solid #ffffff;
    padding: 6px;
  }
  .channel-box .channel-list .channel-box-item {
    width: 103px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e24b4b;
    margin: 0 0 5px;
  }
  .channel-box .bank-box {
    font-size: 14px;
    margin-right: 22px;
  }
  .case-summary {
    width: 100%;
    height: 100%;
    background: linear-gradient(342deg, #ffffff 0%, #f1f3f5 100%);
    box-shadow: 0px 3px 16px 0px #e3e3e3;
    border: 1px solid #ffffff;
    padding: 10px 12px;
  }
  .case-summary .summary-title {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .summary-box-item {
    flex: 1;
  }
  .about-wrap {
    height: 587px;
    padding-top: 48px;
    background: url("../mobile-img/about-bgc.png") no-repeat center;
    background-size: cover;
  }
  .about-wrap .en_title {
    font-size: 12px;
  }
  .about-wrap .zh_title {
    font-size: 20px;
  }
  .about-wrap .about-us {
    margin-top: 35px;
    padding: 0 15px;
  }
  .about-us .about-logo {
    width: 118px;
    height: 32px;
    line-height: 32px;
    background: #fff2f2;
  }
  .about-us .about-logo img {
    width: 20px;
    height: 20px;
  }
  .about-logo .group-text {
    font-size: 16px;
  }
  .about-content .about-content-title {
    margin-bottom: 8px;
  }
  .about-content-title img {
    width: 20px;
    height: 20px;
  }
  .about-content .about-content-title .character {
    font-size: 15px;
  }
  .about-content .about-content-p {
    width: 100%;
    font-size: 14px;
    margin: 0 0 12px;
  }
  .about-bottom {
    width: 100%;
    justify-content: space-between;
    margin-top: 24px;
  }
  .about-bottom .bottom-box {
    flex: 1;
    margin: 0;
    &:nth-child(2) {
      margin-right: 20px;
    }
  }
  .about-bottom .bottom-box .red {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .about-bottom .bottom-box .number {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .bottom-box .bottom-content {
    width: 115px;
    font-size: 13px;
  }
  .institutions-wrap {
    padding: 48px 15px;
  }
  .institutions-wrap .en_title {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .institutions-wrap .zh_title {
    font-size: 20px;
  }
  .institutions-wrap img {
    width: 100%;
    height: 160px;
    margin-top: 32px;
  }
  .connect-wrap {
    width: 100%;
    padding: 40px 15px 10px;
  }
  .connect-wrap .connect-company {
    width: 100%;
    font-size: 20px;
    margin-bottom: 24px;
    padding-bottom: 15px;
  }
  .connect-info .connect-info-box {
    width: 100%;
  }
  .connect-info-item {
    flex: 1;
    margin: 0 50px 20px 0;
    &:last-child {
      margin-right: 0;
    }
  }
  .address-info {
    width: 100%;
    border-bottom: 1px solid #c8caca;
    padding-bottom: 10px;
  }
  .connect-info-item img {
    width: 20px;
    height: 20px;
  }
  .address-info img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .bottom-wrap {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 1.5;
  }
}
