#content .bread {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
#content .bread a {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #050B20;
}
#content .bread a:last-child {
  color: #405FF2;
}
#content .from {
  background: #FAFAFA;
  border-radius: 8px;
  padding: 12px;
}
#content .from input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  margin-bottom: 10px;
  background: #EFEFEF;
  text-indent: 1em;
  font-size: 14px;
  font-family: R;
  font-weight: 400;
  color: #333;
}
#content .from input::-webkit-input-placeholder {
  color: #333;
}
#content .from textarea {
  width: 100%;
  height: 227px;
  border: none;
  margin-bottom: 10px;
  background: #f4f4f4;
  text-indent: 1em;
  font-size: 14px;
  font-family: R;
  font-weight: 400;
  color: #333;
  padding: 16px 0;
  box-sizing: border-box;
}
#content .from textarea::-webkit-input-placeholder {
  color: #333;
}
#content .from .btm_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .from .btm_box p {
  font-size: 12px;
  font-family: R;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .from .btm_box p a {
  color: #00A2FF;
}
#content .from .btm_box button {
  width: 240px;
  height: 50px;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #333;
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .from .btm_box {
    flex-direction: column;
  }
  #content .from .btm_box button {
    width: 100%;
  }
}
