body {
  background: #E7EBEF;
}
#content .bread {
  font-family: k;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  margin-bottom: 16px;
}
#content .cont-box {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
}
#content .cont-box h3 {
  font-family: b;
  font-weight: 600;
  font-size: 18px;
  color: #586168;
  margin-bottom: 12px;
}
#content .cont-box p {
  font-family: m;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 16px;
}
#content .cont-box .suo {
  text-indent: 1em;
}
#content .cont-box input {
  width: 50%;
  height: 49px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  text-indent: 1.5em;
  border: none;
  display: block;
  margin-bottom: 12px;
}
#content .cont-box textarea {
  width: 100%;
  height: 185px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  padding: 14px 24px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .cont-box button {
  width: 100%;
  height: 45px;
  background: #6D22D6;
  border-radius: 36px 36px 36px 36px;
  opacity: 1;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 19px;
  cursor: pointer;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont-box {
    border-radius: 10px;
    padding: 12px;
  }
  #content .cont-box input {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont-box {
    border-radius: 10px;
    padding: 12px;
  }
  #content .cont-box input {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont-box {
    border-radius: 10px;
    padding: 12px;
  }
  #content .cont-box input {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont-box {
    border-radius: 10px;
    padding: 12px;
  }
  #content .cont-box input {
    width: 100%;
  }
}
