.Command{background-color:#f9f9f9;width:100%;box-sizing:border-box;padding:10px 10px 70px;height:auto;min-height:100%}.Command .commandTitle{padding:10px 10px 15px;box-sizing:border-box;font-size:18px;font-weight:700;color:#333}.Command .commandItem{margin:0 0 10px;padding:18px 10px 18px 15px;background:#fff;border-radius:12px}.Command .commandItem .topWrap{display:flex;justify-content:space-between;align-items:center}.Command .commandItem .topWrap .topLeft{flex:1;display:flex;align-items:center}.Command .commandItem .topWrap .topLeft .name{color:#333;font-weight:700;font-size:15px}.Command .commandItem .topWrap .topLeft .command{background:#e2f6ef;border:1px solid #07bf7c;border-radius:2px;font-weight:700;color:#07bf7c;font-size:13px;padding:2px 5px;margin:0 10px}.Command .commandItem .topWrap .topRight{flex:none}.Command .commandItem .time{margin-top:13px;font-size:13px;font-weight:500;color:#666}.Command .addCommand{width:90%;height:48px;background:linear-gradient(-90deg,#07bf9a,#07bf7c);box-shadow:0 10px 10px 0 rgba(168,253,222,.43);border-radius:12px;font-size:16px;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center;position:fixed;bottom:63px;left:0;right:0;margin:auto}.Command .commandPopup{background:#fff;border-radius:12px 12px 0 0;padding:22px 20px 50px;box-sizing:border-box}.Command .commandPopup .commandPopupTitle{font-size:16px;font-weight:700;color:#333;margin-bottom:20px}.Command .commandPopup .van-field{background:#f8f8f8;border-radius:6px;margin-bottom:10px}.Command .commandPopup .van-field .van-field__label{width:75px}.Command .commandPopup .van-field .van-field__label span{font-size:15px;color:#333}.Command .commandPopup .van-button{height:44px;background:linear-gradient(-90deg,#07bf9a,#07bf7c);box-shadow:0 10px 10px 0 rgba(168,253,222,.43);border-radius:12px;font-size:16px;font-weight:700;border:none;color:#fff;display:flex;justify-content:center;align-items:center;margin:20px auto 0}