.cont {
  width: 100%;
  height: 713px;
  background: url(../images/bg7.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.cont .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-wrap: nowrap;
}
.cont .wrap .l .title {
  color: #015293;
}
.cont .wrap .l .title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 132px;
  background: #015293;
  margin-right: 15px;
}
.cont .wrap .l .title h1 {
  font-size: 48px;
}
.cont .wrap .l .title p {
  font-size: 40px;
  margin-top: 16px;
}
.cont .wrap .l .title p span {
  color: #000;
  font-size: 36px;
  margin-left: 10px;
}
.cont .wrap .l .p {
  padding: 20px 15px 0;
}
.cont .wrap .l .ipt {
  margin: 30px 15px 0;
  display: flex;
}
.cont .wrap .l .ipt input {
  width: 347px;
  height: 37px;
  border: 1px solid #015293;
  border-radius: 4px 0 0 4px;
  background: transparent;
  color: #015293;
  padding-left: 24px;
  font-size: 18px;
}
.cont .wrap .l .ipt span {
  display: block;
  width: 74px;
  height: 37px;
  background: #015293;
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  text-align: center;
  line-height: 37px;
  color: #fff;
}
.cont .wrap .l .codes {
  margin: 40px 15px 0;
  display: flex;
}
.cont .wrap .l .codes .code {
  margin-right: 70px;
}
.cont .wrap .l .codes .code .t {
  width: 123px;
  height: 38px;
  background: #015293;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  color: #fff;
  line-height: 38px;
}
.cont .wrap .l .codes .code .t .iconfont {
  margin-right: 5px;
}
.cont .wrap .l .codes .code .img {
  width: 123px;
  height: 134px;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  padding: 18px 12px;
}
.cont .wrap .l .codes .code .img img {
  width: 100%;
  height: 100%;
}
.cont .wrap .r img {
  height: 600px;
}/*# sourceMappingURL=mobile.css.map */