:root {
    --themeBgColor: #ec1e1e;
    --headerHeight: 50px;
}

* {
    padding: 0;
    margin: 0;
}


.amap-info-content.amap-info-outer {
    width: 250px;
    padding: 10px 18px 10px 10px;
}

.amap_lib_placeSearch {
    min-width: 240px;
}

.amap_lib_placeSearch .amap-ellipsis {
    max-height: none!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap!important;
}

#search_list .search_key label {
    vertical-align: middle;
    margin-right: 5px!important;
    font-size: 12px;
}

.amap_lib_placeSearch .poibox .poi-info {
    word-break: break-all;
    margin: 0 0 0 56px;
    overflow: hidden;
}

.amap_lib_placeSearch_page {
    margin: 8px 5px 5px!important;
}

.amap_lib_placeSearch{
    padding: 0;
}


html,
body {
    width: 100%;
    height: 100%;
}

.main_container {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    /*margin-top: 3.5rem;*/
    margin-left: 10px;
}

.main_container .operate {
    /*position: absolute;*/
    /*top: -150px;*/
    /*left: 0;*/
    /* margin-top: var(--headerHeight); */
    position: relative;
}

.main_container .map_content {
    height: 700px;
    position: relative;
}

.header .area select{
    height: 30px;
    width: 48%;
    line-height: 30px;
    outline: none;
    padding: 0 10px;
    margin-bottom: 10px;
}

#province{
    margin-right: 2%;
}

.header .area input {
    height: 30px;
    width: 93%;
    line-height: 30px;
    outline: none;
    padding: 0 10px;
    margin-bottom: 10px;
}




.header .model,
.header .type {
    height: 50px;
    margin-top: 10px;
}

.header .area .search_btn {
    width: 100%;
    height: 36px;
    background: var(--themeBgColor);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0;
    outline: 0;
}

.model .pointer{
    margin: 0!important;
    width: 50%;
    font-size: 14px;
    float: left;
    box-sizing: border-box;
}

.model .pointer img{
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

.map-type,.grid-type{
    margin: 0!important;
    width: 50%;
    font-size: 14px;
    float: left;
    box-sizing: border-box;
}

#container {
    /* margin: var(--headerHeight) 0 0; */
    /* height: calc(100vh - var(--headerHeight)) !important; */
    height: 648px;
    position: relative!important;
}

#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: 260px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.result_panel .arrow {
    position: absolute;
    right: 32px;
    font-size: 18px;
    transform: rotate(0);
}

.result_list {
    /*position: relative;*/
    width: 260px;
    /*padding: 20px;*/
    position: absolute;
    left: 20px;
    top: 20px;
    overflow: hidden;
}


#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;

}

.amap_lib_placeSearch {
    min-width: 260px;
}

/*.amap-info{*/
/*    transform: none!important;*/
/*}*/

.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: var(--themeBgColor);
    color: #fff;
}

.model span.active img,
.model span:hover img{
    filter: brightness(0) invert(1);
}

.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: var(--themeBgColor);
    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){
    width: 30%;
}

#atmTable thead td:nth-child(2),
#atmTable tbody td:nth-child(2) {
    width: 15%;
}

#atmTable thead td:nth-child(2),
#atmTable tbody td:nth-child(2) {
    width: 25%;
}

#cityTable thead td:nth-child(4),
#cityTable thead td:nth-child(6),
#cityTable tbody td:nth-child(4),
#cityTable tbody td:nth-child(6){
    width: 10%;
}

#cityTable thead td:nth-child(3),
#cityTable thead td:nth-child(5),
#cityTable thead td:nth-child(6),
#cityTable tbody td:nth-child(3),
#cityTable tbody td:nth-child(5),
#cityTable tbody td:nth-child(6){
    display: none;
}


#atmTable thead td:nth-child(1),
#atmTable thead td:nth-child(3),
#atmTable tbody td:nth-child(1),
#atmTable tbody td:nth-child(3){
    display: none;
}


.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: var(--themeBgColor);
}

svg:hover {
    fill: red;
}

@media (max-width: 768px) {
    html {
        font-size: calc(100vw / 390 * 16);
    }

    body {
        background-color: #f6f6f6;
    }

    .mobile-wrap {
        width: calc(100% - 2rem);
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }

    .mobile-wrap .wrap-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: .625rem;
    }

    .mobile-wrap .wrap-head .wrap-title {
        font-size: 1.25rem;
    }

    .mobile-wrap .wrap-head .more {
        height: 1.5rem;
        width: 3.625rem;
        font-size: .75rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 0.75rem;
        color: #666;
        border-radius: 1.25rem;
        border: 1px solid #CCCCCC;
    }

    .mobile-wrap .wrap-head .more img {
        width: 1.25rem;
    }
}

.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;
    }
}
