.justify,
.form-input ul li,
.list-wrap ul,
.list-wrap ul li .item-double-btn,
.choice-wrap .choice-img ul,
.choice-wrap .choice-des ul,
.help-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html,
body {
  max-width: 640px;
  margin: 0 auto;
  overflow-x: hidden;
}
.ban-wrap {
  width: 16rem;
  margin: 0 auto;
}
.ban-wrap img {
  width: 16rem;
}
.sect-zx {
  display: block;
  width: 12.675rem;
  margin: 0 auto;
  margin-top: 0.75rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #ffc400;
  -webkit-border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
     -moz-border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
          border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  letter-spacing: 0.075rem;
}
.body-bg-wrap {
  background: #47190c;
  padding-top: 0.5rem;
}
.head-wrap {
  padding-top: 0.75rem;
  text-align: center;
  position: relative;
}
.head-wrap h1 {
  line-height: 1.5rem;
  font-size: 0.95rem;
  color: #47190c;
  font-weight: bold;
  font-family: "Microsoft YaHei Bold";
}
.head-wrap h1 span {
  line-height: 1.35rem;
  font-size: 0.95rem;
  color: #ffc400;
  font-weight: bold;
}
.head-wrap p {
  line-height: 1.25rem;
  font-size: 1rem;
  color: #47190c;
  font-weight: 500;
}
.head-bg {
  background: #ffc400;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}
.public-outside-wrap {
  width: 15rem;
  margin: 0 auto;
  background: #fff;
  margin-top: 1rem;
  -webkit-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
     -moz-border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
          border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding-bottom: 0.75rem;
}
.public-outside-wrap .public-outside-box {
  width: 14.25rem;
  margin: 0 auto;
}
.form-input {
  width: 12.7rem;
  margin: 0 auto;
  margin-top: 0.75rem;
}
.form-input ul li {
  margin-top: 0.45rem;
}
.form-input ul li input {
  display: block;
  width: 100%;
  line-height: 1.5rem;
  font-size: 0.625rem;
  color: #450c06;
  text-indent: 0.5rem;
  -webkit-border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
     -moz-border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
          border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  background: #d0d0d0;
}
.form-input ul li input:input-placeholder {
  line-height: 1.5rem;
  font-size: 0.625rem;
  color: #450c06;
}
.form-input .sect-zx {
  margin-top: 0.5rem;
}
.list-wrap {
  text-align: center;
  margin-top: 0.5rem;
}
.list-wrap ul li {
  width: 6.9rem;
  margin-bottom: 0.5rem;
  -webkit-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
     -moz-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
          border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.117647), 0 1px 4px rgba(0, 0, 0, 0.117647);
     -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.117647), 0 1px 4px rgba(0, 0, 0, 0.117647);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.117647), 0 1px 4px rgba(0, 0, 0, 0.117647);
}
.list-wrap ul li a {
  display: block;
}
.list-wrap ul li a img {
  width: 100%;
  height: 3.825rem;
}
.list-wrap ul li h3 {
  line-height: 1.5rem;
  font-size: 0.625rem;
  color: #333;
  font-weight: bold;
}
.list-wrap ul li a {
  width: 6.325rem;
  margin: 0 auto;
  margin-top: 0.375rem;
}
.list-wrap ul li .item-double-btn {
  width: 6.5rem;
  margin: 0 auto;
  margin-top: 0.25rem;
  padding-bottom: 0.625rem;
}
.list-wrap ul li .item-double-btn a {
  display: block;
  width: 3rem;
  line-height: 0.95rem;
  font-size: 0.5rem;
  color: #fff;
  background: #ff0101;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.list-wrap ul li .item-double-btn a:last-child {
  background: #f29b06;
}
.choice-wrap {
  width: 15rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.choice-wrap .choice-img ul {
  margin-top: 0.75rem;
}
.choice-wrap .choice-img ul li {
  width: 7.05rem;
}
.choice-wrap .choice-img ul li a {
  display: block;
}
.choice-wrap .choice-img ul li a img {
  width: 100%;
  height: 4.9rem;
}
.choice-wrap .choice-des ul li {
  width: 7.05rem;
  margin-top: 1.25rem;
  position: relative;
}
.choice-wrap .choice-des ul li h3 {
  width: 7.05rem;
  line-height: 1rem;
  font-size: 0.6rem;
  color: #47190c;
  text-align: center;
  font-weight: bold;
  background: #ffc400;
  -webkit-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
     -moz-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
          border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  position: absolute;
  top: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.choice-wrap .choice-des ul li .choice-p {
  width: 6.65rem;
  margin: 0 auto;
  height: 3rem;
  padding-top: 0.75rem;
  background: #fff;
  -webkit-border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
     -moz-border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
          border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
}
.choice-wrap .choice-des ul li .choice-p p {
  width: 6.15rem;
  margin: 0 auto;
  line-height: 0.75rem;
  font-size: 0.5rem;
  color: #666666;
  text-align: justify;
}
.choice-wrap .choice-des ul li .choice-ph {
  height: 2.25rem;
}
.help-wrap {
  background: #ffc400;
  padding-bottom: 1.25rem;
}
.help-wrap ul {
  width: 15rem;
  margin: 0 auto;
}
.help-wrap ul li {
  width: 7.25rem;
  height: 3.35rem;
  margin-top: 0.5rem;
  text-align: center;
  background: #fff;
  border: 1px dashed #666666;
  -webkit-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
     -moz-border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
          border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
}
.help-wrap ul li h2 {
  line-height: 0.85rem;
  font-size: 0.5rem;
  color: #ec020f;
  font-weight: bold;
  margin-top: 0.5rem;
}
.help-wrap ul li p {
  line-height: 0.75rem;
  font-size: 0.5rem;
  color: #333333;
  margin-top: 0.25rem;
}
.help-wrap .sect-zx {
  background: #47190c;
  color: #fff;
  margin-top: 0.75rem;
}
