/* package/AIOTOverview/electricityMonitoring/electricityMonitoring.wxss */
.select {
    width: 50%;
}

.select .van-dropdown-menu {
    box-shadow: none
}

/* package/AIOTOverview/AIOTOverview.wxss */


.card {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    /* padding: 10px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 12px 12px;
}

.top {
    display: flex;
    justify-content: space-between;
    padding: 10px;

    /* background-position: bottom; */
}

.card-content {
    padding: 0 10px;
}

.card-left {
    margin-left: 23px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #000000d9;
}

.detail {
    margin: 10px 0
}

.card-right {
    margin-right: 18px;
    margin-bottom: 10px;
    color: #1684FF;
}

.fontStyle {
    font-family: PingFangSC-Medium;
    font-weight: bold;
}
.content-left {
    font-size: 12px;
  }
  
  .content-right {
    font-size: 14px;
    text-align: right;
  }