@charset "utf-8";
body{
    overflow-x: hidden;
}
.index_con {
    display: flex;
    width: 100vw;
    overflow: hidden;
    height: calc(100vh - 80px);
}
.main-footer{
    position: relative;
    bottom: 0;
    background: no-repeat;
}
.map {
    width: 100%;
    height: 100%;
    position: relative;
    background: #f1f1f1;
}

.sidebar {
    flex: 0 0 auto;
    width: 500px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 400;
    bottom: 0;
}

.map .header {
    background: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.map .header .chinese {
    font-size: 24px;
    font-weight: bold;
    color: #2196f3;
}

.map .header .website {
    font-size: 16px;
}

.contamination_classes {
    width: 90px;
    border: 1px solid #acacac;
    border-radius: 5px;
    background: #fff;
    padding: 4px 8px;
}

.contamination_classes ul li {
    background: #4caf50;
    border-radius: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 4px 0;
    font-size: 12px;
}

.contamination_classes ul li img {
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 8px;
}

.contamination_classes ul li.api_1 {
    background: #4caf50;
}

.contamination_classes ul li.api_2 {
    background: #ffeb3b;
    color: #000;
}

.contamination_classes ul li.api_3 {
    background: #ff9800;
}

.contamination_classes ul li.api_4 {
    background: #f31100;
}

.contamination_classes ul li.api_5 {
    background: #c72388;
}

.contamination_classes ul li.api_6 {
    background: #830112;
}


.contamination_data {
    border: 1px solid #acacac;
    border-radius: 5px;
    background: #fff;
    padding: 4px 8px;
    font-size: 12px;
}

.contamination_data ul {
    display: flex;
}

.contamination_data ul li {
    width: 60px;
}

.contamination_data ul li:nth-child(1)::before {
    content: "优";
}

.contamination_data ul li:nth-child(2)::before {
    content: "良";
}

.contamination_data ul li:nth-child(3)::before {
    content: "轻度";
}

.contamination_data ul li:nth-child(4)::before {
    content: "中度";
}

.contamination_data ul li:nth-child(5)::before {
    content: "重度";
}

.contamination_data ul li:nth-child(6)::before {
    content: "严重";
}

.contamination_data ul li::before {
    display: block;
    text-align: center;
}

.contamination_data ul li div::before {
    content: "";
    width: 100%;
    height: 16px;
    display: block;
    border-left: 1px solid #e6e6e6;
    margin: 4px 0;
}

.contamination_data ul li:nth-child(1) div::before {
    background: #4caf50;
}

.contamination_data ul li:nth-child(2) div::before {
    background: #ffeb3b;
}

.contamination_data ul li:nth-child(3) div::before {
    background: #ff9800;
}

.contamination_data ul li:nth-child(4) div::before {
    background: #f31100;
}

.contamination_data ul li:nth-child(5) div::before {
    background: #c72388;
}

.contamination_data ul li:nth-child(6) div::before {
    background: #830112;
}

.index_nav ul {
    display: flex;
    border-bottom: 1px solid #eee;
}

.index_nav li a {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
}

.index_nav .active {
    background: #2196f3;
}

.index_nav .active a {
    color: #fff;
}

.sidebar .title {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sidebar .title small{
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all .3s;
}
.sidebar .title small:hover{
    cursor: pointer;
    color: #2196f3;
}
.sidebar .title small.open i{
    transform: rotate(180deg);
}
.sidebar .title small i{
    margin-left: 4px;
    transition: all .3s;
    transform: rotate(0);
    line-height: 1;
}
.sidebar .title small::before{
    content: "展开";
}
.sidebar .title small.open::before{
    content: "收起";
}
.zdy_tab .layui-tab-title {
    border-bottom-width: 2px;
    margin: 0 -20px;
    padding: 0 0 0 54px;
}

.zdy_tab .layui-tab-title .layui-this {
    color: #fff;
    background: #2196f3;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.zdy_tab .layui-tab-title .layui-this:after {
    display: none;
}

.zdy_tab .layui-tab-content {
    padding: 0;
}

.zdy_progres.layui-progress {
    background: none;
    margin-right: 38px;
}

.zdy_progres .layui-progress-text {
    position: absolute;
    left: 100%;
    top: 0;
    color: #000 !important;
    right: auto;
    padding: 0 0 0 10px;
}

.zdy_progres .layui-progress-bar {
    border-radius: 0;
}


.sidebar_con {
    padding: 20px;
    box-sizing: border-box;
    height: calc(100vh - 70px);
}

.d-flex {
    display: flex;
    padding: 12px 0;
    align-items: end;
}

.flex-0 {
    flex: 0 0 auto;
}

.w-100 {
    width: 100%;
    margin: 0 8px;
}

.region {
    font-size: 14px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.region::-webkit-scrollbar {
    width: 0 !important;
}

.region li {
    background: #f1f1f1;
    color: #000;
    margin-bottom: 4px;
    width: 50px;
    text-align: center;
    line-height: 24px;
}

.region li:hover {
    cursor: pointer;
    background: #dbdbdb;
}

.region li.active {
    background: #2196f3;
    color: #fff;
}

.factor {
    margin-left: -30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.factor::-webkit-scrollbar {
    width: 0 !important;
}

.factor li {
    font-size: 0;
    font-weight: bold;
    background: #e3e3e3;
    padding-left: 6px;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
    display: block;
}

.factor li span {
    font-size: 18px;
    line-height: 30px;
}

.factor li::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #a7a7a7;
    border-left: 10px solid transparent;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.factor li:hover {
    color: #ff9800;
}

.factor li.active {
    background: #ff9800;
    color: #fff;
}

.factor li.active::after {
    border-top: 10px solid #a15e00;
}

.zyd_scroll {
    height: calc(100vh - 386px);
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    transition: all .5s;
}
.zyd_scroll.open{
    height: calc(100vh - 309px);
}

.zyd_scroll::-webkit-scrollbar {
    width: 3px;
    height: 200px;
}

.zyd_scroll::-webkit-scrollbar-thumb {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #a0a0a0;
    border-radius: 10px;
}

.zyd_scroll::-webkit-scrollbar-track {
    background-color: #fff;
}

sub, sup {
    font-size: 12px;
    font-weight: 500;
    margin-left: 3px;
}

.zdy_popup {
    width: 250px;
    border: 2px solid #4caf50;
    background: #fff;
    padding: 8px;
}

.p_head {
    position: relative;
    display: flex;
    line-height: 33px;
    margin-top: -33px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #f1f1f1;
    padding: 0 12px 10px 12px;
}

.p_head img:nth-child(1) {
    flex: 0 0 auto;
    width: 67px;
    height: 67px;
    position: relative;
    z-index: 9;
}

.p_head span:nth-child(2) {
    width: 100%;
    margin-left: 12px;
    margin-top: 32px;
    padding-right: 10px;
}

.p_head span:nth-child(3) {
    flex: 0 0 auto;
    margin-top: 32px;
}

.p_head::after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    border: 2px solid #4caf50;
    background: #fff;
    border-radius: 50%;
    left: 3px;
    top: -9px;
}

.p_head::before {
    content: "";
    width: 84px;
    height: 50px;
    position: absolute;
    background: #fff;
    left: 3px;
    top: 25px;
    z-index: 8;
}

.zdy_popup ul {
    font-size: 0;
    padding-top: 8px;
    margin: 0 -4px;
}

.zdy_popup ul li {
    width: 50%;
    display: inline-block;
    padding: 0 4px;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-size: 0;
}

.zdy_popup ul li strong {
    float: right;
    line-height: 30px;
    font-size: 18px;
}

.zdy_popup ul li div {
    background: #f1f1f1;
    padding: 4px 8px;
    font-size: 0;
}

.zdy_popup ul li div span {
    line-height: 30px;
    font-size: 16px;
}

.zdy_popup ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.color_1 {
    color: #4caf50;
}

.color_2 {
    color: #bfae19;
}

.color_3 {
    color: #ff9800;
}

.color_4 {
    color: #f31100;
}

.color_5 {
    color: #c72388;
}

.color_6 {
    color: #830112;
}


.wave {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 79px;
    pointer-events: none;
    bottom: -66px;
}

.wave .anim {
    width: 10px;
    height: 10px;
    animation: myfirst 1.8s infinite linear;
    -moz-animation: myfirst 1.8s infinite linear;
    -webkit-animation: myfirst 1.8s infinite linear;
    -o-animation: myfirst 1.8s infinite linear;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 25px;
    border: 0.2px solid #3190fa;
}

.wave .anim:nth-child(2) {
    animation-delay: 0.6s;
}

.wave .anim:nth-child(3) {
    animation-delay: 1.2s;

}

.tdt-infowindow-content .zdy_fx p{
    margin: 0;
    font-size: 14px;
}
.tdt-infowindow-content .zdy_fx p span{
    color: #4caf50;
    font-size: 18px;
}

@keyframes myfirst {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(8);
        opacity: 0;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(8);
        opacity: 0;
    }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(8);
        opacity: 0;
    }
}

@-o-keyframes myfirst /* Opera */
{
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(8);
        opacity: 0;
    }
}


.layui-table tr:nth-child(2n){
    background: #f5f5f5;
}



.main-footer {
    left: 0;
    width: 100%;
    z-index: 99;
    background: none;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    padding: 0;
}

.main-footer .gov-logo {
    border-right: 1px solid #999;
    margin-right: 12px;
}

.main-footer .gov-logo > div {
    text-align: right;
}

.main-footer .gov-text {
    margin-top: 25px;
    font-size: 12px;
}

.main-footer .t-center {
    position: relative;
    display: flex;
    justify-content: center;
}

.main-footer a {
    color: #333333;
    text-decoration: none;
}