.container {
  width: 1200px;
  margin: 0 auto;
}
.crumb {
  margin-top: 20px;
}
.img-box {
  text-align: center;
}
.main {
  margin-top: 20px;
  padding: 33px;
  border: 1px solid #DEDEDE;
  border-top: 2px solid #40A9FF; 
}
.memo {
  line-height: 30px;
  font-size: 18px;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 28px;
}
.form {
  padding: 48px 46px;
  background: #f7f7f7;
}
.groups .group {
  float: left;
  width: 49%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.groups .group:nth-child(2n) {
  margin-right: 0;
}
.groups label {
  display: inline-block;
  width: 185px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 16px;
}
.groups label span {
  color: red;
}
.groups input {
  width: 60%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 14px;
  border: none;
  background: #FFFFFF;
}
.groups.wtlx {
 display: none;
}
.groups.wtlx,.content {
  margin-bottom: 20px;
}
.groups.wtlx > div {
  display: inline-block;
  width: 80%;
}
.groups.wtlx > div  label {
  width: 16%;
  text-align: left;
}
.wtlx input {
  width: 13%;
}
.content label {
  float: left;
  font-size: 18px;
  margin-top: 0;
}
.content textarea {
  width: 80%;
  height: 165px;
  background: #fff;
  border-radius: 6px;
  border: none;
  padding: 10px;
}
.content .zs {
  float: right;
  margin-top: 5px;
  font-size: 16px;
  margin-right: 23px;
}
.yzm label {
  display: inline-block;
  width: 185px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
.yzm input {
  width: 15%;
  height: 30px;
  padding: 0 10px;
  border-radius: 14px;
  border: none;
  background: #FFFFFF;
}
.yzm img {
  width: 60px;
  height: 30px;
  vertical-align: middle;
}
.yzm a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  vertical-align: middle;
  background: url(../images/icon_sx.png) center no-repeat;
}
.submit-btn {
  width: 285px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
  background: #40A9FF;
  letter-spacing: 28px;
  border-radius: 20px;
  text-indent: 2em;
  cursor:pointer;
}
@media (max-width: 992px) {
  .container,.mainnav {width: 100%;}
  .container {padding: 2% 3%;width: 94%;}
  .mainnav .container,.header .container {height: auto;padding: 0;}
  .header-logo {top: 110px;}
  .header-search {display: none;}
  .wrap-bg-bd ul,.wrap-bg-bd li,.mainnav {min-width: auto;}
  .mainnav ul li:before {display: none;}
  .main {padding: 2% 3%;}
  .form {padding: 2% 3%;}
  .mainnav ul li {width: 33%;text-align: center;}
  .mainnav ul li a {padding: 0;}
  .img-box img {height: 65px;}
  .groups label {text-align: left;}
  .groups .group {float: none; width: 100%;margin-right: 0;}
  .content label {text-align: left;}
  .groups input,.content textarea {width: 100%;}
  .content {margin-bottom: 45px;}
  .yzm label {display: inline;}
  .yzm input {width: 20%;}
  .footer-links {display: none;}
  .foot-left {float: none !important; width: auto !important;height: auto !important; padding: 2% 3% !important;background:transparent !important;}
  .foot-left ul {float: none !important; margin-left: 0 !important;text-align: center;}
  .foot-right {display: none !important;}
  .foot-left li,.foot-middle li {margin-top: 10px !important;}
  .footer-wzbs {float: none !important; text-align: center;}
  .footer-wzbs img {display: inline-block !important;vertical-align: middle !important;}
  .foot-middle {width: auto !important;margin: 0 !important;height: auto !important;padding: 0 3% !important;background:transparent !important;text-align: center;}
}