/* 复刻 longmingqiye ppfw: spotlight/container/row + module01/solution-banner */

:root {
  --content-max: 1780px;
  --content-pad: 60px;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  :root {
    --content-pad: 20px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }

  :root {
    --content-pad: 15px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  body {
    min-width: 0 !important;
  }
}

/* 全站内容区最大宽度统一 */
.wp,
.header .wp,
.module01 .container,
.solution-banner .container,
.module04 .container,
.m1_nav .container {
  max-width: var(--content-max) !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--content-pad) !important;
  padding-right: var(--content-pad) !important;
  box-sizing: border-box;
}

.spotlight {
  position: relative;
  overflow: hidden;
}

.bg-cover,
.bg-size--cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.parallax {
  background-attachment: scroll;
}

.solution-banner .container,
.module01 .container {
  position: relative;
}

.solution-banner .row,
.module01 .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.solution-banner .d-flex,
.module01 .d-flex {
  display: flex !important;
}

.solution-banner .justify-content-start,
.module01 .justify-content-start {
  justify-content: flex-start !important;
}

.solution-banner .col-12,
.module01 .col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
}

.module01 {
  padding: 6.25rem 0 0;
  background: url("../images/home/domain_bg01.jpg") center center no-repeat #dde8f6;
  background-size: cover;
  height: 25.55rem;
  box-sizing: border-box;
}

.solution-banner.module01 {
  height: 25rem;
}

.module01 .m1_title_p1 {
  font-size: 2.5625rem;
  font-weight: bold;
  color: #262930;
  margin-top: 3rem;
  margin-left: 1.25rem;
  margin-bottom: 0;
  line-height: 1.3;
  padding: 0;
}

.module01 .m1_title_p2 {
  font-size: 0.88rem;
  font-weight: 400;
  color: #7a8794;
  margin-top: 0;
  margin-left: 1.25rem;
  margin-bottom: 0;
  line-height: 1.6;
  padding: 0;
}

.m1_nav {
  position: relative;
  width: 100%;
  background: linear-gradient(0deg, rgba(245, 245, 245, 0.87), rgba(255, 255, 255, 0.63));
  border-bottom: solid 1px #f1f1f1;
}

.m1_nav .row {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.m1_nav .m1_nav_item {
  width: 33.33%;
  display: block;
  box-sizing: border-box;
}

.m1_nav .m1_new_list {
  text-align: left;
  height: 5.2rem;
  border-left: solid 1px #fff;
  box-sizing: border-box;
  background: transparent;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.m1_nav .m1_nav_item:first-child .m1_new_list {
  border-left: none;
}

.m1_nav .m1_new_list>i {
  width: 45px;
  height: 45px;
  display: block;
  background: url("../images/icons_ind.png?v=2") no-repeat;
}

.m1_nav .m1_new_list>i.hd_adv_ico01 {
  background-position: 0 0;
}

.m1_nav .m1_new_list>i.hd_adv_ico02 {
  background-position: 0 -67px;
}

.m1_nav .m1_new_list>i.hd_adv_ico03 {
  background-position: 0 -132px;
}

.m1_nav .m1_new_list .m1_nav_p1 {
  margin: 0 0 2px;
  display: block;
  line-height: 1.2;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000;
}

.m1_nav .m1_new_list .m1_nav_p2 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.1875rem;
}

/* ---- module04 解决方案卡片 ---- */
.module04 {
  padding: 5rem 0;
  background-color: #fff;
}

.module04 .container {
  position: relative;
}

.module04 .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.module04 .d-flex {
  display: flex !important;
}

.module04 .justify-content-center {
  justify-content: center !important;
}

.module04 .col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .module04 .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .module04 .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .module04 .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.module04 .m4_p1 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 0 0 1.25rem;
}

.module04 .m4_all {
  padding: 1.25rem;
  cursor: pointer;
}

