@import "./reportMemo.css";

.position_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.0000rem;
  height: 0.3125rem;
  padding-left: 0.8313rem;
  line-height: 0.3125rem;
  font-size: 0.0875rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.position_info .text_icon {
  margin: 0 0.0625rem;
}

.content {
  width: 10.0000rem;
  height: auto;
  display: flex;
}

.side_menu {
  width: 2.1875rem;
  background: #FFFFFF;
  box-shadow: 0.0125rem 0px 0.0625rem 0px rgba(238, 238, 238, 0.5);
}

.main_content {
  flex: 1;
  padding: 0.3750rem 0.1875rem 0 0.1875rem;
}

.table_select {
  width: 6.7937rem;
  height: 3.5000rem;
  background: #FFFFFF;
  box-shadow: 0px 0.0313rem 0.0938rem 0px rgba(238, 238, 238, 0.1);
  border-radius: 0.0625rem;
}

.table_select_top {
  width: 100%;
  padding: 0px 0 0.1875rem 0px;
}

.table_select_title {
  display: inline-block;
  margin-right: 0.3125rem;
  width: 0.9000rem;
  height: 0.2250rem;
  font-size: 0.2250rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #0F45AE;
  line-height: 0.2250rem;
}

.table_select_radio {
  position: relative;
  bottom: 0.0313rem;
  display: inline-block;
}

.select_btn {
  display: inline-block;
  margin-right: 0.1250rem;
  width: 0.5000rem;
  height: 0.2500rem;
  line-height: 0.2500rem;
  text-align: center;
  color: #666666;
  background: rgba(15, 69, 174, 0.05);
  border-radius: 0.0375rem;
  font-size: 0.1000rem;
  font-family: MicrosoftYaHei;
  cursor: pointer;
}

.active_select_btn {
  background: #0F45AE;
  color: #FFFFFF;
}

.table_select_bottom {
  display: flex;
  padding: 0 0.1250rem 0.2125rem;
}

.table_cascader {
  width: 2.5000rem;
  height: 2.6875rem;
  border-radius: 0.0625rem;
  border: 0.0063rem solid #EEEEEE;
}

.table_select_tabs {
  width: 3.8563rem;
  height: 2.6875rem;
  margin-left: 0.1875rem;
}

.data_select {
  height: 0.2375rem;
  font-size: 0.1125rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 0.1125rem;
  width: 3.8563rem;
  border-bottom: 0.0063rem solid #EEEEEE;
}

.data_change {
  margin-top: 0.0750rem;
}

.tabs_lists {
  padding: 0.0938rem 0.0125rem 0.2125rem 0;
}

.tabs_item {
  display: inline-block;
  width: 0.7062rem;
  height: 0.2500rem;
  line-height: 0.2500rem;
  margin: 0.0938rem 0.0375rem 0 0;
  background: rgba(15, 69, 174, 0.05);
  font-size: 0.0875rem;
  font-family: MicrosoftYaHei;
  color: #666666;
  text-align: center;
  border-radius: 0.0313rem;
  box-sizing: border-box;
  cursor: pointer;
}

.active_tabs_item {
  color: #FFFFFF;
  background: #0F45AE;
}

.table_main_content {
  width: 100%;
  background: #FFFFFF;
  margin-top: 0.1250rem;
  box-shadow: 0px 0.0313rem 0.0938rem 0px rgba(238, 238, 238, 0.1);
  border-radius: 0.0625rem;
  padding: 0.1875rem 0.1250rem;
}

.content_title {
  width: 100%;
}

.title_info {
  width: 100%;
  height: 0.1500rem;
  line-height: 0.1500rem;
  display: flex;
  justify-content: space-between;
}

.left_text {
  display: inline-block;
  font-size: 0.1500rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 0.1500rem;
}

.right_text {
  display: inline-block;
  height: 0.1313rem;
  font-family: MicrosoftYaHei;
  color: #0F45AE;
  line-height: 0.1313rem;
  cursor: pointer;
}

.title_date {
  display: inline-block;
  margin-top: 0.1250rem;
  height: 0.1000rem;
  font-size: 0.1000rem;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 0.1000rem;
}

.content_select {
  margin-top: 0.1875rem;
  width: 100%;
  background: #FAFAFA;
  border-radius: 0.0375rem;
}

