/* 打印 start */
.appendElHtml {
    position: relative;
}

.appendElHtml>div:last-child {
    width: 100% !important;
}

/* 打印 end */
/* 拖拽选中 start */
.dragHover .ant-table-cell,
.dragHover {
    background-color: rgba(24, 144, 255, .3);
}

/* 拖拽选中 end */
/* ========== 打印表格 start ========== */
/* ========== 表格 start ========== */
.printTable_style1 {
    width: 100%;
}

.printTable_style1 td {
    border: 1px solid #ebeef5;
    padding: 10px;
    text-align: center;
}

.printTable_style2 {
    width: 100%;
    border: 1px solid #eee;
    font-size: 14px;
    color: #333333;
}

.printTable_style2 thead th {
    color: #999999;
    font-weight: normal;
    padding: 8px 15px;
    text-align: left;
}

.printTable_style2 tbody td {
    padding: 8px 15px;
}

.printTable_style3 {
    width: 100%;
    font-size: 14px;
    color: #333333;
}

.printTable_style3 thead th {
    padding: 0 0 4px;
    text-align: left;
}

.printTable_style3 tbody td {
    border: 1px solid #eee;
    padding: 8px 15px;
}

.printTable_style4 {
    width: 100%;
    font-size: 14px;
    color: #333333;
    word-break: break-all;
    word-wrap: break-all;
}

.printTable_style4 thead tr,
.printTable_style4 tbody tr {
    border: 1px solid #eee;
}

.printTable_style4 thead tr+tr,
.printTable_style4 tbody tr+tr {
    border-top: none;
}

.printTable_style4 thead th,
.printTable_style4 tbody td {
    padding: 8px;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
}

.printTable_style4 thead th+th,
.printTable_style4 tbody td+td {
    border-left: 1px solid #eee;
}

.printTable_style4 thead td,
.printTable_style4 thead th {
    background-color: #fafafa;
    /* background-color: #f4f9ff;
    color: #288aff; */
}

.printTable_style4 tbody tr td:first-child {
    /* background-color: #f1fef3;
    color: #28c961; */
}

/* ========== 打印表格 end ========== */

.tableWeekBox_style1 {
    overflow: auto;
    height: 100%;
}

.tableWeekBox_style1 .tableWeek_style1 {
    width: 1585px;
    margin: 0 auto;
}

.isPrint .tableWeek_style1 {
    width: 100%;
}

.tableWeek_style1 {
    border: 1px solid #f5f5f5;
}

.tableWeek_style1 tr {
    display: flex;
}

.tableWeek_style1 td {
    padding: 5px 10px;
    flex: 1;
    display: flex;
    border: 1px solid #f5f5f5;
    border-left: none;
    border-top: none;
}

.tableWeek_style1 td+td {
    border-left: none;
}

.tableWeek_style1 tr+tr td {
    border-top: none;
}

.tableWeek_style1+.tableWeek_style1 td {
    border-left: none;
}

.tableWeek_style1 .textBox1 {
    background-color: #f9f9f9;
}

.tableWeek_style1 .textBox1 td {
    justify-content: center;
}

.tableWeek_style1 .textBox2 {
    background-color: #f4f9ff;
    color: #288aff;
}

.tableWeek_style1 .textBox3 {
    background-color: #f1fef3;
    color: #28c961;
    width: 40px;
    flex: 0 0 40px;
    text-align: center;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    left: 0;
    z-index: 5;
}

.tableWeek_style1 td .con {
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.tableWeek_style1 td .text1 {
    flex: 0 0 40px;
    padding: 5px 10px;
    border-right: 1px solid #f5f5f5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tableWeek_style1 td .text2 {
    flex: 1;
    padding: 5px 10px;
    border-right: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
}

.tableWeek_style1 td .text3 {
    flex: 2;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
}

.tableWeek_style1 .textBox4 {
    display: flex;
    align-items: stretch;
    flex: 1;
    transition: all .3s;
}

.tableWeek_style1 td .con .textBox4:hover {
    background-color: #f1fef3;
}

.tableWeek_style1 .textBox4+.textBox4 {
    border-top: 1px solid #f5f5f5;
}

.tableWeek_style1 .textBox5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.tableWeek_style1 .textColor1 {
    color: #28c961;
}

.tableWeek_style1 .textBox5 span:nth-child(1) {
    flex: 1;
}

.tableWeek_style1 .textBox5 span {
    margin: 5px;
}

/* ========== 表格 end ========== */
/* ========== 表单样式 start ========== */
.form_title1 {
    line-height: 36px;
    position: relative;
    background-color: #f3f3f3;
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 10px;
}

.form_title1 span {
    margin-left: 16px;
}

.form_title1:before {
    content: '';
    position: absolute;
    top: 6px;
    width: 4px;
    height: 24px;
    background-color: #219AFF;
}

.SuperQuery_style1 {
    display: flex;
}

.SuperQuery_style1 .SuperQuery_btn {
    margin-left: -2px;
    padding: 0;
    width: 32px;
    padding: 2.4px 0;
    font-size: 16px;
}

.search_form.search_form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    margin: 0 16px;
}

.search_form.search_form .ant-form-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.search_form.search_form .ant-form-item-label {
    width: auto;
}

.search_form.search_form .ant-form-item-control {
    flex: 1;
    min-width: 150px;
}

.search_form2.search_form2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 16px;
    margin: 0 16px;
}

.search_form2.search_form2 .ant-form-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.search_form2.search_form2 .ant-form-item-label {
    width: auto;
}

.search_form2.search_form2 .ant-form-item-control {
    flex: 1;
    min-width: 150px;
}

.search_form2.search_form2 .ant-picker {
    width: 100%;
}

/* 表单增删样式 start */
.basicForm1>.ant-row>.ant-col:nth-child(2n+1)>.ant-form-item {
    justify-content: flex-end;
    padding-left: 74px;
}

.basicForm1>.ant-row>.ant-col:nth-child(1)>.ant-form-item {
    padding-left: 0;
}

.basicForm1 .ant-form-item-label {
    max-width: 100% !important;
    width: auto !important;
    flex: unset !important;
}

.basicForm1 .ant-form-item-control {
    max-width: 100% !important;
    margin-left: 10px;
}

.basicForm1 .ant-input-number {
    width: 100%;
}

.formButton_box1 {
    display: flex;
    justify-content: flex-end;
}

.formButton_box1 .ant-btn {
    padding: 0;
}

.basicForm2>.ant-row>.ant-col:nth-child(4n+5)>.ant-form-item {
    justify-content: flex-end;
    padding-left: 74px;
}

.basicForm2 .ant-form-item-label {
    max-width: 100% !important;
    width: auto !important;
    flex: unset !important;
}

.basicForm2 .ant-form-item-control {
    max-width: 100% !important;
    margin-left: 10px;
}

