.public-title {
  text-align: center;
  margin-bottom: 0.55rem;
}

.public-title .c-title {
  line-height: 1.2;
  font-size: 0.38rem;
}

.public-title .c-text {
  margin-top: 0.1rem;
  color: #666;
  color: #505050;
}

.c-case6 {
  padding: 1.52rem 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-case6::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  background: url(https://www.beisen.com/public/mobile/manufacturing/images/gaodniyuan2.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 1s linear infinite forwards;
  opacity: 0.3;
}

.c-case6::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: -3rem;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  background: url(https://www.beisen.com/public/mobile/manufacturing/images/gaodniyuan2.png) no-repeat center / 100% 100%;
  animation: trantale1 6s 2s linear infinite forwards;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .c-case6 {
    padding: 0.8rem 0;
  }
}

.c-case6 .container {
  max-width: 1340px;
}

.c-case6 .c-main {
  display: flex;
  align-items: center;
  box-shadow: 0 0 0.38rem rgba(124, 165, 162, 0.17);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .c-case6 .c-main {
    flex-wrap: wrap;
    padding-left: 0;
  }
}

.c-case6 .c-main .c-img-box {
  display: block;
  width: 100%;
  overflow: hidden;
}

.c-case6 .c-main .c-img-box .img-box {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .c-case6 .c-main .c-img-box {
    width: 100%;
    height: 7rem;
  }
}

@media (max-width: 767px) {
  .c-case6 .c-main .c-img-box {
    height: 4rem;
  }
}

.c-case6 .c-main .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  opacity: 0;
}

.c-case6 .c-main .c-img-box:hover .img-box {
  transform: scale(1.05);
}

.c-case6 .c-main .c-list {
  width: 41.8%;
  padding: 0 40px;
}

@media (max-width: 991px) {
  .c-case6 .c-main .c-list {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c-case6 .c-main .c-list {
    padding: 0 0.4rem;
  }
}

.c-case6 .c-main .c-list li {
  border-bottom: 1px solid #ececec;
}

.c-case6 .c-main .c-list li:last-child {
  border: 0;
}

.c-case6 .c-main .c-list li .c-wrap {
  display: block;
  padding: 29px 0;
  color: #1a1a1a;
}

@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap {
    padding: 0.4rem 0;
  }
}

.c-case6 .c-main .c-list li .c-wrap .c-title {
  margin-bottom: 5px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap .c-title {
    line-height: 1.5;
  }
}

.c-case6 .c-main .c-list li .c-wrap .c-text {
  margin-bottom: -28px;
  line-height: 28px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap .c-text {
    margin-bottom: -0.4rem;
    line-height: 0.4rem;
    display: none;
  }
}

.c-case6 .c-main .c-list li .c-wrap .c-more {
  display: inline-flex;
  align-items: center;
  line-height: 28px;
  color: #2cc6d0;
  transition: all 0.3s;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .c-case6 .c-main .c-list li .c-wrap .c-more {
    line-height: 0.4rem;
    display: none;
  }
}

.c-case6 .c-main .c-list li .c-wrap .c-more img,
.c-case6 .c-main .c-list li .c-wrap .c-more svg {
  margin-left: 10px;
  width: 18px;
  height: 18px;
}

.c-case6 .c-main .c-list li .c-wrap .c-more img path,
.c-case6 .c-main .c-list li .c-wrap .c-more svg path {
  fill: #2cc6d0;
}

@media (min-width: 768px) {
  .c-case6 .c-main .c-list li .c-wrap:hover .c-text {
    opacity: 0;
  }

  .c-case6 .c-main .c-list li .c-wrap:hover .c-more {
    opacity: 1;
  }
}

.container {
  margin: 0 auto;
  width: 75% !important;
  max-width: 1400px !important;
}

@media (min-width: 768px) {
  .hadbox-sec1 .container {
    margin: 0 auto;
    width: 97% !important;
    max-width: 1844px !important;
  }
}

