body {
  font: "12px/1.5 Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,"
    \5b8b\4f53 ",sans-serif";
}
a,
a:hover {
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
}

.saasCustomWrap {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  display: flex;
}
.saasCustomWrap .item{
  display: flex;
  width: 276px;
  height: 156px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
.saasCustomWrap .itemsb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.saasCustomWrap .itemsb .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.saasCustomWrap .itemsb .pic img {
  height: 100%;
}
.saasCustomWrap .itemsb .pic .pic02 {
  height: auto !important;
  object-fit: contain;
}
.saasCustomWrap .itemsb h4 {
  color: #000;
  font-weight: 400;
}
.saasCustomWrap .itemsb .text {
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
}


@media screen and (max-width: 1200px) {
  .itemsB .item {
    width: 32%;
  }
  .itemsB-vertical .item {
    width: 48.5%;
  }
  .itemsB-cols3-l .item {
    width: 32%;
  }
  /* .saasCustomWrap {
    width: 90%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  } */
}
@media screen and (max-width: 960px) {
  .saasCustomWrap {
    width: 100%;
    padding: 0 20px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1200px;
  }

  .itemsB .item {
    width: 48.5%;
  }
  .itemsB .pic.l {
    height: 88px;
  }
  .itemsB-lc {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .itemsB-lc .item {
    margin-right: 0;
    margin-left: 0;
  }
  .itemsB-cols3-s {
    width: 100%;
    margin: 0 auto;
  }
  .itemsB-cols3-s .item {
    width: 48.5%;
  }
  .itemsC .item {
    margin: 0 10px 10px;
  }
  .itemsC .pic {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .itemsB .item {
    width: 100%;
  }
  .saasCustomWrap {
    padding: 0 15px ;
    margin: 30px auto 30px;
  }

  .items.itemsB-vertical .item {
    width: 100%;
  }
}
@media screen and (max-width: 378px) {
  .saasCustomWrap {
    padding: 0 15px ;
    margin: 24px auto 12px;
  }
  .itemsb .item {
    width: 100%;
  }
  .itemsb .item h4 {
    font-size: 20px;
  }
  .itemsb .item .text {
    font-size: 14px;
  }

  .itemsb.itemsB .more {
    white-space: nowrap;
    font-size: 10px;
  }
  .itemsb.itemsB-vertical .item {
    display: block;
    text-align: center;
  }
  .itemsb.itemsB-vertical .item.item-s .pic {
    margin: 0 auto 24px;
  }
  .itemsb.itemsB-vertical .pic {
    margin: 0 auto 24px;
  }
}


.a_box_point{
  cursor: auto;
}