html,
body {
  max-width: 640px;
  margin: 0 auto;
}
.justify,
.order-wrap,
.order-wrap #baoming li,
.advant-box ul,
.perlong-box {
  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: 8rem;
}
.head-wrap {
  padding-top: 0.625rem;
  text-align: center;
}
.head-wrap h3 {
  width: 3rem;
  height: 3rem;
  background: url('../img/mask-w2.png') no-repeat center / contain;
  text-align: center;
  margin: 0 auto;
}
.head-wrap h3 span {
  display: block;
  line-height: 3rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fefc73;
}
.head-wrap h1 {
  line-height: 1.125rem;
  font-size: 0.8rem;
  font-family: 'Impact';
  font-weight: 550;
  color: #ff4301;
  text-transform: uppercase;
}
.head-wrap p {
  line-height: 0.95rem;
  color: #000;
  font-size: 0.45rem;
}
.order-wrap {
  width: 16rem;
  height: 10.3rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  position: relative;
}
.order-wrap h3 {
  line-height: 1.65rem;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 550;
  color: #000;
}
.order-wrap .order-bg {
  width: 16rem;
  height: 5.425rem;
  background: url('../img/order-bg.jpg') center / contain;
}
.order-wrap .order-box {
  width: 15.25rem;
  background: #fff;
  position: absolute;
  top: 2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 1px solid #1b1b1b;
  padding-bottom: 0.625rem;
}
.order-wrap #baoming {
  width: 12rem;
  margin: 0 auto;
}
.order-wrap #baoming li {
  height: 1.25rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
  background: #eeeeee;
}
.order-wrap #baoming li i {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: url('../img/icon/icon-tx.png') no-repeat center / contain;
  margin-top: 0.25rem;
  margin-left: 0.375rem;
}
.order-wrap #baoming li input {
  width: 10.7rem;
  height: 100%;
  font-size: 0.5rem;
  text-indent: 0.375rem;
}
.order-wrap #baoming li:last-child i {
  background: url('../img/icon/icon-dh.png') no-repeat center / contain;
}
.order-wrap .shc-sub {
  width: 12rem;
  margin: 0 auto;
}
.order-wrap .shc-sub input {
  width: 100%;
  text-align: center;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.625rem;
  font-weight: bold;
  color: #fff;
  background: #ff4200;
  margin-top: 0.5rem;
  border-radius: 0.15rem;
}
.sect-zx {
  display: block;
  margin: 0.875rem auto;
  width: 8.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  background: #fff;
  font-size: 0.7rem;
  text-align: center;
  color: #f80000;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  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);
}
.advant-wrap {
  width: 16rem;
  background: #fdfc92;
}
.advant-box {
  width: 14.6rem;
  margin: 0 auto;
}
.advant-box ul li {
  width: 6.95rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  margin-top: 0.5rem;
  position: relative;
}
.advant-box ul li:hover {
  cursor: pointer;
  box-shadow: 9px 9px 9px 1px #000000;
}
.advant-box ul li:hover a {
  height: 5rem;
  overflow: hidden;
}
.advant-box ul li:hover img {
  -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);
}
.advant-box ul li a {
  display: block;
}
.advant-box ul li a img {
  width: 100%;
  height: 5rem;
}
.advant-box ul li h3 {
  line-height: 1.35rem;
  font-size: 0.625rem;
  font-weight: bold;
  background: #fe4202;
  color: #f6f308;
  text-align: center;
}
.advant-info {
  width: 14.6rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding-bottom: 1.75rem;
}
.advant-info .advant-info-box {
  border: 3px solid #ff4303;
  position: relative;
}
.advant-info .advant-info-box::before {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.1rem;
  background: url('../img/icon/xinxin.png') center / contain;
  position: absolute;
  left: 0;
  top: 0;
}
.advant-info .advant-info-box span {
  display: block;
  width: 4.375rem;
  height: 0.9rem;
  line-height: 0.9rem;
  background: #fe4202;
  border-radius: 0.45rem 0.45rem 0.45rem 0.45rem;
  text-align: center;
  color: #fff;
  font-size: 0.55rem;
  margin: 0.25rem auto;
}
.advant-info .advant-info-box p {
  line-height: 1.2rem;
  font-size: 0.625rem;
  color: #000;
  text-indent: 1.5rem;
  text-align: justify;
  padding: 0 0.25rem;
  padding-bottom: 0.375rem;
}
.margin0auto {
  margin: 0 auto;
}
.perlong-wrap {
  width: 16rem;
  height: 18.45rem;
  background: url("../img/long-bg.jpg") no-repeat center / contain;
}
.perlong-wrap .hw-color h3 {
  background: url('../img/mask-w.png') no-repeat center / contain;
}
.perlong-wrap .hw-color h3 span {
  color: #ff4200;
}
.perlong-wrap .hw-color h1 {
  color: #fff;
}
.perlong-box {
  width: 15rem;
  margin: 0 auto;
}
.perlong-box li a {
  display: block;
  background: #fff;
  padding: 0.1rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}
.perlong-box li a img {
  width: 7.1rem;
  height: 9rem;
}
.perlong-box li:nth-of-type(2) a {
  margin-bottom: 0.2rem;
}
.perlong-box li:nth-of-type(2) a img {
  width: 7.275rem;
  height: 4.325rem;
}
