.basci-wrap{
  position: relative;
  width: 1200px;
  height: 740px;
  padding: 0 30px 60px 30px;
  color: #333;
  background: url('../images/form/form_bg_1.png') no-repeat;
  background-size: 100% 100%;
  margin: 30px auto 0 auto;
}

.product-wrap {
  position: relative;
  width: 1200px;
  height: 545px;
  padding: 0 30px 20px 30px;
  color: #333;
  background: url('../images/form/form_bg_2.png') no-repeat;
  background-size: 100% 100%;
  margin: 20px auto 0 auto;
}

.basci-wrap {
  padding-bottom: 45px;
}

.product-wrap {
  height: auto;
}

.basci-wrap>.three-title-wrap {
  display: flex;
  flex-direction: column;
  height: 660px;
  flex-wrap: wrap;
  padding-top: 10px;
}

.basci-wrap>.title,
.product-wrap>.title {
  font-size: 26px;
  font-family: SourceHanSerifCN-Heavy, SourceHanSerifCN;
  font-weight: 800;
  color: #86181D;
  line-height: 26px;
  letter-spacing: 2px;
  margin: 40px auto 20px auto;
  padding-top: 40px;
  text-align: center;
}

.basci-wrap .info-line {
  display: inline-block;
  width: 49%;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 50px;
}

.basci-wrap .info-title {
  flex: 0 0 170px;
  white-space: nowrap;
  text-align: right;
  font-size: 20px;
  color: #333;
  margin-right: 10px;
  height: 50px;
}

.icon-start {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../images/common/icon-requir.png') no-repeat;
  background-size: 100% 100%;
}

.h-input-wrapper {
  height: 50px !important;
}

.h-input {
  height: 50px !important;
  line-height: 50px !important;
  font-size: 20px !important;
}

.basci-wrap .upload-wrap {
  /* position: relative;
  height: 110px;
  width: 187px;
  text-align: center;
  border: 1px solid #D8D8D8;
  border-radius: 6px; */
}

.h-upload {
  width: 187px;
  position: absolute;
  top: 0;
  left: 0;
}

.h-upload-list {
  display: none !important;
}

.upload-ui {
  width: 187px;
  height: 112px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  opacity: 0;
}

.h-upload p.desc {
  font-size: 14px;
  color: #999;
}