@media (max-width: 991px) {
  .container {
    width: 90% !important;
  }

  .hadbox-sec1 .container {
    width: 92% !important;
  }
}

.swiper-pagination-c .swiper-pagination-bullet-active {
  background: #61c4ce;
}

.swiper-pagination-c {
  bottom: 20px !important;
}

.swiper-pagination-c .swiper-pagination-bullet {
  width: 20px;
  border-radius: 4px;
  height: 4px;
}

.bannerbox_cont .cont .item .list {
  padding: 0.3rem;
  padding-right: 0.2rem;
}

.bannerbox_cont .cont .item .list .font .tit {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bannerbox .item .cont .container .text {
  margin-bottom: 0.4rem;
}

.bannerbox .item .cont .container .tit {
  font-size: 0.38rem;
}

.hm_tit .tit {
  font-size: 0.38rem;
}

.hm-sec5 .fz_cont .fz_tit {
  font-size: 0.28rem;
}

@media (max-width: 767px) {
  .bannerbox_cont {
    padding: 0.4rem 0 0.4rem;
  }

  .bannerbox .item .cont .container .text {
    font-size: 14px;
  }

  .bannerbox_cont .cont .item .list .font .tit {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    font-size: 16px;
  }

  .hm-sec2 .fz_cont .item .list .tit,.hm-sec2 .fz_cont .item .f_but {
    font-size: 0.21rem !important;
  }
}

.hm-sec7 .cont .gt .hm7_cont .item .fz_font {
  padding-right: 0.4rem !important;
}

.hm-sec7 .cont .gt .hm7_cont .item {
  padding-left: 0.4rem !important;
}

.hm-sec7 .cont .gt .hm7_cont .item .fz_font .font li {
  margin-bottom: 0.4rem !important;
}

.hm-sec7 .cont .gt .hm7_cont .swiper-slide .item .fz_font {
  padding-top: 0 !important;
}

.hm-sec7 .cont .gt .hm7_cont .item .fz_font .hm_but {
  margin-top: 0.4rem !important;
}

.hm-sec7 .cont .gt .hm7_cont .item {
  height: 100% !important;
}

.hm-sec7 .cont .gt .hm7_cont {
  height: 100% !important;
}

.hm-sec7 .cont .gt .hm7_cont .item {
  align-items: center;
}

.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .jut {
  position: absolute;
  bottom: 20px;
  left: 0.8rem;
  right: 0.8rem;
}

.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .text {
  padding-bottom: 60px;
}

.hm-sec4 .cont .hm4_cont .swiper-slide .item .gt {
  min-height: 0 !important;
}

@media (max-width: 978px) {
  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .text {
    padding-bottom: 0px;
  }

  .hm-sec4 .cont .hm4_cont .swiper-slide .item .gt .jut {
    position: static;
  }
}

.hm-sec2 .container {
  max-width: 1100px !important;
}

/* 北森AI Family，更懂人才的全场景AI助手 水平居中start */
.hm-sec2 .fz_cont {
  justify-content: center;
}

/* 北森AI Family，更懂人才的全场景AI助手 水平居中end */

/* 来自6000+合作伙伴的口碑认证start */
@media (max-width: 767px) {
  .word-of-mouth-certification .cer-main {
    flex-wrap: wrap;
    height: max-content !important;
  }

  .word-of-mouth-certification .cer-video {
    width: 100% !important;
    height: 200px;
  }

  .word-of-mouth-certification .cer-logo {
    flex-wrap: wrap;
    gap: 20px;
  }

  .word-of-mouth-certification .cer-logo img {
    max-width: 27% !important;
    width: 27%;
    height: 30px;
  }
  .word-of-mouth-certification .people-detail {
    height: 320px;
    overflow-y: auto;
  }
}

.word-of-mouth-certification .cer-main {
  display: flex;
  height: 326px;
  gap: 12px;
  font-size: 18px;
  color: #505050;
  margin-bottom: 40px;
}

.word-of-mouth-certification .cer-video {
  width: 450px;
  flex: none;
  box-shadow: 0px 17.21px 35.75px -5px rgba(44, 198, 208, 0.24);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
  background-size: 100%;
}

.word-of-mouth-certification .video1 {
  background-image: url(/public/mobile/index/images/an_li_feng_mian/1.png);
}

.word-of-mouth-certification .video2 {
  background-image: url(/public/mobile/index/images/an_li_feng_mian/2.png);
}

.word-of-mouth-certification .video3 {
  background-image: url(/public/mobile/index/images/an_li_feng_mian/3.png);
}

.word-of-mouth-certification .video4 {
  background-image: url(/public/mobile/index/images/an_li_feng_mian/4.png);
}

.word-of-mouth-certification .video5 {
  background-image: url(/public/mobile/index/images/an_li_feng_mian/5.png);
}

.word-of-mouth-certification .video6 {
  background-image: url(/public/mobile/index/images/an_li_feng_mian/6.png);
}

.word-of-mouth-certification .video7 {
  background-image: url(/public/mobile/index/images/an_li_feng_mian/7.png);
}

.word-of-mouth-certification .cer-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 17.21px 35.75px -5px rgba(44, 198, 208, 0.24);
  border-radius: 10px;
  padding-bottom: 20px;
}

