.steps {
  height: 94px;
  background: #ffffff;
  border-bottom: 1px solid #D9DCE2;
}
.progressbar {
  padding-top: 25px;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  z-index: 99;
}
/* .progressbar li:nth-child(1):before{
  color: transparent !important;
}
.progressbar li:nth-child(1):after{
  content: '' !important;
  position: absolute !important;
  width: 18px !important;
  height: 18px !important;
  background: url("../img/gou.png") no-repeat center !important;
  background-size: 100% 100% !important;
  top:1px;
  left: 27px !important;
} */
.progressbar li {
  list-style-type: none;

  float: left;
  position: relative;
  color: #c8c9cc;
  font-size: 14px;
}

.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #fff;
  background: #c8c9cc;
  border-radius: 20px;
  margin: 0 auto 5px auto;
}

.progressbar li:after {
  content: '';
  width: calc(100% - 20px);
  height: 2px;
  background: #c8c9cc;
  position: absolute;
  left: calc((-100% + 20px) / 2);
  top: 9px;
}

.progressbar li:before,
.progressbar li:after {
  -webkit-transition: all 0.3s 0.2s linear;
  -moz-transition: all 0.3s 0.2s linear;
  -ms-transition: all 0.3s 0.2s linear;
  -o-transition: all 0.3s 0.2s linear;
  transition: all 0.3s 0.2s linear;
}

.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #262626;
}

.progressbar li.active:before,
.progressbar li.active:after {
  background: #368fff;
  color: white;
  -webkit-transition: all 0.3s 0.2s linear;
  -moz-transition: all 0.3s 0.2s linear;
  -ms-transition: all 0.3s 0.2s linear;
  -o-transition: all 0.3s 0.2s linear;
  transition: all 0.3s 0.2s linear;
}
.steps-container {
  /* margin-top: 10px; */
  margin-top: 0px;
  background-color: #fff;

}
.steps-container {
  height: calc(100% - 94px);
  overflow: scroll;
}
.steps-container .weui-cells{
  margin-top: 0!important;
}
.weui-cells:after,
.weui-cells:before,
.weui-cell:before {
  display: none;
}
.form-container{
  padding: 0 15px;
}
.weui-cell {
  border-bottom: 1px solid #eeeeee;
  /* padding: 15px 0; */
  padding: 15px;
  position: relative;
}

.weui-input{
  padding-right: 10px !important;
  font-size: 14px !important;
}
.weui-cell__hd{
  font-size: 14px !important;
}
.weui-uploader__hd{
  font-size: 14px;
}
.weui-cell input{
  border: none;
  margin: 0;
  text-align: right;
}
.weui-cell .text{
  text-align: right;
}
.weui-cell textarea {
  border: none;
  margin: 0;
  text-align: left;
  font-size: 14px;
  margin-left: 20px;
}
.weui-label {
  width: auto;
}

