:root {
  --el-color-primary: #ff9200;
  --el-color-danger: #d80000;
}

.container-special {
  padding-bottom: 50px;
}

::-webkit-input-placeholder {
  font-family: "Microsoft YaHei";
  color: #757575;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Microsoft YaHei";
  color: #757575;
}

#desc_video {
  padding: 35px 0 50px;
  background: #f2f2f2;
}

#desc_video .wrap {
  display: flex;
  width: 1530px;
}

#desc_video .video {
  margin: 10px auto 0;
}

#desc_video .video .titl img {
  margin: 15px auto 30px;
  display: block;
  width: 422px;
  height: auto;
}

#desc_video .video video {
  margin: 0 auto;
  display: block;
}

#desc_video .desc {
  line-height: 175%;
  font-size: 18px;
  width: 910px;
  padding-right: 180px;
  color: #000;
  font-family: 'Microsoft YaHei', 'SimSun', serif;
}

#desc_video .desc p {
  margin: 20px 0;
  text-indent: 2em;
}

#desc_video .desc .img img {
  margin: 0 auto 25px;
  display: block;
  width: 428px;
  height: auto;
}

#baoming {
  margin-top: 60px;
}

#baoming .wrap {
  width: 1530px;
  display: flex;
  justify-content: center;
}

#baoming .xz {
  padding-top: 35px;
  width: 550px;
}

#baoming .xz img {
  display: block;
  margin: 0;
}

#baoming .form {
  width: 980px;
  position: relative;
}

#baoming .form .bd {
  background-color: #f0f0f0;
  padding: 30px;
}

.form-nav {
  margin-bottom: 50px;
}

.form-nav .item {
  position: relative;
  padding: 0 50px;
  line-height: 1;
  font-size: 38px;
  color: #a3a3a3;
  cursor: pointer;
}

.form-nav .item::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 28px;
  height: 28px;
  background-color: #ff9200;
  border-radius: 50%;
}

.form-nav .item.active {
  color: #2fb383;
}

.form-nav .item.active::after {
  content: " ";
}

.form-style {
  padding-top: 10px;
}

.form-style .input-field {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
}

.form-style .input-field .form-control {
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 2px solid #000;
  background-color: #f0f0f0;
}

.form-style .input-field .textarea-control {
  line-height: 1.6;
  height: auto !important;
  overflow: hidden;
}

.form-style .btn-submit {
  width: 279px;
  height: 64px;
  border: none !important;
  border-radius: 0 !important;
  background: transparent url("../../images/special/klcc_2025/btn.png") no-repeat;
}

.form-style .btn-reset {
  vertical-align: middle;
  font-size: 24px;
  color: #333 !important;
  border: none;
  border-radius: 0;
  margin-left: 100px;
  border-bottom: 2px solid #999 !important;
  padding-bottom: 10px;
}

.el-form-item__label {
  padding-right: 40px;
  height: auto;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 0;
  line-height: 52px;
  display: inline-block;
}

.el-input {
  padding: 0 20px !important;
  height: 52px !important;
  line-height: 52px !important;
  font-size: 16px;
}

.el-select .el-input {
  height: 48px !important;
  line-height: 48px !important;
}

.el-input__wrapper,
.el-textarea__inner {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none !important;
}

.el-select .el-input.is-focus .el-input__wrapper,
.el-select .el-input__wrapper.is-focus {
  box-shadow: none !important;
}

.el-textarea__inner {
  padding: 15px 20px;
}

.el-textarea .el-input__count {
  background: #f0f0f0;
}

.select-control .el-input__suffix-inner {
  position: relative;
  width: 16px;
  background: url("../../images/special/klcc_2025/t.png") right center no-repeat;
  background-size: 16px auto;
}

.select-control .el-input__suffix-inner .el-select__caret {
  display: none !important;
}

.el-form-item__error {
  padding: 10px 22px 0;
}

