/*
 * 国家生态环境科技成果转化综合服务平台 我要提需求页样式文件
 * @author: zhuzl<me@zhuzhilong.com>
 * @date: 2024-06-10 17:58:00
 */
.page-wytjs {
  background: url("../img/bg-wytxq.jpg") top center no-repeat;
  background-size: contain;
  background-color: #F2F3F5;
}
.page-wytjs .common-header{
  height: 218px;
}
.banner-catalog {
  height: calc(468px - 175px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
}
.banner-catalog h2 {
  font-size: 40px;
}
.banner-catalog p {
  font-size: 20px;
  margin-top: 10px;
}
.w-p33 {
  width: 33.33%;
}
.w-p25 {
  width: 25%;
}
.w-p50 {
  width: 50%;
}
.w-p66 {
  width: 66.66%;
}
.toptip {
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  background-color: #FFF;
  margin-bottom: .5rem;
  padding: 0;
  border-radius: 4px;
}
.toptip .first {
  background-color: #0457AA;
  border-radius: 4px 0 0 4px;
}
.toptip .first p {
  color: #FFF;
  padding: 10px 16px;
  margin-bottom: 0;
  line-height: 24px;
}
.toptip .last {
  font-weight: bold;
  border-radius: 0 4px 4px 0;
}
.toptip .last p {
  padding: 10px 16px;
  color: #0457AA;
  margin-bottom: 0;
  line-height: 24px;
}
.toptip .last p a {
  color: #0457AA;
  border-bottom: 1px solid #0457AA;
}
.form-group {
  padding: 0 16px;
}
.form-wrap {
  padding: 60px;
  padding-bottom: 0px;
  background-color: #FFF;
  position: relative;
}
.form-wrap .breadcrumb {
  background-color: unset;
  padding: 0;
}
.form-wrap .breadcrumb li a {
  color: #999;
  font-size: 16px;
}
.form-wrap .breadcrumb li.active a {
  color: #333;
}
.form-wrap .breadcrumb-item+.breadcrumb-item::before {
  content: "\e6a0";
  font-family: "ceettIcon" !important;
  color: #999;
  font-size: 12px;
  line-height: 24px;
  margin: 0 5px;
}
.form-wrap .title {
  text-align: center;
  padding: 2rem 0;
  border-bottom: 1px solid #E8EBF3;
  margin-bottom: 2rem;
}
.form-wrap .form-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-wrap .form-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 18px;
  line-height: 36px;;
  margin: 0;
}
.form-wrap .form-nav ul li a {
  margin: 0;
  color:#0457AA;
  position: relative;
  z-index: 1;
  font-family: PingFang SC;
  font-weight: bold;
}
.form-wrap .form-nav ul li:before {
  -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEEEEE;
  /* z-index: -1; */
}
.form-wrap .form-nav ul li.current a {
  color:#fff;
}
.form-wrap .form-nav ul li.current:before {
  background-color: #0457AA;
}

.form-wrap .form-body .block {
  margin-top: 16px;
  border-bottom: 1px solid #E8EBF3;
}
.block-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.block-title::before {
  content: "";
  width: 3px;
  height: 8px;
  background-color: #0457AA;
  margin-right: 10px;
}
.el-form-item {
  margin-bottom: 14px;
}
.el-form-item__label {
  color: #333;
  font-size: 14px;
  margin: 0;
}
.el-input__inner, .el-textarea__inner {
  padding-left: 12px;
  border-radius: 0;
  background-color: #F8F8F8;
  border: 1px solid #E8EBF3;
  color: var(--text-color-dark);
  font-size: 14px;
  height: 35px;
}
.el-textarea__inner {
  height: 60px;
  margin-bottom: 8px;
}
.el-input__inner::placeholder {
  color: #777;
}
.el-input__inner:-ms-input-placeholder {
  color: #777;
}
.form-wrap .form-body .tips {
  font-size: 12px;
  color: var(--text-color-light);
}

.btn-bar {
  border-top: 1px solid #0457AA;
  height: 56px;
  position: sticky;
  bottom: 0;
  padding: .5rem 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.btn-bar .btn {
  width: 100px;
  height: 40px;
  padding: 5px 16px;
  font-size: 16px;
  margin: 0 8px;
}
.btn-bar .btn-save {
  background-color: #0457AA;
  color: #FFF;
}
.btn-bar .btn-next {
  background-color: #F2F3F5;
  color: #0457AA;
}
.date-picker-in-table, .date-picker-normal {
  width: 100%!important;
}
.date-picker-in-table .el-input__inner{
  padding: 6px 12px!important;
}
.date-picker-in-table .el-input__prefix {
  display: none;
}
.date-picker-in-table .el-input__inner {
  border:none;
  width: 100%;
  border-radius: 0;
  line-height: 20px;
  height: auto;
  font-size:14px;
  color:#212529;
  text-align: center;
  border-bottom: solid 1px #0457AA;
}
.date-picker-in-table .el-input__inner:hover{
  border-color:#0457AA;
}
.date-picker-normal .el-input__inner{
  border-radius: 0;
  background-color: #F8F8F8;
  border: 1px solid #E8EBF3;
  color: var(--text-color-dark);
  font-size: 14px;
}
.date-picker-normal .el-input__inner:hover,.date-picker-normal .el-input__inner:focus {
  border-color:#E8EBF3;
}
.date-picker-in-table .el-input__inner{
  padding: 6px 12px!important;
}
.date-picker-normal .el-input__inner:focus,
.date-picker-in-table .el-input__inner:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.date-picker-in-table .el-input__inner::placeholder,
.date-picker-normal .el-input__inner::placeholder{
  color:#6c757d;opacity:1
}
.el-form-item__error {
  padding-top: 0;
}


@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px) {
}
