
        .quick_order_iframe{
            position: fixed;
            width: 1400px;
            height: 500px;
            /* top: 50%; */
            /* left: 50%; */
            z-index: 200;
            /* transform: translate(-50%,-50%); */
            background-color: #fff;
            border: 1px solid #c7c0c0;
            box-shadow: 0px 0px 10px 0px #968f8f;
            overflow: hidden;
            border-radius: 5px;
            box-sizing: border-box;
        }
        .quick_order_iframe_main{
            width: 100%;
            height: 100%;
            /* overflow: auto; */
        }
        .quick_order_iframe_header{
            cursor: move !important;
            padding: 8px 12px;
            border-bottom: 1px solid #c7c0c0;
            background-color: #f5f5f5;
            font-size: 16px;
        }
        .quick_order_iframe_footer{
            padding: 8px 12px;
            border-top: 1px solid #c7c0c0;
            zoom: 1;
        }
        .quick_order_iframe_footer:after{
            content: '';
            clear: both;
            display: block;
        }
        .quick_order_iframe_footer>button{
            float: right;
            padding: 4px 10px;
            border-radius: 4px;
        }
        .quick_order_iframe_footer>.quick_order_list_iframe_confirm{
            background-color: #2288cc;
            color: #fff;
        }
        .quick_order_list_iframe_close{
            float: right;
            color: #666;
        }
        .quick_order_list_iframe_close:hover{
            color: #989292;
        }
        .quick_order_iframe .iframe_content{
            padding: 0 5px;
        }
        .quick_order_iframe iframe{
            width: 100%;
            margin: auto;
        }
        .quick_order_iframe_resize{
            position: absolute;
            z-index: 300;
            /* background-color: #409eff; */
            /* opacity: 0; */
        }
        .quick_order_iframe_resize_top{
            top: 0;
            width: 96%;
            left: 4px;
            height: 4px;
            cursor: n-resize !important;
        }
        .quick_order_iframe_resize_bottom{
            bottom: 0;
            width: 96%;
            left: 4px;
            height: 4px;
            cursor: n-resize !important;
        }
        .quick_order_iframe_resize_left{
            left: 0;
            height: 96%;
            top: 4px;
            width: 4px;
            cursor: e-resize !important;
        }
        .quick_order_iframe_resize_right{
            right: 0;
            height: 96%;
            top: 4px;
            width: 4px;
            cursor: e-resize !important;
        }
        .quick_order_iframe_resize_top_left{
            top: 0;
            left: 0;
            width: 4px;
            height: 4px;
            cursor: nw-resize !important;
        }
        .quick_order_iframe_resize_top_right{
            top: 0;
            right: 0;
            width: 4px;
            height: 4px;
            cursor: ne-resize !important;
        }
        .quick_order_iframe_resize_bottom_left{
            bottom: 0;
            left: 0;
            width: 4px;
            height: 4px;
            cursor: ne-resize !important;
        }
        .quick_order_iframe_resize_bottom_right{
            bottom: 0;
            right: 0;
            width: 4px;
            height: 4px;
            cursor: nw-resize !important;
        }
        .quick_order_iframe_resize_el{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10000;
            display: none;
        }