.photos {
  width: 620px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.photos .item {
  width: 280px;
  margin-bottom: 10px;
}

.photos .item label {
  width: 280px;
  height: 210px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 15px;
  overflow: hidden;
}

.photos .item label span {
  position: absolute;
  left: 39%;
  top: 44%;
}

.photos .item img {
  width: 280px;
  height: 210px;
  margin: 0 auto;
}

.photos .item input {
  width: 0;
  opacity: 0;
}

.photos .item p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.photos .item.show img {
  display: block;
}

.photos .item.show label span {
  display: none;
}

.photos .el-form-item.is-error .item label {
  color: var(--el-color-danger);
}

.toast-box {
  position: fixed;
  left: 50%;
  top: 15%;
  margin-left: -400px;
  width: 800px;
  z-index: 100000;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.toast-box .cnt {
  position: relative;
  display: block;
  height: auto;
  padding: 20px 50px;
  border: 8px solid rgba(255, 223, 224, 0.7);
  background: rgba(240, 110, 115, 0.8);
}

.toast-box .cnt .info {
  font-size: 46px;
  color: #fff;
  text-align: center;
}

.toast-box .cnt .btn-area {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  padding: 30px 0 15px 0;
}

.toast-box .cnt .btn-area .btn-text {
  border-bottom: 1px solid #FFF;
  padding-bottom: 8px;
  cursor: pointer;
}

.toast-box.warning .cnt {
  border: 8px solid rgba(183, 215, 244, 0.7);
  background: rgba(68, 138, 202, 0.8);
}

.form-cont {
  position: relative;
  min-height: 1692px;
}

.form-cont .titl {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1;
  color: #ff9200;
  padding-bottom: 20px;
  border-bottom: 2px solid #ff9200;
}

.form-cont .tips-wrap {
  position: absolute;
  top: 220px;
  z-index: 1;
  padding: 20px 50px;
  font-size: 46px;
  color: #fff;
  text-align: center;
  border: 8px solid rgba(183, 215, 244, 0.7);
  background: rgba(68, 138, 202, 0.8);
}

.el-upload--picture-card {
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  color: initial !important;
  outline: none !important;
}

.bm-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.bm-table thead tr th,
.bm-table tbody tr td {
  padding: 14px 10px;
  font-size: 18px;
  color: #000;
  text-align: center;
}

.bm-table thead tr th {
  padding: 28px 10px;
  font-weight: bold;
}

.bm-table thead tr th,
.bm-table tbody tr td {
  border-right: 3px solid #f0f0f0;
}

.bm-table thead tr th:nth-child(1),
.bm-table tbody tr td:nth-child(1) {
  width: 40%;
}

.bm-table thead tr th:nth-child(2),
.bm-table tbody tr td:nth-child(2) {
  width: 15%;
}

.bm-table thead tr th:nth-child(3),
.bm-table tbody tr td:nth-child(3) {
  width: 20%;
}

.bm-table thead tr th:last-child,
.bm-table tbody tr td:last-child {
  width: 25%;
  border-right: none;
}

.bm-table thead tr th:nth-child(odd),
.bm-table tbody tr td:nth-child(odd) {
  background-color: #e5e5e5;
}

.bm-table thead tr th:nth-child(even),
.bm-table tbody tr td:nth-child(even) {
  background-color: #eaeaea;
}

.bm-table tbody tr {
  position: relative;
}

.bm-table tbody tr:after {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #333;
}

.bm-table tbody tr.hasdata:after {
  content: "";
}

.bm-table2 thead tr th:nth-child(1),
.bm-table2 tbody tr td:nth-child(1) {
  width: 20%;
}

.bm-table2 thead tr th:nth-child(2),
.bm-table2 tbody tr td:nth-child(2) {
  width: 30%;
}

.bm-table2 thead tr th:last-child,
.bm-table2 tbody tr td:last-child {
  width: 50%;
}

.slide-code-box {
  width: 300px;
  margin: 0 auto 20px;
}

.slide-code-box .icon-refresh {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.slide-code-box .img-code-box {
  position: relative;
}

.slide-code-box .img-code-box .code-back-img {
  display: block;
  background-color: #efefef;
  width: 310px;
  height: 155px;
}

.slide-code-box .img-code-box .code-front-img {
  position: absolute;
  height: 155px;
  width: auto;
}

.slide-code-box .code-slider {
  width: calc(100% - 22px);
  margin: 0 auto;
}
