body {
  background-color: #f7f7f7;
}

* {
  padding: 0;
  margin: 0;
}

.banner {
  width: 100%;
  height: 240px;
  background: url(../images/banner.png) no-repeat center;
  background-size: 100% 240px;
  margin: 0 auto 20px auto;
}

.banner > div {
  width: 1200px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  margin-bottom: 38px;
  color: #ffffff;
  padding-top: 45px;
}

.mainCls {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;

  background-color: #fff;
  border-radius: 17px;
  -webkit-box-shadow: 0 0 11px 0 hsla(0, 0%, 60%, 0.12);
  box-shadow: 0 0 11px 0 hsla(0, 0%, 60%, 0.12);
  margin-top: -140px;
  padding: 0px 30px 30px 30px;
}

.mainClsMiddle {
  border-bottom: 1px solid #eee;
}

.imgHeader {
  padding: 0 0px 4px 0px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-top: 15px;
  position: relative;
}

.imgHeader::after {
  content: '';
  display: inline-block;
  width: 64px;
  height: 2px;
  background: #1677ff;
  position: absolute;
  bottom: -2px;
  left: 0px;
}

.formDiv {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.updateImgDivAll,
.updateImgDivAll2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}
.layui-col-md6 {
  width: 534px;
}
.updateImgDivAll {
  height: 50px;
  margin-bottom: 40px;
}

.elColStyle {
  height: 45px;
  line-height: 45px;
  text-align: right;
  margin-right: 20px;
  font-size: 16px;
  color: #222;
  width: 150px;
}

.updateImgDiv {
  width: 43px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  border-right: 1px solid #dcdcdc;
}

.inputDiv,
.inputDiv1 {
  width: 665px;
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #f7f7f7;
  color: #333;
  border-radius: 6px;
  font-size: 16px;
}

.searchResultTitle {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 35px 0;
}

.canvasDiv {
  width: 120px;
  height: 46px;
  margin-left: 20px;
  background-color: pink;
}

.updateImgDivAll2 {
  margin-bottom: 20px;
}

.updateImgDivMiddle {
  width: 459px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #dcdcdc;
  background-color: #fafafa;
}

.layui-form-label {
  width: 110px;
  line-height: 44px;
  text-align: center;
  background-color: #fafafa;
  border-right: 1px solid #dcdcdc;
  font-size: 16px;
  padding: 0 0;
  color: #666666;
}

.layui-form-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.layui-unselect {
  border: none;
  background-color: #fafafa;
}

.layui-form-select dl dd.layui-this {
  background: #1677ff;
}

.btnAll {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.layui-form-select .layui-input {
  font-size: 16px;
  color: #666666;
  height: 44px;
  padding-right: 0px;
}

.layui-unselect {
  line-height: 45px;
}

.btnAll > button {
  width: 140px;
  height: 45px;

  border-radius: 5px;

  font-size: 16px;
  font-family: 微软雅黑;
  font-weight: 400;
  border: none;
}

.btnAll > button:first-child {
  background: #1677ff;
  color: #ffffff;
  margin-right: 40px;
  background-color: #055ec3;
  border-color: #055ec3;
  color: #fff;
}

.btnAll > button:last-child {
  background: #dcdcdc;
  color: #333333;
}

.layui-btn + .layui-btn {
  margin-left: 0px;
}

/* .listInfoAll:not(:first-child) {
    margin-bottom: 20px;
} */

.listInfoAll {
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

.listInfoDiv {
  display: flex;
  align-items: center;
  flex-direction: row;
  min-height: 67px;
  background: #f5f5f5;
}

.listInfoDiv:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.listInfoDiv div {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  line-height: 26px;
}

.listInfoDiv div:first-child {
  display: inline-block;
  height: initial;
}

.infoLeft {
  width: 282px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  /* padding-right: 26px; */
  padding: 20px 20px 20px 26px;
}

.infoRight {
  background: #ffffff;
  min-height: 67px;
  background: #ffffff;
  border-left: 1px solid #dcdcdc;
  width: 100%;
  padding: 20px 26px 20px 20px;
}

.footerDiv {
  margin-bottom: 68px;
  text-align: center;
}

.layui-elem-field,
.layui-laypage {
  border: none;
  margin: 0;
}

.layui-laypage a,
.layui-laypage span {
  margin: 0;
}

.spanDiv {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #1677ff;
}

.layui-laypage a:hover {
  color: #1677ff;
}

.bjjd_img_noneDiv {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.bjjd_img_noneDiv > span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  padding-top: 20px;
}

.bjjd_img_none {
}

.titleDName {
  color: #000;
  font-size: 30px;
  text-align: center;
  padding-top: 40px;
  height: 82px;
  line-height: 42px;
}
