@charset "UTF-8";
/**!
* 青海政务 - 首页
* date:2021-07-05
* author: tzc;
*/
@font-face {
  font-family: OPPOSans-B;
  src: url("../css/font/OPPOSans-B.woff");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 1366px;
  min-height: 650px;
}

.top {
  position: relative;
  height: 100px;
  padding-left: 20px;
  background: url("../images/top.jpg") no-repeat center;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(10, 67, 133, 0.15);
          box-shadow: 0px 6px 16px 0px rgba(10, 67, 133, 0.15);
  z-index: 999;
}

.top .logo {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  line-height: 100px;
}

.top .logo img {
  vertical-align: middle;
}

.top .title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  height: 100%;
  line-height: 100px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 7px 11px #467b56;
}

.top .title::before {
  position: absolute;
  content: '';
  left: -27px;
  top: 50%;
  margin-top: -28px;
  width: 1px;
  height: 56px;
  background-color: #ddd;
}

.main {
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 0;
  min-width: 1366px;
}

.map-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.left-panel {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  width: 420px;
  z-index: 999;
}

.operation {
  height: 40px;
}

.operation .city-select {
  position: relative;
  width: 77px;
  height: 40px;
  padding: 0 11px;
}

.operation .city-select.active .city-name {
  background-image: url("../images/arrow_up.png");
}

.operation .city-select.active .select-box {
  display: block;
}

