html {
    background-color: #3a3a3a;
}

.container {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    z-index: 999;
}

.pagetop {
    display: flex;
    border-bottom: 1px solid #949595;
    border-right: 1px solid #949595;
    position: fixed;
    left: 2.5vw;
    width: 95%;
    background-color: #4444444b;
}

.logo {
    display: flex;
    height: 100%;
}

.logo img {
    width: 100%;
    height: 100%;
}

.logo-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;

}

.text-left {
    margin-left: 30px;
}

.text-left img {
    transform: translateY(-250px);
}

.text-right {
    line-height: 1.5rem;
    margin-right: 30px;
    text-align: right;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.text-right p,
.text-right>div {
    transform: translateX(250px);
}

.text-right>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weather-icon {
    width: 18px;
    height: 18px;
    /* 垂直居中 */
    vertical-align: middle;
    margin-right: 8px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(-50%, -60%);
}

.weather-icon>img {
    width: 160%;
    margin: -25% -6px;
    filter: brightness(9999999999999999999%);
}
.weather-info-box{
    border: 1px solid #949595;
    background-color: #4444444b;
    width: 300px;
    max-width: 320px;
    height: auto;
    max-height: 170px;
    position: absolute;
    top: 132px;
    left: 2.5vw;
    transform: translateX(-400px);
    color: #bebebe;
}
.weather-info-box div:nth-child(1) p{
    text-align: center;
    border-bottom: aqua 1px solid;
    line-height: 24px;
}
/* main */
.main-container {
    height: 550px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-list {
    width: 216px;
    position: fixed;
    left: 2.5vw;
    top: 25%;
}

.left-list>div {
    display: flex;
    flex-direction: column;
    background-image: url(../img/左-楼栋.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 51px;
    line-height: 1.1rem;
    padding: 7px;
    margin-bottom: 7px;
    transform: translateX(-270px);
}


.left-list div.selected {
    background-image: url('../img/左-楼栋-选中.png');

}

.left-list>div>p:nth-child(1) {
    font-size: 13px;
}

.left-list>div>p:nth-child(2) {
    font-size: 1rem;
    color: rgb(190, 190, 190);
}


.right-list {
    position: fixed;
    right: 2.5vw;
    top: 13%
}

/* 第二个right-title（物业出租占比） */
.right-list>div:nth-child(3) {
    margin-top: 25px;
}

.right-title {
    background-image: url(../img/右.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 0px;
    height: 28px;
}

.right-title>span:nth-child(1) {
    color: #fff;
    margin-left: 6px;
    font-size: 10px;
    padding: 3px 0;
    height: 34px;
    overflow: hidden;
}

.right-title>span:nth-child(2) {
    font-size: 1.12rem;
    color: #313638;
    height: 20px;
    overflow: hidden;
}

.right-box {
    display: flex;
    flex-direction: column;
    border: 1px solid #949595;
    margin-top: 4px;
    width: 570px;
    background-color: #4444444b;
}

/* **面积、物业数整行 */
.right-box>div>div {
    display: flex;
    margin: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}

/* **面积、物业数单个小方块+标题 */
.right-box>div>div:nth-child(1)>div {
    display: flex;
}

.right-box>div>div:nth-child(1)>div>div:nth-child(2) {
    margin: 5px 10px;
}

/* 标题（**面积） */
.right-box>div>div>div>div>p:nth-child(1),
.left-list>div>p:nth-child(1) {
    color: #34fefe;
}

/* 圆圈后面的小标题 */
.right-box>div>div:nth-child(2),
.right-box2>div>div:nth-child(1) {
    font-size: 13px;
    color: aliceblue;
}

/* 小圈圈图片 */
.list-one {
    width: auto;
    height: 100%;
    margin-right: 4px;
}

#echarts {
    width: 500px;
    height: 160px;
}

.right-box2 {
    display: flex;
    border: 1px solid #949595;
    margin-top: 4px;
    width: 570px;
    background-color: #4444444b;
}

.right-box2>div {
    margin: 16px 50px 16px 16px;
}

.right-box2>div:nth-child(2) {
    margin-left: 50px;
}

.right-box2>div>div:nth-child(2) {
    display: flex;
    margin-top: 10px;
}

.right-box2>div>div:nth-child(2)>div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;

}

.right-box>div>div>div>div>span,
.right-box2>div>div:nth-child(2)>div:nth-child(1)>span {
    color: #fff;
}

/* 园区基本信息数字*/
.right-box>div>div>div>div>span:nth-child(2) {
    font-size: 25px;
    font-weight: bold;
}

/* 平方米/间 */
.right-box>div>div>div>div>span:nth-child(3) {
    font-size: 3px;
}

.right-box2>div>div:nth-child(2)>div:nth-child(1)>span {
    position: absolute;
}

/* 百分比两个小方块 */
.right-box2>div>div:nth-child(2)>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 15px;
    position: relative;
}

.right-box2>div>div:nth-child(2)>div:nth-child(2)>div:nth-child(1) {
    position: absolute;
    display: flex;
    width: 42px;
    height: 35px;
    align-items: center;
    justify-content: center;
    top: 0;
    color: #fff;
    background-image: url('../img/R-Nselect.png');
}

.right-box2>div>div:nth-child(2)>div:nth-child(2)>div:nth-child(1).selected,
.right-box2>div>div:nth-child(2)>div:nth-child(2)>div:nth-child(2).selected {
    background-image: url('../img/R-select.png');
}

.right-box2>div>div:nth-child(2)>div:nth-child(2)>div:nth-child(2) {
    position: absolute;
    bottom: 0;
    width: 42px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: url('../img/R-Nselect.png');
}

/* bottom box*/
.bottom-container {
    position: fixed;
    left: 2.5vw;
    width: 95%;
    bottom: 1vw;
}

.bottom-box {
    display: flex;
    border: 1px solid #949595;
    margin-top: 4px;
}

.bottom-left,
.bottom-right {
    margin: 20px;
    margin-left: 40px;
}

.bottom-right {
    margin-right: 40px;
}

/* bottom-left列表 */
.bottom-left>div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-bottom: 7px;
    width: 297px;
    height: 57px;
    background-image: url(../img/下-未选中.png);
    background-repeat: no-repeat;
}

