/* banner */
.performance-insight-banner {
  width: 100%;
  background: #23B1EC;
  height: 150px;
}
.performance-insight-A {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.performance-insight-A > .P-I-title {
  font-size: 37px;
  color: #fff;
}
.performance-insight-A > .P-I-detail {
  font-size: 26px;
  color: #fff;
  line-height: 0.7;
  margin-top: 10px;
}

/* button */
button {
  padding: 8px 25px;
  background-color: #ff006d;
  border: none;
  border-radius: 30px;
  color: #fff !important;
  font-family: PingFang SC-Regular, PingFang SC;
}

/* 主体内容 */
.performance-insight-content {
  width: 1280px;
  margin: 0 auto;
}
.performance-insight-content > .single {
  padding: 40px 0;
  display: flex;
}

/* 主体内容 download */
.download-left > img {
  width: 420px;
}
.download-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 88px;
}
.download-right > .download-right-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.download-right > .download-right-text {
  margin-bottom: 30px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.download-right > .download-right-text > div:nth-child(1) {
  font-weight: 600;
  margin-bottom: 30px;
}
.download-right > .download-right-text > .text {
  margin-bottom: 0px !important;
}

/* 主体内容 matter */
.matter-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 77px;
}
.matter-left > .matter-left-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.matter-left > ul > li{
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  text-indent: 10px;
  margin: 15px 0 3px 24px;
  position: relative;
}
ul li::after {
  content: '';
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  top: 8px;
  left: -14px;
  transform: rotate(45deg);
  height: 8px;
  width: 4px;
}
ul li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -21px;
  transform: rotate(45deg);
  height: 20px;
  width: 20px;
  background-color: #00b4ed;
  border-radius: 50%;
}

.matter-right > img {
  width: 700px;
}

