/****
****绿色版样式
*****/
.fsize32 {
    font-size: 1.6vw;
}
.fsize38 {
    font-size: 1.9vw;
}
@font-face {
    font-family: 'AlibabaPuHui-Regular';
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
.f-AliRegular {
    font-family: AlibabaPuHui-Regular;
}
.amap-marker-content {
    white-space: normal !important;
}

/* 绿色版 */
/* common style */
:root {
    --titleColor: rgba(154, 207, 255, 1);
    --textColor: #D8F0FF;
    --inputBorderColor: #606266;
}
.page-body {
    background: #0C1E29;
}
.header-row {
    height: 5.5vw;
    margin-right: 0;
    margin-left: 0;
    background: linear-gradient(to bottom,rgba(11, 30, 41, 0.82) 70%, rgba(9, 33, 45, 0.2));
}
.main-row {
    height: calc(100% - 5.5vw);
    /*transform: translateY(-1.9vw);*/
    margin-right: 0;
    margin-left: 0;
}
.main-con,
.right-con {
    height: 100%;
}
.main-con .tab-content {
    background: transparent;
    margin: 0.75vw 0;
    /* 2.6 + 1.5 */
    height: calc(100% - 4.1vw);
}
/* tab标题 */
.main-con .header-con.header-blue-title .nav-tabs:after {
    background-image: url('../img/nature/tab-bottom.png');
}

.tab-content {
    box-shadow: none !important;
}

.empty-data {
    text-align: center;
    padding-top: 8vw;
    color: #606266;
}
.empty-data .empty-data-img img {
    width: 7vw;
    margin-bottom: 1vw;
}

/* toggle 按钮 样式1 */
.toggle-buttons {
    position: absolute;
    top: 0.75vw;
    right: 1.2%;
    color: rgba(255, 255, 255, 0.7);
    z-index: 10;
}
.toggle-buttons div {
    display: inline-block;
    height: 1.6vw;
    line-height: 1.6vw;
    padding: 0 0.6vw;
    border-radius: 1vw;
    cursor: pointer;
    margin-left: 1vw;
}
.toggle-buttons div.active {
    color: #fff;
    background: linear-gradient(to right, rgba(79, 229, 181, 0.4), rgba(79, 229, 181, 0.1));
    box-shadow: 0 0 20px rgb(3, 52, 71);
}
.toggle-buttons > div > span:nth-child(2) {
    display: inline-block;
    min-width: 1vw;
    font-size: 0.6vw;
}
/*资源保护平台*/
.toggle-buttons .resourcePlatform {
    color: #fff;
    margin-right: 2vw;
    background: linear-gradient(to right, rgba(79, 229, 181, 0.4), rgba(79, 229, 181, 0.1));
    position: relative;
    border-radius: 0;
}
.toggle-buttons .resourcePlatform::before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #fff, transparent);
    position: absolute;
    left: 0;
    top: 0;
}
.toggle-buttons .resourcePlatform::after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #fff, transparent);
    position: absolute;
    right: 0;
    top: 0;
}
/* toggle 按钮 样式2 */
.toggle-buttons2 {
    width: 6.25vw;
    height: 1.65vw;
    display: flex;
    border: 1px solid #04BB56;
    border-radius: 2px;
    position: relative;
    z-index: 10;
    font-size: 0.6vw;
}
.toggle-buttons2 > div {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.toggle-buttons2 .slider {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(22, 226, 231, 0.6), rgba(136, 232, 130, 0.6));
    z-index: -1;
    transition: transform 0.5s;
}
.toggle-buttons2.toggleType1 .slider {
    display: block;
    transform: translateX(0);
}
.toggle-buttons2.toggleType2 .slider {
    display: block;
    transform: translateX(100%);
}