.module04 .m4_box {
  padding: 1.875rem;
  background: linear-gradient(0deg, #ff8a33, #ff622b);
  border-radius: 0.45rem;
  border: none;
  box-shadow: none;
  transition: box-shadow 0.2s, transform 0.2s, opacity 0.2s;
  height: 100%;
  box-sizing: border-box;
}

.module04 .m4_all:not(.active) .m4_box {
  background: #f7f8fa;
}

.module04 .m4_all:not(.active) .m4_item_p1 {
  color: #333;
}

.module04 .m4_all:not(.active) .m4_item_p2 {
  color: #666;
}

.module04 .m4_all.active .m4_box,
.module04 .m4_all:hover .m4_box {
  background: linear-gradient(0deg, #ff8a33, #ff622b);
  box-shadow: 0 8px 24px rgba(255, 98, 43, 0.35);
  transform: translateY(-2px);
}

.module04 .m4_all.active .m4_item_p1,
.module04 .m4_all:hover .m4_item_p1 {
  color: #fff;
}

.module04 .m4_all.active .m4_item_p2,
.module04 .m4_all:hover .m4_item_p2 {
  color: rgba(255, 255, 255, 0.5);
}

.module04 .m4_img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  padding: 10px;
  box-sizing: content-box;
  background: #fff;
  border-radius: 50%;
}

.module04 .m4_item_p1 {
  font-size: 1.3125rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 0.5rem;
}

.module04 .m4_item_p2 {
  font-size: 0.88rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  min-height: 2rem;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

/* jjfacon 浅色风格 */
.jjfa-module .jjfa_box {
  margin-top: 1.5rem;
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
  background: transparent !important;
  overflow: visible !important;
  height: auto !important;
}

.jjfa-module .jjfacon {
  color: #666;
  background: #fff !important;
  border-radius: 0.45rem;
  padding: 2.5rem 2rem;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0, 17, 44, 0.06);
}

.jjfa-module .jjfacon h1 {
  color: #ff622b !important;
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}

.jjfa-module .jjfacon h2 {
  color: #333 !important;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 16px;
}

.jjfa-module .jjfacon .jjfacon_icon {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #ff8a33, #ff622b) !important;
  display: block;
  border-radius: 2px;
}

.jjfa-module .jjfacon .jjfacon_text01 {
  margin: 16px 0 32px !important;
  width: auto !important;
  max-width: 100%;
  text-indent: 0 !important;
  color: #878787;
  line-height: 1.8;
  font-size: 0.875rem;
}

.jjfa-module .jjfacon .jjfacon_yw01 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.jjfa-module .jjfacon .jjfacon_yw01 li {
  width: calc(25% - 12px) !important;
  margin: 0 !important;
  padding: 20px 22px !important;
  float: none !important;
  background: #f7f8fa !important;
  border: none !important;
  border-radius: 0.45rem;
  box-sizing: border-box;
  box-shadow: none;
  transition: box-shadow 0.2s, background 0.2s;
}

.jjfa-module .jjfacon .jjfacon_yw01 li:hover {
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(0, 17, 44, 0.08);
}

.jjfa-module .jjfacon .jjfacon_yw01 h3 {
  color: #333 !important;
  font-size: 1rem !important;
  margin-bottom: 8px !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  font-weight: 600;
}

.jjfa-module .jjfacon .jjfacon_yw01 p {
  color: #878787 !important;
  font-size: 0.8125rem !important;
  line-height: 1.6 !important;
  margin: 0;
}

/* ---- tablet / phone：对齐 ppfw theme.css ---- */
@media (max-width: 992px) {
  .module01 {
    padding: 5rem 0 0;
  }

  .module01 .m1_title_p1 {
    font-size: 2.2rem;
    margin-left: 0;
  }

  .module01 .m1_title_p2 {
    margin-left: 0;
  }

  .yxcp_box {
    height: auto !important;
    padding: 60px 0 !important;
    background-size: cover;
  }

  .yxcp_text {
    width: 100% !important;
  }

  .yxcp_con ul {
    display: flex;
    flex-wrap: wrap;
  }

  .yxcp_con li {
    width: 50% !important;
    float: none !important;
    margin-bottom: 24px;
    box-sizing: border-box;
  }

  .jjfa-module .jjfacon .jjfacon_yw01 li {
    width: calc(50% - 8px) !important;
  }

  .module04 {
    padding: 3rem 0;
  }

  .module04 .m4_all {
    padding: 0.75rem;
  }
}

@media (max-width: 768px) {
  .module01 .m1_title_p1 {
    font-size: 2.1rem !important;
    margin: 2rem 0 0.5rem !important;
  }

  .module01 .m1_title_p2 {
    display: none;
  }

  .module01 {
    padding: 4.8rem 0 0 !important;
    height: 14rem !important;
  }

  .solution-banner.module01 {
    height: 18rem !important;
  }

  .m1_nav .m1_new_list {
    height: auto !important;
    min-height: 2.8rem;
    line-height: normal !important;
    padding: 0.75rem !important;
  }

  .m1_nav .m1_new_list>i {
    display: none;
  }

  .m1_nav .m1_new_list .m1_nav_p2 {
    display: none !important;
  }

  .m1_nav .m1_new_list .m1_nav_p1 {
    padding-top: 0 !important;
    padding-left: 0 !important;
    font-size: 0.875rem;
    text-align: center;
  }

  .m1_nav .m1_nav_item {
    width: 50% !important;
  }

  .m1_nav .m1_nav_item .m1_new_list {
    border-left: solid 1px #ffffff;
  }

  .m1_nav .m1_nav_item:nth-child(odd) .m1_new_list {
    border-left: none;
  }

  .yxcp_con li {
    width: 100% !important;
  }

  .yxcp_con li h2 {
    font-size: 18px !important;
  }

  .ind_title {
    width: 100% !important;
  }

  .ind_title h1 {
    font-size: 28px !important;
    line-height: 1.4 !important;
  }

  .module04 .m4_p1 {
    font-size: 1.5rem;
  }

  .module04 .m4_item_p1 {
    font-size: 1.1rem;
  }

  .jjfa-module .jjfacon {
    padding: 1.5rem 1rem;
  }

  .jjfa-module .jjfacon h1 {
    font-size: 1.4rem;
  }

  .jjfa-module .jjfacon .jjfacon_yw01 li {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .m1_nav .m1_nav_item {
    width: 100% !important;
  }

  .m1_nav .m1_nav_item .m1_new_list {
    border-left: none !important;
    border-top: solid 1px #fff;
  }

  .m1_nav .m1_nav_item:first-child .m1_new_list {
    border-top: none;
  }

  .solution-banner.module01 {
    height: auto !important;
    min-height: 14rem;
    padding-bottom: 2rem !important;
  }
}