.banner {
  background: url("../img/banner.png");
  background-size: 100% 100%;
}
.form {
  background: #ffffff;
  border-radius: 16px;
  margin-top: -80px;
  padding: 0 24px;
  position: relative;
}
.z-spinbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-title {
  line-height: 37px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  text-align: center;
  padding: 24px 0;
}
.form-step {
  display: flex;
  justify-content: center;
}
.form-step-main {
  background: #f5f5f5;
  border-radius: 24px;
  padding: 13px 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.step-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.step-item-num {
  background: #999999;
  border-radius: 10px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
.step-item-title {
  line-height: 22px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
  margin-left: 8px;
}
.step-line {
  margin: 0 35px;
  width: 22px;
  height: 9.57px;
  background: url("../img/step.png");
  background-size: 100% 100%;
}
.active .step-item-num {
  background: #2078f3;
  color: #ffffff;
}
.active .step-item-title {
  color: #2078f3;
}
.activeLine {
  background: url("../img/step_active.png");
  background-size: 100% 100%;
}
.form-select {
  margin-top: 16px;
}
.select-item {
  padding: 24px 0;
  border-bottom: 1px solid #eeeeee;
}
.select-item-title {
  line-height: 22px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.select-item-radio {
  margin-top: 24px;
  padding-left: 16.5px;
}
.select-item-radio .ant-radio-wrapper {
  margin: 0 60px 0 0 !important;
}
span.ant-radio + * {
  padding-right: 0 !important;
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #333333;
}
.ant-radio-inner {
  border: 1px solid #979797 !important;
}
.desc-container {
  margin-top: 15px;
}
.desc-container .ant-checkbox-wrapper {
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 13px;
  color: #999;
}
.desc-item {
  font-size: 14px;
  color: #333;
}
.form-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 24px 0;
}
.form-btn-item {
  width: 120px;
  height: 40px;
  background: #2078f3;
  line-height: 40px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.back {
  background: #f5f5f5;
  border: 1px solid #d7d8d9;
  color: #333333;
  margin-right: 10px;
}
.form-fill {
  margin-top: 32px;
  /* display: flex;
  flex-wrap: wrap; */
}

.form-fill-box .fill-box-title {
  line-height: 25px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin: 16px 0;
}
.ant-btn-primary {
  margin-left: 20px !important;
}
.form-fill-box .fill-box-info {
  display: flex;
  flex-wrap: wrap;
}
.fill-title-desc {
  display: inline-block;
  margin-left: 20px;
  color: #8f8f94;
  font-size: 13px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
}
.form-fill-item {
  width: 576px;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-fill-item:nth-child(2n) {
  border-left: none;
}
.form-fill-item:not(:nth-last-child(-n + 2)) {
  border-bottom: none;
}
.fill-item-title {
  background: #fafafa;
  padding: 17px 12px 17px 30px;
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #333333;
  width: 180px;
  border-right: 1px solid #dbdbdb;
  height: 100%;
}
.fill-item-input {
  background: #ffffff;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px;
  padding: 9px 16px;
  flex: 1;
  /* width: 100%; */
  /* height: 100%; */
  /* height: calc(100% - 16px); */
}
.form-fill-item .text {
  height: 64px;
}
.form-fill-item .title {
  padding: 29px 12px 29px 30px;
}
.fill-item-input input {
  width: 100%;
  text-align: left;
  background: none;
  outline: none;
  border: none;
}
/* .fill-item-input input::placeholder {
  color: #999999 !important;
} */
.fill-item-input img {
  width: 14px;
  height: 8px;
}
.fill-item-input .readonly {
  color: #333333;
}
.ck-box {
  position: fixed;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 900;
  width: 400px;
  height: 400px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.16);
  padding: 20px;
}
.check {
  border: 2px solid #357bea;
}
.formName {
  width: 100%;
  height: 49px;
  border-bottom: solid 1px #f2f2f2;
  background-color: #fff;
  line-height: 49px;
  overflow: hidden;
}
.formName h1 {
  float: left;
  font-size: 16px;
  color: #363636;
  width: 40%;
  line-height: 48px;
  font-weight: normal;
}
.check-box-common {
  /* height: 0.8rem; */
  position: relative;
  transition: all 0.2s ease;
  align-items: center;
  border-radius: 8px;
  margin-top: 4%;
  padding: 0 10px;
}
.operationBtn {
  display: flex;
  justify-content: center;
  margin: 25px 0px;
}
.operationBtn button {
  width: 50%;
  padding: 12px 0;
  color: #fff;
  background-color: rgb(87, 122, 255);
  border: none;
  outline: none;
  border-radius: 24px;
}
.ant-select,
.ant-select ol,
.ant-select ul {
  /* margin: 0; */
  padding: 0;
  list-style: none;
  /* width: 100%; */
  margin: 8px !important;
  flex: 1 !important;
  background: #ffffff;
  /* border: 1px solid #dbdbdb; */
}
.ant-select-selection--single {
  height: 40px !important;
}
.ant-select-selection__rendered {
  line-height: 38px !important;
}
.ant-select-selection {
  border: 1px solid #dbdbdb !important;
  border-top: 1.02px solid #dbdbdb;
  border-radius: 0 !important;
  padding-left: 6px !important  ;
}
.ant-select-selection__placeholder {
  /* display: block !important; */
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #999999;
}

.ant-calendar-picker {
  width: 100%;
}
.ant-cascader-picker {
  margin: 8px !important;
  flex: 1 !important;
  background: #ffffff;
  height: 40px !important;
}
.ant-cascader-picker .ant-input {
  /* padding: 0 16px 0 0 !important; */
  border: 1px solid #dbdbdb !important;
  border-radius: 0 !important;
  height: 40px !important;
  padding-left: 16px !important;
}
.ant-cascader-picker-label {
  /* padding: 0 16px; */
}
.ant-calendar-picker .ant-input {
  padding: 0;
}
.ant-input::placeholder {
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #999999;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  right: 0 !important;
}
.form-upload {
  margin-top: 8px;
  margin-bottom: 48px;
}
.form-upload-box {
}
.fileInfo {
  margin-top: 24px;
}
.form-upload-title {
  margin-top: 24px;
  line-height: 25px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.ant-upload-list {
  display: none !important;
}
.form-upload-item {
  padding: 24px 0 16px;
  border-bottom: 1px solid #eeeeee;
}
.upload-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.title-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.upload-item-name {
  line-height: 22px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.upload-item-type {
  background: rgba(32, 120, 243, 0.1);
  border-radius: 12px;
  margin-left: 8px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 12px;
  color: #2078f3;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
}
.upload-item-select {
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #2078f3;
  cursor: pointer;
}
.upload-item-file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.disabled {
  height: 40px !important;
  width: 120px !important;
  background: #f5f5f5;
  border: 1px solid #d7d8d9 !important;
  border-radius: 0 !important;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px !important;
  margin-left: 0 !important;
}
.file-item {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 60px;
  cursor: pointer;
}
.file-item-icon {
  width: 16px;
  height: 16px;
  background: url("../img/link.png");
  background-size: 100% 100%;
}
.file-item-name {
  line-height: 20px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 14px;
  color: #2078f3;
  margin: 0 4px;
  text-decoration: underline;
}
.file-item-exit {
  width: 14px;
  height: 14px;
  background: url("../img/exit.png");
  background-size: 100% 100%;
}
.form-material {
}
.form-material-title {
  line-height: 25px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin: 16px 0;
}
.form-material-card {
  /* display: flex;
  flex-wrap: wrap; */
}
.card-item {
  /* width: 576px; */
  /* height: 56px; */
  background: #fafafa;
  border: 1px solid #dbdbdb;
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  align-items: center;
  padding: 17px 30px;
}
.card-item-name {
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #333333;
  margin-right: 50px;
  width: 250px;
  white-space: nowrap;
}
.sjfs {
  display: flex;
}
.card-item-sjfs {
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #999999;
  white-space: nowrap;
  margin-right: 20px;
}
.card-item-desc {
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #999999;
  margin-right: 50px;
  width: 300px;
  white-space: nowrap;
}
.card-item-des {
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #999999;
  /* margin-right: 50px; */
  /* width: 200px; */
  white-space: nowrap;
}
.xzdsxzk {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.xzdsxzk-radio {
  margin-right: 20px;
}
.card-blank {
  width: 576px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 17px 30px;
}
.card-blank-name {
  margin-right: 40px;
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #999999;
}
.form-material-info {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.form-success {
  margin-top: 115px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.form-success-icon {
  width: 68px;
  height: 68px;
  background: url("../img/success.png");
  background-size: 100% 100%;
}
.form-success-title {
  line-height: 28px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-top: 18px;
}
.form-success-desc {
  line-height: 20px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 14px;
  color: #999999;
  margin-top: 18px;
}
.form-success-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 114px;
  margin-bottom: 123px;
}
.success-btn-item:first-child {
  height: 40px;
  background: #f5f5f5;
  border: 1px solid #d7d8d9;
  line-height: 40px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #333333;
  padding: 0 28px;
  margin-right: 10px;
  cursor: pointer;
}
.success-btn-item:last-child {
  height: 40px;
  background: #2078f3;
  line-height: 40px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #ffffff;
  padding: 0 28px;
  margin-right: 10px;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #999999;
}
input::-moz-placeholder {
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #999999;
}
input:-ms-input-placeholder {
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #999999;
}
input::placeholder {
  line-height: 22px;
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  font-size: 16px;
  color: #999999;
}
