body {
  background: #FAFAFA;
}
.header:after {
  background: #FAFAFA;
}
.distribute {
  padding: 184px 0 120px 0;
}
.distribute .wrap {
  width: 58.33333333vw;
  margin: auto;
}
.distribute .wrap .title {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #222222;
  margin: 0 0 60px;
}
.distribute .wrap .content .matter {
  background: #FFFFFF;
}
.distribute .wrap .content .matter:not(:last-child) {
  margin: 0 0 20px;
}
.distribute .wrap .content .matter .headline {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 60px;
  border-bottom: 1px solid transparent;
  transition: 0.6s;
  position: relative;
}
.distribute .wrap .content .matter .headline .edit {
  position: absolute;
  right: 62px;
  z-index: 5;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}
.distribute .wrap .content .matter .headline .edit:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 34px;
  height: 1px;
  background: #666666;
}
.distribute .wrap .content .matter .headline .num {
  width: 30px;
  height: 30px;
  background: rgba(217, 217, 217, 0);
  border: 1px solid #999999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  transition: 1s;
  margin: 0 12px 0 0;
  position: relative;
}
.distribute .wrap .content .matter .headline .num p {
  transition: 1s;
}
.distribute .wrap .content .matter .headline .num .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  color: #fff;
  opacity: 0;
  transition: 1s;
}
.distribute .wrap .content .matter .headline > p {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  transition: 1s;
}
.distribute .wrap .content .matter .hide {
  overflow: hidden;
  display: none;
}
.distribute .wrap .content .matter .hide .complete {
  margin: 80px 0 93px 0;
  text-align: center;
}
.distribute .wrap .content .matter .hide .complete .circle {
  width: 58px;
  height: 58px;
  background: #E72410;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}
.distribute .wrap .content .matter .hide .complete .circle .iconfont {
  color: #fff;
  font-size: 30px;
}
.distribute .wrap .content .matter .hide .complete p {
  font-size: 16px;
  font-weight: 400;
  color: #1A1A1A;
}
.distribute .wrap .content .matter .hide form {
  margin: 42px 60px 68px 60px;
}
.distribute .wrap .content .matter .hide form .flex:not(:last-child) {
  margin: 0 0 40px;
}
.distribute .wrap .content .matter .hide form .flex .text {
  font-size: 16px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0 0 20px;
}
.distribute .wrap .content .matter .hide form .flex .display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.distribute .wrap .content .matter .hide form .flex .display input {
  width: 24.47916667vw;
  height: 2.1875vw;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #EDEDED;
  background: transparent;
  padding: 0 13px;
}
.distribute .wrap .content .matter .hide form .flex .display input:nth-child(n+3) {
  margin: 30px 0 0 0;
}
.distribute .wrap .content .matter .hide form .flex .display input::placeholder {
  color: #999;
}
.distribute .wrap .content .matter .hide form button {
  width: 140px;
  height: 48px;
  background: #1B1B1B;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 60px auto 0 ;
  transition: 0.6s;
}
.distribute .wrap .content .matter .hide form button:hover {
  background: #E72410;
}
.distribute .wrap .content .matter.on .headline {
  height: 110px;
  border-bottom: 1px solid #EDEDED;
}
.distribute .wrap .content .matter.on .headline .num {
  background: #1A1A1A;
  border: 1px solid transparent;
  color: #fff;
}
.distribute .wrap .content .matter.on .headline > p {
  color: #1A1A1A;
}
.distribute .wrap .content .matter.label .headline .edit {
  opacity: 1;
  pointer-events: auto;
}
.distribute .wrap .content .matter.label .headline .num {
  background: #E72410;
}
.distribute .wrap .content .matter.label .headline .num p {
  opacity: 0;
}
.distribute .wrap .content .matter.label .headline .num .iconfont {
  opacity: 1;
}
@media screen and (max-width: 1856px) {
  .distribute .wrap{
    min-width: 1200px;
  }
  .distribute .wrap .content .matter .hide form .flex .display input{
    width: 47%;
  }
}
@media screen and (max-width: 1366px) {
  .distribute .wrap {
    min-width: 1090px;
  }
}
@media screen and (max-width: 1225px) {
  .distribute .wrap {
    min-width: 950px;
  }
}
@media screen and (max-width: 1023px) {
  .distribute .wrap {
    min-width: 90%;
  }
  .distribute .wrap .title{
    font-size: 24px;
    margin: 0 0 26px;
  }
  .distribute {
    padding: 81px 0 40px 0;
  }
  .distribute .wrap .content .matter .headline{
    padding: 0 5%;
  }
  .distribute .wrap .content .matter .headline > p{
    font-size: 14px;
  }
  .distribute .wrap .content .matter .headline .num{
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
  .distribute .wrap .content .matter.on .headline{
    height: 64px;
  }
  .distribute .wrap .content .matter .hide form {
    margin: 5%;
  }
  .distribute .wrap .content .matter .hide form .flex .display input {
    width: 100%;
    height: 42px;
    margin: 0 0 15px;
  }
  .distribute .wrap .content .matter .hide form .flex:not(:last-child) {
    margin: 0 0 21px;
  }
  .distribute .wrap .content .matter .hide form button {
    width: 117px;
    height: 40px;
    font-size: 13px;
    margin: 4px auto 0;
  }
  .distribute .wrap .content .matter .hide .complete p{
    font-size: 13px;
  }
  .distribute .wrap .content .matter .hide .complete{
    padding: 5%;
    margin: 20px 0 43px 0;
  }
  .distribute .wrap .content .matter .hide form .flex .display input:nth-child(n+3) {
    margin: 12px 0 0 0;
  }
  .distribute .wrap .content .matter .headline .edit{
    right: 5%;
    font-size: 13px;
  }
}
/*# sourceMappingURL=distribute.css.map */