@charset "UTF-8";
.chanye_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /* min-height: 1200px; */
    user-select: none;
    /*height: 1200px;*/
}
.chanye_wrap * {
    box-sizing: border-box;
}
.chanye_wrap button {
    border: none;
    outline: none;
    cursor: pointer;

}
.chanye_wrap .content{
    width: calc(100% - 255px);
    min-width: 1200px;
    background: url("../imgs/bg.png") no-repeat center/cover;

}

.chanye_wrap .btn {
    line-height: 34px;
    padding: 0 26px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    color: #333333;
}
.chanye_wrap .btn.active {
    background-color: rgba(0, 47, 167, 1);
    color: #fff;

}

.chanye_wrap .header {
    margin-top: 100px;
    padding-left: 7px;
    position: relative;
}

.chanye_wrap .nav {
    margin-bottom: 10px;
}

.chanye_wrap .content_title {
    color: rgba(0, 47, 167, 1);
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    background: url("../imgs/header_bg.png") no-repeat center/ contain;
    background-size: 100%;
}

.content_title {
    padding: 0 160px;
    margin: 0 auto;
    font-weight: 700;
}

.content_title_box {
    display: flex;
    align-items: center;
}

.chain_all_count {
    position: absolute;
    top: 0;
    line-height: 1;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    /*padding: 20px;*/
    min-width: 140px;
    bottom: -48px;
    right: 66px;
    height: fit-content;
    /*transform: translateY(100%);*/
    font-size: 18px;
    box-shadow: 0 2px 8px 2px rgba(0,0,0,0.12);
}
.chain_all_count .chain_info {
    background: rgba(0, 47, 167, 1);
    color: #fff;
}
.chain_all_count>div{
    padding: 12px 20px;
}
.chain_all_count div{
    display: inline-block;
    /*margin: 0 10px;*/
}
.chain_all_count .count {
    font-size: 20px;
    color:#333;
}

.chanye_wrap .map {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
}
.chanye_wrap .map-img {
    width: 1200px;
    display: block;
}



.city_item {
    width: fit-content;
    position: absolute;
}
.city_item .city {
    width: fit-content;
    min-width: 80px;
    margin: 0 auto;
    padding: 3px 5px;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #2d95ce;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(90deg, #17b1f4, #0a5aaf 50%, #17b1f4) no-repeat center/100% 100%;
}

.city_item img{
    width: 100px;
}
.city_item.jinan {
    left: 345px;
    top: 213px;
}

.city_item.dezhou {
    left: 253px;
    top: 134px;
}

.city_item.binzhou {
    left: 410px;
    top: 86px;
}

.city_item.dongying {
    top: 48px;
    left: 546px;
}

.city_item.liaocheng {
    top: 255px;
    left: 173px;
}
.city_item.zibo {
    top: 240px;
    left: 446px;
}
.city_item.weifang {
    top: 245px;
    left: 607px;
}
.city_item.qingdao {
    top: 251px;
    left: 760px;
}
.city_item.yantai {
    top: 119px;
    left: 820px;
}
.city_item.weihai {
    top: 148px;
    left: 991px;
}
.city_item.taian {
    top: 312px;
    left: 323px;
}
.city_item.heze {
    top: 460px;
    left: 140px;
}
.city_item.jining {
    top: 399px;
    left: 276px;
}
.city_item.zaozhuang {
    top: 475px;
    left: 370px;
}
.city_item.linyi {
    top: 427px;
    left: 468px;
}
.city_item.rizhao {
    top: 377px;
    left: 598px;
}



.pagination_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    line-height: 18px;
    font-size: 12px;
    gap: 20px;
    margin-top: 10px;
    color: #536387;
    margin-bottom: 10px;
}
.pagination_selector {
    display: flex;
}
.page_select {
    display: flex;
    position: relative;
    border: 1px solid #E2E7F5;
    padding-left: 10px;
    padding-right: 30px;
}
.page_select:hover .options {
    display: block;
    cursor: pointer;
}
.page_select .options {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #E2E7F5;
    background: #fff;
    cursor: pointer;
    transform: translateY(100%);
}
.page_select .option {
    padding-left: 10px;
    padding-right: 30px;
}
.page_select .option:hover {
    background: #E2E7F5;
}

.page_select .option.active {
    background: #E2E7F5;
}
.page_select::after {
    content: '';
    position: absolute;
    height: 1px;
    border-width: 5px;
    border-color: transparent;
    border-top-color: #000;
    border-style: solid;
    top: calc(50% - 2.5px);
    right: 10px;
}


.page_select:hover::after {
    border-bottom-color: #000;
    border-top-color: transparent;
    top: calc(50% - 7.5px);
}

