html body {
  background-color: #f3f8ff;
}

.banner img {
  width: 7.5rem;
  height: 5.33rem;
}

.jm {
  margin-top: .6rem;
  text-align: center;
  margin-bottom: .5rem;
}

.jm img {
  width: 6.21rem;
  height: 1.48rem;
}


.form .name {
  text-align: center;
  font-size: .22rem;
  margin-bottom: .16rem;
}
.form .name i,.form .tel i{
    color: red;
    margin-right:0.05rem;
}

.form input {
  width: 4.94rem;
  height: .58rem;
  border: none;
  outline: none;
  box-shadow: 0.02rem 0.02rem .05rem #ccc;
  border-radius: .1rem;
  padding-left: .2rem;
}

.form input:-moz-placeholder {
  font-size: .16rem;
}

.form .tel {
  text-align: center;
  font-size: .22rem;
}


.form .btn {
  width: 3.9rem;
  height: .72rem;
  background-color: #218af8;
  font-size: .22rem;
  text-align: center;
  line-height: .72rem;
  border-radius: .36rem;
  color: #fff;
  margin-left: 1.8rem;
  margin-top: .53rem;
}

.xlfw {

  height: 3.3rem;
  padding: .58rem 0 1.7rem 0;
  margin: .55rem 0 0 .15rem;
  background: url(/images/xlfw.png);
  background-size: 7.26rem 3.85rem;
  background-repeat: no-repeat;
  text-align: center;
  font-size: .4rem;
  font-weight: 900;
  color: #5f9df1;
}