

div.addIndexMinkerFour .cont-bg {
  height: 307px !important;
}

.casesBanner {
  width: 100%;
  height: 478px;
  position: relative;
}

.swiper-container {
  height: auto;
}
.casesBanner .swiper-slide>.case_banner_img {
  width: 100%;
  height: 478px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f6f6fe;
  z-index: -1;
}

.casesBanner .swiper-slide>.case_banner_img>img {
  max-width: 100%;
  width: 1920px;
  height: 478px;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  right: auto;
  object-fit: cover;
}

.casesBanner .swiper-slide>.case_banner_text {
  height: 478px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.casesBanner .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: #005BFF;
  border-radius: 2px;
  opacity: 0.2;
  border: 0;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  background: #005BFF;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px !important;
	background-color: rgba(0, 91, 255, 1) !important;
}
.casesBanner .case_banner_text .case_banner_text_title {
  font-family: PingFangSC-Semibold;
  font-size: 44px;
  color: #282828;
  letter-spacing: 0;
  line-height: 56px;
  font-weight: 600;
}

.casesBanner .case_banner_text .case_banner_text_desc {
  opacity: 0.8;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #282828;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  width: 620px;
  margin-top: 10px;
}

.caseBtn {
  margin-top: 32px;
}

.caseBtn .newBannerButton {
  width: 158px;
  height: 48px;
  background: #005BFF;
  border-radius: 25px !important;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 12px;
}

.caseBtn .btnWhite {
  background: #fff !important;
  border: 1px solid #005BFF !important;
  color: #005BFF !important;
  box-shadow: 0px 2px 8px 0px rgb(22 49 99 / 2%);
}

.casesBanner .swiper-pagination-bullets {
  bottom: 18px;
  text-align: center !important;
}

.casesBanner .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: #005BFF;
  border-radius: 2px;
  opacity: 0.2;
}

.casesBanner .swiper-pagination-bullet-active {
  opacity: 1;
}

.caseBoxFer {
  width: 1200px;
  height: 305px;
  border-radius: 8px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 0px;
}

.nextDiv,
.prevDiv {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 1px solid #E4E9F2;
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -20px;
  background-color: #fff;
}

.nextDiv {
  left: 42px;
  transition: all .8s;
}

.prevDiv {
  right: 42px;
  transition: all .8s;
}