.operation .city-select .city-name {
  display: inline-block;
  padding-right: 14px;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  background: url("../images/arrow_down.png") right center no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.operation .city-select .city-name span {
  display: inline-block;
  vertical-align: top;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operation .city-select .select-box {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  width: 484px;
  height: 263px;
  padding: 10px 20px 20px;
  z-index: 1000;
}

.operation .city-select .select-box .select-top {
  height: 79px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.operation .city-select .select-box .select-top .name {
  width: 60px;
}

.operation .city-select .select-box .select-top .now-text {
  margin-top: 17px;
}

.operation .city-select .select-box .select-top .select-city {
  margin-left: 10px;
  width: 374px;
}

.operation .city-select .select-box .select-top .city-list {
  position: relative;
  float: left;
  color: #2868b1;
  margin-left: 15px;
  max-width: 80px;
  cursor: pointer;
}

.operation .city-select .select-box .select-top .city-list:first-child {
  margin-left: 0;
}

.operation .city-select .select-box .select-top .city-list:last-child::after {
  display: none;
}

.operation .city-select .select-box .select-top .city-list span {
  display: inline-block;
  max-width: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operation .city-select .select-box .select-top .city-list::after {
  position: absolute;
  content: '>';
  right: -10px;
}

.operation .city-select .select-box .city-box {
  height: 130px;
  padding-top: 15px;
}

.operation .city-select .select-box .city-box .city-ul {
  padding-bottom: 15px;
}

.operation .city-select .select-box .city-box .city-list {
  float: left;
  width: 20%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  padding-right: 10px;
  color: #666;
  margin-top: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.operation .city-select .select-box .city-box .city-list:nth-child(-n + 5) {
  margin-top: 0;
}

.operation .city-select .select-box .city-box .city-list:hover {
  color: #2868b1;
}

.operation .city-select .select-box .city-box .city-list span {
  display: inline-block;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operation .city-select .select-box .btn-box {
  margin-top: 6px;
  height: 28px;
  line-height: 28px;
  font-size: 0;
  text-align: center;
}

.operation .city-select .select-box .btn-box .btn-list {
  display: inline-block;
  vertical-align: top;
  width: 82px;
  height: 28px;
  border-radius: 2px;
  color: #2868b1;
  background-color: #ebf4ff;
  margin-left: 16px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.operation .city-select .select-box .btn-box .btn-list:hover {
  background-color: rgba(235, 244, 255, 0.8);
}

.operation .city-select .select-box .btn-box .btn-list:hover.confirm {
  background-color: rgba(40, 104, 177, 0.8);
}

.operation .city-select .select-box .btn-box .btn-list:first-child {
  margin-left: 0;
}

.operation .city-select .select-box .btn-box .btn-list.confirm {
  color: #fff;
  background-color: #2868b1;
}

.operation .search-box {
  width: 334px;
  height: 40px;
  font-size: 0;
  padding-left: 10px;
  overflow: hidden;
  margin-top: 0;
  border: none;
}

.operation .search-box.focus .clear-btn {
  opacity: 1;
  pointer-events: all;
}

.operation .search-box .search-input,
.operation .search-box .mod-btn {
  display: inline-block;
  vertical-align: top;
  height: 40px;
}

.operation .search-box .mod-btn {
  cursor: pointer;
}

.operation .search-box .search-input {
  width: 231px;
  padding-right: 15px;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 46px;
  font-size: 14px;
}

.operation .search-box .search-input::-webkit-input-placeholder {
  color: #ddd;
}

.operation .search-box .search-input:-ms-input-placeholder {
  color: #ddd;
}

.operation .search-box .search-input::-ms-input-placeholder {
  color: #ddd;
}

.operation .search-box .search-input::placeholder {
  color: #ddd;
}

.operation .search-box .route-btn {
  position: relative;
  width: 48px;
  background: url("../images/icon_route.png") center no-repeat;
}

.operation .search-box .route-btn::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  content: '';
  width: 1px;
  height: 28px;
  background-color: #eeeeee;
}

.operation .search-box .search-btn {
  width: 45px;
  background: url("../images/search_btn.png"), -webkit-gradient(linear, left top, left bottom, from(#f1a054), to(#e76221));
  background: url("../images/search_btn.png"), linear-gradient(180deg, #f1a054 0%, #e76221 100%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: -1px -1px 0 0;
}

.operation .search-box .search-btn:hover {
  background-color: #184c87;
}

.matters {
  position: absolute;
  bottom: 0;
  top: 48px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.matters-list {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  cursor: pointer;
}

.matters-list:nth-child(-n + 4) {
  margin-top: 0;
}

.matters-list .pic-box {
  height: 60px;
}

.matters-list .pic-box img {
  width: 61px;
  height: 60px;
  vertical-align: middle;
}

.matters-list span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
}

.matters-branches {
  position: absolute;
  bottom: 0;
  top: 48px;
  padding-top: 50px;
  width: 100%;
}

.matters-branches .back {
  top: 20px;
  left: 20px;
  color: #649f76;
}

.matters-branches-title {
  font-size: 20px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.matters-branches .record {
  position: absolute;
  right: 20px;
  bottom: 28px;
}

.matters-branches-main {
  margin-top: 20px;
  height: calc(100% - 123px);
}

.search-result-box {
  position: absolute;
  bottom: 0;
  top: 56px;
  width: 100%;
}

.search-result-box .close-btn {
  top: 20px;
  right: 20px;
}

.search-result-box .search-type {
  height: 81px;
  font-size: 0;
  padding-top: 35px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.search-result-box .search-type .type-list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 210px;
  font-size: 20px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.search-result-box .search-type .type-list.active, .search-result-box .search-type .type-list:hover {
  color: #2868b1;
}

.search-result-box .search-type .type-list:last-child::after {
  display: none;
}

.search-result-box .search-type .type-list::after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -10px;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #ddd;
}

.search-result-box .result-main {
  height: calc(100% - 81px);
  padding-top: 27px;
}

.search-result-box .result-main .record {
  margin-left: 20px;
}

.search-result-box .result-main-option {
  padding: 0 20px;
}

.search-result-box .all-type {
  position: relative;
  width: 300px;
  font-size: 14px;
  z-index: 2;
}

.search-result-box .all-type.active .type-name {
  background-image: url("../images/arrow_up.png");
}

.search-result-box .all-type.active .type-main {
  display: block;
}

.search-result-box .all-type .type-name {
  display: inline-block;
  padding-right: 14px;
  background: url("../images/arrow_down.png") right center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-result-box .all-type .type-main {
  display: none;
  position: absolute;
  top: 23px;
  width: 484px;
  height: 218px;
  padding: 0 20px;
}

.search-result-box .all-type .type-main .title {
  height: 41px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}

.search-result-box .all-type .type-main .type-box {
  padding-top: 17px;
  padding-bottom: 15px;
  height: 178px;
}

.search-result-box .all-type .type-main .type-li {
  float: left;
  width: 20%;
  height: 24px;
  line-height: 24px;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 16px;
}

.search-result-box .all-type .type-main .type-li:nth-child(-n + 5) {
  margin-top: 0;
}

.search-result-box .all-type .type-main .type-li:hover {
  color: #2868b1;
}

.search-result-box .all-type .type-main .type-li span {
  display: inline-block;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-result-box .empty {
  height: 250px;
  background: url("../images/empty.png") center no-repeat;
}

.search-result-box .branches-main {
  height: calc(100% - 45px);
  margin-top: 25px;
}

.search-result-box .branches-main .branches-info {
  height: calc(100% - 72px);
}

.search-result-box .service-main {
  height: calc(100% - 50px);
  margin-top: 10px;
  padding: 0 20px;
}

.search-result-box .service-main .service-list {
  height: 48px;
  line-height: 47px;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.search-result-box .service-main .service-list:hover {
  color: #2868b1;
}

.search-result-box .service-main .service-list:hover .keyword {
  color: #2868b1;
}

.service-matters-box {
  position: absolute;
  bottom: 0;
  top: 56px;
  width: 100%;
  padding: 55px 0 0;
}

.service-matters-box .close-btn {
  top: 20px;
  right: 20px;
}

.service-matters-box .back {
  top: 20px;
  left: 20px;
}

.service-matters-box .title {
  font-size: 20px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-matters-box .record {
  margin-top: 10px;
  margin-left: 20px;
}

.service-matters-box .service-matters-main {
  margin-top: 25px;
  height: calc(100% - 160px);
}

.branches-details {
  position: absolute;
  bottom: 0;
  top: 48px;
  width: 100%;
}

.branches-details .details-top {
  height: 38px;
}

.branches-details .details-top .back {
  left: 20px;
  height: 40px;
  line-height: 40px;
}

.branches-details .detail-main {
  margin-top: 8px;
  max-height: calc(100% - 45px);
  padding-bottom: 38px;
}

.branches-details .detail-main .detail-info .info-box {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 200px;
  padding: 15px 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#94c9a4), to(#649f76));
  background: linear-gradient(180deg, #94c9a4 0%, #649f76 100%);
  color: #fff;
}

.branches-details .detail-main .detail-info .info-top {
  padding-bottom: 11px;
  border-bottom: 0.5px solid #fff;
}

.branches-details .detail-main .detail-info .title {
  font-size: 18px;
  max-width: 350px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.branches-details .detail-main .detail-info .scene {
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  cursor: pointer;
}

.branches-details .detail-main .detail-info .info-main {
  margin-top: 10px;
}

.branches-details .detail-main .detail-info .info-main p {
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  color: #b4d6b9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 7px;
}

.branches-details .detail-main .detail-info .info-field {
  width: 54px;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
  position: relative;
}

.branches-details .detail-main .detail-info .info-field::after {
  content: ':';
  position: absolute;
  font-size: 14px;
  color: #b4d6b9;
  top: 0;
  right: -11px;
}

.branches-details .detail-main .detail-info .field-text {
  color: #fff;
  margin-left: 17px;
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.branches-details .detail-main .detail-info .info-machine {
  max-width: 245px;
}

.branches-details .detail-main .detail-info .go-btn {
  right: 20px;
  bottom: -27px;
}

.branches-details .detail-main .go-btn {
  position: absolute;
  width: 62px;
  height: 62px;
  font-size: 12px;
  color: #333;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf4ee));
  background: linear-gradient(180deg, #ffffff 0%, #ebf4ee 100%);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(40, 104, 177, 0.2);
          box-shadow: 0px 0px 18px 0px rgba(40, 104, 177, 0.2);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.branches-details .detail-main .go-btn a {
  border: 4px solid rgba(238, 246, 240, 0.5);
  padding-top: 30px;
  background: url("../images/icon_route.png") no-repeat center top 10px;
  display: block;
  height: 100%;
  border-radius: 50%;
}

.branches-details .detail-main .go-btn::after {
  width: 68px;
  height: 68px;
  position: absolute;
  content: '';
  background: rgba(238, 246, 240, 0.5);
  border-radius: 50%;
  left: -3px;
  top: -3px;
  z-index: -1;
}

.branches-details .detail-main .special-detail-box .special-info {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 121px;
  padding: 18px 20px 0;
  background-color: #2868b1;
  color: #fff;
}

.branches-details .detail-main .special-detail-box .title {
  font-size: 18px;
  max-width: 350px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.branches-details .detail-main .special-detail-box .info-main {
  margin-top: 10px;
}

.branches-details .detail-main .special-detail-box .info-main p {
  width: 350px;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.branches-details .detail-main .special-detail-box .info-main p span {
  padding-left: 5px;
  color: #fff;
}

.branches-details .detail-main .special-detail-box .go-btn {
  right: 20px;
  top: 21px;
}

.branches-details .detail-main .hot-matters {
  padding: 31px 20px 8px;
  height: calc(100% - 170px);
}

.branches-details .detail-main .hot-matters .title {
  color: #222;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.branches-details .detail-main .hot-matters .title-more {
  font-size: 14px;
  color: #649f76;
}

.branches-details .detail-main .hot-matters .hot-info {
  margin-top: 10px;
  height: calc(100% - 39px);
}

.branches-details .detail-main .hot-matters .hot-list {
  height: 37px;
  border-bottom: 1px solid #eee;
  margin-top: 7px;
}

.branches-details .detail-main .hot-matters .hot-list:first-child {
  margin-top: 0;
}

.branches-details .detail-main .hot-matters .hot-list:last-child {
  border-bottom: none;
}

.branches-details .detail-main .hot-matters .hot-list:hover a {
  color: #5ea173;
}

.branches-details .detail-main .hot-matters .hot-list a {
  position: relative;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 10px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.branches-details .detail-main .hot-matters .hot-list a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  margin-top: -2.5px;
  width: 16px;
  height: 10px;
  background: url("../images/hot-list-before.png") no-repeat center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.route-box {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.route-box .route-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  width: 500px;
}

.route-box .change-btn {
  position: absolute;
  left: 20px;
  top: 108px;
  width: 19px;
  height: 24px;
  background: url("../images/icon_change.png") center no-repeat;
  cursor: pointer;
  z-index: 1;
}

.route-box .close-btn {
  top: 20px;
  right: 20px;
  z-index: 1;
}

.route-box .top-box {
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 194px;
  padding: 20px 70px 0;
  background-color: #5ea173;
  color: #fff;
}

.route-box .top-box .route-ul {
  font-size: 0;
  text-align: center;
}

.route-box .top-box .route-list {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-left: 57px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.route-box .top-box .route-list:first-child {
  margin-left: 0;
}

.route-box .top-box .route-list.active.car {
  background-image: url("../images/icon_car_active.png");
}

.route-box .top-box .route-list.active.bus {
  background-image: url("../images/icon_bus_active.png");
}

.route-box .top-box .route-list.active.walk {
  background-image: url("../images/icon_walk_active.png");
}

.route-box .top-box .route-list:hover.car {
  background-color: rgba(255, 255, 255, 0.102);
}

.route-box .top-box .route-list:hover.bus {
  background-color: rgba(255, 255, 255, 0.102);
}

.route-box .top-box .route-list:hover.walk {
  background-color: rgba(255, 255, 255, 0.102);
}

.route-box .top-box .route-list.car {
  background: url("../images/icon_car.png") center no-repeat;
}

.route-box .top-box .route-list.bus {
  background: url("../images/icon_bus.png") center no-repeat;
}

.route-box .top-box .route-list.walk {
  background: url("../images/icon_walk.png") center no-repeat;
}

.route-box .top-box .address-box {
  margin-top: 25px;
}

.route-box .top-box .route-address {
  width: 384px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-right: 10px;
  background-color: rgba(4, 33, 67, 0.102);
  margin-top: 10px;
}

.route-box .top-box .route-address:first-child {
  margin-top: 0;
}

.route-box .top-box .route-address.focus .clear-btn {
  opacity: 1;
  pointer-events: all;
}

.route-box .top-box .route-address .name {
  width: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.route-box .top-box .route-address .route-input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 300px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
}

.route-box .top-box .route-address .route-input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
          box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

.route-box .top-box .route-address .route-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.route-box .top-box .route-address .route-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.route-box .top-box .route-address .route-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.route-box .top-box .route-address .route-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.route-box .top-box .route-address .clear-btn {
  height: 40px;
  cursor: pointer;
}

.route-box .tips-box {
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.route-box .tips-box .tips-list {
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
  font-size: 12px;
  margin-top: 7px;
  color: #999;
  background: url("../images/icon_address01.png") left center no-repeat;
  cursor: pointer;
}

.route-box .tips-box .tips-list:first-child {
  margin-top: 20px;
}

.route-box .tips-box .tips-list:last-child {
  margin-bottom: 20px;
}

.route-box .tips-box .tips-list p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.route-box .tips-box .tips-list .name {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}

.route-box .route-way {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.clear-btn {
  opacity: 0;
  background: url("../images/icon_clear_btn.png") center no-repeat;
  pointer-events: none;
}

.clear-btn.active {
  background-image: url("../images/icon_clear_btn_active.png");
}

.close-btn {
  position: absolute;
  width: 17px;
  height: 17px;
  background: url("../images/close_btn.png") center no-repeat;
  cursor: pointer;
}

.close-btn.active {
  background-image: url("../images/close_btn_active.png");
}

.back {
  position: absolute;
  font-size: 14px;
  color: #649f76;
  cursor: pointer;
}

/* 我的位置 */
.my-location {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 125px;
  height: 44px;
  border-radius: 4px;
  background: #fff url("../images/icon-location.png") no-repeat 18px center;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(59, 59, 59, 0.3);
          box-shadow: 0px 2px 10px 0px rgba(59, 59, 59, 0.3);
  z-index: 999;
  line-height: 44px;
  padding-left: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

/* 缩放工具 */
.map-container .amap-ui-control-zoom {
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f60aa), to(#3f88db));
  background-image: linear-gradient(90deg, #1f60aa 0%, #3f88db 100%);
  width: 34px;
  height: 90px;
  border: none;
}

.map-container .amap-ui-control-theme-light .amap-ui-control-zoom a,
.map-container .amap-ui-control-theme-light .amap-ui-control-zoom-num {
  background: none !important;
}

.map-container .amap-ui-control-zoom a {
  font-size: 20px;
}

.map-container .amap-ui-control-zoom-num {
  font-size: 12px;
}

.map-container .amap-ui-control-zoom a,
.map-container .amap-ui-control-zoom-num {
  height: 29px;
  line-height: 29px;
  width: 22px;
  margin: 0 auto;
}

.map-container .amap-ui-control-theme-light .amap-ui-control-zoom a,
.map-container .amap-ui-control-theme-light .amap-ui-control-zoom-num {
  color: #d4e5f9;
  border-color: rgba(232, 233, 240, 0.3);
}

.map-container .amap-controlbar {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}

.map-container .amap-luopan,
.map-container .amap-luopan-bg {
  background: url(../images/controlbar-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.map-container .amap-compass {
  background: url(../images/icon-compass.png) no-repeat center;
  background-size: 100% 100%;
}

.map-container .amap-pitchUp {
  top: 2px;
  background: url(../images/icon-pitchUp.png) no-repeat center;
  background-size: 15px 12.5px;
}

.map-container .amap-pitchDown {
  top: 137px;
  background: url(../images/icon-pitchUp.png) no-repeat center;
  background-size: 15px 12.5px;
}

.map-container .amap-geolocation-con {
  display: none;
}

.mod-box {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
}

.mod-box .keyword {
  color: #ffb639;
}

.mod-box .record {
  font-size: 14px;
  color: #5c5c5c;
}

.mod-box .record span {
  font-weight: bold;
  color: #5ea173;
}

.mod-box .info-list {
  position: relative;
  margin-top: 18px;
  padding: 12px 20px 0;
  cursor: pointer;
}

.mod-box .info-list:hover, .mod-box .info-list.active {
  background-color: #eee;
}

.mod-box .info-list:hover .go-btn, .mod-box .info-list.active .go-btn {
  display: block;
}

.mod-box .info-list:first-child {
  margin-top: 0;
}

.mod-box .info-list .info-main {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.mod-box .info-list .go-btn {
  position: absolute;
  top: 12px;
  right: 20px;
  display: none;
  width: 106px;
  height: 40px;
  line-height: 38px;
  border-radius: 18px;
  border: 1px solid #ddd;
  padding-left: 45px;
  background: url("../images/icon_route.png") left 19px center no-repeat;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mod-box .info-list .title {
  width: 265px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mod-box .info-list .title .number {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 100%;
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-family: 'D-DIN';
  background: url("../images/icon_address_active.png") center bottom 5px no-repeat;
}

.mod-box .info-list .info-msg {
  margin-top: 8px;
  padding-left: 34px;
  font-size: 14px;
  color: #999;
  line-height: 25px;
}

.mod-box .info-list .info-msg span {
  color: #666;
  padding-left: 5px;
}

.mod-box .info-list .info-msg p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pager {
  padding-top: 28px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: left;
}

.mark-point {
  position: relative;
  width: 50px;
  height: 59px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}

.mark-point.common {
  background: url("../images/common-marker.png") center no-repeat;
}

.mark-point.common.active {
  background-image: url("../images/common-marker-selected.png");
}

.mark-point.policy {
  background: url("../images/policy-marker.png") center no-repeat;
}

.mark-point.policy.active {
  background-image: url("../images/policy-marker-selected.png");
}

.mark-point .mark-title {
  display: none;
  position: absolute;
  top: 7px;
  left: 80px;
  width: 268px;
  height: 40px;
  line-height: 40px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.mark-point .mark-title::before {
  position: absolute;
  content: '';
  left: -8px;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #fff;
}

.mark-point .mark-title .name {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 220px;
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mark-point .mark-title .name::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -14px;
  width: 1px;
  height: 28px;
  background-color: #eee;
}

.mark-point .mark-title .mark-route-btn {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: url("../images/icon_route.png") center no-repeat;
  cursor: pointer;
}

.mark-title {
  width: 268px;
  height: 40px;
  line-height: 40px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.mark-title::before {
  position: absolute;
  content: '';
  left: -8px;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #fff;
}

.mark-title .name {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 220px;
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mark-title .name::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -14px;
  width: 1px;
  height: 28px;
  background-color: #eee;
}

.mark-title .mark-route-btn {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: url("../images/icon_route.png") center no-repeat;
  cursor: pointer;
}

.cluster-marker {
  width: 24px;
  height: 30px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background: url("../images/icon_address_active.png") center no-repeat;
}

.amap_lib_placeSearch {
  border: none;
  cursor: pointer;
}

.amap_lib_placeSearch .amap_lib_placeSearch_poi {
  width: 23px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  font-family: 'D-DIN';
  background: url("../images/icon_address_active.png") center bottom 2px no-repeat;
}

.amap_lib_placeSearch .poibox {
  margin-top: 18px;
  padding: 0 20px 15px 20px;
}

.amap_lib_placeSearch .poibox:first-child {
  margin-top: 0;
}

.amap_lib_placeSearch .poibox.selected .amap_lib_placeSearch_poi {
  background-image: url("../images/icon_address.png");
}

.amap_lib_placeSearch .poibox .poibox-icon {
  margin: 0;
  left: 20px;
}

.amap_lib_placeSearch .poibox .poi-img,
.amap_lib_placeSearch .poibox .poi-more {
  display: none;
}

.amap_lib_placeSearch .poibox .poi-title {
  width: 350px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  margin-left: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amap_lib_placeSearch .poibox .poi-title .number {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 100%;
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-family: 'D-DIN';
  background: url("../images/icon_address.png") center bottom 5px no-repeat;
}

.amap_lib_placeSearch .poibox .poi-info {
  margin-top: 8px;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-left: 30px;
}

.amap_lib_placeSearch .poibox .poi-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amap_lib_placeSearch .amap_lib_placeSearch_page {
  position: absolute;
  background-color: transparent;
  text-align: left;
  left: 0;
  bottom: 34px;
  padding: 0 20px;
}

.amap_lib_placeSearch .pageLink {
  height: 24px;
  line-height: 24px;
  margin: 0 3px;
  padding: 0 9px;
  color: #333;
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.amap_lib_placeSearch .pageLink.current {
  color: #2868b1;
  background-color: transparent;
  border: 1px solid #2868b1;
}

.amap_lib_placeSearch .pageLink:hover {
  border-color: #10a6fa;
  background-color: transparent;
}

.amap-maps .amap_lib_placeSearch_poi {
  width: 23px;
  height: 28px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: 'D-DIN';
  background: url("../images/icon_address.png") center no-repeat;
}

.amap-maps .selected .amap_lib_placeSearch_poi {
  width: 80px;
  height: 87px;
  line-height: 55px;
  background: url("../images/icon_select_point.png") center no-repeat;
}

.amap-maps .amap-marker-content:hover .amap-pls-marker-tip {
  display: none;
}

.amap-maps .amap-icon {
  display: none;
}

.amap-maps .amap-icon[title='我的位置'] {
  display: block;
}

.info-context-menu {
  width: 162px;
  height: 104px;
  padding: 20px 16px;
}

.info-context-menu .set-btn {
  height: 22px;
  line-height: 22px;
  padding-left: 33px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-context-menu .set-btn:hover {
  color: #2868b1;
}

.info-context-menu .set-btn.begin {
  background: url("../images/icon_begin.png") left center no-repeat;
}

.info-context-menu .set-btn.end {
  margin-top: 20px;
  background: url("../images/icon_end.png") left center no-repeat;
}

/* 2022.09.05新增 */
.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 16px;
}

.information > li {
  width: 186px;
  height: 92px;
  background: url("../images/information-bg.png") no-repeat center;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.information > li img {
  width: 72px;
  height: 62px;
  margin: 5px 12px 0 13px;
}

.information > li:nth-child(2n-1) {
  margin-left: 0;
}

.information > li:nth-child(n + 3) {
  margin-top: 15px;
}

.information-text {
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}

.information-num {
  font-size: 18px;
  color: #5ea173;
  display: inline-block;
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marker-title {
  width: 316px;
  -webkit-box-shadow: 0px 4px 8px #eaeaea;
          box-shadow: 0px 4px 8px #eaeaea;
  position: relative;
}

.marker-title::after {
  content: '';
  width: 17px;
  height: 12px;
  background: url("../images/infoWindow-arrow.png") no-repeat center;
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.marker-title .do-title {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: linear-gradient(89.8deg, #649f76 0.12%, #8ac09a 99.82%);
  border-radius: 4px 4px 0px 0px;
}

.marker-title .matters-name {
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px 0 12px;
}

.marker-title .field {
  font-size: 14px;
  color: #999;
  padding-left: 19px;
  background: url("../images/apply-icon.png") no-repeat left center;
}

.marker-title .field:nth-child(2) {
  background-image: url("../images/do-people-icon.png");
}

.marker-title .more-do {
  width: 75px;
  display: block;
  font-size: 14px;
  color: #649f76;
  padding-right: 19px;
  margin-left: auto;
  background: url("../images/more-arrow.png") no-repeat right center;
}

.marker-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
}

.marker-box {
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 0 16px 11px;
}

.right-panel {
  position: absolute;
  width: 570px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px #eaeaea;
          box-shadow: 0px 4px 8px #eaeaea;
  border-radius: 2px;
  padding: 20px 15px 20px 16px;
}

.right-panel .title {
  color: #222;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-panel .title-more {
  font-size: 14px;
  color: #649f76;
}

.right-detail {
  height: 214px;
}

.chart-text {
  display: block;
  padding: 0 5px;
}

.chart-text + .chart-text {
  margin-top: 4px;
}

.real-time-table {
  width: 100%;
  margin-top: 25px;
}

.real-time-table thead {
  height: 47px;
  background: #f6f6f6;
  font-size: 13px;
  color: #999;
}

.real-time-table thead th {
  text-align: center;
}

.real-time-table thead th:nth-child(1), .real-time-table thead th:nth-child(2), .real-time-table thead th:nth-child(3) {
  text-align: left;
}

.real-time-table thead th:nth-child(1) {
  padding-left: 16px;
}

.real-time-table tbody tr:nth-child(2) {
  background: #f6f6f6;
}

.real-time-table tbody td {
  height: 47px;
  font-size: 13px;
  color: #333;
}

.real-time-table tbody td:nth-child(1), .real-time-table tbody td:nth-child(2), .real-time-table tbody td:nth-child(3) {
  text-align: left;
}

.real-time-table tbody td:nth-child(1) {
  padding-left: 16px;
}

.real-time-table .td-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.real-time-table .td-window {
  max-width: 104px;
}

.real-time-table .td-matters {
  max-width: 141px;
}

/* 办理点办件 */
.place-do {
  position: absolute;
  width: 376px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px #eaeaea;
          box-shadow: 0px 4px 8px #eaeaea;
  border-radius: 2px;
  padding: 20px 15px 20px 16px;
}

.place-do > li + li {
  margin-top: 26px;
}

.place-do .do-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  background: #f7f7f7;
  border-radius: 8px;
  margin-top: 16px;
}

.place-do .marker-box {
  background: unset;
}

.place-do .matters-name {
  line-height: 24px;
  border-bottom: 1px solid #ECEDF2;
  padding: 10px 0 7px;
  overflow: unset;
  white-space: unset;
  text-overflow: unset;
}

.place-do .marker-detail {
  margin: 8px 0 3px;
}

.place-title {
  color: #222;
  font-size: 17px;
  font-weight: bold;
}
