.content {
  width: 1100px;
  margin: 10px auto 0;
  background: #fff;
}

.container {
  width: 1028px;
  margin: 0 auto;
  overflow: hidden;
}

.banner {
  height: 160px;
  background: url('../images/banner.png') no-repeat center/contain;
}

.footer_depart {
  text-align: center;
  padding: 20px;
  font-family: 微软雅黑;
  font-size: 14px;
  color: #999999;
}

.erweima {
  background: url(../images/erweima.jpg) no-repeat;
  width: 220px;
  height: 220px;
  background-size: 200px 200px;
  background-position: center center;
  margin: 80px auto 0 auto;
  border: 1px solid #ccc;
}

.er-txt {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.tips-bg,
.request-bg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.tips-box {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  min-height: 200px;
  background-color: #fff;
  padding: 0 10px;
}

.title {
  font-size: 18px;
  margin: 10px 0px;
  border-bottom: 1px solid #21589a;
}

.title i {
  display: inline-block;
  width: 3px;
  height: 14px;
  background-color: #0071d1;
  margin-right: 10px;
}

.closed {
  width: 300px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  background: #2b669e;
  margin: 20px auto 20px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.loading {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/loading.png);
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: center center;
}

.loading.hastext {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 80px;
  width: 188px;
  height: 80px;
  background-image: none;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -40px;
}

.tips-content {
  text-align: justify;
  font-size: 18px;
  color: #333;
  text-indent: 2em;
  line-height: 30px;
  margin-bottom: 80px;
}

.nodata {
  background-color: #fff;
  width: 140px;
  height: 140px;
  background: url(./../images/nodata.png) no-repeat center/contain;
  margin: 53px auto 4px;
}

.pages-box {
  text-align: center;
  margin-top: 30px;
}

.pages-box button {
  padding: 0 15px;
  margin: 0 4px;
  font-size: 14px;
  height: 30px;
  color: #333;
  border: none;
  outline: none;
  background: #ddd;
}

.pages-box button.current {
  background: #00558e;
  color: #fff;
}

.pages-box button {
  cursor: pointer;
}

.pages-box button:disabled {
  cursor: no-drop;
  color: #999;
}