.nextDiv span {
  width: 11px;
  height: 11px;
  position: absolute;
  border-left: 2px solid #9096A5;
  border-bottom: 2px solid #9096A5;
  -webkit-transform: translate(-35%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.prevDiv span {
  width: 11px;
  height: 11px;
  position: absolute;
  border-left: 2px solid #9096A5;
  border-bottom: 2px solid #9096A5;
  -webkit-transform: translate(-65%, -50%) rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.prevDiv:hover,
.nextDiv:hover {
  border: none;
  background-color: #175DFF;
}

.prevDiv:hover span,
.nextDiv:hover span {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.addCaseBoxFer .swiper-container {
  width: calc(100% - 220px);
}

.addCaseBoxFer .swiper-pagination {
  display: block;
  bottom: -4px;
}

.addCaseBoxFer .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0px;
}

.banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 305px;
  padding: 0px 20px;
}

.con-text {
  width: 520px;
  height: auto;
}

.con-text-title {
  color: #020814;
  font-family: PingFang SC;
  font-weight: medium;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: left;
}

.con-text-desc {
  color: #41464F;
  font-family: PingFang SC;
  font-weight: regular;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  margin: 20px 0px;
}

.newBButton {
  width: 132px;
  height: 48px;
  text-align: center;
  background-color: #175DFF;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  color: #fff !important;
  border-radius: 2px;
  margin-right: 16px;
}

.con-img {
  width: 380px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-img img {
  width: 100%;
  height: auto;
}

.case-list-nav {
  width: 1200px;
  border-bottom: 1px solid #E4E9F2;
  margin-top: 20px;
}

.case-list-nav .case-list-nav-container {
  display: flex;
  justify-content: center;
}

.case-list-nav .case-list-nav-container span {
  display: inline-block;
  color: #41464F;
  font-family: PingFang SC;
  font-weight: regular;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  letter-spacing: 0px;
  text-align: center;
  min-width: 95px;
  cursor: pointer;
}

.case-list-nav .case-list-nav-container span.active {
  color: #175DFF;
  border-bottom: 2px solid #175DFF;
}

.indexMinkerOne {
  padding: 80px 0px;
}

.caseBome {
  padding-top: 0px;
}

.bottom-swiper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 20px 0px;
  height: 440px;
}

.botBox {
  height: 360px;
  border-radius: 8px;
  background: linear-gradient(180deg, #F4F6FC 0%, #F4F6FC00 100%);
}

.caseBome .li {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 430px;
  /* width: 370px; */
  width: calc((100% - 48px) / 3);
  margin-top: 24px;
  margin-right: 24px;
  border-radius: 8px;
  overflow: hidden;
}

.caseBome .li:nth-child(3n) {
  margin-right: 0px !important;
}

.caseBome .li:nth-child(4n) {
  margin-right: 24px;
}

.caseBome .li .item-top-img {
  width: 384px;
  height: 254px;
}

.mobile_agent .item-top-img {
  width: 100% !important;
}

.caseBome .li .item-top-img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 1s;
}

.caseBome .li:hover .item-top-img img {
  transform: scale(1.2);
  transition: all 1s;
}

.caseBome .li .item-bottom-text {
  position: absolute;
  width: 100%;
  height: 239px;
  border-radius: 8px;
  padding: 32px;
  bottom: 0;
  left: 0;
}

.item-bottom-text::before {
  content: '';
  width: 100%;
  height: 56px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, #FFFFFF 100%);
  position: absolute;
  -webkit-backdrop-filter: saturate(50%) blur(4px);
  backdrop-filter: saturate(50%) blur(4px);
  top: 0;
  left: 0;
  z-index: 0;
}

.item-bottom-text::after {
  content: '';
  width: 100%;
  height: 183px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.item-bottom-text div:nth-child(1) {
  width: 186px;
  height: 54px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.item-bottom-text div:nth-child(1) img {
  height: 100%;
  object-fit: contain;
}

.item-bottom-text div:nth-child(2) {
  height: 48px;
  margin-bottom: 8px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  position: relative;
  z-index: 1;
}

.text-summary {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.text_tip {
  position: absolute;
  left: 32px;
  bottom: 40px;
  z-index: 10;
}

.text_tip_item {
  padding: 4px 8px;
  background: #EDF3FF;
  border-radius: 2px;
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #005BFF;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
}

.text_tip_item:nth-child(2) {
  background: #FFF1E4;
  border-radius: 2px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #EE7900;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  margin-left: 10px;
}

.bottom-content {
  height: 360px;
  justify-content: flex-start;
}

.con-bottom {
  width: 220px;
  height: auto;
}

.bottom-content .con-text {
  margin-left: 48px;
  width: 670px;
}

.bottom-text-tag {
  padding: 8px 24px;
  background: #fff;
  border-radius: 18px 0px 15px 0px;
  border: 1px solid #E4E9F2;
  color: #9096A5;
  font-family: PingFang SC;
  font-weight: medium;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0px;
}

.mar20 {
  margin-top: 20px;
}

.case_nav {
  background: #f4f5fb;
  padding-top: 66px;
  padding-bottom: 20px;
}

.case_nav_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.case_nav_wrap:last-child {
  margin-bottom: 0px;
}

.nav_ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 110px);
}

.nav_li {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  padding: 10px 0px;
  min-width: 116.66px;
  cursor: pointer;
}

.nav_li a {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #585858;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.nav_pro_ul .nav_li {
  min-width: 96px;
}

.nav_th {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #222;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  width: 96px;
  height: 42px;
  line-height: 42px;
  margin-right: 14px;
  flex-shrink: 0;
  cursor: pointer;
}

.cactive {
  background: rgba(0, 89, 255, 0.07);
  border-radius: 4px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #005BFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}

.cactive a {
  font-family: PingFangSC-Medium;
  font-size: 15px;
  color: #005BFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}

.case_banner_pc {
  display: block;
}

.case_banner_m {
  display: none;
}

.case_tab_mask {
  display: none;
}

div.nav_th {
  display: block;
}

li.nav_th {
  display: none;
}

.no_data_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px 0px 0px 0px;
}

.no_data_wrap .no_data_img {
  width: 200px;
  height: 130px;
}

.no_data_wrap .t1 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
}

.no_data_wrap .t2 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #005BFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
}

.pagwrap {
  display: flex;
  justify-content: center;
  /* margin-top: 56px; */
}

.pagwrap .pagination li {
  float: left;
  width: 30px;
  height: 30px;
  /* background: #f0f2f5; */
  border-radius: 2px;
  text-align: center;
  line-height: 28px;
  color: #606266;
  margin: 0 5px;
  border: 1px solid rgba(232, 232, 232, 1);
  border-radius: 4px;
}

.pagwrap .pagination li.active {
  /* background: #175DFF; */
  color: #175DFF;
  border: none;
}

.pagwrap .pagul {
  display: none;
}

.pagwrap .pagul li {
  float: left;
  width: 30px;
  height: 30px;
  /* background: #f0f2f5; */
  border-radius: 2px;
  text-align: center;
  line-height: 28px;
  color: #606266;
  margin: 0 5px;
  border: 1px solid rgba(232, 232, 232, 1);
  border-radius: 4px;
}

.pagwrap .pagul li.active {
  /* background: #175DFF; */
  color: #175DFF;
  border: none;
}

.pagwrap .pagination li:not(.active, .w_li):hover {
  border: 1px solid #175DFF;
  color: #175DFF;
}

.pagwrap .pagination li a {
  color: #606266;
}

.pagwrap .pagination li:not(.active, .w_li):hover a {
  color: #175DFF;
}

.pagwrap .pagination li .prev {
  display: inline-block;
  padding: 0px;
  height: 29px;
  width: 28px;
  background: url(/static/images/icon7d.png) no-repeat center;
  background-size: 19px auto;
  transform: rotate(180deg);
}

.pagwrap .pagination li .next {
  display: inline-block;
  padding: 0px;
  height: 27px;
  width: 29px;
  background: url(/static/images/icon7d.png) no-repeat center;
  background-size: 19px auto;
}

.pagwrap .pagination li:not(.active, .w_li):hover .prev {
  display: inline-block;
  padding: 0px;
  height: 29px;
  width: 28px;
  background: url(/static/images/icon9d.png) no-repeat center;
  background-size: 19px auto;
  transform: rotate(180deg);
}

.pagwrap .pagination li:not(.active, .w_li):hover .next {
  display: inline-block;
  padding: 0px;
  height: 27px;
  width: 29px;
  background: url(/static/images/icon9d.png) no-repeat center;
  background-size: 19px auto;
}

.pagwrap .pagul li .next {
  display: inline-block;
  padding: 0px;
  height: 27px;
  width: 29px;
  background: url(/static/images/icon8d.png) no-repeat center;
  background-size: 19px auto;
}

.pagwrap .pagul li .prev {
  display: inline-block;
  padding: 0px;
  height: 29px;
  width: 28px;
  background: url(/static/images/icon8d.png) no-repeat center;
  background-size: 19px auto;
  transform: rotate(180deg);

}

.w_li {
  border: 1px solid rgba(232, 232, 232, 1);
  border-radius: 4px;
}

/* .pagwrap li.w_prev:hover,.pagwrap li.w_next:hover {
        border: 1px solid rgba(232,232,232,1);
        border-radius: 4px;
    } */
.pagwrap li.w_li .next {
  display: inline-block;
  padding: 0px;
  height: 27px;
  width: 29px;
  background: url(/static/images/icon8d.png) no-repeat center;
  background-size: 19px auto;
}

.pagwrap li.w_li .prev {
  display: inline-block;
  padding: 0px;
  height: 29px;
  width: 28px;
  background: url(/static/images/icon8d.png) no-repeat center;
  background-size: 19px auto;
  transform: rotate(180deg);
}

.m_search {
  display: none;
}

.m_search_popup {
  position: absolute;
  top: 47px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10000px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 11;
  display: none;
}

.m_search_dropdown {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #FFFFFF;
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
}

.m_search_ul {
  padding: 0px 25px;
  overflow-y: scroll;
  max-height: 300px;
  /* max-height: 400px; */
  display: none;
}

.m_search_ul.on {
  display: block;
}

.m_search_li {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}

.m_search_li.msactive {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #005BFF;
  font-weight: 600;
}

.m_search_li.msactive::after {
  content: '';
  background-image: url(/static/images/index/gou_blue.png);
  display: block;
  width: 14px;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .showDetail {
    display: none !important;
  }

  .case_nav_wrap {
    display: none;
  }

  .m_search {
    width: 100%;
    height: 46px;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 53px;
    left: 0;
    right: 0;
    z-index: 49;
    display: block;
  }

  .m_search_inner {
    display: flex;
    padding: 0px 30px;
  }

  .m_search_item {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
  }

  .m_search_item span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin-right: 7px;
  }

  .m_search_icon {
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #333;
    border-left: 1.5px solid #333;
    transform: rotate(225deg);
    transition: all 0.5s;
    transition: all 0.3s;
    margin-bottom: 1px;
  }

  .m_search_item.bmactive span {
    color: #005BFF;
  }

  .m_search_item.bmactive .m_search_icon {
    border-top: 1.5px solid #005BFF;
    border-left: 1.5px solid #005BFF;
  }

  .m_search_item.mactive .m_search_icon {
    transform: rotate(45deg);
    margin-top: 3px;
  }

  div.nav_th {
    display: none;
  }

  li.nav_th {
    display: block;
  }

  .casesBanner .swiper-slide>.case_banner_text {
    width: 100%;
    height: auto;
    position: absolute;
    top: 56px;
    padding: 0px 20px;
  }

  .casesBanner .case_banner_text .case_banner_text_title {
    width: 100%;
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: 500;
  }

  .casesBanner .case_banner_text .case_banner_text_desc {
    width: 100%;
    opacity: 0.7;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制文本为2行 */
    overflow: hidden;
  }

  .caseBtn .newBannerButton {
    width: 112px;
    height: 40px;
    line-height: 40px;
    font-family: PingFangSC-Medium;
    font-size: 14.08px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
  }

  .case_banner_pc {
    display: none;
  }

  .case_banner_m {
    display: block;
  }

  .caseBtn {
    margin-top: 47px;
  }

  .casesBanner .swiper-slide>.case_banner_img {
    width: 100%;
    height: auto;
    position: static;
  }

  .casesBanner .swiper-slide>.case_banner_img>img {
    width: 100%;
    height: auto;
    position: static;
  }

  .casesBanner .swiper-pagination-bullets {
    bottom: 18px;
  }

  .casesBanner .swiper-pagination-bullet {
    width: 20.75px;
    height: 2px;
    background: #005BFF;
    border-radius: 0px;
    opacity: 0.2;
  }

  .casesBanner .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .addCaseBoxFer .swiper-container {
    width: 100%;
  }

  .addCaseBoxFer .swiper-pagination,
  .addCaseBoxFer .swiper-button-next,
  .addCaseBoxFer .swiper-button-prev {
    display: none;
  }

  .addCaseBoxFer .swiper-scrollbar {
    display: block;
  }

  .nextDiv,
  .prevDiv {
    display: none;
  }

  .casesBanner {
    width: 100%;
    height: auto;
  }

  .caseBoxFer {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
    padding: 20px 0.4rem !important
  }

  .banner-content {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 0px;
  }

  .con-text {
    width: 100%;
    order: 2;
  }

  .con-img {
    width: 100%;
    height: auto;
    order: 1;
    margin-bottom: 12px;
  }

  .case-list-nav {
    width: 100%;
    margin: 20px 0px;
  }

  .caseBome {
    width: 100%;
    margin-top: 15px;
  }

  .caseBome .li {
    width: 100%;
    margin-right: 0px;
  }

  .bottom-swiper {
    width: 100%;
    height: auto;
    padding: 20px 12px;
  }

  .con-text-title {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #282829;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 500;
    margin-top: 12px;
  }

  .mar20 {
    margin: 0px;
  }

  .con-text-desc {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #454545;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    font-weight: 400;
    margin: 6px 0px 24px 0px;
  }

  .newBButton {
    width: 104px;
    height: 38px;
    line-height: 38px;
  }

  .con-img img {
    width: 200px;
  }

  .bottom-text-tag {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    padding: 5px 12px;
  }

  .bottom-content .con-text {
    width: 100%;
    margin: 0px;
  }

  .case_nav_wrap {

    margin-bottom: 0px;
    position: relative;
  }

  .case_tab_mask {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(244, 245, 251, 0.8);
    right: 0;
    top: 0;
    /* right: -10px; */
    z-index: 2;
  }

  .nav_ul::-webkit-scrollbar {
    width: 0;
  }

  .case_nav {
    padding: 0px;
    position: relative;
  }

  .nav_ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    transition: transform .3s;
    overflow-x: scroll;
    overflow-y: hidden;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
  }

  .nav_th {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #222;
    letter-spacing: 0;
    font-weight: 500;
    width: auto;
    height: auto;
    padding: 6px 12px;
    line-height: normal;
  }

  .nav_li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #585858;
    letter-spacing: 0;
    font-weight: 400;
    padding: 6px 12px;
    min-width: auto;
    max-width: none;
    white-space: nowrap;
  }


  .nav_pro_ul .nav_li {
    min-width: auto;
    max-width: none;
  }

  .cactive {
    background: rgba(0, 89, 255, 0.07);
    border-radius: 4px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #005BFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
  }
}

@media screen and (min-width: 751px) and (max-width: 1150px) {
  .indexMinkerOne {
    padding: 5.6vh 0.4rem;
  }

  .caseBoxFer {
    width: 100%;
  }

  .case-list-nav {
    width: 100%;
  }

  .caseBome {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .caseBome .li {
    margin-right: 0px !important;
  }

  .caseBome .li:first-child {
    margin-top: 24px;
  }

  .clearfix:after {
    display: none;
  }
}