.logo{
  width: 228rpx;
  height:190rpx;
  margin: 70rpx  auto;
  position:relative;
  left:30rpx;
}
.logo image{
  width: 100%;
  height:100%;
}


.form{

  width: 80%;
  margin:auto;
}
.form_zh{
  border-bottom:1px solid #DDD;
  width: 100%;
  display:flex;
  position:relative;
  padding: 60rpx 0  30rpx 0;

}
.form_zh input{
height:100%;
width:100%;
font-size:30rpx;
margin-left:40rpx;

}
.form_zh_img{
  width:39rpx;
  height:54rpx;
  position:relative;
  top: -4rpx;
  left:17rpx;
}
.form_zh_img image{
  width: 100%;
  height: 100%;
}
.form_zh_img1{
  width:53rpx;
  height:36rpx;
    position: relative;
  top: 2rpx;
  left: 17rpx;
}
.form_zh_img1 image{
  width: 100%;
  height: 100%;

}
.form_button{
  width:100%;
  height:80rpx;
  margin-top: 60rpx;
  font-size:34rpx;
  color: #FFF;
  line-height:80rpx;
  background: linear-gradient(to right, #FF9BCA , #FF79B8);
}

.land_b{display:flex;align-items:center;justify-content:center;margin-top:40rpx;}
.land_b:before {content:"";display:inline-block;width:1px;height:30rpx;position:absolute;background:#ccc;}
.modify{width:160rpx;text-align:center;font-size:26rpx;color:#666;}