/* cycling.wxss 1:1 (rpx/2=px) */
.container{background:linear-gradient(180deg,#e4e5ff,#f6f6f6 20%,#f6f6f6);min-height:100%}

.main{padding:0 14px 12.5px}

/* 地图区 */
.map-wrap{background:#fff;border-radius:11px;padding:10px}
.map-component{border-radius:9px;height:357.5px;width:100%;overflow:hidden}
.leaflet-container{width:100%;height:357.5px;border-radius:9px}

/* 设备卡片 */
.device-card{background:#6558db;border-radius:11px;padding:15px;display:flex;align-items:center}
.device-right{color:#fff;font-size:16.5px;font-weight:600;margin-left:20px;flex:1}
.device-right>img{height:33px;margin-bottom:19px;width:33px}
.device-info{margin-top:20px}
.device-info--sn{color:#c1bbff;font-size:12px}
.device-info--tit{color:#fff;font-size:16.5px;font-weight:600}
.device-info>img{height:40px;margin-right:9px;width:40px}
.device-head{border-bottom:1px solid #796aff;padding-bottom:10px}
.device-tag{background:rgba(255,192,159,.29);border-radius:12.5px;color:#ff5e0a;font-size:12px;height:22.5px;margin-left:7.5px;padding:0 8px;display:flex;align-items:center}
.device-tag-circle{background:#ff5e0a;border-radius:50%;height:5px;margin-right:4px;width:5px}
.device-status{color:#fff;font-size:16.5px;font-weight:600}

/* 今日数据 */
.today-data{background:#fff;border-radius:11px;margin-top:10px;padding:12px 14px;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.data-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #f5f5f5}
.data-title{color:#333;font-size:14px;font-weight:700}
.data-more{color:#ff5e0a;font-size:12px;cursor:pointer;font-weight:500}
.data-list{display:flex;flex-wrap:wrap;gap:8px}
.data-unit{color:#999;font-size:11px;margin-left:3px}
.data-value{color:#ff5e0a;font-size:20px;font-weight:700}
.data-label{color:#999;font-size:11px;margin-top:3px}

/* 底部按钮组 - 长条状 */
.footer-bar{margin-top:12.5px;display:flex;flex-direction:column;gap:10px}
.footer-item{background:#fff;border-radius:11px;padding:14px 16px;width:100%;display:flex;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.footer-arrow{height:16px;width:16px}
.footer-eng{color:#8f8f8f;font-size:11px;font-weight:600}
.footer-text{color:#3e3d42;font-size:16px;font-weight:600}
.footer-icon{height:40px;margin-right:12px;width:40px}