.word-of-mouth-certification .tag-container {
  display: flex;
  justify-content: end;
  gap: 10px;
  align-items: center;
}

.word-of-mouth-certification .tag1 {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 16px;
  color: #146eff;
  background: #eaf5ff;
  padding: 0 16px;
  border-radius: 4px;
}

.word-of-mouth-certification .tag1.type2 {
  color: #ffab24;
  background: #fef8e5;
}

.word-of-mouth-certification .tag1.type3 {
  color: #12b268;
  background: #e1f3d8;
}

.word-of-mouth-certification .tag1.type4 {
  color: #8c8c8c;
  background: #f0f0f0;
}

.word-of-mouth-certification .tag2 {
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(254deg, #984dff 0%, #006aff 100%);
  padding: 8px 18px;
  border-radius: 0 10px 0 10px;
}

.word-of-mouth-certification .people-container {
  padding: 0 30px;
  overflow-y: auto;
}

.word-of-mouth-certification .people-title {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 600;
  margin-top: 20px;
}

.word-of-mouth-certification .people-description {
  display: flex;
  margin-top: 20px;
}

.word-of-mouth-certification .yh {
  height: 20px;
}

.word-of-mouth-certification .yh.end {
  align-self: flex-end;
}

.word-of-mouth-certification .people-detail {
  padding: 20px 0;
  font-size: 16px;
}

.word-of-mouth-certification .cer-logo {
  display: flex;
  justify-content: space-around;
}

.word-of-mouth-certification .cer-logo img {
  /* max-width: 12%; */
  object-fit: contain;
}

/* 来自6000+合作伙伴的口碑认证end */

/* 为什么70%的五百强企业持续选择北森？start */
@media (max-width: 767px) {
  .select-beisen-container.select-beisen-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .select-beisen-mobile {
    /* display: none; */
    visibility: hidden;
    position: absolute;
  }
}


.select-beisen-container {
  display: flex;
  justify-content: space-between;
}

.select-beisen-container .reason-container {
  /* width: 450px; */
  width: 30%;
}

.reason-header {
  box-sizing: border-box;
  background: linear-gradient(256deg, #b0a1ff 0%, #685aff 94%);
  /* background-image: url(/public/mobile/index/images/di_tu/1.png); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  /* padding: 46px 60px 0 60px; */
  padding: 46px 20px 0 20px;
  height: 200px;
  border-radius: 10px;
  position: relative;
}

.reason-header img{
  position: absolute;
}

.reason-header.type1 img{
  width: 50%;
  top: 10px;
  right: 10px;
}

.reason-header.type2 img{
  top: 10px;
  right: 20px;
  height: 80%;
}

.reason-header.type3 img{
  top: 10px;
  right: 10px;
  height: 90%
}

.reason-header.type2 {
  background: linear-gradient(256deg, #36dfea -4%, #2cc6d0 94%);
  /* background-image: url(/public/mobile/index/images/di_tu/2.png); */
}

.reason-header.type3 {
  background: linear-gradient(256deg, #7dadff 4%, #2d7aff 94%);
  /* background-image: url(/public/mobile/index/images/di_tu/3.png); */
}

.reason-title {
  /* font-size: 32px; */
  /* font-size: 0.32rem; */
  font-size: 0.26rem;
  font-weight: 600;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}

.reason-description {
  /* font-size: 18px; */
  font-size: 0.18rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.reason-content {
  box-shadow: 0px 15.89px 15.89px 0px #edfafc;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  top: -20px;
  height: 260px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.reason-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reason-detail-tit {
  /* font-size: 24px; */
  /* font-size: 0.24rem; */
  font-size: 0.26rem;
  font-weight: bold;
  color: #685aff;
  padding-bottom: 8px;
}

.reason-detail-tit.type2 {
  color: #2CC6D0;
}

.reason-detail-tit.type3 {
  color: #146EFF;
}

.reason-detail-desc {
  /* font-size: 16px; */
  /* font-size: 0.16rem; */
  font-size: 0.18rem;
  color: #505050;
}

.reason-detail-desc.pad {
  padding-bottom: 46px;
}

.hm-sec5 {
  padding-top: 1.2rem !important;
}

/* 为什么70%的五百强企业持续选择北森？end */

/* 九层安全防护 start */
.secure-wai {
  background-color: #edfafc;
}

.secure-container {
  display: flex;
  align-items: center;
  width: 75%;
  max-width: 1400px;
  /* height: 450px; */
  /* height: 23.68vw; */
  height: 14vw;
  margin: 0 auto;
  justify-content: space-between;
  gap: 10%;
}

.secure-container .secure-title {
  /* font-size: 0.38rem; */
  font-size: 0.3rem;
  font-weight: 500;
}

.secure-container .secure-logo-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.secure-container .secure-logo-item {
  display: flex;
  justify-content: space-between;
}

.secure-container .secure-logo-item img {
  /* width: 15.24%;
  height: 15.24%; */
  width: 8%;
  height: 8%;
}

.hm-sec5 .cont.new {
  padding: 0.6rem 0;
}

@media (max-width: 767px) {
  .secure-wai {
    background-color: #fff;
  }

  .secure-container {
    display: block;
    width: 100%;
    height: max-content;
  }

  .secure-container .secure-title {
    font-size: 0.375rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .secure-container .secure-logo-item {
    justify-content: space-around;
  }

  .hm-sec5 .cont.new {
    padding-top: 0.6rem;
  }
}

/* 九层安全防护 end */

/* 北森AI Family，更懂人才的全场景AI助手 在移动端每行3列 start */
@media (max-width: 767px) {
  .hm-sec2 .fz_cont .item {
    width: 33.3%;
  }
}

/* 北森AI Family，更懂人才的全场景AI助手 在移动端每行3列 end */




.c-case6 .c-main .c-list {
  width: 100px !important;
  flex: 1;
}

.swiper-container.swiper-c.swiper-container-initialized.swiper-container-horizontal{
  width: 553.5px;
  height: 318px;
  flex:none;
}
.c-case6 .c-main .c-list li .c-wrap{
  padding: 8px 0 !important;
}

@media (max-width: 767px) {
  .swiper-container.swiper-c.swiper-container-initialized.swiper-container-horizontal{
    width: 100%;
  }
}