.home-index .home-index-banner {
  width: 100%;
  position: relative;
}
.home-index .home-index-banner .swiper-slide {
  cursor: pointer;
}
.none-dom {
  display: none;
}
.home-index .peculiarity-wrap-ul {
  width: 1204px;
  margin: auto;
}
.home-index .home-index-banner .swiper-banner {
  height: 686px;
  & img {
    width: 100%;
    height: 100%;
  }
}
.home-index .home-index-banner .swiper-banner .swiper-txt-bx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 700;
  font-size: 54px;
  color: #0c0d0e;
  line-height: 62px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home-index .home-index-banner .swiper-banner .swiper-txt-bx2 {
  & .swiper-txt-bx-h6 {
    text-align: left;
  }
}
.home-index .home-index-banner .swiper-banner .swiper-txt-bx-span {
  margin-left: 32px;
  font-size: 54px;
  font-weight: 700;
}
.home-index .home-index-banner .swiper-banner .swiper-txt-bx-h1 {
  font-weight: 700;
}
.home-index .home-index-banner .swiper-banner .swiper-txt-bx-h6 {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0c0d0e;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 20px;
}
.home-index .home-index-banner .swiper-banner .swiper-pagination {
  height: 32px;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: 128px !important;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.home-index .home-index-banner .swiper-banner .swiper-pagination-bullet {
  opacity: 1;
  width: 42px;
  height: 6px;
  background: #dce4f0;
  border-radius: 100px 100px 100px 100px;
}

.home-index .home-index-banner .swiper-banner .swiper-pagination-bullet-active {
  background: #1a75ff;
}
.home-index .home-index-banner .peculiarity-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  z-index: 9;
  backdrop-filter: blur(50px);
}
.home-index .home-index-banner .peculiarity-wrap .peculiarity-wrap-li {
  /* width: 288px; */
  height: 48px;
  padding-left: 70px;
  justify-content: center;
  &::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    /* border: 1px solid #c9cdd4; */
    background: #dde2e9;
    margin-left: 90px;
  }
}
.home-index .home-index-banner .peculiarity-wrap .peculiarity-wrap-li:last-child::after {
  content: '';
  display: inline-block;
  border: none;
  width: 0;
}
.home-index .home-index-banner .peculiarity-wrap .peculiarity-wrap-li .serve_icon {
  width: 48px;
  height: 48px;
}
.home-index .home-index-banner .peculiarity-wrap .peculiarity-wrap-li .peculiarity-wrap-li-txt {
  margin-left: 12px;
}
.home-index .home-index-banner .peculiarity-wrap .peculiarity-wrap-li .peculiarity-wrap-li-txt-p1 {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #0c0d0e;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home-index .home-index-banner .peculiarity-wrap .peculiarity-wrap-li .peculiarity-wrap-li-txt-p {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #80838a;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
/* 核心功能模块 */
.home-index .home-kernel-module {
  margin-top: 80px;
}
.home-index .home-kernel-module h4 {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #0c0d0e;
  line-height: 44px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.home-index .home-kernel-module h5 {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #42464e;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 12px;
}
.home-index .home-kernel-module .home-kernel-module-tabs .kernel_module {
  width: 42px;
  height: 42px;
}
.home-index .home-kernel-module .home-kernel-module-tabs .img-none {
  display: none;
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-list {
  margin: 56px 153px 50px;
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-list-li {
  height: 58px;
  text-align: center;
  padding: 8px 28px;
  border-radius: 99px 99px 99px 99px;
  margin-right: 30px;
  cursor: pointer;
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-list-li:last-child {
  margin-right: 0;
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-list-li:hover {
  background: #f6f8fa;
  & .tabs-list-li-span {
    color: #0c0d0e;
  }
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-list-li-active {
  background: linear-gradient(33deg, #2e85ff 0%, #32a7fb 100%), linear-gradient(33deg, #2e82ff 0%, #64a9ff 100%);
  & .tabs-list-li-span {
    color: #ffffff;
  }
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-list-li-active:hover {
  background: linear-gradient(33deg, #2e85ff 0%, #32a7fb 100%), linear-gradient(33deg, #2e82ff 0%, #64a9ff 100%);
  & .tabs-list-li-span {
    color: #ffffff;
  }
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-list-li-span {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #686b70;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-left: 12px;
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-items {
  height: 592px;
  background: #f4f8fe;
  border-radius: 20px 20px 20px 20px;
  padding: 56px 96px;
  justify-content: space-between;
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-items .tabs-items-title {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #0c0d0e;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  & span {
    color: #1a75ff;
    font-weight: 700;
  }
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-items .tabs-items-txt {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #42464e;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 12px 0 39px;
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-items .tabs-items-list .checked_icon {
  width: 18px;
  height: 18px;
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-items .tabs-items-list .tabs-items-list-li {
  & span {
    font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0c0d0e;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 12px;
  }
}
.tabs-items-right {
  width: 606px;
  height: 564px;
  margin-left: 16px;
  & img {
    width: 100%;
    height: 100%;
  }
}
.home-index .home-kernel-module .home-kernel-module-tabs .tabs-items .tabs-items-list .tabs-items-list-li .dashed-line {
  margin-left: 8px;
  width: 1px;
  height: 60px;
  background: repeating-linear-gradient(to bottom, rgba(26, 117, 255, 0.55), rgba(26, 117, 255, 0.55) 4px, transparent 4px, transparent 8px);
}
/* 三大核心优势 */
.home-index .advantage-module {
  background: linear-gradient(180deg, #e5f0ff 0%, #f4faff 100%);
  border-radius: 20px 20px 20px 20px;
  padding: 80px 0 60px;
}
.home-index .advantage-module .advantage-img-li {
  margin-right: 20px;
}
.home-index .advantage-module .home-advantage-module-item {
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  padding: 24px 32px;
  margin: 56px 0 24px;
}
.home-index .advantage-module .home-advantage-module-item p {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #0c0d0e;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home-index .advantage-module .home-advantage-module-item .advantage-desc {
  font-weight: 400;
  font-size: 16px;
  color: #80838a;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 6px 0 14px;
}
.home-index .advantage-module .advantage-img-li:last-child {
  margin-right: 0;
}
.home-index .advantage-module .advantage-img-li .advantage-img {
  width: 323px;
  height: 166px;
}
.home-index .advantage-module .advantage-module-item2 {
}
.home-index .advantage-module .advantage-module-item2 .advantage-module-item2-ul {
}
.home-index .advantage-module .advantage-module-item2 .advantage-module-item2-ul .advantage-module-item2-li {
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  padding: 24px 32px;
  margin-right: 24px;
  background-image: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/advantage_5.png');
  background-size: 100% 240px;
  width: 696px;
  height: 300px;
  background-position: bottom;
  background-repeat: no-repeat;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #80838a;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home-index .advantage-module .advantage-module-item2 .advantage-module-item2-ul .advantage-module-item2-li .advantage-module-item2-li-title {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #0c0d0e;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home-index .advantage-module .advantage-module-item2 .advantage-module-item2-ul .advantage-module-item2-li2 {
  background-image: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/advantage_6.png');
  margin-right: 0;
}
/* 解决方案 */
.home-index .scheme-module {
}
.home-index .scheme-module .scheme-module-item-bx {
  margin-top: 56px;
}
.home-index .scheme-module .scheme-module-item-bx .scheme-module-item {
  width: 696px;
  height: 340px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid rgba(26, 117, 255, 0.12);
  background-image: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/scheme_1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 24px 32px;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #80838a;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home-index .scheme-module .scheme-module-item-bx .scheme-module-item .scheme-module-item-title {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0c0d0e;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home-index .scheme-module .scheme-module-item-bx .scheme-module-item .scheme-module-item-list {
  padding-top: 4px;
}
.home-index .scheme-module .scheme-module-item-bx .scheme-module-item .scheme-module-item-list .scheme-module-item-li {
  list-style: disc;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1a75ff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 20px;
  margin-top: 20px;
}
.home-index .scheme-module .scheme-module-item-bx .scheme-module-item2 {
  background-image: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/scheme_2.png');
  margin-left: 24px;
}

/* 共同选择 */
.home-index .selection-module {
  background-image: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/selection_bg.png');
  width: 100%;
  height: 786px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 80px;
  border-radius: 20px 20px 20px 20px;
}

.home-index .selection-module .selection-module-content {
  margin-top: 56px;
}
.home-index .selection-module .selection-module-content .selection-module-content-li {
  width: 456px;
  padding-bottom: 24px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px 20px 20px 20px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  position: relative;
}
.home-index .selection-module .selection-module-content .selection-module-content-li2 {
  margin: 0 24px;
}
.selection-module-content-li-top {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 300px;
  & img {
    width: 100%;
    height: 100%;
  }
}
.home-index .selection-module .selection-module-content .selection-module-content-li .selection-module-content-li-bottom {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  padding: 24px 24px;
  position: absolute;
  top: 254px;
}
.home-index
  .selection-module
  .selection-module-content
  .selection-module-content-li
  .selection-module-content-li-bottom
  .selection-module-content-li-bottom-logo {
  width: 408px;
  height: 28px;
  & img {
    width: 100%;
    height: 100%;
  }
}
.home-index
  .selection-module
  .selection-module-content
  .selection-module-content-li
  .selection-module-content-li-bottom
  .selection-module-content-li-bottom-text {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #42464e;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home-index .selection-module .selection-module-content .selection-module-content-li .selection-module-content-li-bottom .hide-data {
  margin-top: 20px;
  display: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.home-index .selection-module .selection-module-content .selection-module-content-li .selection-module-content-li-bottom .hide-data .hide-data-left {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #80838a;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  float: left;
  width: 50%;
}
.home-index
  .selection-module
  .selection-module-content
  .selection-module-content-li
  .selection-module-content-li-bottom
  .hide-data
  .hide-data-left
  .hide-data-left-num {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #0c0d0e;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  & span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #1d2129;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
}
.home-index
  .selection-module
  .selection-module-content
  .selection-module-content-li
  .selection-module-content-li-bottom
  .hide-data
  .hide-data-left
  .up_icon {
  width: 34px;
  height: 34px;
}

.selection-module-content-li:hover .selection-module-content-li-bottom {
  top: 172px !important;
}

.selection-module-content-li:hover .selection-module-content-li-bottom .hide-data {
  display: block !important;
}

/* 申请试用 */
.home-index .apply-module {
  margin-top: 100px;
}
.home-index .apply-module .apply-module-content {
  margin-top: 56px;
}
.home-index .apply-module .apply-module-content .apply-module-content-li {
  background: #ffffff;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid rgba(26, 117, 255, 0.12);
  padding: 48px 36px 80px;
  text-align: center;
  /* width: 452px; */
  height: 544px;
  box-sizing: border-box;
}
.home-index .apply-module .apply-module-content .apply-module-content-li2 {
  margin: 0 30px;
}
.home-index .apply-module .apply-module-content .apply-module-content-li3 .apply-module-content-btn:hover {
  opacity: 0.8;
}

.home-index .apply-module .apply-module-content .apply-module-content-li2 .apply-module-content-btn:hover {
  opacity: 0.8;
}
.home-index .apply-module .apply-module-content .apply-module-content-li .apply-module-content-logo img {
  width: 60px;
  height: 60px;
}
.home-index .apply-module .apply-module-content .apply-module-content-li .apply-module-content-title {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #0c0d0e;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
}
.home-index .apply-module .apply-module-content .apply-module-content-li .apply-module-content-desc {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0c0d0e;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.home-index .apply-module .apply-module-content .apply-module-content-li .apply-module-content-btn {
  width: 380px;
  height: 48px;
  line-height: 48px;
  background: #def1ff;
  border-radius: 8px 8px 8px 8px;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #1a75ff;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 32px 0;
  border: none;
  cursor: pointer;
}
.home-index .apply-module .apply-module-content .apply-module-content-li .apply-module-content-btn:hover {
  background-color: #1a75ff;
  color: #fff;
  opacity: 0.8;
}
.home-index .apply-module .apply-module-content .apply-module-content-li2 .apply-module-content-btn {
  color: #fff;
  background: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/apply_btn_1.png') no-repeat;
  background-size: 380px 48px;
}
.home-index .apply-module .apply-module-content .apply-module-content-li3 .apply-module-content-btn {
  color: #fff;
  background: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/apply_btn_2.png') no-repeat;
  background-size: 380px 48px;
}
.home-index .apply-module .apply-module-content .apply-module-content-li .apply-module-content-function .apply-module-content-function-title {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #42464e;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
}
.home-index .apply-module .apply-module-content .apply-module-content-li .apply-module-content-function-li {
  width: 100%;
}
.home-index .apply-module .apply-module-content .apply-module-content-li .apply-module-content-function-item1 {
  width: 50%;
  text-align: left;
  & img {
    width: 18px;
    height: 18px;
  }
  & span {
    font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #42464e;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 8px;
  }
}
.home-index .apply-module .apply-module-content .apply-module-content-li .apply-module-content-function-item2 {
  & span {
    font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #c9cdd4;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
}
.home-index .apply-module .apply-module-content .apply-module-content-li .apply-module-content-function-li2 {
  margin: 20px 0;
}
/* 关于我们 */
.home-index .about-module {
  height: 706px;
  background: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/about_bg.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 100px;
  padding-top: 80px;
}
.home-index .about-module .about-module-content {
  margin-top: 56px;
}
.home-index .about-module .about-module-content .about-module-content-left img {
  margin-right: 40px;
  width: 632px;
  height: 348px;
}
.home-index .about-module .about-module-content .about-module-content-right .about-module-content-right-title {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #0c0d0e;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
}
.home-index .about-module .about-module-content .about-module-content-right-desc {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1d2129;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home-index .about-module .about-module-content .about-module-content-right-desc:nth-child(3) {
  margin: 12px 0;
}
.home-index .about-module .about-module-content .about-module-content-right-items {
  margin-top: 32px;
}
.home-index .about-module .about-module-content .about-module-content-right-items-li .about-icon {
  width: 34px;
  height: 34px;
  margin-right: 8px;
}
.home-index .about-module .about-module-content .about-module-content-right-items-li-desc {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #80838a;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home-index .about-module .about-module-content .about-module-content-right-items-li-desc-title {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home-index .about-module .about-module-content .about-line {
  height: 34px;
  border: 1px solid rgba(26, 117, 255, 0.12);
  margin: 0 24px;
}
.home-apply-trial {
  background: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/bg_consultation.png') no-repeat;
  background-size: 100% 260px;
  padding: 62px 0;
  text-align: center;
}
.home-apply-trial-title {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1d2129;
  line-height: 44px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  & span {
    margin-left: 32px;
    font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #1d2129;
    line-height: 44px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
}
.home-apply-trial-btn {
  width: 200px;
  height: 56px;
  background: #1a75ff;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 36px;
  cursor: pointer;
}
.home-apply-trial-btn:hover {
  background: #0065ff;
}
.dialog-warp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c0d0e;
  opacity: 0.55;
}
.layui-modal {
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.dialog-warp .dialog-center {
  background: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/dialog_bg.png') no-repeat;
  background-size: 100% 766px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 32px 48px;
  border-radius: 20px 20px 20px 20px;
}
.dialog-warp .dialog-center .dialog-title {
  position: relative;
  & h2 {
    font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #0c0d0e;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  & p {
    font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #42464e;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
}
.dialog-warp .dialog-center .dialog-title .close-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: -16px;
  cursor: pointer;
}
.required {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #f63d3d;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.dialog-content {
  margin-top: 28px;
}
.dialog-layui-input-name {
  width: 262px;
  height: 56px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #c9cdd4;
}
.dialog-layui-input-phone {
  margin-left: 20px;
  width: 262px;
  height: 56px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #c9cdd4;
}
.dialog-mian-right-layui-form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 56px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #c9cdd4;
  box-sizing: border-box;
}

.dialog-mian-right-layui-form-item-label {
  width: 140px;
  height: 100%;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #42464e;
  line-height: 56px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.dialog-mian-right-layui-input {
  border: none;
  height: 100%;
  width: 100%;
  line-height: 54px;
  font-weight: 400;
  font-size: 16px;
  color: #42464e;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
::-webkit-input-placeholder {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #80838a;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
:-moz-placeholder {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #80838a;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
::-moz-placeholder {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #80838a;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
:-ms-input-placeholder {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #80838a;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.dialog-layui-input-company {
  width: 544px;
  height: 56px;
  background: #ffffff;
  /* box-shadow: 0px 0px 0px 2px rgba(26, 117, 255, 0.2); */
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #c9cdd4;
  margin: 20px 0;
}
.dialog-layui-input-centent {
  width: 544px;
  height: 200px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #c9cdd4;
}
.dialog-layui-textarea {
  width: 100%;
  height: 80%;
  border: none;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #42464e;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: relative;
  box-sizing: border-box;
}
.dialog-layui-textarea-bx {
  padding: 16px 0;
  width: 100%;
  height: 200px;
}
.current-length {
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #80838a;
  line-height: 24px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  /* position: absolute;
  bottom: 8px;
  right: 30px; */
  text-align: right;
  margin-top: 4px;
}
.dialog-kefu-bx {
  background: url('https://res-other-platform.mutouyun.com/mutouyunshang/erp/www/resource/kefu_bg.png') no-repeat;
  background-size: 100% 156px;
  margin: 20px 0 28px;
  padding: 16px 34px;
  border-radius: 10px 10px 10px 10px;
}
.dialog-kefu-bx .dialog-kefu-bx-left {
}
.dialog-kefu-bx-left-top {
  & img {
    width: 72px;
    height: 72px;
  }
}
.dialog-kefu-bx-left-text {
  font-family: MiSans, MiSans, PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #80838a;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 16px;
}
.dialog-kefu-bx-left-text-title {
  font-family: MiSans, MiSans, PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0c0d0e;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.dialog-kefu-bx-left-bottom {
  font-family: MiSans, MiSans, PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1a75ff;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 20px;
  & img {
    width: 27px;
    height: 16px;
    margin-left: 10px;
  }
}
.dialog-kefu-bx-right {
  & img {
    width: 120px;
    height: 120px;
    margin-left: 14px;
  }
}
.layui-btn {
  width: 180px;
  height: 46px;
  line-height: 46px;
  background: #1a75ff;
  border-radius: 8px 8px 8px 8px;
  font-family: PingFang SC, PingFang SC, Microsoft YaHei, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.layui-item {
  text-align: center;
}
.layui-btn:hover {
  background: #0065ff;
}
.err_color {
  border: 1px solid #f63d3d;
  & ::-webkit-input-placeholder {
    color: #f63d3d;
  }
  & :-moz-placeholder {
    color: #f63d3d;
  }
  & ::-moz-placeholder {
    color: #f63d3d;
  }
  & :-ms-input-placeholder {
    color: #f63d3d;
  }
}
input:required:invalid::before {
  content: attr(data-reqtext);
  display: inline-block;
  color: red;
}
input:focus {
  caret-color: #1a75ff;
}
.dialog-mian-right-layui-form-item:focus-within {
  box-shadow: 0px 0px 0px 2px rgba(26, 117, 255, 0.2);
  border: 1px solid #1a75ff;
}
