.justify,
.form-wrap .form-box ul,
.form-wrap .double-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ban-wrap img {
  width: 16rem;
  height: 4.16666667rem;
}
.head-wrap {
  width: 10rem;
  margin: 0 auto;
  text-align: center;
  background: #dcdcdc;
}
.head-wrap h1 {
  line-height: 1.23333333rem;
  font-size: 0.33333333rem;
  font-weight: bold;
  font-family: 'Impact';
  color: #ff001e;
  text-transform: uppercase;
}
.sect-zx {
  display: block;
  margin: 0.29166667rem auto;
  width: 2.91666667rem;
  height: 0.58333333rem;
  line-height: 0.58333333rem;
  background: #ef473a;
  font-size: 0.23333333rem;
  text-align: center;
  color: #fff;
  border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
  margin-bottom: 0;
}
.sect-zx:hover {
  background: #fa0000;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.form-wrap {
  width: 9.96666667rem;
  margin: 0 auto;
  margin-bottom: 0.33333333rem;
  border-left: 1px solid #070102;
  border-right: 1px solid #070102;
  border-bottom: 1px solid #070102;
}
.form-wrap .form-box ul {
  width: 8.06666667rem;
  margin: 0 auto;
  padding-top: 0.16666667rem;
}
.form-wrap .form-box ul li {
  margin-bottom: 0.08333333rem;
}
.form-wrap .form-box ul li p {
  line-height: 0.5rem;
  font-size: 0.20833333rem;
  color: #000;
}
.form-wrap .form-box ul li p span {
  line-height: 0.5rem;
  font-size: 0.20833333rem;
  color: #fc1f0f;
}
.form-wrap .form-box ul li input {
  width: 3.96666667rem;
  height: 0.58333333rem;
  line-height: 0.58333333rem;
  font-size: 0.15rem;
  text-indent: 0.20833333rem;
  color: #5b5b5b;
  border: 1px solid #e2e2e2;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}
.form-wrap .form-box ul li select {
  width: 3.98333333rem;
  height: 0.58333333rem;
  line-height: 0.58333333rem;
  font-size: 0.15rem;
  text-indent: 0.20833333rem;
  color: #5b5b5b;
  border: 1px solid #e2e2e2;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}
.form-wrap .form-box ul li:last-child {
  width: 100%;
}
.form-wrap .form-box ul li:last-child input {
  width: 100%;
}
.form-wrap .attention-wrap {
  width: 8.06666667rem;
  margin: 0 auto;
  line-height: 0.66666667rem;
  font-size: 0.15rem;
  color: #7c7c7c;
}
.form-wrap .attention-wrap span {
  line-height: 0.66666667rem;
  font-size: 0.15rem;
  color: #fd8480;
}
.form-wrap .double-form {
  width: 4.125rem;
  margin: 0 auto;
}
.form-wrap .double-form a {
  display: block;
  width: 1.95rem;
  line-height: 0.58333333rem;
  color: #fff;
  background: #ea5d10;
  text-align: center;
  font-size: 0.25rem;
}
.form-wrap .double-form a:last-child {
  background: #fc1f0f;
}
.form-wrap .list-box {
  margin-top: 0.33333333rem;
  padding-bottom: 0.20833333rem;
}
.form-wrap .list-box .list-title {
  line-height: 0.66666667rem;
  font-size: 0.25rem;
  font-weight: bold;
  color: #fd002c;
  text-align: center;
}
.form-wrap .list-box .list-title span {
  line-height: 0.66666667rem;
  font-size: 0.25rem;
  font-weight: bold;
  color: #780519;
}
.form-wrap .list-box table {
  width: 9.74166667rem;
  margin: 0 auto;
  border: 1px solid #5e5e5e;
  text-align: center;
}
.form-wrap .list-box table thead {
  background: #fc1f0f;
}
.form-wrap .list-box table thead tr {
  line-height: 0.375rem;
}
.form-wrap .list-box table thead tr th {
  color: #fff;
  font-size: 0.19166667rem;
  border: 1px solid #5e5e5e;
}
.form-wrap .list-box table tbody tr {
  line-height: 0.35rem;
}
.form-wrap .list-box table tbody tr td {
  color: #000;
  font-size: 0.16666667rem;
  border: 1px solid #5e5e5e;
}
.form-wrap .list-box table tbody tr:hover {
  background: #fd8480;
  cursor: pointer;
}
.form-wrap .list-box table tbody tr:hover td {
  color: #fff;
}
body .layui-layer-content {
  line-height: 0.66666667rem;
  font-size: 0.25rem;
  color: #fff;
}
