@import url("./basic.css");
@import url("./element.css");
@import url("./footer.css");
@import url("./header.css");
@import url("./swiper.min.css");

main {
  margin-top: 0.8rem;
  background: white;
}
.banner {
  height: 1.42rem;
}

.banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.subtab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
  padding: 0.56rem 1rem 0.48rem;
}
.subtab .item {
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.subtab .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subtab .item.on {
  background: #d8d8d8;
  box-shadow: 5px 5px 28px 0px #000000;
}
.subtab .item:hover {
  background: #d8d8d8;
  box-shadow: 5px 5px 28px 0px #000000;
}
.subtab .item .shadowbox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.56rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  font-family: '思源黑体';
  font-weight: 500;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.56rem;
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.marketing {
  background: #fff;
}
.marketing_one {
  margin-top: 0.48rem;
}
.marketing_one .pain_spot {
  padding: 0.7rem 2.05rem 0.9rem;
  background: #232323;
  box-sizing: border-box;
}
.marketing_one .pain_spot .child_pain h1 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #fad293;
  text-align: center;
}
.marketing_one .pain_spot .child_pain h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #fad293;
  text-align: center;
}
.marketing_one .pain_spot .child_pain ul {
  margin-top: 0.75rem;
  overflow: hidden;
}
.marketing_one .pain_spot .child_pain ul li {
  float: left;
  width: 20%;
}
.marketing_one .pain_spot .child_pain ul li .img {
  margin: 0 auto;
  width: 0.8rem;
  height: 0.66rem;
  text-align: center;
  line-height: 0.66rem;
}
.marketing_one .pain_spot .child_pain ul li .img img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.marketing_one .pain_spot .child_pain ul li h5 {
  text-align: center;
  font-weight: 600;
  font-size: 0.3rem;
  color: #fad293;
  margin-top: 0.64rem;
}
.marketing_one .plan_product {
  margin-top: 0.7rem;
}
.marketing_one .plan_product h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.marketing_one .plan_product .plan_img {
  display: block;
  width: 14.93rem;
  margin: 0.58rem auto 0;
}
.marketing_one .programme {
  margin-top: 0.6rem;
  background: #f8f8f8;
  padding-top: 1px;
  padding-bottom: 0.52rem;
}
.marketing_one .programme h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  margin-top: 0.56rem;
}
.marketing_one .programme .programme_list {
  margin-top: 0.54rem;
  padding: 0 1.4rem;
  overflow: hidden;
}
.marketing_one .programme .programme_list .programme_item {
  width: 4.28rem;
  float: left;
  margin-right: 1.66rem;
}
.marketing_one .programme .programme_list .programme_item:last-child {
  margin-right: 0;
}
.marketing_one .programme .programme_list .programme_item .value_img {
  width: 0.58rem;
  height: 0.58rem;
  text-align: center;
  line-height: 0.58rem;
  margin: 0 auto;
}
.marketing_one .programme .programme_list .programme_item .value_img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.marketing_one .programme .programme_list .programme_item h4 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  margin-top: 0.09rem;
  padding-bottom: 0.33rem;
  border-bottom: 2px dashed #979797;
  box-sizing: border-box;
}
.marketing_one .programme .programme_list .programme_item .programme_inner {
  margin-top: 0.45rem;
}
.marketing_one .programme .programme_list .programme_item .programme_inner li {
  margin-bottom: 0.52rem;
}
.marketing_one
  .programme
  .programme_list
  .programme_item
  .programme_inner
  li:last-child {
  margin-bottom: 0;
}
.marketing_one
  .programme
  .programme_list
  .programme_item
  .programme_inner
  li
  h5 {
  font-weight: 600;
  font-size: 0.24rem;
  color: #000000;
  margin-bottom: 0.12rem;
}
.marketing_one
  .programme
  .programme_list
  .programme_item
  .programme_inner
  li
  p {
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.25rem;
}
.marketing_two {
  margin-top: 0.48rem;
}
.marketing_two .contrast {
  background: #232323;
  overflow: hidden;
}
.marketing_two .contrast h3 {
  margin-top: 0.7rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.3rem;
  color: #fad293;
}
.marketing_two .contrast .contrast_operate {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  padding: 0 0.95rem 1.06rem;
}
.marketing_two .contrast .contrast_operate .module_contrast {
  width: 7.08rem;
  background: #ffffff;
  border-radius: 0.2rem;
}
.marketing_two .contrast .contrast_operate .module_contrast h4 {
  height: 0.66rem;
  background: #fbcf8f;
  line-height: 0.66rem;
  margin-top: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketing_two .contrast .contrast_operate .module_contrast h4 .img {
  width: 0.35rem;
  height: 0.37rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.11rem;
}
.marketing_two .contrast .contrast_operate .module_contrast h4 .img img {
  max-width: 100%;
  max-height: 100%;
}
.marketing_two .contrast .contrast_operate .module_contrast h4 span {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
}
.marketing_two .contrast .contrast_operate .module_contrast ul {
  padding: 0 0.48rem 0.8rem;
}
.marketing_two .contrast .contrast_operate .module_contrast ul li {
  padding-top: 0.62rem;
  font-weight: 600;
  font-size: 0.26rem;
  color: #000000;
}
.marketing_two .contrast .contrast_operate .operate_button {
  width: 2.3rem;
}
.marketing_two .contrast .contrast_operate .operate_button ul li {
  margin-top: 0.46rem;
}
.marketing_two .contrast .contrast_operate .operate_button ul li button {
  width: 100%;
  height: 0.57rem;
  border-radius: 0.22rem;
  border: 4px solid #fbcf8f;
  font-weight: 600;
  font-size: 0.26rem;
  color: #fad293;
  cursor: pointer;
}
.marketing_two .contrast .contrast_operate .operate_button ul li button:hover {
  background: #fad293;
  border-radius: 0.22rem;
  border: 4px solid #fbcf8f;
  color: #000000;
}
.marketing_two .system {
  margin-top: 0.9rem;
}
.marketing_two .system h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.marketing_two .system ul {
  margin-top: 0.78rem;
  padding: 0 1.47rem;
  box-sizing: border-box;
  overflow: hidden;
}
.marketing_two .system ul li {
  width: 4.4rem;
  margin-right: 1.52rem;
  margin-bottom: 0.65rem;
  float: left;
}
.marketing_two .system ul li h4 {
  font-weight: 600;
  font-size: 0.26rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.1rem;
}
.marketing_two .system ul li img {
  height: 2.64rem;
  width: 100%;
  margin-bottom: 0.2rem;
}
.marketing_two .system ul li p {
  height: 2.25rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.25rem;
  text-align: justify;
}
.marketing_two .system ul li:nth-child(3n) {
  margin-right: 0;
}
.marketing_three {
  margin-top: 1.18rem;
}
.marketing_three .inner_pro h3 {
  text-align: center;
  margin-bottom: 0.38rem;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
}
.marketing_three .inner_pro .inner_detail {
  padding: 0 1.73rem;
  box-sizing: border-box;
  overflow: hidden;
}
.marketing_three .inner_pro .inner_detail .left_inner_title {
  width: 31.77%;
  background: #6880ff;
  float: left;
}
.marketing_three .inner_pro .inner_detail .left_inner_title .item {
  height: 1.15rem;
  line-height: 1.15rem;
  border-bottom: 1px solid #ffffff;
  display: flex;
  padding-left: 1.05rem;
  box-sizing: border-box;
  align-items: center;
}
.marketing_three .inner_pro .inner_detail .left_inner_title .item .img {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.42rem;
}
.marketing_three .inner_pro .inner_detail .left_inner_title .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.marketing_three .inner_pro .inner_detail .left_inner_title .item span {
  font-weight: 600;
  font-size: 0.3rem;
  color: #ffffff;
}
.marketing_three .inner_pro .inner_detail .right_inner_content {
  width: 68.23%;
  background: #eaedff;
  float: right;
}
.marketing_three .inner_pro .inner_detail .right_inner_content li {
  height: 1.15rem;
  line-height: 1.15rem;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.marketing_three .app_loc {
  margin-top: 0.76rem;
}
.marketing_three .app_loc h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.marketing_three .app_loc ul {
  margin-top: 0.9rem;
  padding: 0 1.83rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.marketing_three .app_loc ul li {
  width: 7.68rem;
  height: 7.68rem;
  margin-bottom: 0.2rem;
}
.marketing_three .app_loc ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process {
  margin-top: 0.9rem;
  padding-bottom: 2rem;
}
.process h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
}
.process .process_list {
  margin-top: 0.9rem;
  padding: 0 1.5rem;
  overflow: hidden;
}
.process .process_list .process_item {
  float: left;
  width: 1.99rem;
  height: 1.99rem;
  background: #ebf4ff;
  border-radius: 8px;
  margin-right: 0.85rem;
  position: relative;
}
.process .process_list .process_item .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -0.55rem;
  width: auto;
  height: 0.26rem;
}
.process .process_list .process_item:last-child {
  margin-right: 0;
}
.process .process_list .process_item .img {
  width: 0.96rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  margin: 0.3rem auto 0;
}
.process .process_list .process_item .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.process .process_list .process_item h4 {
  height: calc(100% - 1rem);
  font-weight: 600;
  font-size: 0.24rem;
  color: #000000;
  text-align: center;
  line-height: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 300px) and (max-width: 750px) {
  .subtab {
    gap: 0.2rem;
    padding: 0.2rem;
  }
  .subtab .item {
    border-radius: 0.05rem;
  }
  .subtab .item .shadowbox {
    border-radius: 0;
  }

  .marketing_two .contrast .contrast_operate {
    padding: 0 0 1.06rem;
  }

  .marketing_two .contrast .contrast_operate .module_contrast {
    flex: 1;
  }
  .marketing_two .contrast .contrast_operate .operate_button {
    width: 1.5rem;
    margin: 1rem 0.15rem;
  }
  .marketing_two .contrast .contrast_operate .operate_button ul li {
    margin-top: 1.2rem;
  }

  .marketing_two .system ul {
    padding: 0.5rem;
  }

  .marketing_two .system ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
  .marketing_two .system ul li h4 {
    font-size: 0.36rem;
  }
  .marketing_two .system ul li img {
    height: auto;
  }
  .marketing_two .system ul li p {
    font-size: 0.28rem;
    line-height: 0.33rem;
    height: auto;
  }

  .marketing_one .pain_spot {
    padding: 0.7rem 0.05rem 0.9rem;
  }

  .marketing_one .plan_product .plan_img {
    width: 100%;
  }

  .marketing_one .programme .programme_list {
    padding: 0 0.5rem;
  }
  .marketing_one .programme .programme_list .programme_item {
    width: 100%;
    margin-right: 0;
  }

  .process .process_list {
    padding: 0 0.5rem;
  }

  .marketing_three .inner_pro .inner_detail {
    padding: 0;
  }
  .marketing_three .inner_pro .inner_detail .left_inner_title {
    width: 20%;
    text-align: center;
  }
  .marketing_three .inner_pro .inner_detail .left_inner_title .item {
    padding-left: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .marketing_three .inner_pro .inner_detail .left_inner_title .item .img {
    display: none;
  }
  .marketing_three .inner_pro .inner_detail .right_inner_content {
    width: 80%;
  }
  .marketing_three .inner_pro .inner_detail .right_inner_content li {
    /* height: auto; */
  }

  .marketing_three .app_loc ul {
    padding: 0;
    display: grid;
    grid-template-areas:
      '..'
      '..';
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      '. .'
      '. .';
  }
  .marketing_three .app_loc ul li {
    width: unset;
    height: unset;
  }

  .process .process_list .process_item {
    margin-bottom: 0.5rem;
  }
}
