/* banner */
.dashboard-usage-banner {
  width: 100%;
  background: #23B1EC;
  height: 150px;
}
.dashboard-usage-A {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dashboard-usage-A > .D-U-title {
  font-size: 37px;
  color: #fff;
}

/* button */
button {
  padding: 8px 25px;
  background-color: #ff006d;
  border: none;
  border-radius: 30px;
  color: #fff !important;
  font-family: PingFang SC-Regular, PingFang SC;
}

/* 主体内容 */
.dashboard-usage-content {
  width: 1280px;
  margin: 0 auto;
}
.dashboard-usage-content > .single {
  padding: 40px 0;
  display: flex;
}

/* 主体内容 start */
.start {
  justify-content: center;
}
.start-left > img {
  width: 420px;
}
.start-right {
  width: 257px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 88px;
}
.start-right > .start-right-text {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: 600;
  color: #333333;
}

/* 主体内容 DashboardUsage */
.DashboardUsage-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 43px;
}
.DashboardUsage-left > .DashboardUsage-left-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.DashboardUsage-left > .DashboardUsage-left-content {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.DashboardUsage-left > .DashboardUsage-left-content > div {
  margin-top: 30px;
}
.DashboardUsage-left > .DashboardUsage-left-content > .DashboardUsage-left-text-bottom {
  font-weight: bold;
}

.DashboardUsage-right > img {
  width: 700px;
}

/* 主体内容 Contact */
.contact-left > img {
  width: 650px;
}

.contact-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 43px;
  margin-bottom: 133px;
}
.contact-right > .contact-right-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.contact-right > .contact-right-content {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.contact-right > .contact-right-content > div {
  margin-top: 30px;
  padding-top: 5px;
}

/* 主体内容 track */
.track-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 43px;
}
.track-left > .track-left-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.track-left > .track-left-content {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.track-left > .track-left-content > div {
  margin-top: 30px;
}

.track-right > img {
  width: 700px;
}

/* 主体内容 track-client */
.track-client-left > img {
  width: 700px;
}

.track-client-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
}
.track-client-right > .track-client-right-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.track-client-right > .track-client-right-content {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.track-client-right > .track-client-right-content > div {
  margin-top: 30px;
}

/* 主体内容 track-extension */
.track-extension-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 43px;
}
.track-extension-left > .track-extension-left-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.track-extension-left > .track-extension-left-content {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.track-extension-left > .track-extension-left-content > div {
  margin-top: 30px;
}

.track-extension-right > img {
  width: 700px;
}

/* 主体内容 super */
.super-left > img {
  width: 474px;
}

.super-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 46px;
}
.super-right > .super-right-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.super-right > .super-right-content {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.super-right > .super-right-content > div {
  margin-top: 30px;
}

/* 主体内容 free */
.free-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 43px;
}
.free-left > .free-left-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.free-left > .free-left-content {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.free-left > .free-left-content > div {
  margin-top: 30px;
}

.free-right > img {
  width: 700px;
}

/* 主体内容 supported */
.supported-left {
  padding-right: 113px;
}
.supported-left > .supported-left-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.supported-left > .supported-left-text {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  width: 520px;
  margin: 30px 0;
}
.supported-left > .supported-left-img > img {
  width: 359px;
}

.supported-right > .supported-right-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.supported-right > .supported-right-text {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin: 30px 0;
}
.supported-right > .supported-right-text > div:nth-child(1) {
  margin-bottom: 30px;
}
.supported-right > ul > li{
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  text-indent: 10px;
  margin: 20px 0 0 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: -20px;
  transform: rotate(45deg);
  height: 20px;
  width: 20px;
  background-color: #00b4ed;
  border-radius: 50%;
}

