.msl {
  font-family: "MiSans Light";
}
.msm {
  font-family: "MiSans Medium";
}
.mse {
  font-family: "MiSans ExtraLight";
}

.msb {
  font-family: "MiSans Demibold";
}

.mir {
  font-family: "MiSans Light";
}

.mid {
  font-family: "MiSans Medium";
}

.mim {
  font-family: "";

  font-weight: 380;
}

.d35 {
  color: rgba(29, 53, 70, 1);
}

.sticky_gbox {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  height: 60px;
  background-color: #fff;
}

.sticky_nav {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(29, 53, 70, 0.1);
}

.sticky_nav .w1480 {
  height: 100%;
  display: flex;
  align-items: center;
}

.sticky_nav .w1480 a {
  /* padding: 0 .875rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.65rem;
  position: relative;
  height: 100%;
  max-width: max-content;
  color: rgba(29, 53, 70, 1);
  font-weight: 330;
  font-size: 17px;
  min-width: 3.75rem;
}

.sticky_nav .w1480 a.cur {
  font-weight: 450;
}

.sticky_nav .w1480 a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 4px;
  background-color: rgba(29, 53, 70, 1);
  bottom: 0;
  left: 0;
  transition: all 0.6s;
  opacity: 0;
}

.sticky_nav .w1480 a:hover::after,
.sticky_nav .w1480 a.cur::after {
  width: 100%;
  opacity: 1;
}

.crossCotent {
  width: 100%;
  /* overflow: hidden; */
  /* position: relative; */
}

.w730 {
  width: 18.25rem;
  margin: 0 auto;
  max-width: 100%;
}

.form_cross {
  padding-top: 0.875rem;
  padding-bottom: 1.1rem;
  background-color: rgba(245, 245, 248, 1);
}

.form_cross .input_box {
  width: 100%;
  background-color: #fff;

  border-radius: 0.125rem;
  display: flex;
  align-items: stretch;

  margin-bottom: 0.5rem;
}

.form_cross .input_box span {
  width: auto;
  flex-shrink: 0;
  margin-right: 0.325rem;
  display: block;
  padding: 0.825rem 0.75rem;
  padding-right: 0;
}

.form_cross .input_box span svg {
  width: 0.375rem;
  height: auto;
}

.form_cross .input_box textarea {
  width: 100%;
  flex: 1;
  min-height: 4rem;
  color: #333;
  line-height: 0.5rem;
  padding: 0.825rem 0.75rem;
  padding-left: 0;
  transform: translateY(-2px);
     /* 为右下角留出空间，预防重叠 */
    scrollbar-width: thin; /* Firefox: 让滚动条变窄 */
}


.form_cross .input_box textarea::placeholder {
  color: #999;
}

.form_cross .upbox {
  width: 100%;
  min-height: 4rem;
  border-radius: 0.125rem;
  border: 1px solid rgba(29, 53, 70, 0.1);
  padding: 0.375rem 0.75rem 0.625rem;
}

.form_cross .upbox .tit-15 {
  margin-bottom: 0.1rem;
  line-height: 0.5rem;
}

.form_cross .upbox .tit-12 {
  margin-bottom: 0.25rem;
  line-height: 0.5rem;
}
.form_cross .upbox a.tit-12 {
  text-decoration: underline;
}

.form_cross .upbox .up_item {
  width: 100%;
  height: 1.65rem;
  padding: 0.375rem;
  background-color: #ffff;
  border-radius: 0.125rem;
  margin-top: 0.2rem;
}

.form_cross .upbox .up_item .up_file {
  width: 2.625rem;
  height: 0.875rem;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(29, 53, 70, 1);
  color: #fff;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.5s;
}
.form_cross .upbox .up_item .up_file:hover {
  background-color: #437ca3;
}