.basicForm1 .ant-btn+.ant-btn,
.basicForm2 .ant-btn+.ant-btn {
    margin-left: 10px;
}

.combination_form1 {
    display: flex;
}

.combination_form1 .ant-select,
.combination_form1 .ant-input-number,
.combination_form1 .ant-input-number,
.combination_form1 .ant-input {
    margin-bottom: 10px;
    margin-right: 10px;
}

.combination_form1 .ant-select {
    min-width: 120px;
}

.combination_form1 .ant-form-item {
    margin-bottom: 0 !important;
    margin-right: 10px;
    width: 100%;
}

.combination_form1 .ant-form-item .ant-form-item-control {
    margin-left: 0;
}

/* 表单增删样式 end */
/* 弹窗表单 start */
.baseModalForm .ant-form-item .ant-form-item-label {
    white-space: normal;
    flex: 0 0 auto;
}

.baseModalForm .ant-form-item .ant-form-item-control {
    flex: 1;
    max-width: 100%;
}

/* 弹窗表单 end */
.formStyle1 .ant-input-number-group-addon {
    border: none;
    background: none;
}

.formStyle1 .ant-form-item .ant-col {
    max-width: 100%;
}

.formStyle1 .ant-col-11 .ant-form-item .ant-form-item-label,
.formStyle1 .ant-col-12 .ant-form-item .ant-form-item-label {
    flex: inherit;
    max-width: inherit;
}

.formStyle1 .ant-input-number-group-wrapper {
    width: 100%;
}

/*  顶部搜索 */
.header_form {
    flex: 1;
    display: flex;
}

.header_form .ant-row {
    width: 100%;
}

.header_form>.ant-row>.ant-col {
    width: 150px;
}

.header_form>.ant-row>.ant-col:last-child {
    width: auto;
    flex: auto;
    max-width: fit-content;
    min-width: 180px;
}

.header_form>.ant-row>.ant-col .ant-form-item {
    margin-bottom: 10px;
    width: 100%;
}

.header_form>.ant-row>.ant-col .ant-form-item .ant-form-item-control {
    width: 100%;
    max-width: 100%;
    flex: 1;
}

.header_form .ant-btn {
    margin: 0;
}

.header_form.right>.ant-row>.ant-col,
.header_form.right .ant-btn+.ant-btn {
    margin-left: 10px;
}

.header_form.left>.ant-row>.ant-col,
.header_form.left .ant-btn {
    margin-right: 10px;
}


.header_form2 .ant-row {
    flex-wrap: nowrap;
}

.header_form2>.ant-row>.ant-col .ant-form-item .ant-form-item-label {
    flex: 0 0 auto;
    max-width: fit-content;
}

.header_form2>.ant-row>.ant-col .ant-form-item {
    margin-bottom: 0;
    width: 100%;
}

.header_form2>.ant-row>.ant-col .ant-form-item .ant-form-item-control {
    width: 100%;
    max-width: 100%;
    flex: 1;
}

.header_form2 .ant-btn {
    margin: 0;
}

.header_form2>.ant-row>.ant-col+.ant-col,
.header_form2.right>.ant-row>.ant-col,
.header_form2.right .ant-btn+.ant-btn {
    margin-left: 10px;
}

.header_form2.left>.ant-row>.ant-col,
.header_form2.left .ant-btn {
    margin-right: 10px;
}

.ant-select.cookbookId_w.ant-select.cookbookId_w.ant-select.cookbookId_w {
    width: 250px !important;
}

.SelectCookbook_box {
    display: flex;
    gap: 10px;
}

.SelectCookbook_box.SelectCookbook_box.SelectCookbook_box .ant-form-item {
    margin-bottom: 0 !important;
}

.SelectCookbook_box.SelectCookbook_box.SelectCookbook_box .ant-select.crowdId_w {
    width: 150px !important;
}

.SelectCookbook_box.SelectCookbook_box.SelectCookbook_box .ant-select.year_w {
    width: 100px !important;
}

.SelectCookbook_box.SelectCookbook_box.SelectCookbook_box .ant-select.cookbookId_w {
    width: 250px !important;
}

.SelectCookbook_box.SelectCookbook_box.SelectCookbook_box .ant-form-item>.ant-form-item-control {
    min-width: auto !important;
}

/* ========== 表单样式 end ========== */
/* ========== tabs选项卡 start ========== */
.system_atabs1.ant-tabs {
    height: 100%;
}

.system_atabs1.ant-tabs.pdt16 {
    padding-top: 16px;
}

.system_atabs1.ant-tabs.pdtb16 {
    padding: 16px 0;
}

.system_atabs1.ant-tabs .ant-tabs-nav {
    margin: 0 16px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.system_atabs1.ant-tabs .ant-tabs-content {
    height: 100%;
}

.system_atabs1.ant-tabs .jeecg-basic-table {
    padding: 0;
}

.system_atabs1.ant-tabs .ant-tabs-content-holder {
    border-radius: 0 0 6px 6px;
}

.system_atabs1.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.system_atabs1.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.system_atabs1.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.system_atabs1.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
    margin: 0;
}

/* .system_atabs1 .table_base.table_base>.ant-table-wrapper{padding: 0;}
.system_atabs1 .table_base.table_base .ant-table-title{padding: 0 16px 10px !important;} */
.system_atabs1.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab {
    border-bottom: 0 !important;
}

.system_atabs1.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,
.system_atabs1.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab {
    border-left: 0 !important;
}

.tabs_style1 .ant-tabs-nav-list {
    border: 1px solid #008eff;
    border-radius: 4px;
    overflow: hidden;
}

.tabs_style1 .ant-tabs-nav-list .ant-tabs-tab {
    margin: 0;
    padding: 0 20px;
    height: 36px;
    position: relative;
}

.tabs_style1 .ant-tabs-nav-list .ant-tabs-tab::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    background-color: #008eff;
    display: none;
}

.tabs_style1 .ant-tabs-nav-list .ant-tabs-tab+.ant-tabs-tab::after {
    display: block;
}

.tabs_style1 .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #fff;
}

.tabs_style1 .ant-tabs-nav-list .ant-tabs-ink-bar {
    height: 100% !important;
    background-color: #008eff;
    z-index: -1;
}

.tabs_style2 {
    flex: 1;
    height: 0;
}

.tabs_style2 .ant-tabs-nav-list {
    border-bottom: 1px solid #f0f0f0;
}

