.invalid_order_panel,
.invalid_order_panel div,
.invalid_order_panel input,
.invalid_order_panel span {
    box-sizing: border-box;
}
.invalid_order_panel {
    display: flex;
    position: fixed;
    /* width: 100vw; */
    /* height: 100vh; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 900;
  }
  .invalid_order_panel .shadow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 20000;
  }
  .invalid_order_panel_bao {
    display: flex;
    position: fixed;
    /* width: 100vw; */
    /* height: 100vh; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .invalid_order_panel_bao .shadow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 200;
  }
  .invalid_order_content {
    position: relative;
    background: white;
    padding: 12px 28px 20px 28px;
    position: fixed;
    z-index: 20000;
    /* width: 554px; */
    width: 600px;
    height: 426px;
    border-radius: 6px;
  }
  .invalid_order_content.invalid_order_content_xl {
    width: 700px;
  }
  .invalid_order_content .xl_btn_box{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
  }

  .invalid_order_content .close_invalid_order {
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    background: #fff;
    color: #555;
    font-size: 21px;
    -webkit-box-shadow: 0 6px 10px -5px #666;
    box-shadow: 0 6px 10px -5px #666;
    text-align: center;
    position: absolute;
    right: -12px;
    cursor: pointer;
    top: -12px;
  }
  .close_pop_win{
    cursor: pointer;
    position: absolute;
    top: 9px;
    font-size: 13px;
    right: 11px;
    color: #CCCCCC;
  }
  .batch_zjtd_list_Data {
    position: relative;
    /* width: 500px; */
    width: 554px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: 12px;
    height:242px;
    color: #333;
  }
  .batch_zjtd_list_Data.batch_zjtd_list_Data_xl {
    width: 644px;
  }
  .batch_zjtd_list_Data .el-checkbox__inner::after{
    height: 9px;
    left: 5px;
    top: 1px;
    width: 5px;
  }

  .batch_zjtd_list_Data .list_Data_header {
    display: flex;
    padding: 1.5% 0;
    text-align: center;
    background-color: #E8F7F7;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .batch_zjtd_list_Data .list_Data_header .data_header_item {
    flex: 1;
    font-size: 14px;
    color: #BBC2C2;
    padding-top: 2px;
  }


  .batch_td_Data_content {
    overflow-y: scroll;
    max-height: 90%;
    overflow-x: hidden;
  }
  .batch_zjtd_list_Data .list_Data_header .data_header_item:nth-child(1){
    flex: none;
    width: 10%;
    padding-top: 0;
  }
  .batch_zjtd_list_Data .list_Data_header .data_header_item:nth-child(2){
    flex: none;
    width: 30%;
  }
  .batch_zjtd_list_Data .list_Data_header .data_header_item:nth-child(3){
    flex: none;
    width: 30%;
  }
  .batch_zjtd_list_Data .list_Data_header .data_header_item:nth-child(4){
    flex: none;
    width: 30%;
  }
  .batch_td_Data_content .batch_data_content_item .list_item_content:nth-child(1){
    width: 10%;
    text-align: center;
  }
  .batch_td_Data_content .batch_data_content_item .list_item_content:nth-child(2){
    flex: none;
    width: 30%;
    text-align: center;
  }
  .batch_td_Data_content .batch_data_content_item .list_item_content:nth-child(3){
    flex: none;
    width: 30%;
    box-sizing: border-box;
    /* padding-left: 20px; */
    text-align: center;
  }
  .batch_td_Data_content .batch_data_content_item .list_item_content:nth-child(4){
    flex: none;
    width: 30%;
  }


  .batch_zjtd_list_Data.batch_zjtd_list_Data_xl .list_Data_header .data_header_item:nth-child(1){
    flex: none;
    width: 12%;
    padding-top: 0;
  }
  .batch_zjtd_list_Data.batch_zjtd_list_Data_xl .list_Data_header .data_header_item:nth-child(2){
    flex: none;
    width: 20%;
  }
  .batch_zjtd_list_Data.batch_zjtd_list_Data_xl .list_Data_header .data_header_item:nth-child(3){
    flex: none;
    width: 20%;
  }
  .batch_zjtd_list_Data.batch_zjtd_list_Data_xl .list_Data_header .data_header_item:nth-child(4){
    flex: none;
    width: 20%;
  }
  .batch_zjtd_list_Data.batch_zjtd_list_Data_xl .list_Data_header .data_header_item:nth-child(5){
    flex: none;
    width: 20%;
  }
  .batch_zjtd_list_Data.batch_zjtd_list_Data_xl .list_Data_header .data_header_item:nth-child(6){
    flex: none;
    width: 8%;
  }
  .batch_zjtd_list_Data_xl .batch_td_Data_content .batch_data_content_item .list_item_content:nth-child(1){
    width: 12%;
    text-align: center;
  }
  .batch_zjtd_list_Data_xl .batch_td_Data_content .batch_data_content_item .list_item_content:nth-child(2){
    flex: none;
    width: 20%;
    text-align: center;
  }
  .batch_zjtd_list_Data_xl .batch_td_Data_content .batch_data_content_item .list_item_content:nth-child(3){
    flex: none;
    width: 20%;
    box-sizing: border-box;
    /* padding-left: 20px; */
    text-align: center;
  }
  .batch_zjtd_list_Data_xl .batch_td_Data_content .batch_data_content_item .list_item_content:nth-child(4){
    flex: none;
    width: 20%;
  }
  .batch_zjtd_list_Data_xl .batch_td_Data_content .batch_data_content_item .list_item_content:nth-child(5){
    flex: none;
    width: 20%;
  }
  .batch_zjtd_list_Data_xl .batch_td_Data_content .batch_data_content_item .list_item_content:nth-child(6){
    flex: none;
    width: 8%;
  }

  .batch_td_Data_content .batch_data_content_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 13px 0;
    position: relative;
  }
  .batch_data_content_item_childbox {
    width: 100%;
  }
  .top_hr {
    border-top: 1px dashed transparent;
    background: linear-gradient(white,white) padding-box, repeating-linear-gradient(-25deg,#E5E5E5 0, #E5E5E5 0.45em,white 0,white 0.75em);
  }
  .batch_td_Data_content .batch_data_content_item.batch_data_content_item_child {
    width: 100%;
    padding: 13px 0;
    margin: 0;
  }
  .batch_zjtd_list_Data_xl .batch_td_Data_content .batch_data_content_item.batch_data_content_item_child .list_item_content:nth-child(1){
    box-sizing: border-box;
    padding-left: 45px;
  }
  .list_item_content .icon-down {
    display: inline-block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #00bfbf;
    cursor: pointer;
    position: relative;
    top: 5px;
    transform: rotate(0deg);
    transform-origin: center center;
    -webkit-transition: all .3s ease;
	  transition: all .3s ease;
  }
  .list_item_content .icon-down.on {
    top: -5px;
    transform: rotate(180deg);
    transform-origin: center center;
    -webkit-transition: all .3s ease;
	  transition: all .3s ease;
  }

  .batch_td_Data_content .batch_data_content_item .list_item_content {
    text-align: center;
    box-sizing: border-box;

  }
  .batch_td_Data_content::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #E4E4E4;
  }

  .batch_td_Data_content::-webkit-scrollbar-track {
    -webkit-box-shadow: white;
    border-radius: 0;
    background: white;
  }
  .batch_td_Data_content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    position: absolute;
  }
  .batch_input{
    text-align: center;
    background-color: #EAEAEA;
    width: 66px;
    border-radius: 4px !important;
    /* padding: 3px; */
    border: 1px gray;
    height: 26px;
    margin-left: 9px;
  }
  .discountpri{
    width: 241px;
    position: relative;
    color: black;
    height: 137px;
    z-index: 20000;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border: 1px solid #31CBCF;
    background-color: white;
    border-radius: 4px;
  }
  .discountpri .close_invalid_order {
    width: 59px;
    color: #CCCCCC;
    font-size: 34px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-weight: 100;
    right: -11px;
  }
  .inside0 {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .inside2 {
    overflow: hidden;
  }
  .ordertanc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .discount_input{
    text-align: center;
    background-color: #EAEAEA;
    width: 66px;
    /* margin-left: 29px; */
    border-radius: 4px !important;
    padding: 8px;
    border: 1px gray;
    height: 26px;
    margin-left: 10px;
  }
  .xl_change_discount{
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .invalid_order_panel .el-checkbox__inner{
    width: 18px;
    height: 18px;
  }
  .close_pop_win:hover {
    color: #19b0b0;
}