.banner_box_row {
  height: 0;
}
.function_banner_row {
  height: 0;
}
@media (min-width: 1400px) {
  .banner_box {
    display: none;
  }
  .banner_box_row {
    height: auto;
    padding-top: 90px;
  }
  .function_banner {
    display: none;
  }
  .function_banner_row {
    height: auto;
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
body {
  font-size: 14px;
}
a {
  text-decoration: none;
}

.function_banner_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1239px;
  margin: 0 auto;
  overflow: hidden;
}
.function_banner_row > div{
  width: 500px;
}
.function_banner_row > img {
  width: 694px;
}

.banner_box_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1239px;
  margin: 0 auto;
  overflow: hidden;
}
.banner_box_row > div:first-child {
  width: 508px;
}
.banner_box_row > img {
  width: 731px;
}

.fs-12 {
  font-size: 12px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.fs-36 {
  font-size: 36px;
}

.fs-40 {
  font-size: 40px;
}

.fs-20 {
  font-size: 20px;
}

.gray-a1 {
  color: #a1a1a1;
}

.bg-gray-f5 {
  background-color: #f5f6f7;
}

.bg-gray-df {
  background-color: #dfe4e9;
}

.divider {
  height: 1px;
  width: 100%;
}

.border_radius {
  border-radius: 1rem;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w104 {
  width: 104px;
}

.w280 {
  width: 280px;
}

.w380 {
  width: 380px;
}

.w560 {
  width: 560px;
}

.w33 {
  width: 33.3%;
}

.h200 {
  height: 200px;
}

.h800 {
  height: 800px;
}

.h42 {
  height: 42px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pl24 {
  padding-left: 24px;
}

.mr-30 {
  margin-right: 30px;
}

.mt-23 {
  margin-top: 23px;
}

.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt120 {
  margin-top: 120px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb16 {
  margin-bottom: 16px;
}

.bl1 {
  border-left: 1px solid #f1f2f5;
}
.br1 {
  border-right: 1px solid #f1f2f5;
}
.bt1 {
  border-top: 1px solid #f1f2f5;
}
.bb1 {
  border-bottom: 1px solid #f1f2f5;
}

.white-bb {
  color: #ffffffbb;
  line-height: 25px;
}

.card-body-53 {
  flex: 1 1 auto;
  padding: 1.5rem 1.3rem;
  /* font-size: 15.5px; */
}

.shadow-inset {
  box-shadow: inset 0px 0px 40px 1px rgba(52, 71, 99, 0.1);
}

.header_wrp {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 9;
  /* overflow: hidden; */
}

.header_wrp .logo {
  height: 60px;
  /* width: 160px; */
  /* background-color: var(--bs-gray-300); */
}

.header_right {
  height: 100%;
  height: 60px;
}

.header_right ul {
  height: 60px;
  list-style: none;
  margin-bottom: 0;
}
/* 16px:1rem   8px:0.5rem 24px:1.5rem */
.nav_wrp li a {
  /* padding: 8px 24px;
  margin: 8px; */
  position: relative;
}

/* .nav_wrp li a::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 4px;
  border-radius: 2px 2px 2px 2px;
  background: var(--bs-blue);
}

.nav_wrp li a.on::after,
.nav_wrp li:hover > a::after {
  display: block;
} */
.nav_wrp li:hover > a {
  background-color: #eee;
}
.nav_wrp li a.on {
  background-color: #eee;
}

/* .function_box {
  position: relative;
} */

.arrow_box {
  display: none;
  position: absolute;
  width: 668px;
  height: 6px;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.arrow_box .arrow {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.arrow_box .arrow::before,
.arrow_box .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.arrow_box .arrow::after {
  border-bottom-color: #fff;
}

.function_sub_box {
  position: absolute;
  width: 100vw;
  height: 400px;
  top: 65px;
  left: 0;
  background-color: #feffff;
  display: none;
  /* display: block; */
}
.function_sub_box dt {
  /* background-color: var(--bs-gray-300); */
  width: 48px;
  height: 48px;
}
.function_box:hover .function_sub_box,
.function_box:hover .arrow_box {
  display: block;
}
.function_sub_box > div {
  width: 1200px;
  margin: 0 auto;
}
.core_function {
  width: 320px;
  height: 400px;
  padding: 40px 24px 0 24px;
  margin-right: 16px;
  background-color: #0000000d;
}
.core_function_item {
  width: 278px;
  padding-top: 24px;
  margin-right: 15px;
}
.core_function_item > a > div:first-child {
  height: 90px;
  background-color: #e7effc;
}
.core_function_item > div:not(:first-child) {
  font-size: 15px;
  font-weight: bolder;
}

/* .home_banner {
} */

.home_banner .banner_box {
  width: 1440px;
  margin: 0 auto;
  height: 768px;
  margin-top: 60px;
  background: url(../img/new_banner_index.png) no-repeat bottom #fff;
  background-size: auto 466px;
}

.home_banner .banner_box > div {
  padding-top: 70px;
}

.home_banner .banner_box .banner_text {
  height: 100%;
}

.home_banner .banner_box .banner_text h3,
.home_banner .banner_box .banner_text h2 {
  font-size: 36px;
}

.home_banner .banner_box .banner_text p {
  font-size: 18px;
}

.title_element {
  text-align: center;
}

.function_box_item dt {
  /* background-color: var(--bs-gray-300); */
  width: 48px;
  height: 48px;
}

.advantage_box_wrp {
  background: url(../img/home_advantage_bg01.png) no-repeat;
  background-size: cover;
}

.advantage_box .left {
  width: 380px;
}

.advantage_box .left .card {
  height: 480px;
}

.advantage_box .left .card::after {
  display: block;
  position: absolute;
  width: 100%;
  content: "";
  background: url(../img/home_advantage_bg02.png) no-repeat 160px 335px;
  background-size: 66%;
  height: 480px;
  opacity: 0.5;
}

.advantage_box .left span {
  border-radius: 2px;
  background-color: #2678ff;
}

.advantage_box .right {
  flex: 1;
}

.advantage_box .right .item_box {
  height: 225px;
  width: 380px;
}

.advantage_box .right .item_box.box1 {
  background: linear-gradient(315deg, #34383e 0%, #515355 100%);
}

.advantage_box .right .item_box.box2 {
  background: linear-gradient(315deg, #34383e 0%, #515355 100%);
}

.advantage_box .right .item_box.box3 {
  background: linear-gradient(315deg, #34383e 0%, #515355 100%);
}

.advantage_box .right .item_box.box4 {
  background: linear-gradient(315deg, #34383e 0%, #515355 100%);
}

.evaluate_wrp .evaluate_item {
  height: 236px;
}

.bottom_banner {
  background-color: #fff;
  background: url(../img/bottom_banner_bg.png) no-repeat center #02020ef7;
  height: 180px;
  padding-top: 32px;
}
.bottom_banner > div > div {
  color: #ffffffbb;
  margin-top: 16px;
}
.bottom_banner button {
  background-color: #ffffff3b;
  border: 1px solid #eee;
  border-radius: 0;
  color: #fffffff0;
}
.bottom_banner button:hover {
  color: #fffffff0;
}

.bottom_wrp .right {
  width: 300px;
}
.bottom_wrp .rrright {
  width: 380px;
  margin-left: 235px;
}

.bottom_wrp .qr_item {
  width: 120px;
}

.bottom_wrp .qr_item > div {
  padding-left: 5px;
}

.bottom_wrp .qr_item img {
  width: 120px;
  height: 120px;
}

.price_banner {
  margin-top: 90px;
}

.divider_dashed {
  border-top: 1px dashed #dfe4e9;
}

.price_content {
  min-height: 694px;
}

.price_content .card_title {
  font-size: 24px;
  font-weight: bold;
}

.price_content .card_title span {
  position: relative;
}

.price_content .card_title span::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 12px;
  background: rgba(0, 124, 255, 0.1);
  left: 0;
  bottom: -2px;
}

.price_content .card {
  transition: all 0.2s linear;
  cursor: pointer;
}

.price_content .card:hover {
  transition: all 0.2s linear;
  transform: translateY(-5%);
  border-color: #2d8cf0;
}

.price_content .card .card_title_tag {
  width: 80px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  border-radius: 20px 20px 20px 0;
  position: relative;
  top: -10px;
  left: 5px;
}

.monitor_price_content {
  min-height: initial;
}

.old_price {
  text-decoration: line-through;
  height: 30px;
}

.text-orange {
  color: #ff8800ff;
}
.hot_tag {
  background: #ff88001a;
}
.strong_tag {
  background: rgba(253, 203, 203, 0.8);
}

.modular_item .bi-chevron-down {
  cursor: pointer;
}

.modular_item .bi-chevron-down:hover {
  color: var(--bs-blue);
}

.modular_item .bi-chevron-down.on {
  transform: rotate(-180deg);
  position: absolute;
}

.carousel_element {
  position: relative;
  height: 200px;
}

.carousel_element .carousel {
  position: absolute;
  width: 100%;
  top: -170px;
}

.carousel_element .carousel-indicators {
  margin-bottom: 0;
}

.carousel_element .shadow {
  box-shadow: 0px 0px 12px 1px rgba(52, 71, 99, 0.1) !important;
}

.carousel_element .carousel-item .top div span,
.advices_list_box span {
  display: block;
  width: 104px;
  height: 32px;
  background: rgba(0, 82, 217, 0.1);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid var(--bs-blue);
  text-align: center;
  line-height: 32px;
  color: var(--bs-blue);
}

.price_box {
  position: relative;
}

.price_sub_box {
  position: absolute;
  width: 128px;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #feffff;
  display: none;
}

.price_sub_box div {
  height: 40px;
  line-height: 40px;
}

.price_sub_box div:hover {
  background-color: #f5f6f7;
}
.price_sub_box div:hover a {
  color: var(--bs-blue) !important;
}

.price_box:hover .price_sub_box,
.price_box:hover .arrow_box {
  display: block;
}

.pointer {
  cursor: pointer;
}
.core_item {
  width: 240px;
  cursor: pointer;
}
.core_item a {
  color: #000;
}
.core_item > .core_item_title {
  width: 120px;
  display: flex;
  justify-content: center;
}
.core_item > .core_item_bottom {
  width: 240px;
  height: 8px;
  background-color: #fff;
}
.core_item:hover a {
  color: var(--bs-blue);
}
.core_item_on a {
  color: var(--bs-blue);
}
.core_item_on > .core_item_bottom {
  background-color: var(--bs-blue);
}
.core_amazon {
  height: 360px;
  margin-top: 40px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  width: 40px !important;
  border-radius: 0 !important;
}
.swiperContainer {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.swiperContainer > div {
  width: 400px;
  height: 160px;
  padding-top: 40px;
  padding-left: 64px;
  padding: 40px 64px 0 64px;
}
.swiperContainer > div:hover {
  background-color: #f1f2f5;
}
.swiperContainer > div > div:first-child {
  font-size: 19px;
  font-weight: bolder;
  margin-bottom: 8px;
}
.swiperContainer > div > div:last-child {
  font-size: 16px;
  color: #00000073;
}

.whyerp {
  display: flex;
  width: 1200px;
  height: 120px;
  margin-top: 64px;
  color: #ffffffbb;
}
.whyerp > div {
  width: 600px;
  padding: 24px;
}
.whyerp > div:first-child {
  background-color: #0052d9;
  background: url(../img/whyerp.png) no-repeat center #0052d9;
  background-size: 600px;
}
.whyerp > div:last-child {
  background-color: #000;
  background: url(../img/whyerp.png) no-repeat center #000;
  background-size: 600px;
}

.whyerplist {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 12px 1px rgba(52, 71, 99, 0.1);
}
.whyerplist > div {
  width: 400px;
  height: 160px;
  padding-top: 32px;
  padding-left: 32px;
}
.whyerplist > div > div:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.whyerplist img {
  margin-right: 10px;
}

.erpidea {
  display: flex;
  margin-top: 40px;
}
.erpidea > div {
  width: 396px;
  height: 164px;
  padding: 24px;
}
.erpidea > div > div:last-child {
  display: flex;
  flex-wrap: wrap;
}
.erpidea > div > div:last-child > div {
  width: fit-content;
  border: 1px solid #d7d7d7;
  padding: 6px 16px;
  margin-bottom: 12px;
  margin-right: 12px;
  background-color: #ffffff3d;
}
.erpidea > div:nth-child(2) {
  margin-left: 12px;
  margin-right: 12px;
}
.erpidea-1 {
  background-color: #21242a;
  background: url(../img/erpidea-1.png) no-repeat center #21242a;
}
.erpidea-2 {
  background-color: #0052d9;
  background: url(../img/erpidea-2.png) no-repeat center #0052d9;
}
.erpidea-3 {
  background-color: #1d2126;
  background: url(../img/erpidea-3.png) no-repeat center #1d2126;
}

#form-demo * {
  border-radius: 0;
}

.function_banner {
  height: 650px;
  background: url(../img/new_banner_function.png) no-repeat bottom #fff;
  background-size: auto 440px;
  margin-bottom: 100px;
}
.function_banner > div {
  margin-top: 125px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.function_banner > div > div {
  width: fit-content;
}

.container-x {
  width: 1200px;
  margin: 0 auto;
}
.mt-32 {
  margin-top: 32px;
}

.swiperFunction > div {
  width: 300px;
  height: 280px;
  border: 1px solid #f1f2f5;
  padding-left: 24px;
  padding-right: 14px;
  position: relative;
  cursor: pointer;
}
.swiperFunction > div > div:nth-child(2) {
  font-weight: bold;
}
.swiperFunction > div > div:nth-child(3) {
  color: #1f2329bf;
}
.swiperFunction button {
  /* display: block; */
  position: absolute;
  bottom: 40px;
  left: 60px;
}
.swiperFunction_on {
  /* background: url(https://www.mufriyit.com/img//swiperFunction_on.png) no-repeat center #0052d9; */
  color: #0052d9;
  border-bottom: 8px solid #0d6efd !important;
}
.swiperFunction_on > div:nth-child(2) {
  color: #0052d9;
}
.swiperFunction_on > div:nth-child(3) {
  color: #0052d9 !important;
}
.swiperFunction_on > button {
  color: #0052d9;
  border-color: #0052d9 !important;
}
.swiperFunction_on > button:hover {
  color: #0052d9;
}
.swiperFunction > div > img {
  margin: 22px 0 1px 183px;
}
.swiperFunction > div:not(:first-child) {
  border-left: 0;
}
.function_amazon {
  height: 325px;
  margin-top: 24px;
  margin-bottom: 10px;
}
.border-radius-0 {
  border-radius: 0 !important;
}
.bordered {
  border: 1px solid #000;
}

.fun_fu {
  margin-bottom: 24px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.fun_fu > div {
  width: 300px;
  height: 120px;
  background-color: #f1f2f5ff;
  padding: 23px;
}
.fun_fu > div > div:first-child {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.fun_fu > div > div:last-child {
  color: #848586;
}
.border-color-1a {
  border-color: #0000001a;
}

.function_data {
  margin: 24px 0;
}

.price_tab {
  width: 1200px;
  display: flex;
  height: 120px;
}
.price_tab > div {
  width: 600px;
  padding: 24px;
  cursor: pointer;
}
.price_tab > div > div:first-child {
  font-weight: bolder;
}
.price_tab > div.price_tab_on {
  background: url(../img/whyerp.png) no-repeat center #0052d9;
  background-size: 600px;
}
.price_tab > div.price_tab_off {
  background: url(../img/whyerp.png) no-repeat center #f1f2f5;
  background-size: 600px;
}
.price_tab > div.price_tab_on > div {
  color: #fff;
}

.phone_p {
  margin: 23px 10px 16px 10px !important;
}
.time_p {
  margin: 10px 84px 10px 10px !important;
}
.aboutus {
  margin-top: 11px;
  margin-bottom: 29px;
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  font-weight: bolder !important;
}

.tableShu1 {
  width: 1px;
  height: 4000px;
  background-color: #dfe4e9;
  top: 18px;
  left: 388px;
  position: absolute;
}
.tableShu2 {
  width: 1px;
  height: 4000px;
  background-color: #dfe4e9;
  top: 18px;
  left: 769px;
  position: absolute;
}
.tableShubottom {
  width: 1152px;
  height: 1rem;
}

.modular_item span.text-primary {
  line-height: 24px;
}
.modular_item > div.text-center {
  height: 24px;
  overflow: hidden;
}
.modular_item > div {
  font-weight: bolder;
}

.card_info_wrp > div:nth-child(3) {
  color: #ff0000ff;
}

.black {
  color: #000;
}

.font-normal {
  font-weight: normal !important;
}

.suspensionFu {
  width: 267px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.suspensionFu .suspensionLeft {
  opacity: 0;
  width: 188px;
  height: 226px;
  background: #feffff;
  box-shadow: 0px 0px 12px 1px rgba(52, 71, 99, 0.1);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #f1f2f5;
  text-align: center;
  padding-top: 24px;
}
.suspensionFu .phonesmallcard {
  width: 188px;
  height: 94px;
  background: #feffff;
  box-shadow: 0px 0px 12px 1px rgba(52, 71, 99, 0.1);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #f1f2f5;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 24px;
}
.suspensionFu .suspensionLeftActive {
  opacity: 1;
}
.suspensionFu .phonesmallcard a {
  color: #0d6efd;
  cursor: pointer;
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
}
.suspensionFu .suspensionLeft img {
  width: 140px;
  height: auto;
  margin-bottom: 16px;
}
.suspensionFu .suspension {
  margin-right: 0;
  color: #000;
  background-color: #fff;
  width: 72px;
  height: 226px;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 1px rgba(31, 35, 41, 0.08);
  border: 1px solid #f1f2f5;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.suspensionFu .suspension > div {
  width: 56px;
  height: 54px;
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  padding-top: 4px;
}
.suspensionFu .suspension > div:hover {
  background-color: #f1f2f5;
}
.suspensionFu .suspension > div > img {
  width: 32px;
  height: auto;
}