.chain_page.active {
    display: block;
}
.chain_page {
    display: none;
}

.bus_data.active.chain_page {
    display: flex;
    justify-content: center;
    padding: 100px 50px;
    width: 1350px;
    margin: 0 auto;
}
.table_wrapper {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    max-height: 800px;
    min-width: 510px;
}
.table_wrapper th,
.table_wrapper td {
    padding: 0 20px;
    /*word-break:;*/
    min-width: 100px;

}
.table_wrapper thead {
    background: rgba(0, 47, 167, 1);
    height: 40px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}
.table_wrapper table {
    width: 100%;
    background: #fff;
}
.table_body_wrapper {
    padding-top: 18px;
    height: 700px;
    overflow-y: auto;

}
.table_body_wrapper td{
    padding-top: 5px;
    padding-bottom: 5px;
}
.table_body_wrapper tr:hover{
    background-color: rgb(244 244 244 / 73%);
}

.table_body_wrapper tr td>div {
    min-height: 40px;
    max-height: 80px;
    text-overflow: ellipsis;
    word-break: break-all;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: rgba(83, 99, 135, 1);
}

.table_wrapper>div {
    width: 100%;
}
.table_body_wrapper::-webkit-scrollbar,
.table_header::-webkit-scrollbar{
  width: 5px; /* 设置滚动条的宽度 */
}

::-webkit-scrollbar-thumb {
  background-color: #888; /* 设置滚动条滑块的颜色 */
  border-radius: 5px; /* 设置滚动条滑块的圆角 */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* 设置滚动条滑块在悬停时的颜色 */
}

::-webkit-scrollbar-track {
  background-color: #eee; /* 设置滚动条背景的颜色 */
}

.table_header::-webkit-scrollbar-track {
    background-color: rgba(0, 47, 167, 1);
}

.table_body_wrapper::-webkit-scrollbar-track {
    background-color: #fff;
}



.pagination_wrapper .pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #efefef;
    text-align: center;
    margin: auto 5px;
    cursor: pointer;
}
.pagination_wrapper .pagination li.active {

    color: #fff;
    background-color: rgba(0, 47, 167, 1);
}
 #goToPage, #itemsPerPage {
    
    width: 48px;
    height: 20px;
    border: 1px solid rgba(226, 231, 245, 1);
    text-align: center;
    outline: none;
     margin: 0 10px;
     display: inline-block;
     color: #536387;
}
 #goToPage::-webkit-inner-spin-button{
    display: none;
}
#goToPage{
    appearance: textfield;
    -moz-appearance: textfield;
}
.pagination_wrapper>div {
    display: flex;
    align-items: center;
}

.pagination_wrapper .page_size_change {
    margin: 0 10px;
}
.pagination_wrapper .pagination_item_wrap {
    margin: 0 10px;
}

.pagination_wrapper .change_page {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid rgba(226, 231, 245, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination_wrapper .pagination {
    display: flex;
}

#nextPage svg {
    transform: rotate(180deg);
}

#nextPage1 svg {
    transform: rotate(180deg);
}

.chain_box {
    display: flex;
    margin: 20px 0;
}

.table_text {
    margin-top: 10px;
}

.table_box {
    width: calc(100% - 800px);
    flex-shrink: 0;
    min-width: 500px;
    max-width: 600px;
    margin-right: 40px;
}

.text_box {
    padding: 0 20px;
    display: none;
}

.map {
    zoom: .79;
}

.tanchuang {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50%;
    height: calc(100% - 82px);
    z-index: 100;
    background-color: white;
}

.kapiancount {
    padding: 20px;
    /*max-height: 86vh;*/
    overflow-y: auto;
    height: calc(100% - 100px);
}

.none{
    display: none;
}

.tanchuang_biaoti {
    font-size: 22px;
    color: #233040;
    font-weight: bold;
}

.tanchuang_top {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 55px;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}

.tanchuang_top_dele{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../imgs/iconClose.png);
    background-position: 1px -40px;
    cursor: pointer;
}

.productCardUp {
    display: flex;
    margin-bottom: 14px;
    position: relative;
}

.productCardLogoB {
    margin: 20px 12px 0px;
}

.productCardLogo {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    /*background: #95CEE6;*/
    border-radius: 2px;
}

