:root {
  --themeBgColor: #ec1e1e;
  --headerHeight: 50px;
}

* {
  padding: 0;
  margin: 0;
}

.amap-info-content.amap-info-outer {
  width: 250px;
  padding: 13px 26px 10px 10px;
}

html,
body {
  width: 100%;
  height: 100%;
  padding-top: 0px !important;
}

.amap-pl-pc .poi-img {
  background-size: 100% 100%;
}

.main_container {
  position: relative;
  width: 80%;
  height: auto;
  margin: 200px auto 100px;
}

.main_container .operate {
  position: absolute;
  top: -150px;
  left: 0;
  /* margin-top: var(--headerHeight); */
}

.main_container .map_content {
  height: 700px;
}

.header .area select,
.header .area input {
  height: 30px;
  /* width: 150px; */
  line-height: 30px;
  outline: none;
  padding: 0 10px;
}

.header .area,
.header .model,
.header .type {
  height: 50px;
}

.header .area .search_btn {
  width: 120px;
  height: 36px;
  background: #ec1e1e;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 0;
  outline: 0;
}

#container {
  /* margin: var(--headerHeight) 0 0; */
  /* height: calc(100vh - var(--headerHeight)) !important; */
  height: 100%;
}

#panel {
  position: absolute;
  background-color: white;
  max-height: 90%;
  overflow-y: auto;
  top: var(--headerHeight);
  right: 10px;
  width: 280px;
}

#panel .amap-call {
  background-color: #009cf9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#panel .amap-lib-transfer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.result_panel {
  margin: 0;
  padding: 0;
  z-index: 1;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  overflow-y: auto;

  left: 2%;
  width: 350px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.result_panel .arrow {
  position: absolute;
  right: 32px;
  transform: rotate(0);
}

.result_list {
  position: relative;
  width: 350px;
  padding: 20px;
}

#search_list {
  background-color: #fff;
  /* position: relative; */
}

#search_list .search_key {
  padding: 10px;
  line-height: 2;
  letter-spacing: 1px;
}

#search_list .search_key input {
  vertical-align: middle;
  margin-right: 4px;
}

#search_list .search_key label {
  vertical-align: middle;
  margin-right: 10px;
}

#search_list .back {
  float: right;
}

#result {
  margin: 0;
  padding: 0;
  z-index: 1;
  /* position: absolute; */
  background-color: white;
  overflow-y: auto;
  bottom: 0;
  top: calc(var(--headerHeight) + 40px);
  left: 2%;
  /* width: 350px; */
  max-height: 400px;
}

.model span,
.type span {
  display: inline-block;
  line-height: 36px;
  padding: 0 20px;
  background: #f0eded;
  margin-right: 10px;
  color: #666;
}

.model span.active,
.model span:hover,
.type span.active,
.type span.hover {
  background-color: #ec1e1e;
  color: #fff;
}

.bankDetail p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}

.bankDetail .bankName {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.locatePlace .tripType {
  display: inline-block;
  padding: 4px;
  margin: 0 5px;
  background-color: #f0f0f0;
}

.locatePlace .tripType:hover,
.locatePlace .tripType.active {
  background-color: #ec1e1e;
  color: #fff;
}

.locatePlace input {
  width: 80px;
  padding: 0 5px;
  outline: 0;
  border: none;
  border-bottom: 1px solid;
}

#cityTable,
#atmTable {
  display: none;
  /* overflow: auto; */

  height: auto;
  /* overflow-y: scroll;
  overflow-x: hidden; */
  /* margin-bottom: 100px; */
}

#atmTable {
  /* height: calc(100% - var(--headerHeight)); */
  margin-bottom: 100px;
}

#cityTable thead,
#atmTable thead {
  line-height: 44px;
  height: 44px;
  background: #ebebf0;
  font-size: 16px;
  white-space: nowrap;
}

#cityTable table,
#atmTable table {
  border: 1px solid #ddd;
}

#cityTable thead td,
#atmTable thead td {
  border-right: 1px solid #ddd;
  text-align: center;
}

#cityTable table,
#atmTable table,
#cityTable thead #cityTable thead tr,
#atmTable thead #atmTable thead tr,
#cityTable tbody tr,
#atmTable tbody tr {
  width: 100%;
}

#cityTable tbody td,
#atmTable tbody td {
  height: 60px;
  line-height: 1.5;
  padding: 0 5px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

#cityTable thead td:nth-child(1),
#cityTable thead td:nth-child(2),
#cityTable tbody td:nth-child(1),
#cityTable tbody td:nth-child(2),
#atmTable thead td:nth-child(1),