.real-scroll-con {
    max-height: 18.25vw;
    overflow-y: auto;
}
.real-time-pic_t,
.popular-plant_t{
    position: relative;
    width: 100%;
    height: 1.6vw;
    line-height: 1;
    background-image: linear-gradient(to right, rgba(22, 226, 231, 0), rgba(33, 227, 221, 0.06), rgba(79, 229, 181, 0.2), rgba(136, 232, 130, 0));
    display: flex;
    align-items: center;
}
.real-time-pic_t img{
    width: 1.25vw;
    height: 1vw;
    object-fit: cover;
}
.popular-plant_t img {
    width: 0.75vw;
    height: 1.25vw;
    object-fit: cover;
    margin-left: 0.35vw;
}
.real-time-pic_t>div,
.popular-plant_t>div{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.real-time-pic_t::after,
.popular-plant_t::after{
    content: ' ';
    width: 100%;
    height: 0.85vw;
    background: linear-gradient(to right, rgba(22, 226, 231, 0), rgba(33, 227, 221, 0.3),rgba(79, 229, 181, 1),rgba(118, 231, 146, 0.3),rgba(136, 232, 130, 0));
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 曲线 */
.innerbox {
    background-image: linear-gradient(to right, #19222F,rgba(30,41,56, 0));
    overflow-y: hidden;
}
.innerbox .canvas-con {
    height: 99.9%
}
/*曲线日期*/
.innerbox-con .nav-data .tab a{
    color: var(--titleColor);
}
.tab-separator{
    color: var(--titleColor);
}
.innerbox-con .nav-data .tab a:hover,
.innerbox-con .nav-data .tab a:focus{
    background: transparent;
    color: var(--titleColor);
}
.innerbox-con .nav-data .tab.active,
.innerbox-con .nav-data .tab.active a{
    font-family: 'AlibabaPuHui-Regular';
    font-weight: bold;
    color:rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 4px rgba(0,238,255,0.8);
}

/*热力图*/
.hot-time-axis {
    background-image: url('../img/nature/heat-bj@3x.png');
}
.hot-time-axis .slider-background-bj{
    background-image: linear-gradient(to right, rgba(33,227,221,0.5), rgba(79,229,181,0.5), rgba(136,232,130, 0.5));
}
.hot-time-axis .slider-background-bj .dot-con {
    background: #fff;
    border: 0.15vw solid #88E882;
}

/*花期card--蓝版*/
.florescenceCard {
    background-image: linear-gradient(to right, rgba(8,25,50, 0.9), rgba(3,11,21, 0.9));
}
.florescenceCard .panel-heading,
.florescenceCard .panel-collapse {
    background-image: linear-gradient(to right, rgba(22,226,231, 0), rgba(33,227,221, 0.06), rgba(79,229,181,0.2), rgba(136,232,130,0));
}
.panel-collapse-cflex > div div:first-child {
    background-image: url("../img/nature/hq-circle-bg@3x.png");
}
.panel:has(.in) .panel-title {
    background-image: linear-gradient(to right, rgba(22,226,231, 0), rgba(33,227,221, 0.23), rgba(79,229,181,0.78), rgba(118,231,146,0.23), rgba(136,232,130,0));
}

/*地图infoWindow*/
/*.canvas-con .amap-info-content {*/
/*    background: linear-gradient(to right, rgba(8, 25, 50, 0.7), rgba(3, 11, 21, 0.7), rgba(30, 41, 56, 0.7));*/
/*}*/
/*.info-window-top {*/
/*    background-image: linear-gradient(to right, rgba(22, 226, 231, 0), rgba(33, 227, 221, 0.09), rgba(79, 229, 181, 0.3), rgba(136, 232, 130, 0));*/
/*}*/
/*.canvas-con .amap-info-sharp {*/
/*    border-top-color: rgba(8, 25, 50, 0.7);*/
/*}*/
.canvas-con .amap-info-content {
    background: transparent;
    border: 1px solid;
    border-image: linear-gradient(to right, #16E2E7, #88E882) 1;
}
.canvas-con .amap-info-content > div {
    /*background: linear-gradient(to bottom,  #10936C, rgba(21,124,160,0.5));*/
    background: rgba(0, 0, 0, 1);
}

.info-window-top {
    padding: 15px 12px 5px;
}
.info-window-img {
    width: 257px;
    padding: 0 12px;
}
.info-window-img img {
    border-radius: 4px;
}
.info-window-bottom {
    padding: 15px 20px;
}
.info-window-bottom>div:last-child {
    margin-bottom: 0;
}
.canvas-con .amap-info-close {
    width: 1.5vw;
    height: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /*top: 22px;*/
    /*right: 20px !important;*/
    top: 0.255vw;
    right: 0.255vw !important;
    font-size: 1.4vw;
    font-weight: normal;
    z-index: 11;
}
.canvas-con .amap-info-close:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}
.bottom-center .amap-info-sharp {
    display: none!important;
}

/*  重置info-window样式*/
.info-window {
    /*width: calc(16.7vw - 30px);*/
    /*width: 15.1vw;*/
    background: none;
}
.info-window .info-window-pic-box {
    /*width: 100%;*/
    /*height: 0;*/
    /*padding-top: 100%;*/
    position: relative;
}
.info-window .info-window-pic-box img {
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*border-radius: 4px;*/
    object-fit: cover;
}
.info-window .info-window-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    /*padding: 5px 20px 5px 5px;*/
    padding: 0.25vw;
    color: #fff;
}
.info-window .info-window-info .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-window .info-window-info > div:not(first-child) {
    margin-top: 2px;
}
.info-window .info-window-info .level-tag {
    display: inline-block;
    font-size: 0.6vw;
    border-radius: 6px;
    border: 1px solid rgba(216, 240, 255, 0.5);
    padding: 0 0.2vw;
    background: rgba(13, 80, 81, 0.73);
    color: var(--textColor);
    margin-left: 0.25vw;
}
.hasVideo .info-window-pic-box {
    cursor: pointer;
}
.hasVideo .info-window-pic-box::after {
    content: " ";
    width: 4vw;
    height: 4vw;
    background:  url("../img/nature/play-icon.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.hasVideo.noCover .info-window-pic-box img{
    display: none;
}
.hasVideo.noCover .info-window-pic-box::after {
    display: none;
}
.info-window-pic-box video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
.hasVideo .info-window-pic-box_play::after,
.hasVideo .info-window-pic-box_play img,
.hasVideo .info-window-pic-box_play + .info-window-info{
    visibility: hidden;
}
.hasVideo .info-window-pic-box_play video {
    visibility: visible;
}
/*轮播按钮*/
.info-window .info-window-stat-num,
.info-window .info-window-arrow-prev,
.info-window .info-window-arrow-next,
.info-window.multiple-list.first .info-window-arrow-prev,
.info-window.multiple-list.last .info-window-arrow-next {
    display: none;
}
.info-window.multiple-list .info-window-stat-num {
    display: block;
    position: absolute;
    top: 0.54vw;
    z-index: 10;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
}
.info-window.multiple-list .info-window-arrow-prev,
.info-window.multiple-list .info-window-arrow-next {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    padding: 0.4vw;
}
.info-window.multiple-list .info-window-arrow-prev img,
.info-window.multiple-list .info-window-arrow-next img {
    width: 1vw;
    height: 1vw;
}
.info-window.multiple-list .info-window-arrow-prev:hover,
.info-window.multiple-list .info-window-arrow-next:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.info-window.multiple-list .info-window-arrow-prev {
    left: 0.255vw;
}
.info-window.multiple-list .info-window-arrow-next {
    right: 0.255vw;
}


#currentTime {
    text-align: right;
    padding: 0.75vw 0;
    position: relative;
    z-index: 10;
    color: #fff;
}
.discover-total {
    /*background: linear-gradient(to right, rgba(33, 60, 99, 1), rgba(30, 41, 56, 0), rgba(30, 41, 56, 0));*/
    /*padding: 0.65vw 0 0.1vw 1.25vw;*/
    text-align: right;
    vertical-align: bottom;
    color: #fff;
    position: relative;
    top: -0.5vw;
    z-index: 10;
}

.main-menu {
    display: flex;
    align-items: flex-end;
    margin-left: -15px;
    position: relative;
}
.logo-con {
    width: 28.35vw;
    height: 4.5vw;
}
.logo-con img {
    width: 100%;
    height: 100%;
}
.menu-con {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.menu-con li {
    border-right: 1px solid;
    border-left: 1px solid;
    border-image: linear-gradient(to bottom, rgba(87,242,157, 0), rgba(255, 255, 255, 1), rgba(87,242,157, 0)) 1;
    /*padding: 0 1.1vw;*/
    padding: 0 2vw;
    transform: skewX(-40deg);
    /*margin-right: 0.8vw;*/
    margin-right: 3vw;
    flex-shrink: 0;
    cursor: pointer;
}
.menu-con li>a {
    color: rgba(255, 255, 255, 0.8);
    transform: skewX(40deg);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.menu-con li>a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
.menu-con li>a img {
    /*display: inline-block;*/
    width: 2.3vw;
    height: 2vw;
    object-fit: cover;
    opacity: 0.8;
}
.menu-con li.active {
    border-image: linear-gradient(to bottom, rgba(87,242,157, 0), rgba(87,242,157, 1), rgba(87,242,157, 0)) 1;
    background: linear-gradient(to bottom, rgba(138,219,255, 0), rgba(87,242,91, 0.3));
}
.menu-con li.active a {
    color: #fff;
}
.menu-con li.active img {
    opacity: 1;
}
.menu-con li.active a::before {
    display: inline-block;
    content: '';
    width: 3vw;
    height: 2.3vw;
    background-image: url("../img/nature/green-box.png");
    background-size: 100% 100%;
    position: absolute;
    left: -0.5vw;
    bottom: 0.1vw;
    z-index: -1;
}

/* 排名 style 人气植物/虫害/鸟类 */
.no-data {
    padding-top: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.ranking-top3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url("../img/nature/rank-bg.png");
    background-size: cover;
    background-position: -4%;
}
.ranking-top3 > div {
    width: 4.6vw;
    /*height: 5.2vw;*/
    min-height: 5.2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 0.5vw 0;
}
/*.ranking-top3>div:nth-of-type(1) {*/
/*    background-image: url("../img/nature/yajun@3x.png");*/
/*}*/
/*.ranking-top3>div:nth-of-type(2) {*/
/*    background-image: url("../img/nature/guanjun@3x.png");*/
/*}*/
/*.ranking-top3>div:nth-of-type(3) {*/
/*    background-image: url("../img/nature/jijun@3x.png");*/
/*}*/
.ranking-top3 > div .img-icon {
    display: block;
    width: 3.2vw;
    height: 3.2vw;
}
.ranking-top3 > div > div {
    text-align: center;
    /*margin: 2.7vw auto 0;*/
}
.ranking-top3 > div > div > div {
    cursor: pointer;
}
.ranking-top3>div>div>div:first-child {
    width: 5vw;
    position: relative;
    top: -2px;
    font-weight: bold;
    white-space: nowrap;
    font-size: 0.8vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ranking-top3>div>div>div:last-child {
    color: var(--textColor);
}
.ranking-list {
    min-height: 5.8vw;
}
.ranking-list > div {
    /*height: 1.6vw;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 2.45vw 0 0.5vw;*/
    padding: 0.4vw 0;
    /*background: linear-gradient(to right, rgba(22,226,231,0), rgba(79,229,181, 0.3), rgba(136,232,130, 0));*/
}
.ranking-list > div span {
    display: inline-block;
    /*width: 1.1vw;*/
    /*height: 1.1vw;*/
    text-align: center;
    /*background-image: url("../img/nature/rank-circle.png");*/
    /*background-size: 100% 100%;*/
    margin-right: 0.5vw;
}
.ranking-list>div>div:first-child {
    cursor: pointer;
}
.ranking-list>div>div:last-child {
    color: var(--textColor);
}

.popular-plant {
    position: relative;
}
.popular-plant-t {
    background: linear-gradient(to right, rgba(22,226,231,0), rgba(79,229,181,0.52), rgba(118,231,146,0.3), rgba(136,232,130,0));
}
.popular-plant-container {
    background: linear-gradient(to bottom, #063135, #0C1E29);
}
.popular-plant-container .filters {
    padding: 1vw;
}
.popular-plant-container .back {
    width: max-content;
    color: #fff;
    margin: 0 1vw 0.6vw 1vw;
    cursor: pointer;
    opacity: 0.9;
}
.popular-plant-container .back:hover {
    text-decoration: underline;
    opacity: 1;
}
.popular-plant-container .back img {
    width: 0.7vw;
    vertical-align: text-top;
    margin-right: 2px;
}
.popular-plant-item_info .flex-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*排名图表*/
#animal-rank-chart {
    height: 22vw;
}


/* 趋势 style */
.trend-cont .s-trend-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5vw;
}
.trend-cont .s-trend-head .nav-range {
    padding-top: 0;
}
.trend-cont .multi-line-con {
    width: 100%;
    height: 25vh;
}
.trend-cont #plant-line,
.trend-cont #insect-line {
    /*统计数没有了需要增加折线图的高度*/
    height: 30vh;
}
.trend-cont .trend-legend {
    margin: 0.75vw 0;
}
.trend-legend > div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.trend-legend.center > div {
    justify-content: center;
}
.trend-legend > div > div {
    display: flex;
    align-items: center;
}
.trend-legend .double-legend-line {
    display: flex;
    flex-direction: column;
}
.trend-legend span {
    display: inline-block;
    width: 0.9vw;
    height: 0.15vw;
    border-radius: 0.1vw;
    margin-left: 0.75vw;
    margin-right: 0.5vw;
    /*margin-bottom: 4px;*/
    /*margin-bottom: 0.2vw;*/
}
.trend-legend .double-legend-line span:first-child {
    margin-bottom: 0.2vw;
}
.trend-legend span.legend-green {
    background: rgba(94, 230, 113, 1);
}
.trend-legend span.legend-pink {
    background: #FF8AD8;
}
.trend-legend span.legend-yellow {
    background: rgba(254, 174, 48, 1);
}
.trend-legend span.legend-yellow-light {
    background: linear-gradient(to right, rgb(184,121,20), rgba(254, 174, 48, 1));
}
.trend-legend span.legend-blue {
    background: rgba(17, 112, 221, 1);
}
.trend-legend span.legend-darkBlue {
    background: rgba(58, 145, 249, 1);
}
.trend-legend span.legend-green-light {
    background: linear-gradient(to right, rgba(94, 230, 113, 1), rgb(69,184,85));
}
.trend-legend span.legend-pink-light {
    background: rgba(255, 138, 216, 0.5);
}
.trend-legend span.legend-blue-light {
    background: linear-gradient(to right, rgba(17,112,221, 1), rgb(7, 80, 161));
}
.trend-legend span.legend-darkBlue-light {
    background: rgba(58, 145, 249, 0.5);
}
.trend-legend span.legend-blue-green {
    background: linear-gradient(to right, rgba(136, 232, 130, 1), rgba(22, 226, 231, 1));
}
.trend-legend span.legend-yellow-pink {
    background: linear-gradient(to right, rgba(255, 224, 93, 1), rgba(253, 117, 218, 1));
}

/* 左右两侧内容区域（第一块）高度保持一致 */
.common-height {
    height: 23vw;
    padding-bottom: 1vw;
    display: flex;
    flex-direction: column;
}
.common-height .real-scroll-con,
.common-height .trend-cont {
    flex: 1;
}
.common-height .trend-cont {
    display: flex;
    flex-direction: column;
}
.common-height #compare-chart {
    flex: 1;
}

/* 发现比照 - 自选物种列表 */
.class-filter {
    display: none;
    width: 6vw;
    position: absolute;
    top: 1.4vw;
    right: 0;
    background: #0C1E29;
    font-weight: normal;
    box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.4);
    text-shadow: none;
    padding: 0.5vw 0;
}
.class-filter input {
    width: 86%;
    height: 1.2vw;
    display: block;
    margin: 0 auto;
    background: transparent !important;
    border: none;
    color: #fff !important;
    padding: 4px;
    border-radius: 2px;
    font-size: 0.7vw;
}

.class-filter hr {
    border-top-color: rgba(255, 255, 255, 0.3);
    margin: 0.4vw;
}
@keyframes scrollIn {
    0% {
        height: 0;
    }
    100% {
        height: 5vw;
    }
}
.class-filter .class-options {
    width: 100%;
    height: 5vw;
    text-align: center;
    animation: scrollIn 0.2s linear 1;
    overflow-y: auto;
}
.class-options > div {
    line-height: 1.8vw;
    color: #fff;
    cursor: pointer;
    font-size: 0.7vw;
}
.class-options > div:not(.class-empty):hover {
    background: rgba(255, 255, 255, 0.1);
    color: #9ACFFF;
}
.class-options div.class-empty {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 0.6vw;
}

/* 昆虫 style */
.insect-con {
    width: 100%;
    height: 100%;
}
.insect-con .main-con .tab-content {
    margin-top: 0 !important;
    height: 100% !important;
}
.insect-con .right-con {
    padding-top: 0.75vw;
}
.insectSit-cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.insectSit-cont .insectSit-cont-left {
    width: calc(16.7vw - 15px);
    margin-right: 15px;
    padding-top: 0.75vw;
}
.insectSit-cont .insectSit-cont-main {
    flex: 1;
    height: 100%;
    position: relative;
}
.insect-main-title {
    position: relative;
    height: 2.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.insect-main-title > .img-box {
    width: 9vw;
    height: 2.8vw;
    margin-bottom: 6px;
    position: relative;
}
.insect-main-title > .img-box > img {
    width: 100%;
    height: 100%;
}
.insect-main-title > .img-box > span{
    position: absolute;
    right: 5%;
    top: 36%;
    /*transform: translateY(-50%);*/
}
.insect-main-title .toggle-buttons {
    position: absolute;
    top: 0.75vw;
    /*transform: translateY(-50%);*/
    right: 0;
}

.insect-circle-box {
    width: 100%;
    /*height: 100%;*/
    height: calc(100% - 3.6vw);
    position: relative;
}
.insect-circle {
    border-radius: 50%;
    background: rgba(79, 229, 181, 0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}
.insect-circle::before {
    background: radial-gradient(circle, rgba(21, 77, 160, 0), rgba(21, 185, 130, 0.44));
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.insect-circle>div {
    z-index: 2;
}
.insect-circle-big {
    width: 10.5vw;
    height: 10.5vw;
}
.insect-circle-big::before {
    width: 8.5vw;
    height: 8.5vw;
}
.insect-circle-big>div:nth-of-type(1) {
    margin-top: 3.35vw;
}
.insect-circle-big>div:nth-of-type(2) {
    margin-top: 0.9vw;
    margin-bottom: 0.3vw;
}
.insect-circle-bright::before {
    background: linear-gradient(to right top, rgba(22, 226, 231, 0.56), rgba(136, 232, 130, 0.56));
}
.insect-circle-middle {
    width: 7.9vw;
    height: 7.9vw;
}
.insect-circle-middle::before{
    width: 6.4vw;
    height: 6.4vw;
}
.insect-circle-middle>div:nth-of-type(1) {
    margin-top: 2.35vw;
}
.insect-circle-middle>div:nth-of-type(2) {
    margin-top: 0.4vw;
    margin-bottom: 0.25vw;
}
.insect-circle-small {
    width: 5.8vw;
    height: 5.8vw;
}
.insect-circle-small::before{
    width: 4.8vw;
    height: 4.8vw;
}
.insect-circle-small>div:nth-of-type(1) {
    margin-top: 1.35vw;
}
.insect-circle-small>div:nth-of-type(2) {
    margin-top: 0.15vw;
    margin-bottom: 0vw;
}
.insect-circle-hundred::before {
    background: linear-gradient(to right top, rgba(22, 226, 231, 0.2), rgba(136, 232, 130, 0.56));
}
.insect-circle-ten::before {
    background: linear-gradient(to right top, rgba(198, 181, 81, 0.2), rgba(210, 107, 188, 0.56));
}
.insect-circle:nth-of-type(1){
    left: 27vw;
    top: 12.6vw;
}
.insect-circle:nth-of-type(2){
    left: 20.25vw;
    top: 22.05vw;
}
.insect-circle:nth-of-type(3){
    left: 37.2vw;
    top: 25.9vw;
}
.insect-circle:nth-of-type(4){
    left: 39.45vw;
    top: 7.1vw;
}
.insect-circle:nth-of-type(5){
    left: 18.35vw;
    top: 4.85vw;
}
.insect-circle:nth-of-type(6){
    left: 13vw;
    top: 18.7vw;
}
.insect-circle:nth-of-type(7){
    left: 38.8vw;
    top: 17.55vw;
}
.insect-circle:nth-of-type(8){
    left: 17.65vw;
    top: 32vw;
}
.insect-circle:nth-of-type(9){
    left: 49.75vw;
    top: 3.65vw;
}
.insect-circle:nth-of-type(10){
    left: 10.95vw;
    top: 1.8vw;
}
.insect-circle:nth-of-type(11){
    left: 35.25vw;
    top: 36.8vw;
}
.insect-circle:nth-of-type(12){
    left: 52.7vw;
    top: 26.8vw;
}
.insect-circle:nth-of-type(13){
    left: 46.75vw;
    top: 20.45vw;
}
.insect-circle:nth-of-type(14){
    left: 4.65vw;
    top: 21.25vw;
}
.insect-circle:nth-of-type(15){
    left: 54.25vw;
    top: 13vw;
}
.insect-circle:nth-of-type(16){
    left: 28.65vw;
    top: 31.45vw;
}
.insect-circle:nth-of-type(17){
    left: 10.45vw;
    top: 10.55vw;
}
.insect-circle:nth-of-type(18){
    left: 46.25vw;
    top: 33.2vw;
}
.insect-circle:nth-of-type(19){
    left: 10.15vw;
    top: 27.35vw;
}
.insect-circle:nth-of-type(20){
    left: 3vw;
    top: 32.55vw;
}
.insect-circle:nth-of-type(21){
    left: 32.7vw;
    top: 7.1vw;
}
.insect-circle:nth-of-type(22){
    left: 31.5vw;
    top: 24.15vw;
}
.insect-circle:nth-of-type(23){
    left: 20.25vw;
    top: 15.85vw;
}
.insect-circle:nth-of-type(24){
    left: 3.55vw;
    top: 12.45vw;
}
.insect-circle:nth-of-type(25){
    left: 24vw;
    top: 38.95vw;
}
.insect-circle:nth-of-type(26){
    left: 28.25vw;
    top: 1.2vw;
}
.insect-circle:nth-of-type(27){
    left: 12vw;
    top: 38.75vw;
}
.insect-circle:nth-of-type(28){
    left: 3.25vw;
    top: 5.1vw;
}
.insect-circle:nth-of-type(29){
    left: 37.65vw;
    top: 1.3vw;
}
.insect-circle:nth-of-type(30){
    left: 53.65vw;
    top: 38.1vw;
}

/*气泡图图例*/
#bubbleCanvas {
    width: 100%;
    height: calc(100% - 40px);
}
#bubbleLegend {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color:#fff;
    font-weight: bold;
}
#bubbleLegend>div {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
#bubbleLegend>div div {
    display: inline-block;
    width: 53px;
    height: 20px;
    border-radius: 10px;
    background: rgba(79, 229, 181, 0.2);
    position: relative;
    margin-right: 15px;
}
#bubbleLegend>div div::before {
    content: '';
    display: inline-block;
    width: 49px;
    height: 16px;
    border-radius: 10px;
    background: rgba(94, 230, 113, 0.9);
    position: absolute;
    top:2px;
    left: 2px;
}
#bubbleLegend>div:nth-of-type(2) div::before {
    background: rgba(39, 163, 95, 0.9);
}
#bubbleLegend>div:nth-of-type(3) div::before {
    background: rgba(0, 114, 96, 0.9);
}
#bubbleLegend>div:nth-of-type(4) div {
    display: inline-block;
    width: 53px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid rgba(79, 229, 181, 0.2);
    background: transparent;
    position: relative;
    margin-right: 15px;
}
#bubbleLegend>div:nth-of-type(4) div::before {
    background: transparent;
}


