.jq22-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0;
  white-space: nowrap;
  overflow: auto;
  z-index: 3;
}
.jq22-container .container {
  width: 500px;
}
.jq22-container .container .tit {
  height: 50px;
  background: #f6f6f6;
  position: relative;
}
.jq22-container .container .tit h3 {
  height: 17px;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #444444;
  margin-left: 26px;
}
/* .jq22-container .container .tit .exit {
  position: absolute;
  right: 16px;
  top: 16px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../img/icon/exit.png') no-repeat center;
} */
.jq22-container .container .form-inline {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}
.jq22-container .container .form-inline p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #444444;
}
.jq22-container .container .form-inline #distpicker5 {
  font-size: 0;
  display: flex;
  justify-content: center;
}
.jq22-container .container .form-inline #distpicker5 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../../img/shouqu/unfold.png") no-repeat scroll 102px center transparent;
  width: 124px;
  box-shadow: none;
  border-radius: 0;
  padding: 8px 12px;
	border: 1px solid #e6e6e6;
	margin-top: 22px;
}
.jq22-container .container button {
  outline: none;
  border: none;
  width: 120px;
  height: 42px;
  background-color: #d4261f;
  color: #fff;
  margin-top: 43px;
  font-size: 16px;
  cursor: pointer;
}
