#scenarios .container {
  margin-top: 54px;
}
.container2{
  padding: 120px;
}
#scenarios .container .title {
  position: relative;
  font-size: 48px;
  font-weight: 500;
  color: #212329;
  line-height: 67px;
  text-align: center;
  margin-bottom: 80px;
}

#scenarios .container .title:after {
  position: absolute;
  left: 46%;
  bottom: -8px;
  content: "";
  width: 80px;
  height: 4px;
  background: #14ae67;
}

#scenarios .bgs p {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 60px;
  font-family: PingFangSC-Regular, PingFang SC;
}

#becomePartner .container {
  margin-top: 54px;
}
#becomePartner .container .title {
  position: relative;
  font-size: 48px;
  font-weight: 500;
  color: #212329;
  line-height: 67px;
  text-align: center;
  margin-bottom: 80px;
}

#becomePartner .container .title:after {
  position: absolute;
  left: 46%;
  bottom: -8px;
  content: "";
  width: 80px;
  height: 4px;
  background: #14ae67;
}
#becomePartner input::placeholder,
#becomePartner textarea::placeholder{
  color: rgba(0, 0, 0, 0.25);
}
#becomePartner input {
  margin-bottom: 24px;
  width: 100%;
  height: 64px;
  background: #F5F6F7;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  /*color: rgba(0, 0, 0, 0.25);*/
}

#becomePartner textarea {
  width: 100%;
  height: 180px;
  border-radius: 4px;
  background: #F5F6F7;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  padding: 20px;
  box-sizing: border-box;
}

#becomePartner .submit-button {
  margin-top: 24px;
  width: 100%;
  height: 64px;
  background: #42aa7a;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-transform: none;
}

#becomePartner .form-bg {
  background: url("../img/products/bg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 496px;
}

#products {
  margin-bottom: 20px;
}

#products .product-slides {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
}

#products .product-item {
  width: 226px;
  height: 180px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#products .product-item-select {
  box-shadow: 0px 4px 8px 0px rgb(43 47 58 / 50%);
  border-radius: 2px;
}

#products .product-item p {
  font-size: 20px;
  font-weight: 400;
  color: #212329;
  line-height: 28px;
  text-align: center;
}

.parameters {
  padding-left: 60px;
  font-size: 48px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}

.parameters .title {
  font-size: 48px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 67px;
}

.parameters .character {
}

.parameters .character p {
  display: flex;
  justify-content: space-between;
}
.parameters .character p span{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

.parameters .character p:nth-child(odd) {
  background: #fafbfd;
}
.disabled{
  opacity: .6;
}
