.li-02 {
  width: 66.66666667%;
  clear: both;
  padding-left: 64px;
  padding-bottom: 20px;
}
.li-02 .form-input {
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 34px;
  line-height: 32px;
  padding: 6px 12px;
  padding-left: 12px;
  padding-left: 42px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.check-xieyi {
  font-size: 15px;
  line-height: 24px !important;
  float: left;
  color: #575d63;
}
.check-xieyi input {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #575d63 !important;
  margin-top: 3px;
  margin-right: 7px;
  float: left;
  cursor: pointer;
}
.check-xieyi a {
  color: #666666;
  cursor: pointer;
}
.check-xieyi a:hover {
  color: #fd762c;
}
#openxy {
  font-size: 14px;
  color: #575d63;
  line-height: 24px;
  width: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 20px 40px;
  display: none;
}
#openxy .title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
}
.btn {
  cursor: pointer;
}

iframe .content {
  height: auto !important;
}