.bannerWarp {
  box-sizing: border-box;
  width: 100%;
  height: 420px;
  background-image: url(../img/payService/banner.png);
  background-size: cover;
  cursor: pointer;
}
.module h2 {
  opacity: 1;
  font-size: 36px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  color: #1b2c56;
  line-height: 50px;
}
.difficulty-content {
  padding: 140px 0 60px;
  display: flex;
  justify-content: center;
}
.difficulty-left-title {
  margin-top: 57px;
  margin-left: 106px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1b2d56;
  line-height: 48px;
}
.difficulty-left-title span {
  color: #ffde18;
}
.difficulty-left-img {
  margin-top: 95px;
  width: 564px;
  height: 288px;
}
.difficulty-right {
  width: 490px;
  margin-left: 53px;
}
.difficulty-list li {
  box-sizing: border-box;
  opacity: 1;
  background: #fafafa;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 38px 0 38px 50px;
  height: 109px;
  transition: all 0.3s;
}
.difficulty-list-subtitle {
  width: 347px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707c9b;
  line-height: 30px;
}
.difficulty-list-subtitle {
  margin-top: 12px;
  width: 347px;
  opacity: 0;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #787a88;
  line-height: 28px;
  display: none;
  transition: all 0.3s;
}
.difficulty-list-li-active .difficulty-list-subtitle {
  display: block;
  opacity: 1;
}
.difficulty-list .difficulty-list-li-active {
  width: 490px;
  height: 161px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 2px rgba(117, 117, 117, 0.09);
  border-radius: 4px;
}
.difficulty-list-title {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1b2d56;
  line-height: 24px;
}
.why-content {
  padding: 98px 0 101px;
}
.why-content-container {
  margin-top: 97px;
  display: flex;
  flex-wrap: wrap;
}
.why-content-container li {
  width: 50%;
}
.why-list {
  margin-left: 72px;
  display: flex;
}
.why-list-left {
  width: 52px;
  height: 52px;
}
.why-list-left img {
  width: 100%;
}
.why-list-right {
  margin-left: 11px;
}
.why-list-subtitle {
  width: 350px;
  height: 58px;
  opacity: 1;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  color: #828ba2;
  line-height: 32px;
  font-family: PingFang SC;
}
.why-list-title {
  font-family: PingFangSC, PingFangSC-Medium;
  height: 32px;
  opacity: 1;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #1b2c56;
  line-height: 32px;
  margin-bottom: 12px;
}
.why-banner {
  box-sizing: border-box;
  width: 100%;
  height: 420px;
  cursor: pointer;
  background: #f4f4f4;
}
.why-banner-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.why-banner-left-title {
  font-size: 35px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #f25152;
}
.why-banner-left-subtitle {
  margin-top: 30px;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.midBig-bottom {
  margin-top: 28px;
}
.midBig-btn {
  width: 150px;
  height: 50px;
}
