.header {
  color: rgba(51, 51, 51, 1);
}

.header .logo {
  background: url("../../img/support/logo.png");
  background-size: 100% 100%;
  width: 3.75rem;
  height: 0.75rem;
}

.header .right .and {
  background-color: rgba(51, 51, 51, 1);
}

.header .nav li a {
  color: rgba(51, 51, 51, 1);
}

.container {
  position: relative;

}

.container .home {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  padding: 0 4rem;
  margin-top: 2.5rem;
}

.container .home .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 4rem;

}

.container .home .title span:first-child {
  background: linear-gradient(to right, rgba(17, 23, 46, 1), rgba(55, 74, 148, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2rem;
  font-weight: 700;
}

.container .home .title span:last-child {
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: .8rem;
  text-align: center;
  margin: 1rem 0;
}



.container .home .linye img {
  height: auto;
  width: 100%;
}

/* 行业痛点亮点 */
.container .pain {
  margin: 4rem;
  display: flex;
  align-items: start;
  position: relative;
  gap: .375rem;
}

.container .pain .industry_pain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-top: 1.25rem;
}

.container .pain .industry_pain .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.container .pain .industry_pain .industry_pain_box {
  display: flex;
  flex-direction: column;
  background: url("../../img/industryDetail/industryPain.png");
  background-size: 100% 100%;
  width: 100%;
  padding: .5rem;
  gap: .375rem;
}

.container .pain .industry_pain .industry_pain_box_item {
  background: url("../../img/industryDetail/industry_pain_box_item_bg.png");
  background-size: 100% 100%;
  padding: .25rem;
  display: flex;
  align-items: start;
  flex: 1;
}

.container .pain .industry_pain .industry_pain_box_item .industry_pain_box_item_img {
  display: flex;
  align-items: start;
  flex-shrink: 0;
  margin-top: .125rem;
}

.container .pain .industry_pain .industry_pain_box_item .industry_pain_box_item_img img {
  margin-right: .25rem;
  width: .625rem;
  height: .625rem;
}

.container .pain .industry_pain .industry_pain_box_item span {
  display: block;
}

.container .pain .industry_pain .industry_pain_box_item span:first-child {
  font-size: .55rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.container .pain .industry_pain .industry_pain_box_item span:last-child {
  font-size: .4rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  width: 84%;
}

.container .pain .industry_pain .industry_pain_box_item_title_desc {
  display: flex;
  align-items: center;
  flex: 1;
  gap: .125rem;
}

.container .pain .industry_pain .industry_pain_box_item_title_desc .point {
  display: block;
  width: .15rem;
  height: .15rem;
  background-color: rgba(152, 152, 152, 1);
  border-radius: 50%;
}

.container .pain .solution {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.container .pain .solution .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.container .pain .solution .solution_box {
  display: flex;
  flex-direction: column;
  background: url("../../img/industryDetail/solution.png");
  background-size: 100% 100%;
  width: 100%;
  padding: .5rem;
  gap: .375rem;
}

.container .pain .solution .solution_box_item {
  background: url("../../img/industryDetail/solution_box_item_bg.png");
  background-size: 100% 100%;
  padding: .25rem;
  display: flex;
  align-items: start;
  flex: 1;
  margin-left: 2.25rem;
  line-height: .75rem;
}

.container .pain .solution .solution_box_item .solution_box_item_img {
  display: flex;
  align-items: start;
  flex-shrink: 0;
  margin-top: .125rem;
}

.container .pain .solution .solution_box_item img {
  margin-right: .25rem;
  width: .625rem;
  height: .625rem;
}

.container .pain .solution .solution_box_item span {
  display: block;
}

.container .pain .solution .solution_box_item span:first-child {
  font-size: .55rem;
  font-weight: 500;
  margin-bottom: .2rem;
}

.container .pain .solution .solution_box_item span:last-child {
  font-size: .4rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  width: 90%;
}

.container .pain .solution .solution_box_item_title_desc {
  display: flex;
  align-items: center;
  flex: 1;
  gap: .125rem;
}

.container .pain .solution .solution_box_item_title_desc .point {
  display: block;
  width: .15rem;
  height: .15rem;
  background-color: rgba(0, 89, 255, 1);
  border-radius: 50%;
}

.container .user_pain {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
}

.container .user_pain .user_pain_main {
  background: url("../../img/industryDetail/userPain.png");
  background-size: 100% 100%;
  width: 7.038rem;
  height: 7.038rem;
  position: relative;
}

.container .user_pain .user_pain_main img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.3945rem;
  height: 6.3945rem;
}

.container .user_pain .user_pain_main .user_pain_main_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-size: .6rem;
  font-weight: 700;
  background: linear-gradient(to right, rgba(88, 146, 255, 1), rgba(37, 113, 255, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container .user_pain .user_pain_main .user_pain_main_text span {
  display: block;
  text-align: center;
}

.container .user_pain .user_pain_top img {
  width: 7.827rem;
  height: 4.4465rem;
}

.container .user_pain .user_pain_bottom img {
  width: 7.827rem;
  height: 4.4465rem;
}

/* 应用场景 */
.container .application {
  background: url("../../img/industryDetail/application.png");
  background-size: 100% 100%;
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
}

.container .application .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-align: center;
  width: 100%;
}

/* Swiper 样式 - 宽度自适应 */
.container .application .application_box {
  width: 100%;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  height: 21.5rem;
  position: relative;
}

.container .application .swiper {
  width: 100%;
  height: 100%;
}

.container .application .swiper-container {
  width: 100%;
  height: auto;
}

.container .application .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}

.container .application .swiper-slide img {
  width: 22rem;
  height: 13rem;
  object-fit: cover;
}

.container .application .swiper-banner {
  margin-top: .75rem;
}

.container .application .swiper-banner span:first-child {
  display: block;
  font-size: .6rem;
  font-weight: 500;
  margin-bottom: .25rem;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC', sans-serif;
}

.container .application .swiper-banner span:last-child {
  display: block;
  font-size: .4rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(102, 102, 102, 1);
}

.container .application .swiper-banner2 {
  position: absolute;
  top: 10.35rem;
  left: 1rem;
  background: #fff;
  padding: .9rem .75rem;
  border-radius: .25rem;
  font-size: .7rem;
  width: 14.75rem;
  height: 6.05rem;
}

.container .application .swiper-banner2 span:nth-child(1) {
  display: block;
  font-size: .7rem;
  font-weight: 500;
  margin-bottom: .25rem;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC', sans-serif;
}

.container .application .swiper-banner2 span:nth-child(2) {
  display: block;
  font-size: .5rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(51, 51, 51, 1);
}

.container .application .swiper-banner2 span:nth-child(3) {
  display: block;
  font-size: .4rem;
  font-weight: 300;
  line-height: .75rem;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(102, 102, 102, 1);
  margin-top: .3rem;
}

/* Swiper 分页器样式 */
.container .application .swiper_page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  gap: .5rem;
}

.container .application .prev-button,
.container .application .next-button {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .application .prev-button:hover .normal,
.container .application .next-button:hover .normal {
  display: none;
}

.container .application .prev-button:hover .hover,
.container .application .next-button:hover .hover {
  display: block;
}

.container .application .prev-button .hover,
.container .application .next-button .hover {
  display: none;
}

.container .application .prev-button img,
.container .application .next-button img {
  width: .6rem;
  height: .6rem;
}

/* 应用案例 */
.container .application_case {
  margin: 4rem;
}

.container .application_case .top {
  margin-top: 1.25rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  position: relative;
}

.container .application_case .top .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.container .application_case .top .tabs {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.container .application_case .top .tabs .tab_item {
  font-size: .6rem;
  font-weight: 400;
  padding: .25rem .0;
  cursor: pointer;
}

.container .application_case .top .tabs .tab_item.active {
  color: rgba(0, 89, 255, 1);
}

.container .application_case .top .tabs .tab_item.active {
  border-bottom: 1px solid rgba(0, 89, 255, 1);
}

.container .application_case .info {
  margin-top: 1.25rem;
  display: flex;
  gap: 1.25rem;
}

.container .application_case .info .info_main {
  flex: 1;
}

.container .application_case .info .info_main .info_item {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex: 1;
}

.container .application_case .info .info_main .info_item .info_item_title {
  font-size: .6rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.container .application_case .info .info_main .info_item .info_item_title_desc {
  display: flex;
  font-size: .6rem;
  font-weight: 400;
  gap: .125rem;
}

.container .application_case .info .info_main .info_item .info_item_title_desc .point {
  display: inline-block;
  width: .15rem;
  height: .15rem;
  background-color: rgba(0, 89, 255, 1);
  border-radius: 50%;
  margin-top: .25rem;
}

.container .application_case .info .info_main .info_item .info_item_title_desc span {
  display: block;
}

.container .application_case .info .info_main .info_item .info_item_title_desc span:first-child {
  margin: .375rem 0;
}

.container .application_case .info .info_main .info_item .info_item_title_desc span:last-child {
  font-size: .45rem;
  font-weight: 400;
  line-height: .8rem;
}

.container .application_case .info .video {
  flex: 1;
  position: relative;
  flex-shrink: 0;
}

.container .application_case .info .video img:nth-child(1) {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container .application_case .info .video img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.7rem;
  height: 1.7rem;
}