.tabs_style2 .ant-tabs-nav-list .ant-tabs-tab {
    margin: 0;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs_style2 .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs_style2 .ant-tabs-nav-list .ant-tabs-tab .anticon {
    margin: 0;
    margin-left: 6px;
}

.tabs_style2 .ant-tabs-nav-list .ant-tabs-tab::after {
    content: '';
    width: 1px;
    height: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto;
    background-color: #f0f0f0;
    display: none;
}

.tabs_style2 .ant-tabs-nav-list .ant-tabs-tab::before {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #008eff;
    transition: .3s;
    -webkit-transition: .3s;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.tabs_style2 .ant-tabs-nav-list .ant-tabs-tab+.ant-tabs-tab::after {
    display: block;
}

.tabs_style2 .ant-tabs-nav-list .ant-tabs-tab-active::before {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.tabs_style2 .ant-tabs-nav-list .ant-tabs-ink-bar {
    display: none;
}

.tabs_style2.ant-tabs .ant-tabs-nav {
    margin: 0;
}

.tabs_style2 .ant-tabs-tabpane,
.tabs_style2 .ant-tabs-content-holder,
.tabs_style2 .ant-tabs-content {
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tabs_style2 .ant-tabs-tabpane {
    padding: 0 10px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.system_atabs1.ant-tabs-left>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,
.system_atabs1.ant-tabs-left>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane {
    padding-left: 16px;
}

.system_atabs1.ant-tabs.ant-tabs-left .ant-tabs-nav {
    border-bottom: none;
    margin: 0;
}

.system_atabs1.ant-tabs-left .ant-tabs-nav-wrap {
    border: 1px solid #f0f0f0;
}

.system_atabs1.ant-tabs-left .ant-tabs-tab {
    border-left: none !important;
    border-right: none !important;
}

.atabs_border1.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab,
.atabs_border1.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab,
.atabs_border1.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap,
.atabs_border1.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap,
.atabs_border1.ant-tabs-left>.ant-tabs-content-holder,
.atabs_border1.ant-tabs-left>div>.ant-tabs-content-holder {
    border: none;
}

.atabs_border1.ant-tabs>.ant-tabs-nav .ant-tabs-nav-list,
.atabs_border1.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-list {
    background: #fafafa;
    padding: 20px 0 20px 20px;
    border-radius: 10px;
}

.atabs_border1.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active,
.atabs_border1.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab-active {
    border-radius: 15px 0 0 15px !important;
}

.system_scroll>.ant-tabs-content-holder>.ant-tabs-content,
.system_scroll>div>.ant-tabs-content-holder>.ant-tabs-content {
    height: 100%;
}

.system_scroll>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,
.system_scroll>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane {
    padding-right: 16px;
    overflow: hidden;
    overflow-y: auto;
}

/* ========== tabs选项卡 end ========== */
/* ========== 气泡卡片 start ========== */
.popover_style1 .ant-popover-inner {
    border-radius: 6px;
}

.popover_style1 .ant-popover-inner-content {
    color: #1890ff;
    font-size: 12px;
}

/* ========== 气泡卡片 end ========== */
/* ========== 下拉选择 start ========== */
/* .select_SchoolSelect {
  min-width: 150px;
} */

.select_SchoolSelect.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    border: 0;
    box-shadow: none !important;
}

.dropdownClassName_select {
    width: auto !important;
}

.ant-input-disabled,
.ant-select-disabled span,
.ant-select-disabled .ant-select-selection-item {
    color: rgba(0, 0, 0, 0.25) !important;
}

.tabsExtraSelect {
    height: 40px;
}

.tabsExtraSelect .ant-select .ant-select-selection-item {
    display: flex;
    align-items: center;
}

/* ========== 下拉选择 end ========== */
/* ========== 扫码入班 start ========== */
.modal_codeModal .ant-modal-content {
    overflow: hidden;
}

.modal_codeModal .ant-modal-content::before {
    /* content: '';
  display: block;
  width: 100%;
  height: 591px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(../images/dialogBg.png);
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0; */
}

.modal_codeModal .ant-modal-footer {
    position: relative;
    z-index: 5;
    border: none;
    display: flex;
    justify-content: center;
    padding: 30px;
}

.modal_codeModal .jeecg-modal-content>.scroll-container {
    padding: 0;
}

.modal_codeModal .scroll-container .scrollbar__wrap {
    margin: 0 !important;
}

.modal_codeModal_text1 {
    font-size: 18px;
    font-weight: 400;
    color: #303133;
    text-align: center;
    margin-bottom: 20px;
}

.modal_codeModal_text2 {
    background: #f0f2f4;
    text-align: center;
    color: #222;
    font-size: 14px;
    border-radius: 100px;
    padding: 5px 57px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    background: #f0f2f4;
}

.modal_codeModal_text2 span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 5;
}

.modal_codeModal_text2.print span {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
}

.modal_codeModal_text3 {
    font-size: 14px;
    color: #222;
    text-align: center;
    padding: 15px 0;
}

.modal_codeModal_codeBox {
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;
    margin: 0 auto;
    position: relative;
}

.modal_codeModal_codeBox:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.modal_codeModal_codeBox.show {
    opacity: 0.65;
}

.modal_codeModal_codeBox.show:before {
    display: block;
}

.modal_codeModal_codeBox .ewmMask {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    display: none;
    position: absolute;
    height: 60px !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    vertical-align: middle;
}

.modal_codeModal_codeBox.show .ewmMask {
    display: block;
}

.modal_codeModal_codeBox .ewmMask .text {
    color: #fff;
    overflow: hidden;
    padding: 0 20px;
    font-size: 16px;
}

.modal_codeModal_codeBox .ewmMask .refresh {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.modal_codeModal_icon {
    width: 24px;
    margin: 0 auto;
    padding-bottom: 16px;
}

.modal_codeModal_icon img {
    display: block;
    width: 100%;
}

.modal_codeModal_codeBox>div,
.modal_codeModal_codeBox canvas,
.modal_codeModal_codeBox img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.modal_codeModal_text4 {
    padding-top: 16px;
    border-top: 1px dashed #ddd;
    position: relative;
    min-height: 57px;
    text-align: center;
    margin: 0 40px 80px;
}

.modal_codeModal_text4 .title {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.modal_codeModal_text4 .text {
    text-align: left;
}

.modal_codeModal_text4 span::before {
    content: '*';
    color: #f00;
}

.modal_codeBox {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/dialogBg.png);
    background-size: 100% auto;
    padding: 30px 60px 220px;
    margin: 0 auto;
    width: 100%;
}

.modal_codeModalFooter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_codeModalFooter .ant-btn {
    margin: 0 5px;
}

.modal_onPrintBox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 5;
    padding: 0 60px;
}

/* ========== 扫码入班 end ========== */
/* ========== 日历 start ========== */
.calendar_calendar1 {
    border: 1px solid #eee;
}

.calendar_calendar1 .ant-picker-cell {
    height: 60px;
    padding: 0;
}

.calendar_calendar1.ant-picker-calendar .ant-picker-date-panel .ant-picker-body {
    padding: 0;
}

.calendar_calendar1 .ant-picker-cell .ant-picker-cell-inner {
    font-size: 16px;
}

.calendar_calendar1 .ant-picker-cell .ant-picker-calendar-date-content {
    font-size: 14px;
    height: 30px;
}

.calendar_calendar1 .ant-picker-content>thead>tr {
    border-bottom: 1px solid #eee;
    height: 40px;
}

.calendar_calendar1 .ant-picker-content>tbody>tr>td+td,
.calendar_calendar1 .ant-picker-content>thead>tr>th+th {
    border-left: 1px solid #eee;
    ;
}

.calendar_calendar1 .ant-picker-content>tbody>tr+tr {
    border-top: 1px solid #eee;
}

.calendar_header1.calendar_header1 {
    display: flex;
    justify-content: center;
}

.calendar_header1 .ant-select {
    width: 100px;
}

.calendar_cell1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    position: relative;
    z-index: 5;
}

.calendar_cell1:hover,
.calendar_cell1.start,
.calendar_cell1.end,
.calendar_cell1.selected {
    background-color: #e6f7ff;
}

.calendar_cell1.start::before,
.calendar_cell1.end::after {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: auto 20px;
}

.calendar_cell1.start::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAALxklEQVR4XsVbaZQcVRX+blW9CiSBDIgkzHR1IMmkq4UYIAfBE1mSgBz2SFhUZFFZBAGFg8JhETgejCAIiEBYBA+LKIgoAgGBALIKmAgBujuZkKSqJ8mAhMUQmHpVdT3Vk+6p6anuqu7pmdSvZOpu73v33nffvdWEzfDYKWy5wcV4KFq7SrTR1WRPdjV6CPBH2hwaboWFDjHdV/lgAs0BKAXwBIDGDdLLzAD+C2AdiArw+XHdkY9Meg89w2njsABgp7DtRhInMtGZACY1vQAOUKEnFfYWTC16DxPgNS2rBmNLAVjWIXb1FZwJwnEAbdFiY99lxsWm7fyRgMBbWvK0BIDl22Jrb4y4FkTfa4lVdYQweInm8zmdRfe5VugaMgD5tDYTrNwPQnsrDEoqg4EHR8M5ZaKFD5PyRNENCYB8Wj+awfcQSB+KEUPgXaX5zgFTiuhqVkbTABQM/QomXNis4tbx8Ufk48BMUb7ajMyGAWCACoa4fSTiPfGCmD9j8Nys7f4jMc8mwoYByBulZPfjSEXMb4CwE0BbN2pImJ6BtQTs0IgMBkvN5wMaTY4NAZBLi1MJdEuUYQzuyVpyQvAuqAM+ZXU2VPWBRhYR0DL4ZdOSM7tS2j4e0YkMHEtEo5PJ4U8UKfeauha5ZPRAYgCWGdo+PugZECmRADD/K2vLvcrvcil1Hinqn5MaUqZTXZ7RuUYuLv+/azy2d0eJ1UnrCmZ0+Z87u+38PjYk0Z0IgLyBdoZYSkTb1hTK/CfTlt+sAJDWLyPg0iRGlGmY8Zes7cwL8+QNcSOIzmhEDhh/N23n8CQ8yQBIi0UAzYoReKVpOReUafJp/X4ARycxokTD7MORU8werOwHUcwgxmsgSmRnla5jTcsJbKj7xAouGOpcJvWhOEFgPt205YKK8UbJY3aJ5dtEQMy/z9jyuxVvALSCIRaDaFpYBjN/QERfSCB3ZcZyOuPuD3UBYEAppPUVAHaMVej7B5lF9/GKBxjCBZEay9e3+5+pvpza2Y1iKIQuJ+BnIUDWks+XeEV5t5rW/wMgGyub+QzTljfXo6sLQCOJjFwnm1mDfKBs+QR80RUi8gQgoA1E0wfuqn9e1navqYCX0r8M4iWVhMv8/BiWBxpFfBbQBFdsVvDvOIAZWOdbzsSdAacWCPUBSIuXCPTVKGZmfDtrO/fF7kIVQS6l7UeK8kz/zvIS05J7lF115Y7Y4nNPf4MIU/tZuVdzZeeUNbBDIXYD9V236z7s81nZovxtwwB0tcNwNd2qxdgKABjsKK6cXvacQFc+La4H6OxBeqsy++o0ttnIoqvuydQXXq+ZtvxKwwDkU9pPoShXDisAPp+dLcobyjqWp7R9PUV5tpZOxfMOndrtPdqfJ8RpBKok3lp8wnUmTl6DyM2sGQI5Q7xCRHvWBAB4EMBbwXuC/6RpuS+G3PMkEFUSp+h1bprSg/f64lebw6ryFDPfmLVlxYWDWgMklgC0fU2fZtiq7XR2Ar2lzQ3uJWmxGKBdYwLhHNOS10XRRAKwYhuMk2PFhw2cvwPO3LyhF0HoqChkp8O0sabPxfWjiX0jY7u/DhuUM8Q1RJgODnaKikzwlcCBwR8RUw/7/nvB38bCfdMoYn2Zt5DWvsZQnq+fCLDQtJ2DEwOQ71CPaqSO9xnTvmQ7JW9Y2Ya23q31/iYFM2dsqZbbWIWUOHk05L3ljB6XxJK8jy+6uDdjybEEuNXyIj0gl9Lnk4JKVVcfXfYyttTLLe1laW1/H8qTZZ7wJankASlxHQNd9TJzkkWHad7dARMdIQoAjarFqwK7dFrO24kAyBv6QyDMTWQI8xumLSsxmDO084iUX4UAWJy15Izy//NpPagPZmQsZ0ojc4DgeOSNGNcrME4h0aZslPnO9fgkJPeXAM6vnT+8I0zbezgRADlDvEVEOycE4A7Tlt/vN0TcDdB3+nn5HtOSx4cSZCm5EnCZD+4Ah8/70vW0jYnGE/P4ejmoOokW0uJ4Bt1Vy2ZiPjdjy2sTAZA39O6kTU5i/mHGljf1L1BfRoTOfg/wL8xa7vwQABuIaEwicOsRMXvCk5MkaZNZoV8QUeUqXoPtKtNyBnlIZA7Ip8XHibs6zHuYtnw9UFpqhCj6BwMMYG+uaXt/C/62oh1pqemrh7z4TQIauBgF58nNpi0HXaujAUh4kQnaUKYlxxAgA5ui7g6q42zfuQ7vB+8LKfUgVtTHWgVAY3L4btOSJyQLgYQewMyvZG1ZuSsEGR4K/SiUAJdkLbl7f37QzgeUIFmVWl/wechdZVLoEoBmx4LBvMC05ekJAdDfBYLmZszDuMK0nYsrCzTEAhCdVgGAMT9rO5VF5gz9CSJ8vQ8APJK1nMPiVMS9zxniPiKqdKJq0lfZWqarlQOeToIqV9XypTAwxB+I6FulRXpOJtuNZcG/lwOjvD7PKp3VIw0A+XxKpihvT+QBhbR+KQOXxaEPZg9MJ5pF595+tw/mBtrFDDo4HB6DC6SBHpBLixkAxXuE7z+bLbqVC1NSDxC+M3VyMdiHgU+kBySqrwfI8S8wLXfAzTEYmIYLlVxa3EKgU0NADQiBXDrZzY6By7OWU9mcRAAwiqbtGFEbGglA3/RHXw1CJFOkZ9Q4ZgLa/HbYCqPF++FStToEhhMAAt+QseTgHkPpJlvjyaf1qwD8JDYMBhI8kLGc48rHYvlV1EBlJAFg358VDpuwyTUB6EphiktiWQNX4pJc8vz9M93u02ElbwO6Yuj3EeHIzRACqzbdOyK/LqnfEwwdW4k8gflO05aRH0lsCqufg3BR1CkwXCHQdE8wMHJZh3qIr6qPJFo8eNEoRR6y0yp8Xo++kBYnMOMOJloYrgOGA4CgVB7L0qjXe4gdjMS1xkqLZSwcpTpHhhefb0cGmriDfHlMpojuMCiFtHaBD2XmcANQPaxJfAqECZe3i908jSrDymohDL7NtOQPwnf7vlmi/jIR0kFDRAPN7rScd0pelRJ7eoRFIFo0nJVgMCQ1bccc0mSovNh8WtwG0MkDF8+9DJydteSt4b/nx2Mn6Ppz4SOUmTeQz4crRBs9wlNENHa4K0HV9/dL8q1AbAgEiwuapM5WokCg8ZUs7ntHZYte0BmuPCtS6JSKeCGysxtUjYSNAG0VlQST5ZnBVJGFEPPvTFtWbVi0hkQABKx5Qz0CpP61AgCjS/vUmVGu9nIpfRqIn0k4uBx0F0hcCnv+E9lu9+WyHdUABOMw/X+OOflDfJwE1MQABMIKhriTiU7qB4GfM205Z3lam+UxPRS4dhKlQzoGeeAcsRoAhf19p9ruP5Pa0RAA68ZjzEe6nhtQIjMHPfmZtb4cqWXIoH4A0WFEdG6s4cw3M3Nl7j+gH+Dz9WZRRn+/VENwQwAEMpa3i91dDa8QSMQaO5IEzG+OUuWecXVItUkNAxAIyKXEWaTQb0ZyffV0BafMKFfuMmktGu43NgVACQRDfzBc2282MJiZ2J+XKXrxX7FEGNk0AKUfPSjiBQJVen6bB4TBvYhG7GgagNKp0I7tfE1/nYCJjShtFS2Db81astKDbEbukAAIFAa9fkcVi5Oe/80YGcnDeDhjO99oZLwWJWfIAGw6GXZzVTzfkolPEoSYX/VsuXe9b3+SiAloWgJAICjfoc2GSo/Vm9AmNaouHfPSLUnuO9TfCZR1tAyAEQGBeekYlvuFP5AYKqgtBaAUDqXvfOiJVntC8FOZ0ZBzWrXzw+IBZaEtDwfmpWKD3DvpBacRr2i5B4RAmAWFHgXRlo0YVE0b7Dw8eUC2GwOnzkMRGuIdNgBK4dAh9vJULASorTl7+cW2XnnghB582hx/PNewAhCoz03AjhClAWbcBwz91pZ+L0lXZyznouoZQ/ySGqMYdgACcxhQ82n9kiS/H2Dm9WCeV2uQ0djy4qlHBICyGbm0eiig3EWgbaJN45eiusjxy2ieYkQBCMx8ZyJ2IF/MJ+CYSoJk2CD/xozlXh3XxW1+qdGcIw5A2QwGRFe7mOb6cn12HVa1emFJ5f0fNu05jDTMJqkAAAAASUVORK5CYII=);
    background-position: left 5px top 5px;
}

.calendar_cell1.end::after {
    background-image: url(data:image/png;base64,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);
    background-position: left 5px bottom 5px;
    top: unset;
    bottom: 0;
}

.calendar_cell1>div {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.calendar_cell1 .active {
    color: #f00;
    background-image: url(data:image/gif;base64,R0lGODlhKgAfAPeSANg9PfbS0v/9/c0DA/zy8tMiIv78/PG6uvnf38wBAdxSUs8NDe+trf329v75+frk5P319fXNzd9gYM8PD88ODs0GBvnh4dxPT84LC+eJieyfn+BjY/zw8NY0NOqYmOBiYuaCgt9hYfbR0d5ZWdk/P9IgIO+urv76+u6qquFra/jb29UvL91UVOJsbNc1NffV1dQmJuaAgOR6evfX1+V/f+Nzc9pERP77+9g7O9lAQNc2Ntc3N/PBweJubuqUlOiMjOaBgfK8vPbU1P339/Czs+V+fvPDw9pGRuNycvXPz9UtLdASEtATE/G4uPG5ucwCAuJvb9IeHtQpKe6oqM0HB+uamuaEhOubm+Nxcfrl5f3z8/309NUsLOmRkdc4ONIfH+2mpuucnN9eXtxOTumSkt1XV9EYGOFnZ+ygoOiLi84JCfLAwPni4vfZ2fjc3OiOju2np91WVtxRUdtMTPnj4/je3vC2ttMjI+R2dvTJyf74+PXMzNAWFvzu7t5bW9c5OfXOztxQUNYxMd5cXOR4ePTGxtEZGdlDQ99fX++wsOmPj80FBdYzM/vr69lBQfC0tOeHh8wAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQzI5NzVDRjVDQkQxMUUzQjc4MTg0MzhFNERGNjM3MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQzI5NzVEMDVDQkQxMUUzQjc4MTg0MzhFNERGNjM3MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNDMjk3NUNENUNCRDExRTNCNzgxODQzOEU0REY2MzcwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNDMjk3NUNFNUNCRDExRTNCNzgxODQzOEU0REY2MzcwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAkgAsAAAAACoAHwAACP8AJQkcSLCgQD0v1lTJkIaGDxMiHBicSNFgADJlSEyIxLFjRyoACAWoSFJSAw1xFnR8UuBQCDyQMsg4cySKRyV2BJQkSCDFIo4lxHiI0IBkljA4On45sFNAEY4FYojYadCChAEcR0ikiKJCJBtBqJKcMYejI50FGwiKJIWHWKpTVCIqSKBEpBpb3+6MsHEPwQ+RuujVe2BAAgMCLQxIMXiwlUgyBL4xRKCxXgMuImmRxAKI5cFGIkGRhGPkZ705zEjSceO0XjSRtthwrRdBpD45ONB+i2FICKa7mxaQBGdQ8L0KJJ2o8OI4SQlOBILoAMH5RAZ3Bt5I8OeBdYIBKICSIVgoEgUa3gsKUPFjh4TGAZiMMAiYI4wxflpsAKCm45XBDCzgRXUGocCFRwiukIheJyARiQ6VVUREDYHs4AIACoAAyGBJrBDJBYh9V1AjLRhmgogFCdEDBpEAQKCICHjAAgwc8THDbnVwwIYKCOShwX4UeNRBE8HRsRGCHS1xgSJuWPcAA3IwQoICWMTwSBuNBQQAOw==);
    background-repeat: no-repeat;
    background-size: 30px 25px;
    background-position: top 5px center;
}

/* ========== 日历 end ========== */
/* ========== 卡片 start ========== */
.card_style1+.card_style1 {
    margin-top: 16px;
}

.card_style1 .ant-card-head {
    padding: 0 16px;
}

.card_style2 .ant-card-head {
    padding: 0 16px;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #fafafa;
}

.card_style2 .ant-card-head-title {
    padding: 0;
}

.card_style2 .ant-card-body {
    padding: 16px 16px 0;
}

.card_style2 .ant-col.ant-form-item-label {
    width: auto;
}

.card_style2 .ant-input-number-group-wrapper {
    width: 100%;
}

.card_style2.ant-card {
    height: 100%;
}

.card_style2.ant-card>.ant-card-body {
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

.card_style3 .ant-card-head {
    padding: 0 16px;
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #fafafa;
}

.card_style3 .ant-card-head-title {
    padding: 0;
    text-align: center;
}

.card_style3 .ant-card-body {
    padding: 0;
}

.card_style3 .ant-col.ant-form-item-label {
    width: auto;
}

.card_style3 .ant-input-number-group-wrapper {
    width: 100%;
}

.card_con_text1 {
    padding: 10px 15px;
    color: #555555;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.card_con_text1.active {
    color: #008EFF;
    background: #F4FAFF;
}

.cardFullHtml {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cardFullHtml>.ant-card-head {
    min-height: 50px;
    padding: 0 16px;
    margin: 0;
}

.cardFullHtml>.ant-card-body {
    flex: 1;
    height: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 16px;
}

.cardFullHtml.pd0>.ant-card-body {
    padding: 0;
}

.ArchivesCard.ant-card {
    border-radius: 6px;
    overflow: hidden
}

.ArchivesCard .ant-card-head {
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ArchivesCard .ant-card-body {
    padding: 16px;
}

.ArchivesCard .ant-card-head-title {
    font-size: 20px;
    color: #fff;
}

.ArchivesCon1Box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.ArchivesCon1Box .textLeft {
    display: flex;
}

.ArchivesCon1Box .icon {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 10px;
    text-align: center;
    line-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ArchivesCon1Box .text1 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
}

.ArchivesCon1Box .text2 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
}

.ArchivesCon1Box .text3 {
    display: inline-block;
    padding: 8px 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}

.cardUiStyle2.ant-card {
    border-radius: 6px;
    background: #f7f7f7;
}

.cardUiStyle2 .ant-card-head {
    padding: 0 16px;
    min-height: unset;
    border-bottom: 1px solid #f0f0f0;
}

.cardUiStyle2 .ant-card-head .ant-card-head-title,
.cardUiStyle2 .ant-card-head .ant-card-extra {
    padding: 10px 0;
}

.cardUiStyle2 .ant-card-body {
    padding: 16px;
}

.cardUiStyle2 .flex_space_between {
    flex-wrap: wrap;
}

.selectUiStyle1.ant-select.ant-select-borderless .ant-select-selector {
    padding-left: 0;
    max-width: 100%;
    min-width: 150px;
}

/* ========== 卡片 end ========== */
/* ========== 菜单 start ========== */
.menuStyle1 {
    border: 0 !important;
}

.menuStyle1>.ant-menu-item {
    margin: 0 !important;
    width: 100%;
}

/* ========== 菜单 end ========== */
/* ========== 文字提示 start ========== */
.tooltip_style1 .ant-tooltip-arrow-content {
    background-color: #fff;
}

.tooltip_style1 .ant-tooltip-inner {
    background-color: #fff;
    color: #333;
    padding: 16px;
    min-width: 400px;
}

.tooltip_style2 .ant-tooltip-arrow-content {
    background-color: #fff;
}

.tooltip_style2 .ant-tooltip-inner {
    background-color: #fff;
    color: #333;
    padding: 16px;
    max-width: 400px;
}

/* ========== 文字提示 end ========== */
/* ========== 布局 start ========== */
.row_style {
    height: 100%;
}

.row_style .ant-col {
    height: 100%;
}

.row_style .jeecg-tree {
    border: 1px solid #ebeef5;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.row_style .ant-input-search>.ant-input-group>.ant-input-group-addon:last-child {
    border: 1px solid #d9d9d9;
}

.row_style .jeecg-tree-header .ant-input,
.row_style .jeecg-tree-header .ant-input-group-addon .ant-btn {
    height: 30px;
    line-height: 30px;
    border: none;
}

.row_style .jeecg-tree-header .ant-input-group-addon .ant-btn {
    width: 30px;
}

.row_style .jeecg-tree .ant-spin-nested-loading {
    flex: 1;
    height: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px 5px;
}

.row_style .table_base .ant-form {
    padding: 0 !important;
}

.row_style .table_base.table_base>.ant-table-wrapper {
    padding: 0;
}

.row_style .jeecg-tree .ant-tree-node-content-wrapper .ant-tree-title {
    white-space: break-spaces;
    position: relative;
}

/* ========== 布局 end ========== */
/* ========== 营养算法说明 start ========== */
.algorithmBox {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/algorithmBg1.jpg);
}

.algorithmBox ::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

.algorithmBox ::-webkit-scrollbar-thumb {
    width: 8px;
    background: #c8e5fd;
    border-radius: 4px;
}

.algorithmPic {
    width: 68.2917%;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.algorithmPic:before {
    display: block;
    content: '';
    padding-top: 56.3636%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/algorithmBg2.jpg);
}

.algorithmPic .algorithmCon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center center;
    padding: 0 20px 70px;
    display: flex;
    flex-direction: column;
}

.algorithmCon .conTitle {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    margin: 0 auto;
    color: #333333;
    margin-bottom: 18px;
    width: 38.9091%;
    line-height: 26px;
    padding-top: 5.5%;
}

@media (max-width: 1680px) {
    .algorithmCon .conTitle {
        font-size: 20px;
    }
}

@media (max-width: 1640px) {
    .algorithmCon .conTitle {
        font-size: 18px;
    }
}

@media (max-width: 1505px) {
    .algorithmCon .conTitle {
        padding-top: 3.5%;
    }
}

.algorithmCon .conBody {
    overflow: hidden;
    overflow-y: scroll;
    color: #333333;
    font-size: 16px;
    padding: 0 50px;
    flex: 1;
    line-height: 32px;
}

.algorithmCon .conBody .title {
    font-size: 18px;
    margin: 18px 0;
    font-weight: bold;
    color: #333333;
}

/* ========== 营养算法说明 end ========== */
/* ========== 套餐配置 start ========== */
.titleText {
    line-height: 32px;
    padding-right: 16px;
}

.addonBox {
    display: flex;
    align-items: center;
}

.addonBox .ant-checkbox-wrapper {
    height: 32px;
    padding: 0 10px;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-right: 0;
    display: flex;
    align-items: center;
    border-radius: 2px 0 0 2px;
}

.addonBox .ant-checkbox-wrapper .ant-checkbox {
    top: 0;
}

.textStyle1 {
    overflow: hidden;
}

.textStyle1::before {
    content: '*';
    display: inline-block;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
}

/* ========== 套餐配置 end ========== */
/* ========== 膳食配置 start ========== */
.tipsCon_style1 {
    border: 1px solid #99d2ff;
    background: #ebf6ff;
    padding: 15px 17px;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
    cursor: auto;
    letter-spacing: 2px;
}

/* ========== 膳食配置 end ========== */
/* ========== 折叠面板 start ========== */
.collapse_style1 .ant-collapse-content>.ant-collapse-content-box {
    padding: 0;
}

.collapse_style1 .ant-collapse {
    border: 1px solid #d9d9d9;
}

.collapse_style1 .ant-collapse-content .collapse_item {
    padding: 10px 16px;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.collapse_style1 .ant-collapse-content .collapse_item+.collapse_item {
    border-top: 1px solid #f0f0f0;
}

/* ========== 折叠面板 end ========== */
/* ========== 菜肴食材库 start ========== */
.foodCatTree_box {
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.foodCatTree_search {
    border-bottom: 1px solid #f0f0f0;
    height: 47px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    background-color: #f5f7fa;
}


.foodCatTree_search .ant-input-group-wrapper {
    flex: 1;
}

.foodCatTree_search .ant-input-group-wrapper .ant-input-group-addon {
    border: none !important;
}

.foodCatTree_con {
    flex: 1;
    padding: 16px;
    padding: 0 16px;
    overflow: hidden;
    overflow-y: auto;
}

.foodCatTree_box.style2 {
    border: none;
}

.foodCatTree_box.style2 .foodCatTree_con {
    padding: 0;
}

.tabs_collapse1 .p-2,
.tabs_collapse1 .py-2,
.tabs_collapse1 .py-5 {
    padding: 0;
}

.tabs_collapse1 .jeecg-collapse-container__header {
    border: none;
}

.tabs_collapse1 .jeecg-collapse-container__header .jeecg-basic-title {
    padding-left: 26px;
}

.foodCatTree_list .p-2,
.foodCatTree_list .py-2,
.foodCatTree_list .py-5 {
    padding: 0;
}

.foodCatTree_list .jeecg-collapse-container__header {
    border-bottom: 1px solid #f0f0f0;
    height: 45px;
    display: flex;
    align-items: center;
}

.foodCatTree_list.ant-collapse .ant-collapse-content,
.foodCatTree_list.ant-collapse>.ant-collapse-item,
.foodCatTree_list.ant-collapse {
    border: none;
    background: none;
}

.foodCatTree_list.ant-collapse>.ant-collapse-item>.ant-collapse-header {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.foodCatTree_list.ant-collapse .ant-collapse-content>.ant-collapse-content-box {
    padding: 0 0 0 16px;
}

/*.foodCatTree_list.ant-collapse>.ant-collapse-item {*/
/* .foodCatTree_list.ant-collapse>.ant-collapse-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

.foodCatTree_list.ant-collapse>.ant-collapse-item>.ant-collapse-header+.ant-collapse-content-active {
    border-top: 1px solid #f0f0f0;
} */

.foodCatTree_text {
    display: flex;
    align-items: center;
    line-height: 30px;
}

.foodCatTree_text::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFBC76;
}

.foodCatTree_line {
    position: relative;
    line-height: 35px;
    color: #999999;
}

.foodCatTree_item1,
.foodCatTree_item2 {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    align-items: center;
}

.foodCatTree_item2 .foodCatTree_text::before {
    background: #9AD0FF;
}

.foodCatTree_btn {
    transition: .2s;
    -webkit-transition: .2s;
    cursor: pointer;
}

.foodCatTree_item1:hover,
.foodCatTree_item2:hover,
.foodCatTree_btn:hover {
    color: #1890ff;
}

.foodCatTree_title {
    background: #F6F6F6;
    font-size: 16px;
    color: #333333;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
}

.referenceAmount_popover .ant-popover-inner-content {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 320px;
}

.popoverTable_style1 .ant-popover-inner-content {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

.referenceAmount_popover.w400 .ant-popover-inner-content {
    width: 400px;
}

.referenceAmount_popover.w450 .ant-popover-inner-content {
    width: 450px;
}

.referenceAmount_popover.w500 .ant-popover-inner-content {
    width: 500px;
}

.referenceAmount_popover.w600 .ant-popover-inner-content {
    width: 600px;
}

.referenceAmount_popover .ant-popover-title {
    font-weight: bold;
    padding: 10px 16px;
}

.referenceAmount_box {
    align-items: center;
}

.referenceAmount_text {
    color: #BBBBBB;
    font-size: 12px;
}

.FoodReferenceAmount {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.FoodReferenceAmount img {
    display: block;
    max-width: 100%;
}

.FoodReferenceAmount_list .con {
    overflow: hidden;
    border-radius: 10px;
    flex: 1;
    background-color: #f5f5f5;
}

.FoodReferenceAmount_list .pic {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.FoodReferenceAmount_list .pic::before {
    display: block;
    content: '';
    padding-top: 56.3636%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.FoodReferenceAmount_list .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.FoodReferenceAmount_list .con:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.FoodReferenceAmount_list .text {
    background-color: #0ac27b;
    color: #fff;
    text-align: center;
    padding: 16px;
    font-size: 14px;

}

.FoodReferenceAmount_list .ant-list-item:first-child {
    padding-top: 0;
}

.referenceAmount_img {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.referenceAmount_img img {
    display: block;
    max-width: 100%;
}

/* ========== 菜肴食材库 end ========== */
/* ========== 食谱 start ========== */
.modal_content {
    background-color: #F6F6F6;
    border-radius: 6px;
    padding: 16px;
    font-size: 13px;
    line-height: 26px;
}

.modal_popover .ant-popover-inner-content {
    width: 300px;
}

.cookbookIcon_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cookbookIcon {
    position: relative;
    cursor: pointer;
    border: 1px solid #eae6d1;
    border-radius: 5px;
    overflow: hidden;
    width: 86px;
}

.cookbookIcon:before {
    display: block;
    content: '';
    padding-top: 100%;
}

.cookbookIcon img {
    position: absolute;
    width: 80%;
    height: 80%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
    object-position: center center;
}

.cookbookIcon:hover {
    border: 1px solid #65a9ff;
}

.cookbookIcon.selected {
    border: 2px solid #65a9ff;
}

.dataTime_box {
    display: flex;
    gap: 10px;
}

.dataTime_box .ant-form-item {
    margin: 0 !important;
    flex: 1;
}

.dataTime_box .ant-form-item .ant-picker {
    width: 100%;
}

.dataTime_box .ant-picker {
    flex: 1;
}

.cookbook_form>.ant-row {
    justify-content: center;
    padding-top: 16px;
}

.cookbook_form>.ant-row>.ant-col>.ant-form-item {
    max-width: 900px;
    margin: 0 auto 16px;
}

/* ========== 食谱 end ========== */
/* ========== 营养算法说明 start ========== */
.algorithm_title {
    color: #303133;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.algorithm_title2 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.algorithm_text {
    color: #666;
    line-height: 24px;
    padding-bottom: 10px;
    font-size: 14px;
}

/* ========== 营养算法说明 end ========== */
/* ========== 食谱编辑 start ========== */
.EditRecipe_text1 {
    text-align: center;
    color: #333;
    font-weight: 700;
    position: relative;
    font-size: 18px;
    margin-bottom: 5px;
}

.EditRecipe_text2 {
    text-align: center;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.EditRecipe_box {
    display: flex;
}

.EditRecipe_icon {
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
}

.EditRecipe_icon:hover {
    color: #1890ff;
}

.EditRecipe_box .EditRecipe_icon {
    margin-left: 10px;
}

.foodBank_row {
    overflow: hidden;
}

.foodBank_row .ant-col {
    overflow: hidden;
    height: 100%;
}

.foodBank_box {
    border: 1px solid #f0f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
}

.foodBank_title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 16px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.foodBank_search {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 10px;
}

.foodBank_footer {
    border-top: 1px solid #f0f0f0;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.EditFoodWeek_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    height: 39px;
}

.EditFoodWeek_top .ant-btn {
    padding: 0 10px;
}

.EditFoodWeek_top .title {
    font-size: 15px;
}

.EditFoodWeek_pane {
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.EditFoodWeek_pane .title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 5px;
}

.system_atabs1.borderAll.ant-tabs .ant-tabs-nav {
    border: 1px solid #f0f0f0;
    border-left: 0;
    border-bottom: 0;
}

.system_atabs1.borderAll.ant-tabs .ant-tabs-tab {
    border-top: 0;
}

.Intake_text1 {
    font-size: 14px;
    color: #333333;
    padding: 16px 0;
    text-align: center;
}

/* ========== 食谱编辑 end ========== */
/* ========== 预览全周 start ========== */
.tableWeek_box {
    display: flex;
    height: 100%;
}

.tableWeek_box .tableWeek_item {
    flex: 1;
    height: 100%;
}

.tableWeek_box .tableWeek_item+.tableWeek_item {
    margin-left: -1px;
}

/* ========== 预览全周 end ========== */
/* ========== 自动配平 start ========== */
.autotrim_info_box {
    display: flex;
}

.autotrim_info_item {
    background: #FFFBF8;
    flex: 0 0 308px;
    width: 308px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}

.autotrim_info_center {
    width: 100px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.autotrim_info_img {
    height: 48px;
}

.autotrim_info_img img {
    height: 100%;
}

.autotrim_info_text {
    font-size: 12px;
}

.autotrim_info_icon {
    color: #008EFF !important;
    font-size: 36px !important;
    height: 48px;
}

.autotrim_info_title {
    color: #fff;
    width: 28px;
    height: 66px;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.autotrim_info_left .autotrim_info_title {
    background: #FF8375;
}

.autotrim_info_right .autotrim_info_title {
    background: #008EFF;
}

.autotrim_info_con {
    flex: 1;
    display: flex;
    align-items: center;
}

.autotrim_info_con>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 25px;
}

.autotrim_info_con .text1 {
    font-weight: bold;
    font-size: 18px;
}

.autotrim_info_con .text1.warn {
    color: #FF8A41;
}

.autotrim_info_con .text1.ok {
    color: #00D46C;
}

/* ========== 自动配平 end ========== */
/* ========== 结果页 start ========== */
.result_box {
    display: flex;
    flex-direction: column;
    padding: 48px 32px;
    height: 100%;
}

.result_box .result_img {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: center;
}

.result_box .result_img {
    object-fit: contain;
    max-width: 100%;
}

.result_box .result_text1 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
}

.result_box .result_text2 {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.result_btn {
    display: flex;
    justify-content: center;
    padding: 24px 0 0;
}

/* ========== 结果页 end ========== */
/* ========== 报表 start ========== */
.reportForms_title {
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px
}

.reportForms_text1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999999;
    min-height: 54px;
}

.reportForms_con1 {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    line-height: 32px;
}

.reportForms_con1+.reportForms_con1 {
    margin-left: 10px;
}

.reportForms_con1 span+span {
    margin-left: 16px;
}

/* ========== 报表 end ========== */
/* ========== 报表 end ========== */
/* ========== 文章 start ========== */
.articleBox_style1 table {
    width: 100%;
    border-collapse: collapse;
}

.articleBox_style1 table th,
.articleBox_style1 table td {
    border: 1px solid #eeeeee;
    padding: 8px;
}

.articleBox_style1 table thead td,
.articleBox_style1 table thead th {
    background-color: #f9f9f9;
    font-weight: bold;
}

/* ========== 文章 end ========== */
/* ========== 学生影集 start ========== */
.card_studentAlbumList .ant-card-head {
    padding: 0;
    border: none;
}

.card_studentAlbumList .ant-card-body {
    margin: -5px;
}

.card_studentAlbumList .ant-card-body .ant-card-grid {
    padding: 0;
    box-shadow: none;
}

.card_studentAlbumList .studentAlbumListPic {
    margin: 5px;
    box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
    background-color: #f9f9f9;
}

.studentAlbumListPic {
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.studentAlbumListPic:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.studentAlbumListPic img {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    object-fit: contain;
    object-position: center center;
    cursor: pointer;
    max-height: 100%;
}

/* ========== 学生影集 end ========== */
.stuClassTabs.classStuTabs {
    padding: 0 !important;
}
.stuClassTabs.classStuTabs .system_atabs1.ant-tabs.pdtb16 {
    padding: 0 0 16px !important;
}
.ArchivesClassTabs .system_atabs1.ant-tabs.pdt16 .ant-tabs-tabpane>.FullPageHtml{
    padding-left: 0 !important;
}
.ArchivesClassTabs .system_atabs1.ant-tabs.pdt16 .ant-tabs-tabpane>.FullPageHtml.classStuTabs{
    padding: 0 !important;
}
.ArchivesClassTabs .system_atabs1.ant-tabs.pdtb16{
    padding-top: 0 !important;
}