.ExpertDatabase {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ExpertDatabase .ExpertDatabaseContent {
  width: 1400px;
  background: #FFFFFF;
  padding-top: 50px;
  margin: 16px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ExpertDatabase .ExpertDatabaseContent .title {
  width: 463px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}
.ExpertDatabase .ExpertDatabaseContent .title .chineseTitle {
  width: 248px;
  height: 36px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.ExpertDatabase .ExpertDatabaseContent .title .englishTitle {
  width: 463px;
  height: 33px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 28px;
  color: #e5f3ed;
  line-height: 39px;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ExpertDatabase .ExpertDatabaseContent .introduceClientele {
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  line-height: 36px;
  text-align: justify;
  font-style: normal;
  width: 1080px;
}
.ExpertDatabase .ExpertDatabaseContent .salesChannel {
  height: 36px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  position: relative;
}
.ExpertDatabase .ExpertDatabaseContent .salesChannel:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 8px;
  background: #09925A;
  opacity: 0.19;
}
.ExpertDatabase .ExpertDatabaseContent .businessPartner {
  margin: 41px 0 100px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 80px;
}
.ExpertDatabase .ExpertDatabaseContent .businessPartner img {
  width: 200px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 1px 40px 0px rgba(82, 82, 82, 0.1);
  border-radius: 2px;
}
.ExpertDatabase .ExpertDatabaseContent .ExpertDatabaseImg {
  width: 791px;
  height: 432px;
  margin: 109px 0 88px 0;
}