.product-wrap .info-line {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.product-wrap .h-select,
.product-wrap .h-input-wrapper {
  height: 50px;
  line-height: 50px;
  width: 400px;
}

.product-wrap .info-title {
  font-size: 20px;
  width: 200px;
  text-align: right;
  margin-right: 10px;
}

.h-select-single .h-select-selection,
.h-select-single .h-select-selection .h-select-placeholder,
.h-select-single .h-select-selection .h-select-selected-value {
  height: 50px !important;
  line-height: 50px !important;
  font-size: 20px !important;
}

.product-wrap .info-textarea {
  padding: 1px 8px;
  width: 400px;
  height: 110px;
  border: 1px solid #d7dde4;
  font-size: 20px;
}

.btn-wrap .add-btn {
  height: 38px;
  line-height: 38px;
  border: 1px solid #D72222;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 10px;
  cursor: pointer;
}
.add-btn-desc{
  cursor: pointer;
}

.btn-wrap .submit-btn {
  margin: 10px auto;
  width: 370px;
  height: 58px;
  background: url('../images/form/submit_pro_unclick.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.check-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-wrap .desc {
  font-size: 12px;
  color: #333;
  margin-left: 5px;
  font-weight: 400;
  letter-spacing: 1px;
}

.check-wrap .desc>span {
  color: #C5292B ;
  cursor: pointer;
}

.delete-btn-wrap {
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-size: 14px;
  color: #EC3032;
  letter-spacing: 1.4px;
  cursor: pointer;
  width: 58px;
  display: flex;
  align-items: center;
}

.delete-btn-wrap .btn-wrap {
  display: flex;
  align-items: center;
  border-radius: 13px;
  padding: 2px 11px;
  cursor: pointer;
  margin-bottom: 0;
}

.delete-btn-wrap .btn-wrap label {
  cursor: pointer;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #86181D;
  line-height: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.icon-delete {
  display: inline-block;
  flex: 0 0 19px;
  width: 19px;
  height: 20px;
  background: url('../images/form/icon_delete.png') no-repeat;
  background-size: 19px 20px;
  margin-left: 3px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  /* WebKit browsers */
  color: #999 !important;
  font-size: 20px !important;
  font-weight: 400!important;
}

input:-moz-placeholder, textarea:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color: #999 !important;
  font-size: 20px !important;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  /* Mozilla Firefox 19  */
  color: #999 !important;
  font-size: 20px !important;
}

input:-ms-input-placeholder, textarea::-moz-placeholder{
  /* Internet Explorer 10  */
  color: #999 !important;
  font-size: 20px !important;
}

/* 弹窗 */
.rule-wrap .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 100;
}

.rule-wrap .content-wrap {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1000;
  width: calc(100% - 240px);
  height: auto;
}

.rule-content-wrap .content {
  width: 100%;
  height: 470px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 15px 30px;
  overflow-x: hidden;
  font-size: 16px;
  color: #333;
}

.rule-content-wrap .content table td {
  text-align: center;
  color: #333;
  font-size: 22px;
}

.rule-content-wrap .content p {
  color: #333;
  font-size: 22px;
  margin: 0;
  padding: 0;
  text-align: justify;
  letter-spacing: 3px;
  line-height: 30px;
  font-weight: 400;
}

.rule-wrap .rule-type {
  display: flex;
  background-color: #D8D8D8;
}

.rule-wrap .btn-wrap {
  padding: 20px;
  text-align: center;
}

.rule-wrap .rule-type span {
  display: inline-block;
  flex: 1;
  font-size: 36px;
  color: #777;
  letter-spacing: 1px;
  font-weight: bolder;
  background: rgba(87, 7, 9, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.rule-wrap .rule-type span.active {
  color: #333;
  font-size: 36px;
}

.blur {
  filter: blur(2px);
}

.rule-wrap .btn {
  display: inline-block;
  width: 350px;
  /* height: 32px; */
  font-size: 18px;
  color: #870708;
  font-weight: bolder;
  letter-spacing: 2.3px;
  background: linear-gradient(180deg, #EFDCCE 0%, #C07F5A 100%);
  border-radius: 19px;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  cursor: pointer;
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon-requir.png) no-repeat;
  background-size: 100% 100%;
  content: "" !important;
}

.el-form-item__label {
  white-space: nowrap;
}

.el-form-item__content {
  white-space: nowrap;
}

.el-input {
  width: 400px !important;
}

.basic-info-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 700px;
}

.basic-info-wrap .el-upload,
.el-upload-dragger,
.el-upload-dragger {
  height: 112px !important;
}

.basic-info-wrap .el-upload {
  position: relative;
}

.upload-success-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}


.el-upload-dragger .el-icon-upload {
  margin-top: 10px !important;
}

.basci-wrap .upload-wrap {
  height: 103px !important;
}

.el-form-item__label {
  font-size: 20px !important;
  font-weight: 400;
  color: #333333 !important;
  line-height: 50px;
  letter-spacing: 1px;
}

.el-form-item__error {
  padding-top: 2px !important;
  font-weight: 400!important;
}

.el-form-item {
  margin-bottom: 18px !important;
}

.upload-demo {
  height: 114PX !important;
}

.product-wrap .el-form-item__content {
  width: 400px;
}

.product-wrap .el-form-item {
  width: 590px;
  margin: 0 auto;
}

.el-icon-upload:before {
  display: inline-block;
  width: 50px;
  height: 34px;
  background: url('../images/form/upload_img.png') no-repeat;
  background-size: 100% 100%;
  content: ' ' !important
}

.upload-wrap .el-upload-dragger .el-upload__text {
  font-size: 16px !important;
  color: #999999 !important;
  font-weight: 400;
}

.upload-wrap .el-form-item__content {
  line-height: 14px !important;
}

.el-icon-arrow-up:before {
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url('../images/form/icon_down.png') no-repeat;
  background-size: 100% 100%;
  content: ' ' !important;
  transform: rotate(180deg);
}

.el-icon-date:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../images/form/icon_date.png') no-repeat;
  background-size: 100% 100%;
  content: ' ' !important;
}

.el-icon-arrow-left:before,
.el-icon-arrow-right:before {
  display: inline-block;
  width: 8px;
  height: 11px;
  background: url('../images/form/icon_back_left.png') no-repeat;
  background-size: 100% 100%;
  content: ' ' !important;
}

