#content .cont {
  border: 1px dashed #EAEAEA;
  border-radius: 6px;
  padding: 16px;
}
#content .cont h2 {
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
  text-align: center;
}
#content .cont h3 {
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
#content .cont img {
  display: block;
  width: 419px;
  margin: 0 auto 16px;
}
#content .cont .text p {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 8px;
}
#content .cont .text p:last-child {
  margin-bottom: 0;
}
#content .cont .name,
#content .cont .adders,
#content .cont .why {
  width: 664px;
  height: 50px;
  background: #F4F4F4;
  border: 1px dashed #ddd;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-bottom: 10px;
  text-indent: 1em;
}
#content .cont textarea {
  width: 100%;
  height: 227px;
  border: 1px dashed #ddd;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-bottom: 10px;
  padding: 16px;
  box-sizing: border-box;
  background: #F4F4F4;
}
#content .cont .cont_b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .cont .cont_b .b_l {
  width: 854px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .cont .cont_b .b_l span {
  color: #00A2FF;
}
#content .cont .cont_b button {
  width: 338px;
  height: 50px;
  background: #999;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .name,
  #content .adders,
  #content .why {
    width: 100% !important;
  }
  #content textarea {
    width: 100%;
  }
  #content .cont_b {
    flex-direction: column;
  }
  #content .cont_b .b_l {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #content .cont_b button {
    width: 100% !important;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .name,
  #content .adders,
  #content .why {
    width: 100% !important;
  }
  #content textarea {
    width: 100%;
  }
  #content .cont_b {
    flex-direction: column;
  }
  #content .cont_b .b_l {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #content .cont_b button {
    width: 100% !important;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .name,
  #content .adders,
  #content .why {
    width: 100% !important;
  }
  #content textarea {
    width: 100%;
  }
  #content .cont_b {
    flex-direction: column;
  }
  #content .cont_b .b_l {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #content .cont_b button {
    width: 100% !important;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont img {
    width: 100%;
  }
  #content .cont .name,
  #content .cont .adders,
  #content .cont .why {
    width: 100%;
  }
  #content .cont textarea {
    width: 100%;
  }
  #content .cont .cont_b {
    flex-direction: column;
  }
  #content .cont .cont_b .b_l {
    width: 100%;
    margin-bottom: 10px;
  }
  #content .cont .cont_b button {
    width: 100%;
  }
}
