@charset "UTF-8";
body {
  background-color: #fff;
}

.banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner img {
  width: 100%;
}

.navSwiperOut {
  position: relative;
}

.navSwiper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.navSwiper .button-next,
.navSwiper .button-prev {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 1.5625rem;
  height: 1.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 7.9688rem;
  z-index: 20;
}

.navSwiper .button-next img,
.navSwiper .button-prev img {
  width: 60%;
  height: 60%;
  transform: rotate(-90deg);
}

.navSwiper .button-next {
  left: initial;
  right: 0;
}

.navSwiper .button-next img {
  transform: rotate(90deg);
}

.navSwiper img {
  width: 100%;
}

.navSwiper .swiperPoints {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.625rem;
  margin: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.navSwiper .swiperPoints .item {
  width: 0.9375rem;
  background-color: #fff;
  height: 0.125rem;
  margin-right: 0.3125rem;
}

.navSwiper .swiperPoints .item .bar {
  background-color: #333;
  width: 0 !important;
  height: 100%;
}

.navSwiper .swiperPoints .item:last-child {
  margin-right: 0;
}

.navSwiper .swiperPoints .active .bar {
  transition: all 0.4s;
  width: 100% !important;
}

.contentMainer {
  padding-bottom: 1.5625rem;
}

.contentMainer .commonDiv {
  display: flex;
  justify-content: space-between;
}

.contentMainer .main .searchBox2 {
  display: flex;
}

.contentMainer .main .searchBox2 .searchBoxList {
  margin: .8rem .5rem 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.contentMainer .main .searchBox2 .searchBoxList .searchBoxTitle {
  display: flex;
  align-items: center;
}

.contentMainer .main .searchBox2 .searchBoxList .searchBoxTitle p {
  max-width: 4.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: .3125rem;
}

.contentMainer .main .searchBox2 .searchBoxList .searchBoxTitle img {
  width: 1.325rem;
  height: 1.325rem;
  transform: rotate(90deg);
}

.contentMainer .main .searchBox2 .searchBoxList .searchBoxTitle .img_active {
  transform: rotate(-90deg);
}

.contentMainer .main .searchBox2 .searchBoxList .searchBoxTitle_active {
  color: #0076fe;
}

.contentMainer .main .searchBox2 .searchBoxList .list {
  width: 9.6063rem;
  padding: .9375rem .525rem;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 1.5625rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: 12.8125rem;
  overflow-y: auto;
  z-index: 50;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.contentMainer .main .searchBox2 .searchBoxList .list .item {
  font-size: 0.7375rem;
  padding: 0.3563rem;
  margin-top: 0.5rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: .125rem;
  text-align: center;
}

.contentMainer .main .searchBox2 .searchBoxList .list .active {
  background: #e2edfb !important;
  color: #0076fe !important;
}

.contentMainer .main .searchBox2 .products .list {
  justify-content: center;
}

.contentMainer .main .searchBox2 .solution .list {
  justify-content: center;
}

.contentMainer .main .listBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: .9375rem;
}

.contentMainer .main .listBox .listItem {
  width: 10.2rem;
  background-color: #fff;
  border-radius: 0.1875rem;
  overflow: hidden;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}

.contentMainer .main .listBox .listItem a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.contentMainer .main .listBox .listItem .item1 {
  width: 100%;
}

.contentMainer .main .listBox .listItem .item1 img {
  width: 100%;
}

.contentMainer .main .listBox .listItem .item2 {
  z-index: 10;
  position: relative;
  top: -0.3125rem;
  background-color: #fff;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  padding: 0.625rem;
}

.contentMainer .main .listBox .listItem .item2 .item21 img {
  width: 1.8125rem;
  border-radius: 50%;
  position: absolute;
  right: 0.625rem;
  top: -0.7813rem;
}

.contentMainer .main .listBox .listItem .item2 .item22 {
  width: 80%;
  color: #3e4552;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9625rem;
}

.contentMainer .main .listBox .listItem .item2 .item23 {
  color: #999;
  font-size: 0.8063rem;
  line-height: 1.1rem;
  margin: 0.625rem 0;
  overflow: hidden;
}

.contentMainer .main .listBox .listItem .item2 .itemFooter .footer1 {
  display: flex;
  align-items: center;
}

.contentMainer .main .listBox .listItem .item2 .itemFooter .footer1 .label {
  color: #999;
  font-size: 0.7125rem;
  vertical-align: middle;
  margin-right: 0.1563rem;
  white-space: nowrap;
}

.contentMainer .main .listBox .listItem .item2 .itemFooter .footer1 .value {
  margin-right: 0.125rem;
  display: inline-block;
  vertical-align: middle;
  color: #3e4552;
  font-size: 0.7125rem;
  padding: 0.0938rem 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contentMainer .main .listBox .listItem .itemMask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.contentMainer .main .listBox .listItem .itemMask .checkBtn {
  width: 3.125rem;
  height: 1.0625rem;
  line-height: 1.0625rem;
  background-color: #2576fb;
  background: linear-gradient(90deg, #2576fb 0, #59a3ff 100%);
  border-radius: 0.5313rem;
  color: #fffefe;
  font-size: 0.4063rem;
  text-align: center;
}

.contentMainer .main .listBox .listItem:nth-of-type(2n) {
  margin-right: 0;
}

.contentMainer .sidebar {
  width: 8.5625rem;
  padding-top: 2.625rem;
}

.contentMainer .sidebar .sidebar1 {
  padding: 0.4688rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 0.25rem;
}

.contentMainer .sidebar .sidebar1 .title {
  width: 100%;
  font-size: 0.5rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3e4552;
  margin-bottom: 0.6563rem;
}

.contentMainer .sidebar .sidebar1 .list .item {
  margin-bottom: 0.625rem;
}

.contentMainer .sidebar .sidebar1 .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.contentMainer .sidebar .sidebar1 .list .item a:hover .item2 {
  color: #1890ff !important;
}

.contentMainer .sidebar .sidebar1 .list .item .item1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.3125rem;
}

.contentMainer .sidebar .sidebar1 .list .item .item1 img {
  width: 2.1875rem;
  height: 1.7188rem;
}

.contentMainer .sidebar .sidebar1 .list .item .item2 {
  font-size: 0.4375rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3e4552;
  line-height: 0.6875rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}

.contentMainer .sidebar .sidebar1 .list .item:last-child {
  margin-bottom: 0;
}