.noImg {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.productCardNameB {
    margin-top: 20px;
    width: calc(100% - 50px);
}

.productCardNameT {
    font-size: 16px;
    color: #233040;
    margin-bottom: 9px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 50px;
    cursor: pointer;
}

.productCardGroup {
    height: 25px;
    white-space: nowrap;
}

.productCardMini {
    font-size: 10px;
    color: #479DE1;
    border-radius: 2px;
    background: rgba(71, 157, 225, 0.1);
    padding: 2px 8px;
    margin-right: 5px;
}

.productCardDownItem {
    display: flex;
    margin: 0 9px 8px 12px;
}

.productCardTitle {
    font-size: 13px;
    color: #475669;
    display: inline-block;
    min-width: 75px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.productCardText {
    font-size: 13px;
    color: #11001C;
    flex: 1;
    /*height: 18px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.kapianbox{
    background: #FFFFFF;
    border: 2px solid #F0F0F0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    width: 47%;
    margin-bottom: 16px;
    max-height: 130px; 
    float: left;
    margin-right: 10px;
    min-height: 148px;
    overflow: hidden;
    cursor: pointer;
}

.kapianbox:hover {
    border: 2px solid #4191F5;
}

@media (max-width: 1760px) {
    .chanye_wrap .content {
        zoom: .75;
    }
    #chart {
        zoom: 1.3;
    }
    .tanchuang {
        width: 65%;
    }
}

@media (max-width: 1440px) {
    .chanye_wrap .content {
        zoom: .7;
    }
    #itemsPerPage{
        text-align: center !important;
    }
    #chart {
        zoom: 1.425;
    }
}

@media (max-width: 1370px) {
    .chanye_wrap .content {
        zoom: .65;
    }
    #chart {
        zoom: 1.53;
    }
    .tanchuang {
        width: 75%;
    }
}


@media (max-width: 1350px) {
    .chanye_wrap .content {
        zoom: .55;
    }
    #chart {
        zoom: 1.83;
    }
}

@media (max-width: 1200px) {
    .chanye_wrap .content {
        zoom: .5;
    }
    #itemsPerPage{
        text-align: center !important;
    }

    #chart {
        zoom: 2;
    }
    
}

@media (max-width: 1090px) {
    .chanye_wrap .content {
        zoom: .45;
    }

    #chart {
        zoom: 2.2;
    }
    .tanchuang {
        width: 85%;
    }
    .productCardMini{
        font-size: 8px;
        margin-right: 2px;
    }
}

@media (max-width: 980px) {
    .chanye_wrap .content {
        zoom: .37;
    }

    #chart {
        zoom: 2.7;
    }
    #itemsPerPage{
        appearance: none;
        background-color: white;
        padding: 0 12px;
        font-size: 8px !important;
    }
    
}

@media (max-width: 858px) {
    .chanye_wrap .content {
        zoom: .30;
    }

    #chart {
        zoom: 3.5;
    }
    #itemsPerPage{
        appearance: none;
        background-color: white;
        padding: 0 12px;
        font-size: 8px !important;
    }
    .tanchuang {
        width: 95%;
    }
}


@media (max-width: 768px) {
    #iframe_content {
        zoom: 0.5;
        transform-origin: top left;
    }
    .chanye_wrap .content  {
        zoom: .5;
        transform-origin: top left;
    }

    #chart {
        zoom: 4.2;

    }

    .tanchuang {
        height: calc(100% - 94px) !important;
        width: 90% !important;
    }
    
    .chanyebutton{
        width: calc(45.666666% - 0.24rem);
        font-size: 10px;
    }

    #iframe_content .bus_data {
        flex-direction: column;
        max-width: 100%;
    }
    .bus_data .table_wrapper {
        width: 100%;
        max-width: 100%;
    }
    #tree_chain {
        width: calc(100% - 350px) !important;
    }
    #itemsPerPage{
        appearance: none;
        background-color: white;
        text-align: center !important;
    }
    .chain_box {
        display: block;
    }
    .table_box {
        margin: 0 auto;
        max-width: 800px;
        width: 100%;
    }
    
}

@media (max-width: 450px) and (min-width: 320px) {
    #iframe_content {
        zoom: 0.4;
    }
    .chanye_wrap .content {
        zoom: .4;
    }

    #chart {
        zoom: 6.2;
    }

    .tanchuang {
        height: calc(100% - 124px) !important;
    }
    
    .chanyebutton{
        width: calc(45.666666% - 0.24rem);
        font-size: 10px;
    }

    #iframe_content .bus_data {
        flex-direction: column;
        max-width: 100%;
    }
    .bus_data .table_wrapper {
        width: 100%;
        max-width: 100%;
    }
    #tree_chain {
        width: calc(100% - 350px) !important;
    }
    #itemsPerPage{
        appearance: none;
        background-color: white;
        text-align: center !important;
    }
    .chain_box {
        display: block;
    }
    .table_box {
        margin: 0 auto;
        max-width: 1000px;
        width: 100%;
    }
    
}