.denglu-warp {
  width: 100%;
  height: 650px;
  background-image: url("../images/banner_022.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.denglu-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.denglu-con-c {
  width: 350px;
  height: 360px;
  background: #ffffff;
  padding: 30px 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -200px;
  text-align: center;
}

.dengl {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.denglu-con-c h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

.jind {
  display: block;
  margin-bottom: 20px;
  color: #1158e8;
  font-size: 14px;
}

.dengl input {
  width: 80%;
  line-height: 40px;
  border: 1px solid #aaaaaa;
  margin-bottom: 30px;
  padding-left: 15px;
}

.dengl svg {
  height: 40px;
}

.zhzh {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dengl-ann {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  margin-top: 40px;
  border-radius: 10px;
  background: #1158e8;
  color: #ffffff;
}

@media screen and (max-width:1024px) {
  .denglu-con-c {
    width: 100%;
  }
}