html body {
  padding: 0;
  margin: 0;
  background: #EE1D26;
}
p {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.banner-all {
  width: 1920px;
  height: 1080px;
  background-image: url("../img/Frame 2374.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.topBar-wrap {
  width: 100vw;
  height: 80px;
}
.topBar {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.getDemo {
  font-weight: 700;
  line-height: 18px;
  color: #FFFFFF;
  cursor: pointer;
  user-select: none;
}
.banner-wrap {
  width: 100vw;
  height: 1000px;
  /*background: #EE1D26;*/
}
.banner {
  width: 1140px;
  height: 600px;
  margin: 0 auto;
  padding-top: 160px;
  /*background: yellow;*/
  display: flex;
  justify-content: space-between;
}
.banner-left {
  width: 528px;
  padding-top: 80px;
}
.banner-left .title {
  font-size: 44px;
  line-height: 56px;
  color: #FFFFFF;
  font-weight: 700;
}
.banner-left .tips {
  width: 478px;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 8px;
}
.banner-left .btn {
  display: block;
  width: 184px;
  height: 56px;
  border-radius: 28px;
  cursor: pointer;
  line-height: 56px;
  text-align: center;
  user-select: none;
  background: #FFFFFF;
  color: #EE1D26;
  font-size: 18px;
  font-weight: 700;
  margin-top: 60px;
}
.banner-right {
  width: 600px;
  height: 600px;
}
.fun-card-wrap {
  width: 100vw;
  height: 1080px;
  background: #FFFFFF;
}
.fun-card {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
}
.fun-card .title {
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #EE1D26;
  font-weight: 800;
  padding-top: 218px;
}
.fun-card .tips {
  margin-top: 28px;
  font-size: 18px;
  line-height: 22px;
  color: #FF8585;
  font-weight: 700;
  text-align: center;
}
.fun-card .img-box {
  margin-top: 52px;
}
.strengths-card .bottom-tips {
  font-size: 18px;
  text-align: center;
  color: #EE1D26;
  font-weight: 800;
  margin-top: 20px;
}
.maximizing-card {
  background: #FFFAF9;
}
.contact-card-wrap-bg {
  height: 1200px;
  position: relative;
  background-image: url("../img/Frame 5.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-card-wrap {
  width: 100vw;
  height: 318px;
  background: #EE1D26;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-card {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.contact-left {
  width: 526px;
}
.contact-left .tips {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #FFFFFF;
}
.contact-left .email-our {
  margin-top: 24px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #FFFFFF;
}
.contact-left .all-right {
  margin-top: 104px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #FFFFFF;
}
.contact-right {

}