.bottom-left>div.selected {
    background-image: url(../img/下-选中.png);
}

.bottom-left>div>div {
    display: flex;
    position: absolute;
    width: 100%;
    align-items: center;
}

.bottom-left>div>div>img {
    margin-left: 5px;
}

.bottom-left>div>div>span:nth-child(2) {
    color: #fff;
    margin-left: 15px;
}

.bottom-left>div>div>span:nth-child(3) {
    color: #34fefe;
    font-size: 30px;
    position: absolute;
    right: 15px;

}

.bottom-right {
    width: 82%;
}

.bottom-right>div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 57px;
    margin-bottom: 7px;
    background-color: #26252ab3;
    padding-left: 20px;
}

.bottom-right>div>span {
    display: inline-block;
    width: 13%;
    color: #bebebe;
}

.progress-circleL {
    --percent: 0;
    /* 百分数 */
    --size: 95px;
    /* 尺寸大小 */
    --border-width: 5px;
    /* 环宽（粗细） */
    --color: #34fefe;
    /* 主色 */
    --inactive-color: #ccc;
    /* 辅助色 */
    position: absolute;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
}

.progress-circleR {
    --percent: 0;
    /* 百分数 */
    --size: 95px;
    /* 尺寸大小 */
    --border-width: 5px;
    /* 环宽（粗细） */
    --color: #34fefe;
    /* 主色 */
    --inactive-color: #ccc;
    /* 辅助色 */
    position: absolute;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
}


/* SVG 容器 */
.progress-circleL>svg,
.progress-circleR>svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

/* 进度条圆环 */
.progress-circleL circle,
.progress-circleR circle {
    --r: calc((var(--size) - var(--border-width)) / 2);
    cx: calc(var(--size) / 2);
    cy: calc(var(--size) / 2);
    r: var(--r);
    fill: none;
    stroke-width: var(--border-width);
    stroke-linecap: round;
    transition: stroke-dasharray .4s linear, stroke .3s;
}

/* 优化：进度为0时隐藏进度条 */
.progress-value {
    opacity: var(--percent);
}




/* 动画 */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating-image {
    animation: rotate 10s linear infinite;
    /* 使图片无限旋转，持续时间为10秒 */
    z-index: -1;
}