.weui-cell .tips {
  position: absolute;
  color: #ff6773;
  font-size: 10px;
  top: 3px;
}
.weui-uploader__bd {
  text-align: center;
  padding: 10px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.weui-uploader__bd>div:nth-child(3){
  margin-right: 0;
}
.weui-uploader__bd>div:nth-child(4){
  margin-bottom: 23px;
}
.upload-imgList{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*.upload-imgList>div:nth-child(2){*/
/*  margin-right: 0;*/
/*}*/
/*.upload-imgList>div:nth-child(5){*/
/*   margin-right: 0;*/
/* }*/
.weui-cell__bd .tips {
  position: relative;
  color: #ff6773;
  font-size: 10px;
  top: 0px;
}
/* -------------- */
.weui-uploader__file{
  margin: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.weui-uploader__file i {
  position: absolute;
  right: 0;
  background-color: #FF543A;
  bottom: 4px;
  border-radius: 50%;
  color: #fff;
  right: 5px;
}
.shiling{
  margin-top:-16px;
}
.shiling i {
  position: relative !important;
  /* left: 72px !important; */
  background-color: #FF543A;
  bottom: 0;
  border-radius: 50%;
  color: #fff;
  /* bottom: 0px !important; */
  top: 90px !important;
  left: 35px !important;
}
.weui-uploader__file img {
  width: 100%;
  height: 100%;
}
.success-container {
  overflow: hidden;
  padding: 20px;
}
.apply-success {
  height: 170px;
  line-height: 170px;
  text-align: center;
}
.apply-success img {
  width: 128px;
  height: 115px;
  vertical-align: bottom;
}
.success-title {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 900;
  color: #262626;
  text-align: center;
}
.success-tips {
  border-top: 1px solid #eee;
  padding: 20px 20px;
  font-size: 14px;
  color: #262626;
}
.success-tips strong {
  margin-right: 5px;
}

.apply-type {

  padding: 12px 16px 0;
}
.apply-type h3 {
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
}

#childrenForm {
  overflow: scroll;
  height: calc(100vh - 0px);
  margin-top: 0px!important;
}
#childrenForm .weui-btn-area {
  margin-bottom: 40px;
}
input,
textarea {
  -webkit-user-select: auto !important;
}
input::placeholder,
textarea::placeholder {
  color: #bfbfbf;
}

.next-btn{
  margin: 0 ;
  margin-top: 12px;
  position: relative;

  padding: 0 24px ;
  padding-top: 9px;
}
.next-btn:after{
  position: absolute;
  content:'';
  width: 100%;
  height: 9px;
  background: #EEEEEE;
  left: 0;
  top: -12px;
}
.delete-img-box {
  display: block;
  width: 37px;
  height: 35px;
  position: absolute;
  background-color: #edbcbc;
  right: 0;
  bottom: 0;
  border-top-left-radius: 28px;
}
.img-upload {
  width: 44%;
  height: 100px;
  margin: 0 0 20px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 45px;
}
.zm_zufang{
  background-image: url(../img/zfzm.png);
}
.zm_wugong{
  background-image: url(../img/wgzm.png);
}
.zm_birth{
  background-image: url(../img/etcszm.png);
}
.add{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/add.png) no-repeat center;
  background-size: contain;
  right: 0px;
  bottom: 0px;
}
/* .idCardFront {
  background-image: url(../img/idcard-front.png);
}
.idCardBack {
  background-image: url(../img/idcard-back.png);
} */
.idCardFront {
  background-image: url(../img/idcard-front.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.idCardBack {
  background-image: url(../img/idcard-back.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.guardianBack {
    background-image: url(../img/cardimg/jianhu01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.idCard:before {
  height: 0;
}
.idCard:after {
  width: 0;
}
.idCard,
.idCard .weui-uploader__file {
  float: none;
  width: 166px;
  height: 100px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.idCard .weui-uploader__file {
  display: none;
  width: 166px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hukou_parent_first,
.hukou_child_first{
  background-image: url(../img/step5_upload1.png);
}
.hukou_parent,
.hukou_child{
  background-image: url(../img/step5_upload1.png);
}
.hukou_guardian{
  background-image: url(../img/step5_upload3.png);
}
.zm_default{
  background-image: url(../img/idcard-front1.png);
}
.zm_birth{
  background-image: url(../img/sletcszm.png);
}
.zm_fcz{
  background-image: url(../img/fcgzy.png);
}
.zm_fwdz{
  background-image: url(../img/fwdzy.png);
}
.zm_ht{
  background-image: url(../img/htbh.png);
}
.zm_htgz{
  background-image: url(../img/htgz.png);
}
.zm_gffp{
  background-image: url(../img/gffp.png);
}
.zm_gfbadjzm{
  background-image: url(../img/gfbadjzm.png);
}
.zm_zfzm{
  background-image: url(../img/zfzm.png);
}
.zm_zlxy{
  background-image: url(../img/zlxy.png);
}
.zm_xukezheng{
  background-image: url(../img/xukezheng.png);
}
.zm_wgzm{
  background-image: url(../img/wgzm.png);
}
.zm_gxjjz{
    background-image: url(../img/gxjjz.png);
}
.img-upload:before,
.img-upload:after {
  display: none;
}
.img-upload p {
  /*position: absolute;*/
  /*bottom: -27px;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  /*width: 100%;*/
  margin-top: 110px;
  color: #595959;
}
.text-info{
  padding-bottom: 0;
}
.top-banner{
  width: 100%;
  height:150px;
  background: url("../img/top-banner.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.position-bgimage{
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  background: url("../img/top-position.png") no-repeat center;
  background-size: 100% 100%;
  padding-top: 9px;
  box-sizing: border-box;
}
#documentDetail{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #F1F6FF 0%, #EFF7FF 100%);
}
.su-btn{
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 24px;
  box-sizing: border-box;
  z-index: 9;
  margin: 0;
  display: flex;
  align-items: center;

} .su-btn .mui-btn{
    height: 40px;
    border-radius: 18px;
    display: block;
    width: 300px;
    margin: 0 auto;
  }

  /*TODO-CRL  */
  .listitem_type{position: relative;}
  .listnum{
    width: 38px;
    height: 46px;
    position: absolute;
    background: url(../img/cardimg/icontips.png) 0 0 no-repeat;
    background-size: 100%;
    z-index:9;
    top: -10px;
    left: 12px;
  } 
  .listnum span{
    color: #ffffff;
    display: block;
    line-height: 32px;
    text-align: center;
  }
  .mainc-blue{
    color: #368FFF;
  }

.csz-tips{
  background: rgba(255,103,115,0.06);
  border: 1px solid rgba(255,103,115,0.12);
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ef504f;
  margin: 0 15px 50px;
  padding: 5px 10px;
  position: relative;
  line-height: 35px;
}
.csz-tips span {
  line-height: 25px;
}
.csz-tips button{
  border: 1px solid #368fff;
  position: absolute;
  right: 13px;
  bottom: 7px;
}

#imglist li{
    width: 32%;
    height: 105px;
    margin: 10px 0;
    position: relative;
}

#imglist li:nth-child(2), #imglist li:nth-child(5){
    margin-left: 2%;
    margin-right: 2%;
}

