  .main .detailedInformation {
  margin: 0 auto;
  height: 556px;
  background: url(/static/assets/images/detailedInformationBack1.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background-size: cover;
}
.main .detailedInformation .information-video {
  width: 617px;
  height: 380px;
  background: #fff;
  padding: 5px;
}
.main .detailedInformation .information-video #my-video {
  width: 100%;
  height: 100%;
}
.main .detailedInformation .information-content {
  width: 768px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
      justify-content: center;
}

.main .detailedInformation .information-content .information-title {
  font-size: 46px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.main .detailedInformation .information-content .information-text {
  font-size: 16px;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  font-weight: 300;
  color: #dee2eb;
  line-height: 36px;
  margin-top: 20px;
}

.main .detailedInformation .information-content .information-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #ffffff;
  width: 140px;
  height: 50px;
  justify-content: center;
  margin: 45px 0;
  font-size: 16px;
}
.main .detailedInformation .information-content .information-button .image {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.main .detailedInformation .information-content .information-button .image img {
  width: 100%;
  height: 100%;
}
