@import url('../css/head_foot.css');
#content {
  padding: 20px 16px;
  background: #E9F2FA;
}
#content .contact {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 16px;
}
#content .contact h3 {
  text-align: center;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .contact .from input {
  width: 100%;
  height: 49px;
  background: #F1F1F1;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 16px;
  font-family: s;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  text-indent: 1.5em;
  border: none;
  display: block;
  margin-bottom: 12px;
}
#content .contact .from textarea {
  width: 100%;
  height: 185px;
  background: #F1F1F1;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 16px;
  font-family: s;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  padding: 14px 24px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .contact .from .tj {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: s;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
}
#content .contact .from .tj a {
  text-decoration: 1px solid underline;
}
#content .contact .from button {
  width: 100%;
  height: 45px;
  background: #00BCCD;
  border-radius: 36px 36px 36px 36px;
  opacity: 1;
  border: none;
  font-size: 16px;
  font-family: b;
  font-weight: 500;
  color: #fff;
  line-height: 19px;
  cursor: pointer;
  margin-bottom: 10px;
}
