.denglu-warp{
  width: 100%;
  height: 650px;
  background-image: url("../images/banner_022.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.msgclickme{
    width: 74px;
    font-size: 13px;
    height: 40px;
    background-color: #0187E9;
    line-height: 30px;
    color: #fff;
    /* position: absolute; */
    right: 10px;
    top: 10px;
    /* padding: 5px 10px; */
    border: none;
    /* -webkit-border-radius: 30px; */
    -moz-border-radius: 30px;
   
}

.denglu-con{
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.denglu-con-c{
  width: 350px;
  height: 550px;
  background: #ffffff;
  padding: 30px 20px;
  position: absolute;
  right: 0;
  top: 40%;
  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: 90%;
  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%;
  }
}