@media screen and (max-width: 750px) {
  .m_mobile_box {
    width: 100%;
    font-size: 0.13rem;
    color: #333;
    background: #fff;
  }

  .m_nav {
    color: #666;
    font-size: 0.13rem;
    padding: 0.2rem 0.15rem;
  }

  .m_top_img {
    width: 100%;
    height: 0.73rem;
    position: relative;
  }

  .m_top_img .m_img,
  .m_top_img>img {
    height: 0.73rem;
    width: 100%;
  }

  .m_report_content {
    padding: 0 0.15rem;
    padding-bottom: 0.1rem;
    min-height: 3.4rem;
  }

  .m_report_content .m_report_content_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.15rem;
  }

  .m_report_content .m_report_title_left {
    font-weight: bold;
    font-size: 0.17rem;
    color: #224397;
    line-height: 0.2rem;
  }

  .m_report_content .m_report_title_right {
    width: 0.76rem;
    height: 0.22rem;
    /* line-height: 0.2rem; */
    background: #FFFFFF;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #224397;
    font-size: 0.13rem;
    color: #224397;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .m_report_content .el-form-item__label {
    padding: unset;
    font-size: 0.15rem;
    color: #666666;
  }

  .m_report_content .m_date_detail .el-form-item__label {
    letter-spacing: 1.2em;
  }

  .m_report_content .m_date_detail .el-date-editor {
    width: 2.75rem !important;
    float: right;
  }

  .m_report_content .m_date_detail .el-date-editor.el-input:not(.normal_date),
  .m_report_content .m_date_detail .el-date-editor.el-input__inner {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    opacity: unset;
  }

  .m_report_content .m_date_detail .el-input__inner {
    font-size: 0.13rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }

  .m_report_content .m_option_item_one {
    margin-left: 0.12rem;
  }

  .m_report_content .m_option_item_thin {
    margin-left: 0.1rem;
  }

  .m_report_content .m_option_item_one .el-input__inner {
    font-size: 0.13rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }

  .m_report_content .m_option_item_one .el-input {
    width: 1.21rem;
  }

  .m_report_content .el-form-item {
    margin-bottom: 0;
  }

  .m_report_content .m_option_item_two {
    margin-left: 0.05rem;
  }

  .m_report_content .m_option_item_two .el-input__inner {
    font-size: 0.13rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }

  .m_report_content .m_option_item_two .el-input {
    width: 1.44rem;
  }

  .m_report_content .m_report_title {
    padding: 0.1rem 0.15rem;
    width: 3.45rem;
    background: #FAFAFA;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    box-sizing: border-box;
  }

  .m_report_content .m_report_name {
    font-weight: bold;
    font-size: 0.15rem;
    color: #333333;
    line-height: 0.2rem;
  }

  .m_report_content .m_report_date {
    margin-top: 0.05rem;
    line-height: 0.2rem;
    font-weight: 400;
    font-size: 0.12rem;
    color: #999999;
  }

  .m_report_content .m_report_range .el-form-item__label {
    color: #999999;
  }

  .m_report_content .m_report_range .el-input__inner {
    font-size: 0.13rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }

  .m_report_content .m_report_range .el-input {
    width: 1.1rem;
  }

  .m_report_content .m_report_memo_box {
    width: 3.45rem;
    box-sizing: border-box;
    padding: 0.05rem 0.15rem;
    height: auto;
    background: rgba(254, 174, 118, 0.1);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    font-weight: 400;
    font-size: 0.13rem;
    color: #333333;
    line-height: 0.12rem;
  }

  .m_report_content .m_report_memo_box small {
    font-weight: 400;
    font-size: 0.13rem;
    color: #333333;
    line-height: 0.12rem;
  }

  .m_report_content .m_table_content {
    width: 3.45rem;
  }

  .m_report_content .el-table .el-table__cell {
    font-size: 0.12rem;
    padding: 0.08rem 0;
  }

  .m_report_content .el-table th.el-table__cell {
    background: #224397;
    color: #FFFFFF;
  }

  .m_report_content .m_export_btn {
    padding-top: 0.15rem;
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: flex-end;
  }

  .m_report_content .m_export_excell {
    margin-right: 0.2rem;
  }

  .m_report_content .m_export_excell,
  .m_report_content .m_export_txt {
    font-size: 0.15rem;
    color: #224397;
    line-height: 0.15rem;
  }

  .el-select-dropdown__item {
    font-size: 0.13rem;
  }

  .el-table--border .el-table__cell:first-child .cell {
    padding-left: 0.02rem !important;
  }

  .el-table__fixed .special_row_type td:first-child .cell {
    width: 100%;
    text-align: center !important;
  }

  .el-table__fixed {
    /* top:-1px !important; */
    box-shadow: 0 0 0.1rem rgb(0 0 0 / 12%) !important;
    color: #03255C !important;
    font-weight: bold;
  }

  .table-fixed .el_table__fixed {
    height: 100% !important;
  }

  .table-fixed .el_table__fixed-left {
    height: 100% !important;
  }

  .el-table__fixed-body-wrapper {
    padding-bottom: 5px !important;
  }

  .el-table__fixed-body-wrapper .el-table__body {
    padding-bottom: 5px;
  }

  /* .el-table--scrollable-y .el-table__body-wrapper.is-scrolling-right{
	width: calc(100% + 0.01rem) !important;
} */

  /* 普通日历：扩大间距，防止手指不好点 */
  .el-date-picker .el-icon-d-arrow-left {
    margin-right: 0.12rem;
  }

  .el-date-picker .el-icon-d-arrow-right {
    margin-left: 0.12rem;
  }

  .shp_info .mobile_box_card .mobile_box_form .mobile_box_form_select .el-input__inner {
    margin-left: 0.1rem;
    width: 2.34rem;
    font-size: 0.15rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }

  .shp_info .mobile_box_card .mobile_box_form .el-form-item__label {
    width: 0.68rem !important;
  }

  .shp_info .mobile_box_card .mobile_box_form .mobile_box_form_input .el-input__inner {
    margin-left: 0.1rem;
    width: 2.34rem;
    font-size: 0.15rem;
    height: 0.3rem;
    line-height: 0.3rem;
  }

}

/*# sourceMappingURL=m_report_params.css.map */

/* 报表查询条件，修复 screen < 380px 时，查询条件错位 */
/* @media screen and (max-width: 380px) {
  .el-form-item__label{
    width: 0.7rem!important;
    text-align:left;
  }
  .m_report_content .m_date_detail .el-input{
    width: 2.5rem!important;
  }
  .m_report_content .m_option_item_one{
    margin-left: 0.25rem;
  }
  .m_report_content .m_option_item_two{
    width:0.8rem!important;
  } 
  .m_report_content .m_option_item_one .el-input{
    width: 1rem!important;
  }
  .m_report_content .m_option_item_two .el-input{
    width: 1rem!important;
  }
} */


[v-cloak] {
  display: none;
}