.homePage{display:flex;align-items:center;justify-content:center;height:calc(100vh - 80px);background-color:#0A0A0A}.home_container{position:relative}.home_title{font-size:48px;font-weight:600;text-align:center;font-family:e_bold;text-transform:uppercase}.home_select{margin-top:62px;position:relative;width:700px;height:426px;background:rgba(217,217,217,.1);border-radius:20px 20px 20px 20px;border:1px solid rgba(255,255,255,.28);cursor:pointer}.home_select:after,.home_select:before{content:"";width:45px;height:1px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:rgba(255,255,255,.57);font-size:20px;font-weight:500;z-index:1}.home_select:before{transform:translate(-50%,-50%) rotate(90deg)}.home_device_img{margin-top:70px;width:425px}.home_device_bottom{margin-top:62px;display:flex;justify-content:center;align-items:center}.home_device_bottom .battery_progress{display:none}.home_device_bottom .home_device_battery{margin-right:16px}.home_device_bottom .icon-a-Vector1{display:none}.home_device_btn{display:block;margin-top:40px;font-size:40px;text-align:center;color:var(--ant-text-primary-color);cursor:pointer}.home_device_btn.disabled{pointer-events:none;color:rgba(255,255,255,.28);cursor:not-allowed}.home_add{position:absolute;left:100%;bottom:0;transform:translateX(20px);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;border-radius:4px;cursor:pointer}.home_add i{font-size:18px}.home_list{position:relative;display:flex;justify-content:center;align-items:center}.home_device{margin:0 10px}.home_devices{margin-top:40px}.home_devices .home_device{width:400px;height:300px;padding:10px;border-radius:20px;border:1px solid rgba(255,255,255,.28)}.home_devices .home_device .home_device_img{margin-top:60px;width:100%}.home_devices .home_device .home_device_bottom{margin-top:20px}.home_devices .home_select{margin:0 10px;width:400px;height:300px}.home_devices .home_device.active,.home_devices .home_select.active{border-color:#fff}