.main_view{width:auto}.main_view .header_view{width:100%;display:flex;justify-content:flex-start;height:45px;background-color:#fff;padding-left:5px;margin-bottom:10px;border-radius:10px;color:#3f5794}.main_view .header_view .navigate_text{margin:5px;cursor:pointer}.main_view .body_view{background-color:#fff;border-radius:10px;position:relative}.main_view .body_view .select_view{width:100%;display:flex;align-items:center;justify-content:flex-start;height:45px;padding:5px}.main_view .body_view .select_view .header_item{display:flex;align-items:center;margin-right:10px}.main_view .body_view .select_view .header_item .item_title{color:#646a73;min-width:80px;font-size:12px}.main_view .body_view .title_view{height:45px;display:flex;justify-content:space-between;padding:5px}.main_view .body_view .row_view{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;color:#555d8b}.main_view .body_view .dialog_view{color:#555d8b;text-align:left;text-indent:2em}.main_view .body_view .dialog_view .highLight_view{color:#4176ff}.main_view .body_view .input_data{background-color:#f1f8ff;color:#3f5794;padding:10px;text-align:left}.main_view .body_view .batch_view{height:calc(100vh - 100px);overflow:auto}.main_view .body_view .batch_view::-webkit-scrollbar{width:.55rem;height:.55rem;background-color:#eaecff}.main_view .body_view .batch_view::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}.main_view .body_view .batch_view::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#caceec}