
.desc-wrap {
  background-color: #efefef;
  padding: 105px 0 57px;
}
.desc {
  width: 1190px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 20px;
  line-height: 36px;
}
.desc-info {
  text-align: justify;
  width: 860px;
}

.benefit-wrap {
  color: #efefef;
  height: 603px;
  padding-top: 83px;
  position: relative;
}
.benefit {
  background-image: url('../imgs/toJoin/benefit-bg.png');
  width: 1222px;
  height: 355px;
  margin: 30px auto 0;
  position: relative;
  color: #333;
}
.benefit > div {
  position: absolute;
  height: 82px;
  display: flex;
  align-items: center;
}
.benefit-1 {
  position: absolute;
  left: 67px;
  top: 2px;
  width: 419px;
  height: 82px;
  display: flex;
  align-items: center;
  text-align: center;
}
.benefit-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 47px;
  width: 123px;
  text-align: center;
}
.benefit-info {
  flex: 1;
  font-size: 20px;
  line-height: 24px;
}
.benefit-2 {
  width: 424px;
  top: 126px;
  left: 7px;
  padding-left: 80px;
}
.benefit-3 {
  width: 424px;
  top: 257px;
  left: 60px;
  padding-left: 50px;
}
.benefit-4 {
  top: 2px;
  right: 68px;
  width: 424px;
}
.benefit-4 .benefit-info {
  padding-left: 30px;
}
.benefit-5 {
  top: 127px;
  right: 12px;
  width: 424px;
}
.benefit-5 .benefit-info {
  padding-left: 30px;
}
.benefit-6 {
  top: 257px;
  right: 68px;
  width: 424px;
}
.benefit-6 .benefit-info {
  padding-left: 30px;
}

.conditions-wrap {
  color: #fff;
  background-color: #efefef;
  position: relative;
  background-image: url('../imgs/line-flow.png');
  height: 600px;
  padding-top: 47px;
  background-position: center -10%;
}
.conditions {
  width: 1034px;
  margin: 66px auto 0;
  height: 259px;
  background-image: url('../imgs/toJoin/conditions-bg.png');
  transform: translateX(-20px);
  position: relative;
}
.conditions-1 {
  position: absolute;
  top: 148px;
  left: -7px;
  text-align: center;
}
.conditions-title {
  font-size: 25px;
  font-weight: bold;
  color: #C61E20;
  line-height: 24px;
  margin-bottom: 18px;
}
.conditions-info {
  font-size: 20px;
  color: #333;
  line-height: 24px;
}
.conditions-2 {
  position: absolute;
  top: 12px;
  text-align: center;
  left: 184px;
}
.conditions-3 {
  position: absolute;
  top: 142px;
  left: 434px;
}
.conditions-4 {
  position: absolute;
  top: 7px;
  right: 161px;
}
.conditions-5 {
  position: absolute;
  bottom: 28px;
  right: 0;
  text-align: center;
}

.join-flow-path-wrap {
  height: 687px;
  padding-top: 92px;
  background-color: #efefef;
}
.flow-path {
  display: block;
  margin: 47px auto 0;
}






.leave-word-wrap {
  padding: 68px 0;
}
.leave-word {
  width: 983px;
  margin: 0 auto;
}
.leave-word-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 33px;
}
.form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-item {
  width: 460px;
  margin-bottom: 20px;
  position: relative;
}
.form-item img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.item-input {
  line-height: 34px;
  border: 1px solid #ccc;
  width: 100%;
  padding-left: 12px;
  font-size: 17px;
}
textarea::placeholder,
input::placeholder {
  color: #C2C7CB;
}
.textarea {
  width: 100%;
  height: 127px;
  font-size: 17px;
  border: 2px solid #eee;
  padding: 16px 12px;
}

.submit-btn {
  background-color: #C61E20;
  color: #fff;
  font-size: 18px;
  line-height: 41px;
  width: 120px;
  margin: 12px auto 0;
  border-radius: 8px;
}