.message {
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.message .image {
  width: 9.58333333rem;
  height: 16.83333333rem;
  margin: 0 auto;
}
.message .image img {
  width: 100%;
  height: 100%;
}
.message h4 {
  font-size: 32px;
  font-weight: normal;
  line-height: 64px;
  color: #333;
  margin-top: 100px;
}

.message .explain {
  font-size: 28px;
  color: #333333;
  text-align: left;
  margin-bottom: 10px;
}

.message button {
  width: 690px;
  height: 80px;
  background-color: #1d87d1;
  color: #fff;
  font-size: 32px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.message input {
  width: 690px;
  /*margin-left: 25px;*/
  margin-top: 20px;
  height: 80px;
  border: none;
  outline: none;
  font-size: 28px;
  border-radius: 5px;
  text-align: left;
  padding-left: 20px;
  box-shadow: 0 0 10px #E8F1F7;
  box-sizing: border-box;
}
.weui-cell_select_bd {
  position: relative;
  width: 100%;
}
.select-deal-area{
  width: 100%;
  padding: 0 1.25rem;
}

.select-deal-area :first-child{
  width: 100%;
}

#qlr{
  margin-top: 20px;
}

nav {
  height: 80px;
  /*background-color: #ffffff;*/
}

nav ul {
  height: 100%;
}

nav li {
  width: 200px;
  line-height: 80px;
  height: 100%;
  /* line-height: 1.66666667rem; */
  float: left;
  position: relative;
  color: #333;
}

nav .active {
  color: #333;
  border-bottom: 5px solid #1d87d1;
}

nav a {
  font-size: 32PX;
  color: #999;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
}

.zshcontent{
  display: none;
}

#scan{
  cursor: pointer;
  position: absolute;
  left: 1;
  right: 50px;
  top: 65px;
}
.tip-content {
  padding: 0 20px;
  font-size: 26px;
}
/* .new-cqzh-tips {
  border: 1px solid #afcfe6;
  background-color: #eaf4fe;
  color: #333;
  border-radius: 2px;
  height: 80px;
  line-height: 80px;
} */
.new-cqzh-tips i {
  margin: 0 10px;
  color: #1d87d1;
}
.scan-code {
  text-align: center;
}
.scan-code img {
  max-width: 100%;
}
.no-data {
  padding-top: 120px;
  text-align: center;
}
.no-data img {
  margin-bottom: 20px;
}
.no-data span {
  font-size: 32px;
}
.zdt-title {
  height: 100px;
  line-height: 100px;
  font-size: 36px;
  background-color: #fff;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}
.zdt-title .zdt-text {
  display: inline-block;
  padding: 0 30px;
  border-bottom: 4px solid #1d87d1;
  position: absolute;
  left: 30px;
  top: -2px;
}
.saomiao-img {
  position: absolute;
  right: 30px;
  top: 12px;
}
.scan-submit {
  display: inline-block;
  width: calc(100% - 60px);
  margin-left: 30px;
  height: 86px;
  line-height: 86px;
  margin-top: 30px;
  background-color: #1d87d1;
  color: #fff;
  text-align: center;
  font-size: 32px;
  border-radius: 4px;
}