body {
  background-color: #def0fe;
}
.gjcx .gjcx_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.gjcx .gjcx_item label {
  min-width: 160px;
  text-align: right;
  font-size: 17px;
  color: #333;
  line-height: 46px;
}
.gjcx .gjcx_item input {
  width: 416px;
  height: 46px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #cbcbcb;
  padding-left: 20px;
}
.gjcx .btn {
  width: 143px;
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border: none;
}
.gjcx .submit_btn {
  background-color: #6699cc;
  color: #ffffff;
}
.gjcx .reback_btn {
  background-color: #f2f2f2;
}