.select_table_item {
  width: 100%;
  height: 0.3750rem;
  margin: 0 0.1250rem;
  display: flex;
}

.top_item {
  border-bottom: 0.0063rem solid #EEEEEE;
}

.middle_item {
  border-bottom: 0.0063rem solid #EEEEEE;
}

.select_content_title {
  width: 0.4500rem;
  line-height: 0.3750rem;
  text-align: left;
  font-size: 0.0875rem;
  font-family: MicrosoftYaHei;
  color: #666666;
}

.select_content {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.select_content_box {
  display: inline-block;
}

.select_content_item:first-child {
  padding: 0.0313rem 0.1125rem 0.0313rem 0;
  color: #0F45AE;
}

.select_content_item {
  padding: 0.0313rem 0.1125rem;
  color: #0F45AE;
  line-height: 0.3750rem;
  cursor: pointer;
}

.active_select_content_item {
  color: #FEAE76 !important;
}

.all_data {
  margin: 0.0625rem 0.2500rem 0 0;
  display: inline-block;
  width: 0.5000rem;
  height: 0.2500rem;
  line-height: 0.2500rem;
  text-align: center;
  border-radius: 0.0313rem;
  border: 0.0063rem solid #0F45AE;
  font-family: MicrosoftYaHei;
  color: #0F45AE;
  cursor: pointer;
}

.content_intro {
  margin-top: 0.1250rem;
  padding: 0.1250rem;
  width: 100%;
  height: auto;
  font-size: 0.0875rem;
  background: rgba(254, 174, 118, 0.1);
  border-radius: 0.0375rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 0.0875rem;
}

.expand_info {
  margin-top: 0.0625rem;
  height: 0.0875rem;
  line-height: 0.0875rem;
  display: flex;
  justify-content: space-between;
}

.expend_btn {
  font-family: MicrosoftYaHei;
  color: #0F45AE;
  cursor: pointer;
}

.text_item {
  margin-top: 0.1250rem;
  width: 5.8500rem;
  font-size: 0.0875rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 0.0875rem;
}

.expand_list .text_item:nth-child(n +4) {
  display: none;
}

.text_item1 {
  height: 0.2250rem;
  line-height: 0.1125rem;
}

.table_info {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 0.0375rem;
}

.table_info thead tr th {
  text-align: center;
}

.table_info thead tr.top {
  height: 0.3750rem;
  color: #fff;
  background: #0F45AE;
}

.table_info thead tr.top th:first-child {
  border-radius: 0px 0px 0px 0.0375rem;
}

.table_info thead tr.top th:last-child {
  border-radius: 0px 0px 0.0375rem 0px;
}

.table_info thead tr.bottom {
  height: 0.3750rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  background: #FEAE76;
}

.table_info thead tr.bottom th:first-child {
  border-radius: 0px 0px 0px 0.0375rem;
}

.table_info thead tr.bottom th:last-child {
  border-radius: 0px 0px 0.0375rem 0px;
}

.table_date {
  font-weight: 400;
}

.thead_item {
  display: inline-block;
}

.table_info tbody tr {
  height: 0.3750rem;
  line-height: 0.1000rem;
}

.table_info tbody tr td {
  padding: 0.1250rem 0.1875rem 0.1500rem 0;
  text-align: center;
}

.table_info tbody tr:nth-child(2n) {
  background: rgba(15, 69, 174, 0.05);
}

.table_info tbody tr:nth-child(2n) td:first-child {
  border-radius: 0.0375rem 0px 0px 0.0375rem;
}

.table_info tbody tr:nth-child(2n) td:last-child {
  border-radius: 0px 0.0375rem 0.0375rem 0px;
}

.content_table {
  margin-top: 0.1875rem;
  padding-bottom: 0.1313rem;
  border-bottom: 0.0063rem solid #eeeeee;
}

.content_btn {
  margin-top: 0.1313rem;
  display: flex;
  justify-content: flex-end;
}

.content_btn span {
  display: inline-block;
  margin-left: 0.2813rem;
  height: 0.1000rem;
  font-size: 0.1000rem;
  font-family: MicrosoftYaHei;
  color: #0F45AE;
  line-height: 0.1000rem;
  cursor: pointer;
}


.calendar {
  width: 2.1875rem;
  height: 100%;
  margin: 0 auto 0.1250rem;
  color: #333;
  overflow: hidden;
}

.calendar table {
  float: left;
  width: 2.1875rem;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}

.calendar tbody tr {
  height: 0.1875rem;
  line-height: 0.1000rem;
}

.calendar tbody tr td {
  padding: 0.0313rem 0;
  text-align: center;
}

.calendar td,
.calendar th {
  height: 0.2500rem;
  line-height: 0.2500rem;
  text-align: center;
}

.calendar th {
  font-weight: 400;
}

.calendar td span {
  display: inline-block;
  width: 0.2500rem;
  margin: 0 auto;
  font-family: MicrosoftYaHei;
  color: #666666;
  cursor: pointer;
}

.calendar .widget-title {
  line-height: 0.5000rem;
  text-align: center;
  border-bottom: 0.0063rem solid #ebebeb;
  margin-bottom: 0.0313rem;
}

.calendar .widget-title span {
  position: relative;
  top: 0.0438rem;
  display: inline-block;
  width: 0.8563rem;
  text-align: center;
  margin: 0 0.4000rem;
  font-size: 0.1500rem;
  line-height: 0.1500rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}

.calendar .widget-title a {
  display: inline-block;
  width: 0.2500rem;
  height: 0.2500rem;
  line-height: 0.2500rem;
  background: rgba(15, 69, 174, 0.05);
  border-radius: 0.0313rem;
}

.calendar .widget-back {
  float: right;
}

.calendar .widget-today span {
  font-weight: bold;
}

.calendar .widget-disabled span {
  color: #eeeeee;
}

.calendar .widget-highlight span {
  background: #f7b82e;
  color: #fff;
  border-radius: 0.0313rem;
}

.calendar .widget-active span {
  background: #0F45AE;
  color: #fff;
  border-radius: 0.0313rem;
}

.calendar .panel {
  width: 100%;
}

.widget-panel table:nth-child(3) {
  display: none;
}

.query_info {
  width: 100%;
  height: 0.2813rem;
  margin-top: 0.1250rem;
}

.item_Title {
  margin-right: 0.0938rem;
  width: 0.3125rem;
  text-align: right;
  position: relative;
  top: 0.0500rem;
  font-size: 0.0875rem;
  font-family: MicrosoftYaHei;
  padding: 0;
  color: #666666;
  font-weight: 400;
}

.form-group {
  margin-bottom: 0.1875rem;
  padding-left: 0px !important;
  margin-right: 0 !important;
}

.item_Title_input {
  display: inline-block;
  position: relative;
  right: -0.0375rem;
  width: 1.5625rem;
  padding: 0;
}

.form-control:focus {
  border-color: #ccc !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-control {
  border: 0.0063rem solid #dcdee2;
  box-shadow: unset;
}

.item_select_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_select_list .item_select {
  width: 1.8125rem;
}

.query_btn {
  display: inline-block;
  color: #FFFFFF;
  width: 0.6250rem;
  height: 0.2500rem;
  line-height: 0.2500rem;
  text-align: center;
  background: #0F45AE;
  border-radius: 0.0313rem;
  cursor: pointer;
}

.download_btn {
  font-size: 0.0875rem;
  color: #0F45AE;
  line-height: 0.2500rem;
  background: #FFFFFF;
  border: 0.0063rem solid #0F45AE;
  margin-left: 0.1875rem;
}

.last_btn {
  position: relative;
  top: 0px;
  left: -0.2687rem;
}

.calendar_content {
  width: 100%;
  height: 1.2063rem;
  display: flex;
}

.calendar_content .calendar_detail {
  width: 100%;
  height: 100%;
  padding: 0.1250rem 0px 0 0.1250rem;
  background: #f3f5fb;
}

.calendar_content .text_content {
  padding-right: 0.1875rem;
  height: 1.0187rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.calendar_content .text_content .text_detail_title {
  width: 3.5313rem;
  font-size: 0.1000rem;
  font-weight: 700;
  line-height: 0.0875rem;
  letter-spacing: 0em;
  color: #999999;
}

.calendar_content .text_content .text_content_item {
  margin-bottom: 0.1688rem;
}

.calendar_content .text_content .text_detail_content {
  margin-top: 0.0625rem;
  color: #333333;
  font-size: 0.1000rem;
  font-weight: 400;
  line-height: 0.1000rem;
  letter-spacing: 0em;
}

.calendar_content .text_content::-webkit-scrollbar {
  width: 0.0313rem;
  height: 0.0313rem;
  /**/
}

.calendar_content .text_content::-webkit-scrollbar-track {
  background: #f3f5fb;
  border-radius: 0.0187rem;
}

.calendar_content .text_content::-webkit-scrollbar-thumb {
  background: rgba(3, 37, 92, 0.2);
  border-radius: 0.0625rem;
}

.calendar_content .text_content::-webkit-scrollbar-thumb:hover {
  background: rgba(3, 37, 92, 0.2);
}

.my-select {
  display: inline-block;
  width: 1.3750rem;
  height: 0.2125rem;
  min-width: 0.5000rem;
  box-sizing: border-box;
  vertical-align: middle;
  color: #515a6e;
  font-size: 0.0875rem;
  line-height: normal;
  position: relative;
  top: -0.0313rem;
}

.select-selection {
  display: block;
  box-sizing: border-box;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 0.0250rem;
  border: 0.0063rem solid #dcdee2;
  transition: all 0.2s ease-in-out;
}

.select-selection:hover,
.select-selection.select-focus {
  border-color: #ccc;
  outline: none;
}

.select-selected-value {
  display: block;
  height: 0.2188rem;
  line-height: 0.2188rem;
  font-size: 0.0875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.0938rem;
  padding-right: 0.1500rem;
}

.icon-select-arrow {
  position: absolute;
  top: 50%;
  right: 0.0500rem;
  margin-top: -0.0438rem;
  font-size: 0.0875rem;
  color: #808695;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon-select-arrow::before {
  content: "";
  display: block;
  width: 0.0500rem;
  height: 0.0500rem;
  background-color: transparent;
  border-left: 1. 0.0313rem solid #808695;
  border-bottom: 1. 0.0313rem solid #808695;
  transform: rotate(-45deg);
}

.select-dropdown {
  width: 1.5000rem;
  min-width: 0.5000rem;
  overflow: auto;
  margin: 0.0813rem 0 0 0;
  padding: 0.0313rem 0;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0.0250rem;
  box-shadow: 0 0.0063rem 0.0375rem rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  transform-origin: center top 0px;
  transition: all 0.3s;
  will-change: top, left;
  top: 0.1875rem;
  left: 0;
  transform: scale(1, 0);
  opacity: 0;
}

.select-item {
  line-height: normal;
  padding: 0.0438rem 0.1000rem;
  clear: both;
  color: #515a6e;
  font-size: 0.0875rem !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.select-item.select-item-selected,
.select-item:hover {
  color: #2d8cf0;
  background-color: #f3f3f3;
}

#pageNationID {
  padding: 0.1563rem 0;
  width: 100%;
  height: 0.5000rem;
  display: flex;
  justify-content: flex-end;
  font-size: 0.0875rem;
  font-family: MicrosoftYaHei;
  color: #333333;
}

.des_item {
  text-align: left;
}

.des_item:nth-child(n+2) {
  margin-top: 0.1875rem;
}

.des_item_font {
  font-size: 0.0875rem;
  line-height: 0.0875rem;
  color: #999999;
}

.des_title {
  color: #999999;
}

.des_content {
  margin-top: 0.0625rem;
  color: #333333;
  line-height: 0.1375rem;
}

.des_content_spe {
  width: 88%;
}

.dateinputer {
  font-family: "iconfont" !important;
  line-height: 0.2500rem;
  width: 1.3750rem;
  height: 0.2500rem;
  border: 0.0063rem solid #dcdee2;
  cursor: pointer;
  position: relative;
  top: -0.0187rem;
  padding: 0 0.0375rem 0 0.0938rem;
  font-size: 0.0875rem !important;
}

.iconfont-xndatepicker {
  font-family: "iconfont-xndatepicker" !important;
  font-size: 0.1000rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text_info_data {
  text-decoration: underline;
}

.des_declare {
  font-size: #333333;
  font-weight: 700;
  height: 0.1125rem;
}


.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 1.3750rem;
}

.el-input__inner {
  height: 0.2500rem;
  line-height: 0.2500rem;
}

.el-input__icon {
  line-height: 0.2500rem;
}

/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */