#container {
  background: #f2f4f7;
}
/* 主体 */
/* banner============================================================================================== */
#container .banner {
  width: 100%;
  height: 3.2rem;
}
#container .banner .container {
  height: 100%;
}
#container .banner .container h2 {
  font-size: 0.32rem;
  font-weight: 500;
  color: #ffffff;
}

#container .banner .container .tips {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

/* modal1============================================================================================== */
#container .modal1 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
#container .modal1 h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
#container .modal1 .tips {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.36rem;
}
#container .modal1 .modal1-content h4 {
  font-size: 0.28rem;
  font-weight: 600;
  color: #0064fd;
  margin-bottom: 0.1rem;
}
#container .modal1 .modal1-content p {
  margin-bottom: 0.4rem;
  font-size: 0.24rem;
  color: #666666;
}
#container .modal1 .modal1-content img {
  width: 100%;
  margin-top: 0.2rem;
}

/* 客户案例============================================================================================== */
#container .customer-case {
  padding-bottom: 1.6rem;
}
#container .customer-case h3 {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 0.4rem;
}
#container .customer-case .customer-case-content .customer-case-items {
  /* padding: 0.2rem; */
  height: 1.56rem;
  /* background: #ffffff; */
  margin-bottom: 0.3rem;
  /* box-shadow: 0px 11px 15px 0px rgba(211, 218, 228, 1); */
  width: 3.3rem;
  border-radius: 0.08rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}
#container .customer-case .customer-case-content .customer-case-items img {
  width: 100%;
}
#container .customer-case .customer-case-content .customer-case-items p {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #cbcbcb;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  display: none;
}
#container .customer-case .customer-case-content .customer-case-items:hover {
  box-shadow: 0px 11px 5px 0px rgba(211, 218, 228, 0.26);
}