.insect-img-box {
    height: calc(100% - 3.6vw);
    /*padding-top: 2.6vw;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.insect-img-box .row {
    margin-left: 0;
    margin-right: 0;
}
.insect-img-card {
    position: relative;
    margin-bottom: 1vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}
.insect-img-card a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 75%;
    object-fit: cover;
    position: relative;
    border-radius: 0.2vw;
}
.insect-img-card img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
}
.insect-img-card .insect-img-info {
    width: calc(100% - 3vw);
    padding: 0.25vw 0.5vw;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
}
.insect-img-card .insect-img-info>div:first-child>div {
    display: flex;
    align-items: center;
}
.insect-img-card .insect-img-info>div:first-child>div + div {
    margin-top: 0.25vw;
}
.insect-img-card .insect-img-info>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-container {
    text-align: center;
    width: 100%;
    padding: 0.75vw 0;
}
.page-container .pagination .prev,
.page-container .pagination .next{
    font-size: 0.8vw;
    padding: 0 0.6vw;
}
.page-container .pagination .prev.disabled,
.page-container .pagination .next.disabled {
    cursor: not-allowed;
}
.page-container .pointer {
    padding: 0 0.25vw;
    cursor: pointer;
}
.page-container .pointer a {
    float: none;
    font-size: 0.8vw;
    font-family: HYRuiZhiW;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
}
.page-container .pointer a:hover {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
}
.page-container .pointer.active a,
.page-container .pointer.active a:hover{
    border: none;
    background: linear-gradient(to right, rgba(22, 226, 231, 0), rgba(79, 229, 181, 1), rgba(118, 231, 146, 0.3));
}
.insect-dialog-c {
    height: calc(100% - 56px);
    max-height: calc(100% - 56px);
    margin: 0;
    padding: 0;
}
.insect-dialog-c img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.insect-dialog-c .insect-img-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 1vw;
}


/*
    植物、鸟类style
*/
/*main-con*/
.main-row-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.main-row-content .main-con {
    position: relative;
}
.main-row-content .main-map-con {
    padding: 0 !important;
}

.main-row-content .main-con .tab-content {
    margin-top: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.main-row-content .main-map-con .tab-content {
    width: 100vw;
    left: -25%;
}

/*地址换行展示*/
.main-row-content .main-con .gallery .address {
    overflow: visible;
    white-space: normal;
}
/*masker信息弹窗样式同最新发现*/
#mapContainer .amap-info-content {
    /*border: none;*/
    padding: 0;
}
.custom-tag {
    display: inline-block;
    font-size: 0.6vw;
    border-radius: 6px;
    border: 1px solid rgba(216, 240, 255, 0.5);
    padding: 0 0.2vw;
    background: rgba(13, 80, 81, 0.73);
    color: var(--textColor);
}

/*页面顶部内容区域*/
.main-con .top-con,
.main-con .center-container {
    width: 100%;
    height: 14%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.main-map-con .top-con {
    display: block;
}
.main-con .top-con::before,
.main-con .center-container::before {
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    background: linear-gradient(to bottom, #0C1E29 40%, transparent);
    position: absolute;
    left: -25%;
    top: 0;
}
.main-con .center-container {
    display: block;
}
.main-con .center-container::before {
    display: none;
}
.main-map-con .center-container::before {
    display: block;
}

.center-container .c-row1,
.center-container .c-row2 {
    justify-content: center;
    position: relative;
    padding: 0.75vw 0;
}
.center-container .c-row1 {
    display: flex;
}
.c-row1 > div {
    margin: 0 1.2vw;
}
/*数据来源、时间下拉选择*/
.el-select-theme {
    width: 7.2vw;
}
.el-select-theme input[type="text"] {
    background: linear-gradient(to bottom, rgba(22, 226, 231, 0.4), rgba(136, 232, 130, 0.4));
    border-color: #04BB56 !important;
    height: 1.65vw;
    font-size: 0.6vw;
}
.el-select-theme input[type="text"]:focus,
.el-select-theme input[type="text"]:hover {
    color: #fff;
    background: linear-gradient(to bottom, rgba(22, 226, 231, 0.4), rgba(136, 232, 130, 0.4));
    border-color: #04BB56 !important;
}

/*发现物种统计 样式2*/
.center-container .c-row2 {
    display: none;
}
.main-map-con .center-container .c-row2 {
    display: flex;
}
.c-row2 .c-row2-col1 {
    display: flex;
    margin-right: 1.2vw;
}
.c-row2 .c-row2-col1,
.c-row2 .c-row2-col2 {
    border: 1px solid #04BB56;
    border-radius: 2px;
    box-sizing: border-box;
}
.c-row2 .main-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7.7vw;
    height: 4.5vw;
    background-image: url("../img/nature/fxtj-bg.png");
    background-size: 101% 120%;
    background-repeat: no-repeat;
    background-position: center;
}
.c-row2 .divider {
    width: 86%;
    height: 1px;
    margin: 0.3vw auto;
    background: linear-gradient(to right, transparent, #fff, transparent);
}
.c-row2 .count {
    color: #E5FFF1;
}
/*保护等级 样式2*/
.protection-class-panel2 {
    width: 14vw;
    height: 4.5vw;
    display: flex;
    /*background-image: url("../img/nature/bhdj-bg.png");*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    background: rgba(136, 232, 130, 0.2);
}
.protection-class-panel2 .pc-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.protection-class-panel2 .pc-item > div {
    margin: 0.25vw 0;
}

/*发现物种统计 样式1*/
.main-stat {
    width: 100%;
}
.main-stat .main-stat-cont {
    display: flex;
    justify-content: center;
    margin-top: 0.3vw;
}
.main-stat .main-stat-cont>div {
    display: flex;
    align-items: baseline;
    font-family: HYRuiZhiW;
}
.main-stat .main-stat-cont>div:first-child {
    margin-right: 68px;
    position: relative;
}
.main-stat .main-stat-cont>div>span {
    display: inline-block;
}
.main-stat .main-stat-cont>div>span:nth-of-type(1) {
    font-size: 0.8vw;
    color: #fff;
    position: relative;
    z-index: 1;
}
.main-stat .main-stat-cont>div>span:nth-of-type(1)::before {
    width: 4.65vw;
    height: 1.34vw;
    content: ' ';
    background: linear-gradient(to right, rgba(22, 226, 231, 0) 0%, rgba(33, 227, 221, 0.3) 10%, rgba(79, 229, 181, 0.8) 50%, rgba(136, 232, 130, 0) 100%);
    position: absolute;
    left: -0.25vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
    opacity: 0.2;
}
.main-stat .main-stat-cont>div>span:nth-of-type(1)::after {
    width: 4.65vw;
    height: 0.72vw;
    content: ' ';
    background: linear-gradient(to right, rgba(22, 226, 231, 0) 0%, rgba(33, 227, 221, 0.3) 10%, rgba(79, 229, 181, 0.8) 50%, rgba(118, 231, 146, 0.3) 70%, rgba(136, 232, 130, 0) 100%);
    position: absolute;
    left: -0.25vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.5;
}
.main-stat .main-stat-cont>div>span:nth-of-type(2) {
    font-size: 0.6vw;
    z-index: 1;
}
.main-stat .main-stat-cont>div>span:nth-of-type(3) {
    font-size: 1.7vw;
    color: #fed530;
    margin-left: 0.4vw;
    margin-right: 0.25vw;
    position: relative;
    z-index: 3;
}
.main-stat .main-stat-cont>div>span:nth-of-type(3) i {
    position: absolute;
    left: 0;
    top: 0;
    filter: blur(0.1vw);
    z-index: 2;
    font-style: normal;
}
.main-stat .main-stat-cont>div>span:nth-of-type(4) {
    font-size: 0.7vw;
    position: relative;
    z-index: 3;
}
.main-stat .main-stat-cont>div>span:nth-of-type(4) i {
    position: absolute;
    left: 0;
    top: 0;
    filter: blur(0.1vw);
    z-index: 2;
    font-style: normal;
}

/*自xxxx-xx-xx起*/
.main-stat-date {
    position: absolute;
    left: 1.3vw;
    top: 0.9vw;
    font-size: 0.8vw;
    font-weight: bold;
    color: #fff;
    font-family: PingFangSC-Bold;
}
.main-stat-date>span {
    color: #fed530;
}

/*保护级别--之后（wyj）*/
.main-con .protection-class-panel {
    position: absolute;
    top: 3vw;
    left: 1.3vw;
    min-width: 8.5vw;
    padding: 0.1vw 0.5vw;
    background: linear-gradient(to bottom, rgba(22, 226, 231, 0.26), rgba(33, 227, 221, 0.26), rgba(79, 229, 181, 0.26), rgba(136, 232, 130, 0.26));
}
.main-con .protection-class-panel .pc-item {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.4vw 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.main-con .protection-class-panel .pc-item:last-child {
    border-bottom-color: transparent;
}
.main-con .protection-class-panel .pc-item .check-box {
    width: 0.5vw;
    height: 0.5vw;
    background: rgba(255, 255, 255, 0.5);
    margin-right: 0.5vw;
}
.main-con .protection-class-panel .pc-item>span {
    display: inline-block;
    margin-left: 0.15vw;
}
.main-con .protection-class-panel .pc-item.active {
    color: #00EF60
}
.main-con .protection-class-panel .pc-item.active .check-box {
    background: #00EF60;
}

/* 数据来源 */
/*.data-source {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*    margin-top: 0.75vw;*/
/*}*/
/*.data-source .ds-btn {*/
/*    width: 9.2vw;*/
/*    height: 2.4vw;*/
/*    !*border-radius: 0.9vw;*!*/
/*    font-size: 0.9vw;*/
/*    font-family: HYRuiZhiW;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    line-height: 2.3vw;*/
/*    background-image: url("../img/nature/poi/type-bg.png");*/
/*    background-size: 100% 100%;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*.data-source .ds-btn span {*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.data-source .arrow {*/
/*    width: 2.4vw;*/
/*    height: 2.4vw;*/
/*    position: relative;*/
/*    transition: all 0.3s;*/
/*}*/
/*.data-source .arrow.left {*/
/*    background-image: url("../img/nature/poi/aleft.png");*/
/*    background-size: 100% 100%;*/
/*    background-repeat: no-repeat;*/
/*    left: 0.9vw;*/
/*}*/
/*.data-source .arrow.right {*/
/*    background-image: url("../img/nature/poi/aright.png");*/
/*    background-size: 100% 100%;*/
/*    background-repeat: no-repeat;*/
/*    right: 0.9vw;*/
/*}*/
/*.data-source .arrow.clickable {*/
/*    cursor: pointer;*/
/*    opacity: 0.9;*/
/*}*/
/*.data-source .arrow.clickable:hover {*/
/*    transform: scale(1.12);*/
/*    opacity: 1;*/
/*}*/
/*.data-source .arrow.clickable.left {*/
/*    background-image: url("../img/nature/poi/aleft-active.png");*/
/*}*/
/*.data-source .arrow.clickable.right {*/
/*    background-image: url("../img/nature/poi/aright-active.png");*/
/*}*/

/* 数据来源marker */
.poi-marker-container {
    width: 4.5vw;
    white-space: normal;
    position: relative;
}
.poi-marker-container .brand {
    width: 100%;
    height: 1.8vw;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.89);
    border: 1px solid rgba(94, 230, 113, 1);
    box-sizing: border-box;
    position: relative;
}
.brand .poi-content {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: -1px;
    z-index: -1;
    opacity: 0;
    border: 1px solid rgba(94, 230, 113, 1);
    background: #072332;
    box-sizing: content-box;
    perspective: 550px;
    transform-style: preserve-3d;
}
/*展开内容*/
.poi-marker-container.expend .brand {
    border-top-color: #072332 !important;
}
.poi-marker-container.expend .brand .poi-content {
    transition: all 0.5s ease;
    height: 4.5vw;
    opacity: 1;
    border-bottom-color: transparent;
}
.poi-marker-container.expend .brand .poi-content.flip {
    transform: rotateY(180deg);
}
.brand .poi-content .real-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    backface-visibility: hidden;
}
.brand .poi-content .real-image img {
    width: 4vw;
    height: 4vw;
}
.brand .poi-content .stat {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    color: #fff;
    font-size: 0.6vw;
    font-family: HYRuiZhiW;
    text-align: center;
    padding: 0.25vw;
    box-sizing: border-box;
}
.brand .poi-content .stat span {
    display: block;
    font-size: 0.8vw;
    color: #FAD200;
}
.brand .poi-content .stat .white-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6) 50%, transparent);
    margin: 2px 0;
}
.brand .poi-content .stat > div:last-child {
    display: flex;
    justify-content: space-between;
}
.brand .poi-content .stat > div:last-child > div {
    width: 50%;
}
.brand .base-info {
    height: 100%;
    background-color: rgba(1, 70, 72, 1);
    display: flex;
}
.brand .base-info .play-btn {
    width: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #FDE995, #F5D132, #F5A532);
}
.brand .base-info .play-btn img {
    width: 0.6vw;
}
.brand .base-info .poi-name {
    flex: 1;
    min-width: 0;
    text-align: center;
    font-size: 0.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.64vw;
}
.poi-marker-container .bottom-base {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.poi-marker-container .bottom-base img {
    width: 1.4vw;
}


/*通知 - 最新发现*/
.notice-con {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0.5vw 0;
    min-height: 1vw;
    color: #F7941E;
}
.notice-con > div:first-child img {
    width: 1.2vw;
    margin-right: 0.5vw;
}
.notice-con > div:last-child {
    flex: 1;
    min-width: 0;
}
.notice-scroll-con {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.notice-scroll-con > div {
    display: inline-block;
    margin-right: 0.5vw;
}


/*right-con*/
.main-row-content .right-con {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding-top: 0.75vw;
}
.main-row-content .left-con .con-bg,
.main-row-content .right-con .con-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 105%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(11, 30, 41, 0.82) 35%);
    z-index: -1;
}
.main-row-content .left-con .con-bg > img,
.main-row-content .right-con .con-bg > img {
    width: 100%;
    height: 100%;
}