.form_cross button {
  width: 4rem;
  height: 1.25rem;
  border-radius: 1.5rem;
  background-color: rgba(29, 53, 70, 1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.575rem;
}
.form_cross button:hover {
  background-color: #437ca3;
}

.excel_result {
  width: 100%;
  background-color: #fff;
}

.excel_result .w1480 {
  padding: 1rem 0 3rem;
  padding-bottom: 1rem;
}

.excel_result .result_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.excel_result .result_top p {
  line-height: 0.5rem;
  font-size: 16px;
}

.excel_result .result_top p span {
  color: #ff0a0a;
}

.excel_result .result_top a {
  display: flex;
  width: 4.5rem;
  height: 1.075rem;
  justify-content: center;
  align-items: center;
  gap: 0.275rem;
  border-radius: 2px;
  border: 1px solid rgba(29, 53, 70, 0.5);
  background-color: #1d3546;
  color: #fff;
  font-size: 0.325rem;
  transition: 0.5s ease-in-out;
}
.excel_result .result_top a svg {
  fill: #fff;
  transition: 0.5s ease-in-out;
}
.excel_result .result_top a:hover {
  color: #fff;
  background-color: #437ca3;
  border: 1px solid #437ca3;
}
.excel_result .result_top a:hover svg {
  fill: #fff;
}

.excel_result .result_tabel {
  margin-top: 0.375rem;
  width: 100%;
  /* overflow: hidden; */
  /* overflow-x: auto; */
  padding-bottom: 1rem;
}
.excel_result form {
  margin-bottom: 2rem;
}

.excel_result .result_tabel::-webkit-scrollbar {
  height: 0.25rem;
  background-color: #f5f5f8;
}

.excel_result .result_tabel::-webkit-scrollbar-thumb {
  background-color: #1d3546;
}

.excel_result .result_tabel .tr {
  position: relative;
  display: flex;
  align-items: stretch;
}

.excel_result .result_tabel .td_show {
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.excel_result .result_tabel .td_show {
  min-width: 200px;
  display: flex;
  height: 44px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(219, 221, 223, 1);
}

.excel_result .result_tabel .tr .td {
  flex: 1;
  /* min-width: 2rem; */
  /* min-width: 210px; */
  /* width: 210px; */
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: space-between;
  min-height: 40px;
}

.excel_result .result_tabel .thead,
.excel_result .result_tabel .tbody {
  min-width: 100%;
}

.excel_result .result_tabel .thead {
  margin-bottom: 0.025rem;
  font-size: 12px;
  width: calc(100% + 10px);
}

.excel_result .result_tabel .thead .tr {
  color: rgba(29, 53, 70, 1);
  transition: all 0.6s;
  position: sticky;
  top: 0;
}

.excel_result .result_tabel .thead .td {
  border-right: 1px solid #fff;

  min-height: 44px;
  position: relative;
  letter-spacing: -0.5px;
  /* min-width: 210px; */
  display: block;
  /* background-color: rgba(219, 221, 223, 1); */
}

.excel_result .result_tabel .thead .td svg {
  width: 7px;
  height: auto;
  transition: all 0.6s;
  fill: #1d3546;
}

.excel_result .result_tabel .thead .td.cur svg {
  transform: rotate(180deg);
}
.excel_result .result_tabel .thead .td:hover svg {
  fill: #437ca3;
}

.excel_result .result_tabel .tbody .tr {
  transition: all 0.6s;
  color: rgba(102, 102, 102, 1);
  font-size: 12px;
}

.excel_result .result_tabel .tbody .tr .td {
  padding: 0 14px 0 20px;
  border-right: 1px solid #fff;
  background-color: #f9f9f9;
}

.excel_result .result_tabel .tbody .tr:nth-child(even) .td {
  background-color: #fff;
}
.excel_result .result_tabel.pacjge .thead {
  overflow: initial;
}
.excel_result .result_tabel .tbody .tr:hover .td {
  background-color: #8b97a0;
  color: #fff;
}
.excel_result .result_tabel .tbody .tr:hover .td a {
  color: #fff;
}

.excel_result .result_tabel .td_hide_box {
  position: relative;
  left: 0;
  top: 0%;
  width: 100%;
  height: 190px;
  z-index: 99;
  background-color: #fff;
  padding: 14px 0rem 21px 8px;
  border-top: 2px solid rgba(29, 53, 70, 1);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid #1d3546;
  opacity: 0;
  visibility: hidden;
}
.excel_result .result_tabel .thead .td.cur {
  /* box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); */
}
.excel_result .result_tabel .thead .td.cur .td_hide_box {
  opacity: 1;
  visibility: visible;
}

.excel_result .result_tabel .td_hide {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.excel_result .result_tabel .td_hide span {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
  flex-shrink: 0;
  transition: all 0.6s;
  position: relative;
}

.excel_result .result_tabel .td_hide span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-image: url(/bocstatic/web/gimg/r.webp);
  background-size: 5px 3.5px;
  background-position: center;
  background-repeat: no-repeat;
}

.excel_result .result_tabel .td_hide .td_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  gap: 6px;
}

.excel_result .result_tabel .td_hide .td_item p {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.excel_result .result_tabel .td_hide::-webkit-scrollbar {
  width: 0.125rem;
  background-color: rgba(240, 240, 240, 1) !important;
}

.excel_result .result_tabel .td_hide::-webkit-scrollbar-thumb {
  width: 0.125rem;
  border-radius: 1.25rem;
  background-color: #1d3546 !important;
}

.excel_result .result_tabel .td_item {
  cursor: pointer;
}

.excel_result .result_tabel .td_item.cur span {
  background-color: #1d3546;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form_encapsulation {
  width: 100%;
  overflow: hidden;
  padding: 0.9rem 0 0.9rem;
  background-color: rgba(245, 245, 248, 1);
}

.form_encapsulation .w1480 p {
  margin-top: 0.375rem;
  padding-left: 1.25rem;
  font-size: 15px;
}

.form_encapsulation .w1480 p span {
  color: #ff0a0a;
}

.form_encapsulation form {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}

.form_encapsulation button {
  position: absolute;
  right: 0.175rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-color: rgba(245, 245, 248, 1);
  border-radius: 50%;
  color: rgba(29, 53, 70, 1);
  transition: all 0.6s;
}

.form_encapsulation .input_box {
  width: 100%;
  background-color: #fff;
  height: 1.95rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(29, 53, 70, 1);
  padding: 0.175rem 0.175rem 0.175rem 1.25rem;
  padding-right: 6rem;
}

.form_encapsulation .input_box span {
  width: 0.375rem;
  height: auto;
  flex-shrink: 0;
  margin-right: 0.325rem;
  display: flex;
  align-items: center;
}

.form_encapsulation .input_box input {
  flex: 1;
  height: 100%;
  font-size: 17px;
  line-height: 0.575rem;
  color: rgba(29, 53, 70, 1);
}

.form_encapsulation .input_box input::placeholder {
  font-size: 17px;
  line-height: 0.575rem;
}

.form_encapsulation button:hover {
  background-color: #1d3546;
  color: #fff;
}

.excel_result .result_tabel .tbody .tr .td svg {
  width: 17px;
  height: auto;
}
.excel_result .result_tabel .tbody .tr .td svg {
  fill: #231815;
}
.excel_result .result_tabel .tbody .tr:hover .td svg {
  fill: #ff0a0a;
}
.excel_result .result_tabel .tbody .tr .td:nth-child(1) {
  color: rgba(29, 53, 70, 1);
  font-weight: 450;
}
.excel_result .result_tabel .tbody .tr .td:nth-child(1) .title:hover {
  text-decoration: underline;
}

.excel_result .result_tabel .tbody .tr:hover .td:nth-child(1) {
  color: #fff;
}

.result_list {
  width: 100%;
  padding: 1.625rem 0 1.125rem;
  overflow: hidden;
}

.result_list .ul_lis {
  width: 100%;
  margin-bottom: 1.1rem;
}

.result_list .ul_lis .ul_lis_show {
  width: 100%;
  height: 1.1rem;
  background-color: rgba(219, 221, 223, 0.5);
  font-size: 0.425rem;
  font-weight: 450;
  padding: 0.25rem 0.625rem;
}

.result_list .ul_li {
  gap: 0.15rem;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  margin-top: 0.25rem;
}

.result_list .ul_lis a {
  width: calc((100% - 0.6rem) / 5);
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.375rem;
  border: 1px solid rgba(29, 53, 70, 0.1);
  padding: 0.3rem 0.5rem 0.3rem 0.675rem;
  transition: all 0.5s;
}

.result_list .ul_lis a svg {
  width: 0.15rem;
  height: auto;
}

.result_list .ul_lis a svg path {
  transition: all 0.6s;
  stroke: rgba(51, 51, 51, 0.5);
}

.result_list .ul_lis a:hover {
  background-color: rgba(29, 53, 70, 1);
  color: #fff;
}

.result_list .ul_lis a:hover svg path {
  stroke: #fff;
}

.swiper_type {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0.725rem;
  border-bottom: 2px solid #1d3546;
  margin-bottom: 0.575rem;
}

.swiper_type .swiper-slide {
  width: auto;
}

.swiper_type .swiper-slide a {
  font-size: 12px;
  color: #1d3546;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  transition: all 0.3s;
  background-color: #f5f5f8;
}

.swiper_type .swiper-slide a:hover,
.swiper_type .swiper-slide a.cur {
  background-color: #1d3546;
  color: #fff;
}

.excel_result .result_tabel .thead .td:first-child {
  position: sticky;
  /* top: 2.5rem; */
  z-index: 33;
}

.result_ajax {
  width: calc(100% + 5px);
}
.excel_result .result_tabel .thead {
  position: sticky;
  top: 2.5rem;
  user-select: none;
  width: 100%;

  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.excel_result .result_tabel .tbody {
  width: 100%;
}
.excel_result .result_tabel .ywr {
  width: 100%;
  max-height: 60vh;

  overflow-y: auto;
}
.excel_result .result_tabel .ywr.oy {
  width: calc(100% + 10px);
}
.excel_result .result_tabel .tbody .tr .td:nth-child(1) {
  position: sticky;
  left: 0;
  top: auto;
}
.excel_result .result_tabel .thead .td:nth-child(1) {
  position: sticky;
  left: 0;
  top: auto;
}

.excel_result .result_tabel .tbody {
  display: block;
  width: 100%;
  /* overflow: hidden; */
  /* -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; */
  /* overflow: auto; */
}
.excel_result .result_tabel .ywr::-webkit-scrollbar-thumb:horizontal {
  height: 10px;
  border-radius: 50px;
  background: #1d3546;
}

.excel_result .result_tabel .ywr::-webkit-scrollbar:horizontal {
  width: 100%;
  height: 10px;
}
.excel_result .result_tabel .ywr::-webkit-scrollbar-track:horizontal {
  background-color: #f5f5f8;
  border-radius: 50px;
}

.excel_result .result_tabel .ywr::-webkit-scrollbar-thumb:vertical {
  height: 50%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s;
  /* display: none; */
}
.excel_result .result_tabel .ywr:hover::-webkit-scrollbar-thumb:vertical {
  /* display: block; */
  background: #1d3546;
}
.excel_result .result_tabel:hover .ywr::-webkit-scrollbar-thumb:vertical {
  /* display: block; */
  background: #1d3546;
}

.excel_result .result_tabel .ywr::-webkit-scrollbar:vertical {
  width: 10px;
}

.excel_result .result_tabel .ywr::-webkit-scrollbar-track:vertical {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  transition: all 0.5s;
}
.excel_result .result_tabel .ywr:hover::-webkit-scrollbar-track:vertical {
  background-color: #f5f5f8;
}
.excel_result .result_tabel:hover .ywr::-webkit-scrollbar-track:vertical {
  background-color: #f5f5f8;
}

.excel_result .result_tabel .tbody.cur {
  transition: all 0;
  transform: translateY(-190px);
  position: relative;
  z-index: 99;
}
.excel_result .result_tabel .thead .td {
  height: 44px;
}
.excel_result .result_tabel .thead .td.cur {
  height: auto;
}

.excel_result .result_tabel .td_hide_box .cont {
  width: 100%;
  height: 100%;

  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

.excel_result .result_tabel .td_hide_box .cont .ls {
  padding: 5px 0;
  cursor: pointer;
}
.excel_result .result_tabel .td_hide_box .cont .ls .box {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  margin-right: 6px;
}
.excel_result .result_tabel .td_hide_box .cont .ls .t2 {
  font-size: 11px;
  line-height: 1;
  color: #666;
}
.excel_result .result_tabel .td_hide_box .cont .ls .t2 span {
  color: #1d3546;
}
.excel_result .result_tabel .td_hide_box .cont .ls.on .box {
  background-color: #000;
  border-color: #000;
  background-image: url(/bocstatic/web/img/dui.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.excel_result.spord .result_tabel .thead .td {
  /* min-width: 132px; */
}
.excel_result.spord .result_tabel .tbody .td {
  min-width: 132px;
}

.pack-btnlist {
  width: 100%;
  display: flex;
  margin-top: 0.625rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.625rem;
  align-items: center;
  justify-content: center;
}

.pack-btnlist .btn {
  width: 5.5rem;
  height: 1.1rem;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  transition: all 0.5s;
}
.pack-btnlist .btn:hover {
  background-color: #1d3546;
  color: #fff;
}
.pack-btnlist .btn.on {
  background-color: #1d3546;
  color: #fff;
}

.form_cross .input_box.on {
  background-color: #e9ecef;
  opacity: 1;
}
.ovhd {
  opacity: 0;
  position: absolute;
  top: -200%;
  z-index: -1;
}
.k-upload-files .li {
  padding: 0.2rem;
  border: 1px solid #e6e6e6;
  margin-top: 0.5rem;
  display: none;
}
.k-upload-files .tit-13 {
  margin-left: 0.2rem;
}
.k-upload-files .tit-13 div {
  font-size: 16px;
}
.ero .tit-13 div {
  color: #ff3448;
}
.suc .tit-13 div {
  color: #5fb662;
}

.k-upload-files .icon {
  fill: #333;
  cursor: pointer;
}
.k-upload-files .icon:hover {
  fill: #ff3448;
}
.k-upload-files .li .icon1 {
  margin: 0 0.15rem;
}
<!--耗时1778678127.998秒-->