body {
  height: auto;
}
.page-header {
  width: 100%;
  background: #fff;
}
.page-header .header {
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.page-header .header .divider {
  display: inline-block;
  width: 1px;
  background: #999;
  height: 14px;
  margin: 0 10px;
}
.page-header .header .logo-wrap {
  display: flex;
  align-items: center;
}
.page-header .header .logo-wrap img {
  height: 30px;
  margin-right: 14px;
}
.page-header .header .logo-wrap .province {
  font-size: 22px;
  font-weight: bold;
}
.page-header .header .logo-wrap .area {
  font-size: 18px;
  font-weight: bold;
}
.page-header .header .login-wrap {
  font-size: 14px;
}
.page-header .header .login-wrap a {
  color: #999;
  text-decoration: none;
}
.page-header .header .login-wrap .divider {
  height: 14px;
}
.page-footer {
  margin-top: 16px;
  background-color: #F4F4F4;
}
.page-footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.page-footer .container .img {
  margin-right: 10px;
}
.banner-wrap {
  height: 350px;
  height: 318px;
  background: url(../img/banner.png) no-repeat;
  background-size: auto 100% ;
  background-position: center;
  padding-top: 30px;
}
.banner-wrap .page-title {
  letter-spacing: 10px;
  -webkit-text-stroke: 8px #fff;
  position: relative;
  z-index: 1;
  font-size: 42px;
  line-height: 2;
  color: #046F9E;
  font-weight: bold;
}
.banner-wrap .page-title:after {
  content: attr(data-text);
  color: #046F9E;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  -webkit-text-stroke-width: 0;
}
.banner-wrap .sub-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #046F9E;
  color: #fff;
  margin-top: 20px;
}
.banner-wrap .sub-title img {
  height: 40px;
  margin-right: 4px;
}
.banner-wrap .sub-title span + img {
  margin-left: 30px;
}
.main-wrap {
  background-color: #F4F4F4;
}
.content-wrap {
  background: #fff;
  padding: 30px 15px;
  margin-top: 20px;
  border-radius: 10px;
  display: flex;
  min-height: 1200px;
  justify-content: center;
}
.content-wrap .left {
  position: relative;
  width: 101px;
  max-width: 210px;
}
.content-wrap .left ul {
  border-right: 1px solid #e4e4e4;
}
.content-wrap .left ul li {
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid transparent;
}
.content-wrap .left ul li a {
  color: #666;
  padding: 2px 10px;
  cursor: default;
}
.content-wrap .left ul li + li {
  margin-top: 20px;
}
.content-wrap .left ul li.active {
  border-right: 2px solid #046F9E;
}
.content-wrap .left ul li:hover {
  background: #f5f5f5;
}
.content-wrap .right {
  margin-left: 30px;
  width: 100%;
  position: relative;
}
.content-wrap .right .content-title {
  font-size: 16px;
  font-weight: bold;
}
.content-wrap .right .search-wrap {
  position: absolute;
  right: 0px;
  top: -10px;
  display: flex;
}
.content-wrap .right .search-wrap .ul-select-wrap {
  border-radius: 5px;
  position: relative;
}
.content-wrap .right .search-wrap .ul-select-wrap .display {
  padding: 6px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-wrap .right .search-wrap .ul-select-wrap .display img {
  transform: rotate(90deg);
  transition: 0.2s ease-in-out;
  margin-left: 10px;
}
.content-wrap .right .search-wrap .ul-select-wrap .real-select {
  display: none;
}
.content-wrap .right .search-wrap .ul-select-wrap.active .display img {
  transform: rotate(-90deg);
  transition: 0.2s ease-in-out;
}
.content-wrap .right .search-wrap .ul-select {
  padding: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  background: #F8F8F8;
  width: calc(100% + 2px);
  left: -1px;
  top: 40px;
  border-color: #e4e4e4;
  z-index: 99;
  max-height: 120px;
  overflow-y: scroll;
}
.content-wrap .right .search-wrap .ul-select.active {
  padding: 10px 0;
  height: auto;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0 0 5px 5px;
}
.content-wrap .right .search-wrap .ul-select li {
  padding: 4px 20px;
  cursor: pointer;
}
.content-wrap .right .search-wrap .ul-select li:hover {
  background: #1d89ad;
  color: #fff;
}
.content-wrap .right .search-wrap .input-wrap {
  display: flex;
}
.content-wrap .right .search-wrap .input-wrap input {
  padding: 4px 10px;
  outline: none;
  border: 1px solid #999;
  line-height: 1.5;
  height: 100%;
  border-right: none;
}
.content-wrap .right .search-wrap .input-wrap button {
  background: red;
  color: #fff;
  border: 1px solid red;
  padding: 0px 16px;
  height: 100%;
}
.content-wrap .right .search-wrap .input-wrap button:hover {
  background: #b90303;
  border: 1px solid #b90303;
}
.content-wrap .right .bg-box {
  margin: 10px 0;
  background: #F4F4F4;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.content-wrap .right .bg-box + .content-title {
  margin-top: 20px;
}
.content-wrap .right .bg-box > div {
  width: calc(33.33% - 7px);
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  position: relative;
  padding-bottom: 40px;
}
.content-wrap .right .bg-box > div + div {
  margin-left: 10px;
}
.content-wrap .right .bg-box > div .title {
  font-size: 18px;
  font-weight: bold;
  cursor: default;
}
.content-wrap .right .bg-box > div .list {
  margin-bottom: 16px;
}
.content-wrap .right .bg-box > div .list .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.content-wrap .right .bg-box > div .list ul + ul {
  margin-left: 12px;
}
.content-wrap .right .bg-box > div .list ul li + li {
  margin-top: 14px;
}
.content-wrap .right .bg-box > div .list ul li a {
  font-size: 15px;
  color: #666;
  text-decoration: underline;
  cursor: default;
}
.content-wrap .right .bg-box .more {
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 14px;
}
.content-wrap .right .bg-box .more .wraning {
  background: #FDB63A;
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 6px 14px;
  cursor: pointer;
}
.content-wrap .right .bg-box .more .wraning:hover {
  background: #c58b27;
}
.content-wrap .right .bg-box .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22%;
}
.content-wrap .right .bg-box .icon img {
  width: 100%;
}
.dialog {
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog .content {
  position: absolute;
  top: 0;
  width: 600px;
  background: #fff;
  margin: auto;
  z-index: 9999;
  padding: 20px 40px;
  border-radius: 10px;
}
.dialog .title {
  font-size: 16px;
  font-weight: bold;
}
.dialog .btn {
  width: 170px;
  border-radius: 18px;
  box-shadow: 0 0 14px #ddd;
  color: #3D71F8;
  padding: 6px 0;
  transition: 0.2s ease-in-out;
}
.dialog .btn:hover {
  background-color: #3D71F8;
  color: #fff;
  transition: 0.2s ease-in-out;
}
.dialog .btn-wrap {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dialog .close .btn {
  background: #f5f5f5;
  color: #999;
  box-shadow: none;
}
.dialog .close .btn:hover {
  background: #ddd;
}
@media (max-width: 768px) {
  .page-header .container {
    padding: 0;
  }
  .page-header .header {
    padding: 14px 0;
    flex-wrap: wrap;
    display: block;
    text-align: center;
  }
  .page-header .login-wrap {
    margin-top: 10px;
    flex: 1;
    text-align: center;
  }
}