/*left-con*/
.main-row-content .left-con {
    height: 100%;
    padding-right: 0;
    z-index: 10;
    padding-top: 0.75vw;
}
.main-row-content .left-con .con-bg {
    background: linear-gradient(to left, transparent, rgba(11, 30, 41, 0.82) 35%);
}
.main-row-content .left-con .con-bg img {
    transform: rotate(180deg);
    transform-origin: center;
}

/* 更多 */
.more-content {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 1.6vw;
    height: 1.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.more-content img {
    width: 1vw;
}
.more-content:hover {
    background: rgba(33, 227, 221, 0.1);
}

/*重点发现*/
.key-findings {
    position: relative;
}
.key-findings .rightIcon img {
    width: 1vw;
    animation: pulse 1.5s infinite;
}

.key-findings .key-findings-cont {
    padding: 0.25vw;
    background: linear-gradient(to bottom, transparent 15%, rgba(79, 229, 181, 0.2) 48%, rgba(79, 229, 181, 0.2) 52%, transparent 85%);
}
.key-findings-cont > div {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin: 0.5vw 0;
}
.key-findings-cont > div > div:first-child > .level {
    display: inline-block;
    font-size: 0.6vw;
    border-radius: 6px;
    border: 1px solid rgba(216, 240, 255, 0.5);
    color: var(--textColor);
    padding: 0 0.2vw;
    background: rgba(13, 80, 81, 0.73);
}
.key-findings-cont > div > div:last-child {
    color: var(--textColor);
}
/*重点发现 地点动态 更多*/
.keyGallary-con,
.place-com,
.ranking-com {
    position: absolute !important;
    top: 0;
    left: 0;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #0C1E29;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.keyGallary-con .top-cont,
.place-com .top-cont,
.ranking-com .top-cont {
    display: flex;
    align-items: center;
    padding: 0 0.5vw;
}
.close-modal {
    cursor: pointer;
    color: #ddd;
    margin-right: 2.5vw;
}
.close-modal > img {
    width: 1.2vw;
    animation: pulse 1s infinite;
    vertical-align: text-bottom;
}
.close-modal:hover {
    color: #fff;
}

.filters {
    display: flex;
}
.filters .filter-item {
    width: 10vw;
    margin-right: 1vw;
    background-color: transparent;
}
.keyGallary-con .gallery {
    flex: 1;
    overflow-y: auto;
}
.place-com .charts,
.ranking-com .charts {
    flex: 1;
    display: flex;
    padding: 0.5vw;
    min-height: 0;
}
.place-com .charts .chart,
.ranking-com .charts .chart {
    width: 50%;
    height: 100%;
}

.el-input.is-disabled .el-input__inner,
.el-select .el-input.is-disabled .el-input__inner:hover,
.el-range-editor.is-disabled input {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--inputBorderColor);
}
.el-date-range-separator {
    line-height: 32px;
    margin: 0 0.5vw;
}

/* 全局input样式 */
input[type="text"] {
    background: transparent;
    border-radius: 2px;
    color: #fff;
    border-color: var(--inputBorderColor) !important;
}
input[type="text"]:focus,
input[type="text"]:hover {
    color: #fff;
    background: transparent;
}

/* reset element ui */
/* 日期选择器 */
.el-date-editor {
    border-color: var(--inputBorderColor) !important;
}
.el-date-editor .el-range-input {
    background-color: transparent;
    color: #fff;
}
/* 选择器和日期选择下拉菜单 */
.el-select-dropdown,
.el-picker-panel {
    background: #0C1E29;
    box-shadow: 0px 0px 3px rgba(255, 255, 255, 0.4);
    border-color: var(--inputBorderColor);
}
.el-popper[x-placement^=bottom] .popper__arrow {
    border-bottom-color: var(--inputBorderColor);
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
    border-bottom-color: #0C1E29;
}
.el-select-dropdown__item {
    color: #fff;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #9ACFFF;
}
.el-select-dropdown__item.selected {
    color: #9ACFFF;
    font-weight: 700;
}
/*.el-picker-panel.el-date-picker .el-picker-panel__body */
.el-picker-panel__icon-btn,
.el-date-picker__header-label,
.el-date-picker__header-label:hover,
.el-date-table td.available span {
    color: #fff;
}
.el-date-picker__header-label {
    pointer-events: none;
}
.el-date-table th {
    color: #fff;
    border-bottom: 1px solid var(--inputBorderColor);
}
.el-date-table td.disabled div {
    background: transparent;
    color: #888;
}


/*植物花期*/
.florescence .florescence-cont {
    padding: 0.5vw;
    background: linear-gradient(to bottom, transparent, rgba(79, 229, 181, 0.2) 49%, rgba(79, 229, 181, 0.2) 51%, transparent);
    height: 40vh;
    overflow-y: auto;
}
.florescence-cont .florescence-cont-item {
    margin: 0.5vw 0;
    cursor: pointer;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}
.florescence-cont .florescence-cont-item:hover {
    border-color: rgba(79, 229, 181, 0.1);
    background: linear-gradient(to right, transparent, rgba(79, 229, 181, 0.1), rgba(79, 229, 181, 0.1), transparent);
}
.florescence-cont-item .flabel,
.florescence-cont-item .stat > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--textColor);
}
.florescence-cont-item .flabel .name {
    color: #fff;
}
.florescence-dialog {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #0C1E29;
}
.florescence-dialog .top-cont {
    display: flex;
    align-items: center;
    padding: 0.5vw 0.5vw 1.5vw;
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    background: linear-gradient(to bottom, #0C1E29, transparent);
}
.florescence-dialog .top-cont .title {
    margin: 0 2.5vw;
}
.florescence-dialog #flowerMapContainer {
    height: 100%;
}

