.orderFrame{padding-top:10px;width:362px;margin:0 auto}.orderFrame .orderBox{width:345px;margin:0 auto;box-shadow:0 2px 10px #ccc;margin-bottom:10px;padding:10px 15px;border-radius:10px;position:relative;transition:all .1s linear}.orderFrame .orderBox .orderInfo{align-items:center;justify-content:space-between;font-size:13px;color:#333;line-height:25px}.orderFrame .orderBox .orderInfo .orderIcon{margin-left:7px}.orderFrame .orderBox .orderInfo .infoLeft{display:flex;align-items:center}.orderFrame .orderBox .orderInfo .infoRightAddress{max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orderFrame .orderBox .orderInfo .cancelTxt,.orderFrame .orderBox .orderInfo .iconRed{color:red}.orderFrame .orderBox .orderInfo .iconGreen{color:green}.orderFrame .orderBox:hover{cursor:pointer;margin-bottom:16px;margin-top:-6px;box-shadow:0 2px 10px #59a9ff}