.el-icon-d-arrow-left:before,
.el-icon-d-arrow-right:before {
  display: inline-block;
  width: 8px;
  height: 11px;
  background: url('../images/form/icon_back.png') no-repeat;
  background-size: 100% 100%;
  content: ' ' !important;
}

.el-icon-arrow-right:before,
.el-icon-d-arrow-right:before {
  transform: rotate(180deg);
}

.el-upload-list {
  display: none;
}

.modal1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.warn-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 270px;
  background-color: #fff;
  border-radius: 14px;
}

.warn-wrap .warn-desc {
  color: #CB0A0B;
  font-weight: bolder;
  font-size: 17px;
  padding: 30px 16px;
}

.warn-wrap .sur-btn {
  font-weight: bolder;
  font-size: 17px;
  color: #1885fb;
  padding: 10px 0;
  border-top: 1px solid rgba(60, 60, 67, 0.36);
  cursor: pointer;
}

.warn-wrap .title {
  font-size: 17px;
  font-weight: bolder;
}

.btn-wrap {
  position: relative;
  width: 370px;
  height: 38px;
  margin: 20px auto 120px auto;
}
.rule-wrap .btn-wrap{
  margin-bottom: 20px!important;
}

.warn-error-desc {
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  text-align: center;
  color: rgb(245, 108, 108);
}

.icon-add-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/form/icon-add-bt.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.el-input__inner {
  height: 50px !important;
  line-height: 50px !important;
  font-size: 20px !important;
  color: #333!important;
}
.el-textarea__inner{
  font-size: 20px !important;
  color: #333!important;
}

.el-upload-dragger {
  width: 187px !important;
  border: 1px solid #D8D8D8 !important;
}
.el-input__icon{
  line-height: 55px !important;
}
.el-checkbox__inner{
  border: 1px solid #C5292B !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.el-icon-warning::before,.el-icon-close::before{
  content: ""!important;
}
.flex-column-wrap{
  display: flex;
  flex-direction: column;
}
.flex-column-wrap > .el-form-item__label{
  /* margin-left: 95px; */
}
.flex-column-wrap  .el-form-item__content{
  margin-left: 20px!important;
}
.el-radio.is-focus .el-radio__inner{
  background: #C5292B ;
}
.el-radio__inner{
  width: 18px;
  height: 18px;
  border: 1px solid #C5292B ;
}
.el-radio__inner:hover{
  border-color: #C5292B!important;
}
.el-radio__input.is-checked .el-radio__inner{
  background: #C5292B!important;
}
.el-radio__label{
  font-size: 20px;
  color: #333;
}
.el-radio__input.is-checked + .el-radio__label{
  color: #333!important;
}
.check-item-wrap{
  width: 450px;
}
.check-item-wrap .el-form-item__content{
  white-space: break-spaces!important;
}
.check-item-wrap .el-checkbox{
  width: 42%;
}
.check-item-wrap  .el-form-item__label{
  text-align: left!important;
}
.check-item-wrap .el-checkbox__inner{
  width: 18px;
  height: 18px;
  border: 1px solid #D72222!important;
  background-color: #fff !important;
  border-radius: 5px;
}
.check-item-wrap .is-checked .el-checkbox__inner::after,.el-checkbox__input.is-checked .el-checkbox__inner::after{
  width: 15px;
  height: 12px;
  background: url("../images/form/icon_check.png") no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
}
.el-checkbox__input.is-checked .el-checkbox__inner{
  background-color: #fff!important;
}
.check-item-wrap .el-checkbox__label{
  font-size: 20px;
  color: #333;
}
.el-checkbox__input.is-checked + .el-checkbox__label{
  color: #333;
}
.toast-btn-wrap{
  margin: 20px auto;
  text-align: center;
}
.confirm-btn-wrap .flex-item{
  flex: 1;
}
.confirm-warn-wrap{
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 290px;
    background-color: #fff;
    border-radius: 14px;
}
.cancle-btn{
  border-right: 1px solid #999;
}
.vercode-wrap {
  width: 270px !important;
}
.sure-btn {
  width: 120px;
  height: 50px;
  background: #86181D;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  letter-spacing: 1px;
  margin-left: 5px;
  padding: 12px 5px!important;
}