.hdjl-wyxx-content {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
.location {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.location a {
  color: #262626;
}

.xxxz-container {
  background-color: #c9e5ff;
  background-image: linear-gradient(0deg, #f5faff 0%, #c9e5ff 100%),
    linear-gradient(#58585c, #58585c);
  border-radius: 16px;
  padding: 0 30px 40px;
  margin-top: 20px;
}
.xxxz-container .xxxz-title {
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  padding: 25px 0;
  color: #2e7ce5;
  font-weight: bold;
}
.xxxz-container .xxxz-title img {
  width: 60px;
  margin-right: 20px;
  vertical-align: middle;
}
.wyxx-tip-ct {
  background-color: #ffffff;
  color: #444444;
  line-height: 40px;
  padding: 10px 30px;
  font-size: 16px;
}
.text-indent-2 {
  text-indent: 2em;
}
.wyxx-tip-ct-item-show {
  color: #206dd7;
  display: inline-block;
  cursor: pointer;
  text-indent: initial;
}
.wyxx-tip-ct-item {
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
}

.wyxx-container {
  margin-top: 30px;
  border: #f1f1f1 solid 1px;
}
.wyxx-container .wyxx-title {
  background-color: #f0f5fa;
  line-height: 50px;
  position: relative;
  padding: 0 30px;
  font-weight: bold;
  font-size: 26px;
  color: #206dd7;
}
.wyxx-container .wyxx-title:before {
  content: "";
  width: 4px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2383d0;
}
.layui-form {
  width: 700px;
  margin: 20px auto;
}
.color-red {
  color: #f56c6c;
}
.mr-5 {
  margin-right: 5px;
}
.layui-form .layui-form-label {
  width: 160px;
}
.layui-form .layui-input-block {
  margin-left: 0;
  float: left;
  width: 500px;
}
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #2383d0 !important;
}
.layui-btn.layui-default,
.layui-form-select dl dd.layui-this {
  background-color: #2383d0;
}
#upload {
  height: 30px;
  line-height: 30px;
}

.code-container input,
.code-container span {
  display: inline-block;
}
.img-code {
  height: 35px;
  width: 90px;
}
.img-code img {
  height: 100%;
  width: 100%;
  margin-top: -2px;
}
#changeImg {
  cursor: pointer;
  color: #265293;
}
.btn-submit {
  margin-left: 140px;
}
