@charset "utf-8";
.express{ margin-bottom: 40px;padding-left: 40px;}
.fromdiv {
  width: 100%;
  background: #F9F9F9;
  border-radius: 8px;
  margin-top: 19px;
  padding: 43px 20px;
}
.fromdiv .inputdiv {
  width: 100%;
  margin-bottom: 25px;
}
.fromdiv .inputdiv .bdtit {
  width: 100px;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  float: left;
  line-height: 38px;
  text-align: right;
}
.fromdiv .inputdiv .bdtit span ,.express span{
  color: #D20808;
}
.fromdiv .inputdiv select {
  width: 100%;
  height: 37px;
  background: #FFFFFF;
  border-radius: 18px;
  border: none;
  float: right;
}
.fromdiv .inputdiv .form_list {
  width: 87%;
  height: 37px;
  background: #FFFFFF;
  border-radius: 18px;
  border: none;
  padding: 0 2%;
  float: right;
  position: relative;
}
.fromdiv .inputdiv .form_list p {
  display: inline-block;
  padding-left: 2%;
  width: 330px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 37px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.85);
}
.fromdiv .inputdiv .form_list i {
  display: inline-block;
  position: relative;
  position: absolute;
  width: 20px;
  height: 23px;
  background: url(../images/zmhd/wyly/jt_b.png) no-repeat center 12px;
  background-size: 50%;
  right: 20px;
}
.fromdiv .inputdiv .selectALL {
  width: 100%;
  position: relative;
  height: 100%;
}
.fromdiv .inputdiv .selectALL .cityLeavlOne {
  float: left;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 0;
  z-index: 99;
  height: 200px;
  overflow-y: auto;
  background: #fff;
  border-radius: 4px;
  left: -1px;
  display: none;
}
.fromdiv .inputdiv .selectALL .cityLeavlOne li {
  width: 100%;
  clear: both;
  display: table;
  padding: 0 10px;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  line-height: 32px;
  min-width: 130px;
  height: 32px;
  word-spacing: normal;
}
.fromdiv .inputdiv .selectALL .cityLeavlTwo {
  display: block;
  float: left;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 0;
  z-index: 9;
  height: 200px;
  overflow-y: auto;
  background: #fff;
  border-radius: 4px;
  left: -1px;
  display: none;
}
.fromdiv .inputdiv .selectALL .cityLeavlTwo li {
  width: 100%;
  clear: both;
  display: table;
  padding: 0 10px;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
  line-height: 32px;
  min-width: 130px;
  height: 32px;
  word-spacing: normal;
}
.fromdiv .inputdiv input {
  width: 87%;
  height: 37px;
  background: #FFFFFF;
  border-radius: 18px;
  border: none;
  padding: 0 2%;
  float: right;
}
.fromdiv .inputdiv .radio{float: left;margin-left: 15px;}
.fromdiv .inputdiv .readonly {
  width: 100%;
  padding: 0 0.1%;
}
.fromdiv .inputdiv textarea {
  width: 87%;
  height: 150px;
  background: #FFFFFF;
  border-radius: 7px;
  border: none;
  padding: 1% 2%;
  float: right;
}
.fromdiv .inputdiv .zs {
  float: right;
  text-align: right;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
}
.fromdiv .inputdiv .yzm {
  width: 225px;
  height: 37px;
  background: #FFFFFF;
  border-radius: 18px;
  float: left;
  margin: 0px 2%;
}
.fromdiv .inputdiv #randomCode {
  width: 75px;
  margin-top: 5px;
  margin-left: 25px;
}
.fromdiv .inputdiv .exchange {
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.fromdiv .inputdiv .file {
  width: 208px;
  height: 37px;
  background: #FFFFFF;
  border-radius: 18px;
  float: left;
  text-align: center;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 38px;
  position: relative;
  margin-left: 2%;
}
.fromdiv .inputdiv .file input {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.fromdiv .inputdiv .imglist {
  margin-top: 25px;
  width: 100%;
}
.fromdiv .inputdiv .imglist li {
  /* width: 150px; */
  margin: 2px 5px;
  padding: 5px 10px;
  float: left;
  position: relative;
  /* height: 24px; */
  line-height: 24px;
  background: #f1f1f1;
}
.fromdiv .inputdiv .imglist li img {
  width: 150px;
  height: 150px;
}
.fromdiv .inputdiv .imglist li .removeimg {
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  top: -8px;
  right: -8px;
  line-height: 15px;
  color: #fff;
  display: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
}
.fromdiv .inputdiv .imglist li .removeimg:hover {
  cursor: pointer;
}
.fromdiv .inputdiv .imglist li:hover .removeimg {
  display: block;
}
.fromdiv .inputdiv .filep {
  width: 50%;
  float: right;
  text-align: right;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
}
.fwxy {
  width: 100%;
  margin-top: 33px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  text-align: center;
  display: none;
}
.fwxy a {
  color: #005293;
}
.btn {
  width: 100%;
  text-align: center;
  margin-top: 22px;
}
.btn .tyxy {
  width: 357px;
  height: 47px;
  background: #005293;
  border-radius: 23px;
  margin: 0 auto;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.input50 {
  width: 50%;
  float: left;
}
.input50 input {
  width: 79% !important;
}


/* å‘ç”Ÿåœ° 20220920*/
.fromdiv .inputdiv.fsd .inputinline{margin-left: 120px;line-height: 32px;}
.fromdiv .inputdiv.fsd .inputinline input{width: auto;height: auto;float: none;}
.fromdiv .inputdiv.fsd .inputinline>*{display: inline-block;}
.fromdiv .inputdiv.fsd .inputinline>*+*{margin-left: 10px;}
.fromdiv .inputdiv.fsd .post_position{cursor: pointer; display: inline-block;color:#d1182a;padding-left: 25px;background:url(../images/zmhd/adderss_img.jpg) no-repeat left center;}
.fromdiv .inputdiv.fsd .delete_buttoun{display: none; background: #acacac;color:#fff;padding: 5px 10px;border-radius: 2px;cursor: pointer;}
.fromdiv .inputdiv.fsd .noPublic{display: none;}
.layui-layer.tjly_place{width: 60%;height: 80%;}
.layui-layer.tjly_place .layui-layer-setwin .layui-layer-close2{transition: none;}


/* 处室 */
.tjly_organ_info{position:relative;line-height: 1.7;margin-top: 20px; overflow:hidden;padding: 40px 30px 50px;background: url(../images/xian.png) no-repeat left top #f9f9f9;background-size: 100%;}
.tjly_btn_stretch{position:absolute;left:50%;bottom:-25px;margin-left:-25px;width:50px;height:50px;border-radius:50%;background:url(../images/icon_arrow_up2.png) no-repeat center 12px #f5f5f5;}
/* .tjly_btn_stretch:hover{background-color:#e4e4e4;}*/

.fromdiv input.isOpen{width: 20px!important;float:none;margin-right: 10px;vertical-align: -12px;cursor: pointer;}
.fromdiv .radio span{margin-right: 20px;}

.success-msg {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
}
.search-code {text-align:center;margin:20px 0}
.search-code span {
  color: #d80909;margin-left: 10px;
}

.success-close {
  border: 1px solid #dddddd;
  padding: 0;
  width: 200px;
  height: 45px;
  background: #aeaeae;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 5px;
  letter-spacing: 0.3em;
  font-size: 20px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 991px) {
  .ld {
    width: 100%;
  }
  .lytitle .title {
    height: auto;
  }
  .fromdiv .inputdiv .bdtit {
    width: 25% !important;
  }
  .fromdiv .inputdiv select {
    width: 100%;
  }
  .fromdiv .inputdiv input {
    width: 75%;
  }
  .fromdiv .inputdiv .input50 {
    width: 100%;
    margin-bottom: 20px;
  }
  .fromdiv .inputdiv .input50 input {
    width: 70% !important;
  }
  .fromdiv .inputdiv .filep {
    width: 100%;
  }
  .fromdiv .inputdiv .yzm {
    width: 30% !important;
  }
  .fromdiv .inputdiv .exchange {
    width: 20% !important;
  }
  .tyxy {
    width: 90% !important;
  }
  .fromdiv .inputdiv .bdtit {
    text-align: left;
  }
  .fromdiv .inputdiv .form_list {
    width: 100%;
  }
  .fromdiv .inputdiv .input50 input {
    width: 75% !important;
  }
  .fromdiv .inputdiv input {
    font-size: 16px;
  }
  .fromdiv .inputdiv textarea {
    width: 96%;
  }
  .lytitle .title {
    padding: 20px 27px 40px 27px;
  }
  .lytitle .jaintou {
    left: 47%;
  }
  .fromdiv .inputdiv #randomCode {
    margin-top: 8px;
  }
  .fromdiv .inputdiv .exchange {
    display: inline;
  }
}