#atmTable tbody td:nth-child(1),
#atmTable tbody td:nth-child(2) {
  width: 15%;
}

#cityTable thead td:nth-child(3),
#cityTable thead td:nth-child(6),
#cityTable tbody td:nth-child(3),
#cityTable tbody td:nth-child(6),
#atmTable thead td:nth-child(3),
#atmTable tbody td:nth-child(6) {
  width: 10%;
}

#cityTable thead td:nth-child(4),
#cityTable thead td:nth-child(5),
#cityTable tbody td:nth-child(4),
#cityTable tbody td:nth-child(5),
#atmTable thead td:nth-child(3) {
  width: 20%;
}

.transferWindow {
  font-size: 0.88rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.transferWindow span {
  display: inline-block;
  width: 70%;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.transferWindow a {
  font-size: 0.7rem;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.red {
  color: #ec1e1e;
}

svg:hover {
  fill: red;
}

.content-text {
  color: #666666;
}

.font-banner-subTitle {
  opacity: 0.75;
}

.cbl-expand {
  position: fixed;
  right: 0;
  z-index: 99;
  top: 20%;
  cursor: pointer;
  width: 40px;
  transition: all 0.2s ease;
}

.cbl-expand-close {
  right: -56px;
  transition-delay: 0.2s;
}

.cbl {
  position: fixed;
  right: -112px;
  top: 20%;
  z-index: 99;
  transition: all 0.2s ease;
  padding-right: 10px;
}

.cbl ul {
  display: flex;
  flex-direction: column;
}

.cbl ul li {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: rgba(51, 51, 51, 0.65);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(24px);
}

.cbl ul li:hover {
  background: var(--hx-red);
}

.cbl ul li p {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.cbl ul li img {
  height: 40px;
  display: block;
}

.cbl ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.cbl ul li:not(:last-of-type) {
  margin-bottom: 14px;
}

.home-pc .cbl-expand {
  top: 50%;
  transform: translateY(-50%);
}

.home-pc .cbl {
  top: 50%;
  transform: translateY(-50%);
}

.active-cbl {
  right: 0;
  transition-delay: 0.2s;
}

@media (min-width: 768px) and (max-width: 1920px) {
  body {
    min-width: 1200px;
  }

  .page {
    font: normal 12px/30px "Microsoft YaHei";
  }

  .overviewDetail-title {
    font-size: 24px;
  }

  .breadcrumb {
    font-size: 14px;
  }

  .overviewDetail-content-text {
    font-size: 18px;
  }

  .sidebar .column-name {
    font-size: 16px;
  }

  .product-content h1 {
    font-size: 46px;
    line-height: 80px;
    padding: 0 40px;
  }

  .product-content h1 i {
    height: 80px;
    width: 40px;
  }

  .product-content .cpjs-tab-nr {
    padding: 34px 24px 18px 24px;
    font-size: 18px;
  }

  .product-content .cpjs-tab-nr p {
    font-size: 16px;
  }

  .product-content .cpjs-tab-nr .cpjs-tab-tit {
    font-size: 20px;
    line-height: 40px;
  }

  .product-content .cpjs-tab-nr .cpjs-tab-tit i {
    height: 40px;
    width: 24px;
  }

  .product-content .cpjs-tab-nr .ywlc i {
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .wrap {
    width: 1200px;
    margin: 0 auto;
  }

  .wrap .item-title {
    font-size: 24px;
  }

  .wrap .item-title-en {
    font-size: 18px;
  }

  .font-banner-title {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 600;
  }

  .font-banner-subTitle {
    font-size: 28px;
  }

  .hxzx .bg {
    top: 60px;
  }

  .hxzx-main .tab {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
  }

  .hxzx-main .more {
    font-size: 16px;
  }

  .hxzx-main .more img {
    height: 20px;
  }

  .article-title {
    font-size: 16px;
    line-height: 2.4;
  }

  .home-banner {
    height: calc(100vh - 80px - 100px);
  }

  .home-banner .tt_banner .swiper-pagination {
    bottom: 50px;
  }

  .khfw .wrap {
    height: 100px;
  }

  .cpgg {
    height: 40px;
  }

  .home-cpgg-title {
    font-size: 16px;
  }

  .khfw-item-title {
    font-size: 16px;
    line-height: 1.4;
  }

  .khfw-icon {
    height: 40px;
  }

  .date {
    font-size: 16px;
  }

  .wrap-title {
    font-size: 28px;
  }

  .wrap-subTitle {
    font-size: 16px;
  }

  .content-text {
    font-size: 16px;
    line-height: 2;
  }

  .view-btn {
    font-size: 14px;
    line-height: 2.4;
  }

  .year-list {
    font-size: 28px;
  }

  .year-list .gray {
    font-size: 22px;
  }

  .hxry-main .content {
    height: 460px;
  }

  .swiper-button img {
    height: 50px;
    width: 50px;
  }

  .swiper-next {
    right: -20px;
  }

  .swiper-prev {
    left: -20px;
  }
}

@media (min-width: 1920px) and (max-width: 2650px) {
  .page {
    font: normal 14px/30px "Microsoft YaHei";
  }

  .overviewDetail-title {
    font-size: 30px;
  }

  .breadcrumb {
    font-size: 16px;
  }

  .overviewDetail-content-text {
    font-size: 22px;
  }

  .sidebar .column-name {
    font-size: 18px;
  }

  .product-content h1 {
    font-size: 56px;
    line-height: 100px;
    padding: 0 50px;
  }

  .product-content h1 i {
    height: 100px;
    width: 50px;
  }

  .product-content .cpjs-tab-nr {
    padding: 34px 24px 18px 24px;
  }

  .product-content .cpjs-tab-nr p {
    font-size: 20px;
  }

  .product-content .cpjs-tab-nr .cpjs-tab-tit {
    font-size: 24px;
    line-height: 40px;
  }

  .product-content .cpjs-tab-nr .cpjs-tab-tit i {
    height: 40px;
    width: 24px;
  }

  .product-content .cpjs-tab-nr .ywlc i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .wrap {
    width: 1400px;
    margin: 0 auto;
  }

  .wrap .item-title {
    font-size: 28px;
  }

  .wrap .item-title-en {
    font-size: 22px;
  }

  .font-banner-title {
    font-size: 72px;
    line-height: 1.4;
    font-weight: 600;
  }

  .font-banner-subTitle {
    font-size: 36px;
  }

  .hxzx .bg {
    top: 60px;
  }

  .hxzx-main .tab {
    height: 60px;
    line-height: 60px;
    font-size: 32px;
  }

  .hxzx-main .more {
    font-size: 20px;
  }

  .hxzx-main .more img {
    height: 24px;
  }

  .article-title {
    font-size: 20px;
    line-height: 2.4;
  }

  .home-banner {
    height: calc(100vh - 90px - 130px);
  }

  .home-banner .tt_banner .swiper-pagination {
    bottom: 80px;
  }

  .khfw .wrap {
    height: 130px;
  }

  .cpgg {
    height: 60px;
  }

  .home-cpgg-title {
    font-size: 20px;
  }

  .khfw-icon {
    height: 50px;
  }

  .khfw-item-title {
    font-size: 18px;
    line-height: 1.4;
  }

  .date {
    font-size: 20px;
  }

  .wrap-title {
    font-size: 32px;
  }

  .wrap-subTitle {
    font-size: 18px;
  }

  .content-text {
    font-size: 20px;
    line-height: 2;
  }

  .view-btn {
    font-size: 16px;
    line-height: 2.4;
  }

  .year-list {
    font-size: 32px;
  }

  .year-list .gray {
    font-size: 28px;
  }

  .hxry-main .content {
    height: 560px;
  }

  .swiper-button img {
    height: 70px;
    width: 70px;
  }

  .swiper-next {
    right: -70px;
  }

  .swiper-prev {
    left: -70px;
  }
}

.result-item {
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  padding: 5px 0 5px 10px;
  position: relative;
  min-height: 35px;
  line-height: 22px;
}

.result-item .bank-title {
  font-size: 15px;
  overflow: hidden;
  padding-left: 20px;
}

.result-item .bank-address {
  color: #999;
  font-family: Tahoma;
  word-break: break-word;
  line-height: 20px;
  font-size: 12px;
  padding-left: 20px;
}

.result-item .poibox-icon {
  margin-left: 7px;
  margin-top: 4px;
  position: absolute;
  background: url(https://webapi.amap.com/theme/v1.3/markers/n/mark_b.png) no-repeat;
  height: 31px;
  width: 19px;
  cursor: pointer;
  left: -1px;
  text-align: center;
  color: #fff;
  font: 12px arial, simsun, sans-serif;
  padding-top: 3px;
}

.marker-content {
  position: relative;
  width: 25px;
}

.marker-number {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 4px;
  font-size: 12px;
  color: #fff;
  z-index: 99;
}

.marker-icon {
  width: 100%;
  height: 34px;
  background: url(https://webapi.amap.com/theme/v1.3/markers/n/mark_b.png) no-repeat;
  background-size: contain;
  background-position: center;
}