/* birdCon1样式 */
.bird-con .main-map-con .tab-content {
    left: 0% !important;
}
.bird-con .main-con .real-time-pic {
    position: absolute;
    top: 0.5vw;
    left: 0;
    display: none;
}
.bird-con .main-map-con .real-time-pic {
    display: block;
}
.bird-real-time-pic_c {
    width: 100%;
    position: relative;
    margin-top: 0.5vw;
}
.bird-real-time-pic_c .bird-pic-box {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.bird-real-time-pic_c .bird-pic-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.bird-real-time-pic_c .bird-pic-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    /*padding: 5px 20px 5px 5px;*/
    padding: 0.25vw;
}
.bird-real-time-pic_c .bird-pic-info>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bird-real-time-pic_c .bird-pic-info>div:nth-of-type(2) {
    padding: 0.25vw 0;
}

.bird-con .bottom-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 20%;
    display: none;
    background: linear-gradient(to bottom, transparent, rgba(11, 30, 41, 0.82));
}
.bird-con .main-map-con .bottom-con {
    display: block;
}
.bird-level-panels {
    display: flex;
    position: absolute;
    bottom: 2vw;
    left: 3vw;
}
.bird-level-panels > .panel-item {
    display: flex;
    align-items: flex-end;
    margin: 0 1.5vw;
    position: relative;
}
.panel-item.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.1vw;
    left: 0;
    width: 100%;
    height: 0.2vw;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(153, 195, 227, 0.7), rgba(255, 255, 255, 0));
}
.panel-item .panel-title {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
}
.panel-item.active .panel-title {
    position: relative;
    background-image: url("../img/nature/bird-level-title-bg.png");
    background-size: 170% 220%;
    background-position: 50% 30%;
    color: #fff;
}
.panel-item.active .panel-title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.1vw;
    left: 0;
    width: 100%;
    height: 0.15vw;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.panel-item .panel-body {
    display: flex;
    padding: 0;
}
.panel-item .panel-body > div {
    margin-left: 1.5vw;
    margin-bottom: 0.5vw;
}

