* {
  margin: 0;
  padding: 0;
}
html,
body,
p {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.page-container {
  position: relative;
}
.bg-header {
  height: 212px;
  width: 100%;
  background-color: #2894F9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-header::after {
  content: '';
  position: absolute;
  background-color: #267CE9;
  display: block;
  height: 48px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.page-head {
  height: 212px;
  width: 1200px;
  color: #fff;
  background: url(../../img/bg-net.png) no-repeat -480px -139px;
  background-size: 130% 400%;
}
.page-head .help {
  height: 48px;
}
article {
  width: 1200px;
  margin: auto;
}
.search-wrapper {
  height: 164px;
  display: flex;
  color: #fff;
}
@font-face {
  font-family: 'AliHYAiHei';
  src: url('../../fonts/ALiHanYiZhiNengHeiTi-2.ttf');
}
.search-wrapper .head-title {
  font-family: 'AliHYAiHei';
}
.search-wrapper > div {
  width: 50%;
  height: 164px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search-wrapper .text-right {
  justify-content: flex-end;
}
.search-wrapper .text-right:last-child {
  text-align: left;
}
.search-wrapper .text-right .input-group {
  display: flex;
  align-items: center;
}
.search-wrapper .text-right input {
  border-radius: 0;
  display: inline-block;
  width: 427px;
  font-size: 14px;
}
.search-wrapper .text-right input:focus,
.search-wrapper .text-right input:active {
  outline: none;
  box-shadow: none;
}
.search-wrapper .text-right button {
  border-radius: 0;
  border-color: #FDBB2F;
  background: #FDBB2F;
  color: #fff;
}
.help {
  line-height: 48px;
  font-size: 16px;
}
.help a {
  color: #fff;
  text-decoration: none;
}
.help span {
  margin-right: 20px;
}
.content-wrapper {
  background: #f7f7f7;
}
.content-wrapper .nav-menu {
  display: inline-block;
  width: 160px;
  vertical-align: top;
}
.content-wrapper .nav-menu .nav {
  font-size: 18px;
  background: #fff;
}
.content-wrapper .nav-menu .nav > li > a {
  padding: 24px;
  display: flex;
  justify-content: space-around;
  color: #333;
  transition: background-color 0.15s ease-in-out;
}
.content-wrapper .nav-menu .nav i {
  color: #267CE9;
  font-size: 22px;
}
.content-wrapper .nav-menu .nav-stacked > li + li {
  margin-top: 0;
  border-top: 1px solid #ddd;
}
.content-wrapper .nav-menu .nav-pills > li.active {
  border-left: 4px solid #267CE9;
}
.content-wrapper .nav-menu .nav-pills > li.active a {
  color: #333;
  background: #fff;
}
.content-wrapper .nav-menu .nav-pills > li.active a:hover {
  background: #eee;
}
.content-wrapper .nav-menu .nav-pills > li.active a i {
  color: #267CE9;
}
.content-wrapper .nav-menu .help-service .btn {
  box-shadow: 2px 2px #2f862f;
  border: none;
}
.content-wrapper .nav-menu .help-service .btn:active,
.content-wrapper .nav-menu .help-service .btn:focus {
  outline: none;
}
.content-wrapper .content {
  display: inline-block;
  width: 980px;
}
.content-wrapper .content .tab-pane {
  padding: 8px;
}
.content-wrapper .content .content-title {
  padding: 16px;
  font-size: 22px;
  text-shadow: 1px 1px;
  border-bottom: 1px solid #ddd;
}
.content-wrapper .content .content-container {
  padding: 16px;
}
.content-wrapper .content .pagination {
  display: flex;
  justify-content: space-between;
  width: 95%;
}
.content-wrapper .content .pagination .pagi-btn-wrapper span{
  display: inline-block;
  padding: 4px 8px;
  cursor: pointer;
}
.content-wrapper .content .pagination .pagi-btn-wrapper span.active{
  color: #267CE9;
}
.content-wrapper .content .content-item {
  display: none;
  height: 330px;
  margin-bottom: 20px;
  position: relative;
}
.content-wrapper .content .content-item .banner {
  height: 100%;
  width: 500px;
  box-shadow: 5px 0px 15px #aaa;
}
.content-wrapper .content .content-item .banner img {
  height: 100%;
  width: 100%;
}
.content-wrapper .content .content-item .desc {
  padding: 16px;
  width: 430px;
  height: 270px;
  position: absolute;
  background: #fff;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 5px 0px 15px #aaa;
}
.content-wrapper .content .content-item .desc p {
  font-size: 15px;
}
.content-wrapper .content .content-item .desc button {
  margin-right: 10px;
}
.content-wrapper .content .content-item .desc-title {
  font-size: 24px;
  font-weight: 600;
}
.modal .modal-body .area-level {
  padding: 16px;
}
.modal .modal-body .area-level + div {
  border-top: 1px dashed #aaa;
}
.modal .modal-body .area-level .select-btn-wrapper {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
}
.modal .modal-body .area-level .select-btn {
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 6px 12px;
  margin-bottom: 6px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.15s ease-in-out;
}
.modal .modal-body .area-level .select-btn.active {
  border: 1px solid #267CE9;
  background: #fff;
  color: #267CE9;
}
.modal .modal-body .area-level .select-btn.active:hover {
  background: #fafafa;
}
.modal .modal-body .area-level .select-btn:hover {
  background: #e0e0e0;
}
.modal .modal-body .help-text {
  padding: 8px 16px;
  background: #f5f5f5;
  border-radius: 10px;
}
.modal .modal-body .help-text .selected-county {
  font-weight: 600;
  color: #FDBB2F;
}
.modal .modal-footer button {
  display: inline-block;
  width: 110px;
  padding: 8px 0;
  background: #fff;
  border: none;
}
.modal .modal-footer button + button {
  margin-left: 20px;
}
.modal .modal-footer .btn-submit {
  background: #2E80F4;
  color: #fff;
}
.modal .modal-footer .btn-submit:hover,
.modal .modal-footer .btn-submit:focus {
  background: #2769c7;
  outline: none;
}
.modal .modal-footer .btn-submit:active {
  background: #1f529a;
  outline: none;
}
.modal .modal-footer .btn-cancel {
  background: #E3EEFF;
  color: #2E80F4;
}
.modal .modal-footer .btn-cancel:hover,
.modal .modal-footer .btn-cancel:focus {
  background: #ced9ea;
  outline: none;
}
.modal .modal-footer .btn-cancel:active {
  background: #b4c2d8;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
padding: unset !important;
}
