.justify,
.double-btn,
.major-wrap .major-box 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;
}
.head-wrap {
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}
.head-wrap h3 {
  line-height: 1.25rem;
  font-size: 0.75rem;
  color: #000;
  font-weight: bold;
}
.head-wrap p {
  line-height: 0.75rem;
  font-size: 0.55rem;
  color: #f23825;
}
.head-form h3 {
  color: #0089cf;
}
.sect-zx {
  display: block;
  width: 12rem;
  margin: 0 auto;
  margin-top: 0.375rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
  font-size: 0.625rem;
  color: #fff;
  background: #ef0000;
  text-align: center;
  -webkit-border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
     -moz-border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
          border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
}
.split-line {
  height: 0.25rem;
  background: #eeeeee;
}
.double-btn {
  width: 14.375rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.double-btn a {
  display: block;
  width: 6.85rem;
  line-height: 1.125rem;
  font-size: 0.5rem;
  color: #fff;
  text-align: center;
  background: #4689fe;
  -webkit-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
     -moz-border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
          border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.double-btn a:last-child {
  color: #fff;
  background: #e53e38;
}
.doc-wrap {
  background: #eeeeee;
}
.doc-wrap .doc-box {
  width: 13.8rem;
  margin: 0 auto;
  background: #fff;
  padding: 0.75rem 0;
  -webkit-box-shadow: 0 0 2px 2px #f0f0f0;
     -moz-box-shadow: 0 0 2px 2px #f0f0f0;
          box-shadow: 0 0 2px 2px #f0f0f0;
}
.doc-wrap .doc-box .doc-des {
  width: 11.75rem;
  margin: 0 auto;
  text-align: center;
}
.doc-wrap .doc-box .doc-des h3 {
  line-height: 2rem;
  font-size: 1rem;
  color: #ff0000;
  text-align: center;
  font-weight: bold;
}
.doc-wrap .doc-box .doc-des h5 {
  line-height: 0.75rem;
  font-size: 0.45rem;
  color: #000;
  text-align: center;
}
.doc-wrap .doc-box .doc-des .doc-line {
  width: 10.125rem;
  margin: 0 auto;
  height: 0.125rem;
  background: #e62708;
}
.doc-wrap .doc-box .doc-des h4 {
  line-height: 0.75rem;
  font-size: 0.65rem;
  color: #000;
  text-align: center;
  padding: 0.375rem 0;
}
.doc-wrap .doc-box .doc-des h6 {
  text-align: left;
  line-height: 0.9rem;
  font-size: 0.5rem;
  color: #000;
}
.doc-wrap .doc-box .doc-des p {
  text-align: justify;
  text-indent: 1rem;
  line-height: 0.9rem;
  font-size: 0.5rem;
  color: #000;
}
.condition-wrap {
  background: #e62708;
  padding: 0.375rem 0;
}
.condition-wrap .condition-box {
  width: 13.925rem;
  margin: 0 auto;
  position: relative;
}
.condition-wrap .condition-box h3 {
  line-height: 0.9rem;
  font-size: 0.5rem;
  color: #fff;
  font-weight: 550;
}
.condition-wrap .condition-box ul li {
  line-height: 0.9rem;
  font-size: 0.5rem;
  color: #fff;
}
.condition-wrap .condition-box a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  -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;
  -webkit-box-shadow: 0 0 2px 2px #f0f0f0;
     -moz-box-shadow: 0 0 2px 2px #f0f0f0;
          box-shadow: 0 0 2px 2px #f0f0f0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.condition-wrap .condition-box a span {
  line-height: 0.75rem;
  font-size: 0.625rem;
  color: #e62708;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.major-wrap {
  width: 15rem;
  margin: 0 auto;
  background: #fff;
}
.major-wrap .major-box ul li {
  width: 7.1rem;
  border: 1px solid #a0a0a0;
  margin-bottom: 0.625rem;
}
.major-wrap .major-box ul li a {
  display: block;
}
.major-wrap .major-box ul li a img {
  width: 100%;
  height: 4.75rem;
}
.major-wrap .major-box ul li h3 {
  line-height: 1.25rem;
  font-size: 0.6rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.major-wrap .major-box ul li h4 {
  line-height: 0.75rem;
  font-size: 0.5rem;
  color: #4f4f4f;
  text-align: center;
}
.full-img {
  width: 100%;
}
.full-img a {
  display: block;
}
.full-img a img {
  display: block;
  width: 100%;
}