/*鸟类-地点动态*/
.place-container {
    position: relative;
}
/*滚动列表*/
.place-list {
    margin-top: 0.5vw;
    max-height: 20vw;
    overflow-y: auto;
}
.place-list>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4vw 0;
}
#place-chart {
    height: 22vw;
}



/*赏花购花*/
.enjoy-buy-flowers-btns {
    position: absolute;
    top: 3vw;
    right: calc(1.2% + 0.5vw);
    width: 7vw;
    z-index: 20;
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_t {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_t.highlight {
    color: #FED430;
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_t::after {
    content: "";
    width: 5.4vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -0.4vw;
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_t.enjoy-buy-flowers_t_b::after {
    width: 2.4vw;
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_t.spread::after {
    background-color: transparent;
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_t img {
    display: inline-block;
    width: 0.8vw;
    height: 0.45vw;
    margin-left: 1.4vw;
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_b {
    width: 100%;
    padding: 0.1vw 0.5vw;
    background: linear-gradient(to bottom, rgba(22, 226, 231, 0.26), rgba(33, 227, 221, 0.26), rgba(79, 229, 181, 0.26), rgba(136, 232, 130, 0.26));
    margin-top: 0.35vw;
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_b>div {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.4vw 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_b>div:last-child {
    border-bottom-color: transparent;
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_b>div .check-box {
    width: 0.5vw;
    height: 0.5vw;
    background: rgba(255, 255, 255, 0.5);
    margin-right: 0.5vw;
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_b>div.active {
    color: #00EF60
}
.enjoy-buy-flowers-btns .enjoy-buy-flowers_b>div.active .check-box {
    background: #00EF60;
}
.fp-marker {
    width: 1.6vw;
    height: 1.9vw;
    transition: transform 0.5s ease;  /* 通过 transform 实现平滑缩放 */
}
.fp-marker>img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fp-marker.scale-in {
    transform: scale(1.2);  /* 放大 1.2倍 */
}
#fmapContainer .amap-marker-label {
    border-color: transparent!important;
    background-color: transparent!important;
    color: #fff!important;
    /*text-shadow: 0 0 0.4vw rgba(0, 0, 0, 1);*/
}
#fmapContainer .bottom-left .amap-info-sharp {
    display: none;
}
