.hangorder{width:100%;height:100vh;overflow:hidden;box-sizing:border-box;padding:0 24px 24px;display:flex;flex-direction:column}.hangorder .title{height:52px;line-height:52px;font-size:22px;color:#fff;position:relative}.hangorder .title,.hangorder .title .back{text-align:center;font-family:Source Han Sans CN;font-weight:500}.hangorder .title .back{position:absolute;top:8px;bottom:8px;right:0;padding:0 24px;line-height:36px;cursor:pointer;font-size:17px;background-color:#fff;border-radius:3px}.hangorder .main{display:flex;width:100%;overflow:hidden;flex:1;height:0;flex-direction:column;background-color:#fff}.hangorder .main .table_head{width:100%;height:60px;position:relative;display:flex;align-items:center}.hangorder .main .table_head .table_head_item{text-align:center;font-size:17px;font-family:Source Han Sans CN;font-weight:500}.hangorder .main .table_head .table_head_bg{position:absolute;top:0;bottom:0;left:0;right:0;opacity:.12}.hangorder .main .item{flex:1;text-align:center}.hangorder .main .item2{flex:2.3}.hangorder .main .item3{flex:1.3;text-align:center}.hangorder .main .order{flex:1;overflow-y:auto}.hangorder .main .order .order_item{padding:10px 0;font-size:16px;font-family:Source Han Sans CN;font-weight:400;color:#666;line-height:24px;border-bottom:1px solid #e1e1e1}.hangorder .main .order .order_item .goods_item{display:flex;padding:14px 0;align-items:center}.hangorder .main .order .order_item .goods_item .goodsinfo{display:flex}.hangorder .main .order .order_item .goods_item .goodsinfo .g_item_image{width:88px;height:88px;border-radius:3px;margin-left:30px;margin-right:16px}.hangorder .main .order .order_item .goods_item .goodsinfo .g_item_info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.hangorder .main .order .order_item .goods_item .goodsinfo .g_item_goodsname{color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hangorder .main .order .order_item .goods_item .goodsinfo .g_item_goodspec{font-size:14px}.hangorder .main .order .order_item .goods_item .operate{display:flex;line-height:36px;justify-content:center;cursor:pointer}.hangorder .main .order .order_item .goods_item .operate .continue{width:33%;height:36px;border-radius:3px;font-size:14px;font-family:Source Han Sans CN;font-weight:500;color:#fff;margin-right:20px}.hangorder .main .order .order_item .goods_item .operate .delete{width:33%;height:36px;border-radius:3px;border:1px solid var(--color);color:var(--color);font-size:14px;font-family:Source Han Sans CN;font-weight:500}