/* banner  */

.banner-section {
  background-size: cover;
  padding-top: 0.57rem;
  padding-bottom: 0.62rem;
  padding-left: 10%;
}

.banner-section .title {
  font-size: 0.4rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 0.56rem;
}

.banner-section .sub-title {
  width: 50%;
  font-size: 12px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 14px;
}

.banner-section-content-btn {
  width: 120px;
  height: 40px;
  border: 0px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 2px;
  margin-top: 32px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
}

.description-section {
  padding-top: 0.43rem;
  padding-bottom: 0.43rem;
}

.description-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
  line-height: 40px;
}

.description-info h2 {
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 45px;
  z-index: 99;
}

.description-info h3 {
  font-size: 17px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(229, 229, 229, 1);
  line-height: 24px;
}

.description-info h5 {
  margin-top: 18px;
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 17px;
  z-index: 99;
}

.description-info p {
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 17px;
}

.description-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
}

.description-image img {
  max-width: 80%;
}

.description-subInfo {
  display: flex;
  flex-direction: row;
  margin-top: 17px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 19px;
}

.description-subInfo img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-top: 3px;
}

.description-subInfo p {
  margin-top: 8px;
  font-size: 9px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 16px;
}

.description-subInfo .tips_text {
  line-height: 14px;
  font-size: 10px;
  color: rgba(102, 102, 102, 1);
  margin-top: 6px;
}

.description-section .zb_image {
  margin-top: 60px;
  text-align: center;
}

.description-section .zb_image img {
  width: 100%;
  max-width: 360px;
}

.description-section .row {
  justify-content: center;
}

/* 功能分析卡片 */

.analysisCard {
  margin-top: 20px;
  padding: 20px 23px 22px 23px;
}

.analysisCard .top {
  background: linear-gradient(135deg,
      rgba(67, 174, 255, 1) 0%,
      rgba(55, 151, 255, 1) 100%);
  border-radius: 6px;
  padding: 11px 17px 11px 17px;
}

.analysisCard .top h2 {
  font-size: 23px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 32px;
}

.analysisCard .top h4 {
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 23px;
}

.analysisCard .info {
  padding: 23px 0 23px 0;
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 17px;
}

/* 对比 */

.comparedCard {
  margin-top: 20px;
  padding: 23px 20px;
  border-radius: 7px;
}

.comparedCard_background1 {
  background: linear-gradient(90deg,
      rgba(183, 117, 255, 1) 0%,
      rgba(96, 95, 254, 1) 100%);
}

.comparedCard_background2 {
  background: linear-gradient(90deg,
      rgba(0, 187, 255, 1) 0%,
      rgba(12, 128, 255, 1) 100%);
}

.comparedCard h3 {
  font-size: 14px;
  line-height: 19px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 9px;
}

.comparedCard p {
  height: 51px;
  font-size: 9px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
}

/* 卡片样式 */
.cardItem_warp>div {
  padding: 0;
}

.cardItem {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  min-height: 210px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: rgba(255, 255, 255, 1);
  padding-bottom: 12px;
}

.cardItem .topImg {
  width: 45px;
  height: 45px;
}

.cardItem h5 {
  margin-top: 15px;
  font-size: 11px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 16px;
}

.cardItem p {
  margin: 11px 16px 0px 16px;
  font-size: 9px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 15px;
  text-align: center;
  min-height: 45px;
}

.cardItem-top {
  padding: 8px;
  font-size: 15px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  width: 100%;
  border-radius: 2px 2px 0px 0px;
}

.cardItem .subInfo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 14px;
  margin-top: 14px;
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 14px;
}

.cardItem .subInfo img {
  width: 5px;
  height: 5px;
  margin-right: 10px;
  align-self: flex-start;
  margin-top: 5px;
}

/* 椭圆 */

.big-oval {
  width: 1.55rem;
  height: 1.55rem;
  background: rgba(229, 242, 255, 0.8);
  border-radius: 50%;
  margin-left: -0.5rem;
  margin-top: -0.8rem;
  z-index: 98;
}

.small-oval {
  width: 0.46rem;
  height: 0.46rem;
  background: rgba(229, 242, 255, 0.8);
  border-radius: 50%;
  margin-left: 50%;
  margin-top: -0.69rem;
  z-index: 98;
}

.productDescription-subtitle {
  font-size: 12px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
  margin-bottom: 17px;
}

.productDescription-subtitle p {
  height: 36px;
  margin-top: 6px;
  font-size: 7px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 12px;
}

.webkit-box-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* 列表 */

.listItem {
  padding: 14px;
  font-size: 9px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  line-height: 12px;
}

.listItem-singleLine {
  border-left: 0.5px solid rgb(224, 224, 224);
  border-right: 0.5px solid rgb(224, 224, 224);
  background-color: rgba(254, 251, 247, 1);
}

.listItem-singleLine2 {
  background-color: rgba(254, 251, 247, 1);
}

.listItem-doubleLine {
  border: 0.5px solid rgb(224, 224, 224);
}

.listItem-doubleLine2 {
  border-top: 0.5px solid rgb(224, 224, 224);
  border-bottom: 0.5px solid rgb(224, 224, 224);
}

/*---------------------  咨询 ---------------------*/

.advisory-section {
  margin-top: 0.43rem;
  padding: 0.4rem 0;
  background-image: url(http://mt-5jbkbki51590029596.img.hyxmt.cn/images/index/立即咨询背景.png);
  text-align: center;
  width: 100%;
}

.advisory-heading-title {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}

.advisory-btn {
  background-color: #fff;
  color: #409eff;
  font-size: 0.16rem;
  width: 180px;
  height: 50px;
  margin-top: 30px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* 三大功能 */
.Three_functions {}

.Three_functions h2 {
  font-size: 23px;
  line-height: 23px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}

.Three_functions h3 {
  font-size: 17px;
  line-height: 23px;
  color: rgba(153, 153, 153, 1);
  font-family: PingFang-SC-Medium, PingFang-SC;
  margin-top: 11px;
  margin-bottom: 37px;
  text-align: center;
}

.Three_functions_img1 {
  margin-bottom: 37px;
}

.Three_functions_img2 {
  margin-bottom: 68px;
}

/* 简介 */
.brief h3 {
  height: 17px;
  font-size: 17px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(204, 204, 204, 1);
  line-height: 17px;
  letter-spacing: 3px;
  margin-bottom: 23px;
}

.brief .brief_text {
  position: relative;
  padding-top: 21px;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
}

.brief .brief_text::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 23px;
  height: 3px;
  background: rgba(106, 46, 245, 1);
}

.pro-list-item h5 {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  padding: 10px 0;
}

.pro-list-item {
  text-align: center;
  font-weight: 500;
  color: #666666;
}

.pro-list-item p {
  font-size: 12px;
  line-height: 20px;
}

.pro-list-item img {
  width: 50%;
}

.intro-title {
  font-size: 30px;
  font-weight: 500;
}

.shop-item {
  height: 250px;
  border-radius: 12px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  margin: 10px 1%;
  padding-top: 20px;
}

.shop-item img{
  width: 25%;
}

.shop-item h5{
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  padding: 10px 0;
  font-weight: 600;
}

.shop-item p{
  font-size: 12px;
  line-height: 20px;
}

.shop-item:hover {
  box-shadow: 0px 1px 14px 0px rgba(138, 137, 137, 0.3);
}

.shop-item{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: space-around;
}<!--0.00016903877258301-->