@charset "UTF-8";
@font-face {
  font-family: "Lato";
  src: url(../font/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2);
}
@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
@font-face {
    font-family: "digit";
    src: url(../font/0849cfbf57f6e9001cc2.otf)
}
:root {
  --color: #fb7701;
  --color1: #e8c5cb;
  --nav_height: 60px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  color: #333;
  /*font-family: "Lato";*/
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-size: 16px;
}

video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5;
  padding: 9px 12px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}
.con ul {
  padding-left: 20px;
  list-style: unset;
}

.bx {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 75px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover, #page_1 a.on {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px;
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#page_2 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#page_2 a {
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
}
#page_2 a:hover, #page_2 a.on {
  color: var(--color);
}

.clear {
  clear: both;
}

#mbx_1 {
  height: 60px;
  border-bottom: 1px solid #bfbfbf;
}
#mbx_1 .bx {
  height: 100%;
  display: flex;
  align-items: center;
}
#mbx_1 .l {
  height: 100%;
  margin-right: auto;
  display: flex;
  align-items: center;
}
#mbx_1 .l a {
  padding: 0 20px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
}
#mbx_1 .l a.on, #mbx_1 .l a:hover {
  background-color: var(--color);
  color: #fff;
}
#mbx_1 .r {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#mbx_1 span {
  margin: 0 10px;
}
#mbx_1 .on {
  color: var(--color);
  font-weight: bold;
}

#mbx_2 {
  font-size: 16px;
  padding: 20px 0;
  line-height: 50px;
}
#mbx_2 span {
  margin: 0 5px;
}

header {
  width: 100%;
  height: var(--nav_height);
  transition: all 0.5s ease;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #e5e5e5;
}
header::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
header.on {
  color: #fff !important;
}
header.on .header .tel a {
  color: #fff !important;
}

.header {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header .l {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.header .l .logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .l .logo h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.header .l .logo img {
  height: 20px;
}
.header .l .logo span {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  padding: 3px;
  margin-left: 8px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.32);
}
.header .l i {
  flex-shrink: 0;
  margin: 0px 34px;
  border-color: rgba(0, 0, 0, 0.08);
  height: 0.9em;
  border: 1px solid #ebebeb;
}
.header .l .but {
  flex-shrink: 0;
  width: 142px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  line-height: 26px;
  font-size: 12px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .l svg {
  color: rgba(0, 0, 0, 0.4);
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.header .img {
  margin-left: 16px;
  background-image: url("../image/bj1.png");
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  flex-flow: 1;
}
.header .r {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.header .r .but {
  margin-right: 24px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .r .txt {
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  height: 36px;
  margin-right: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .r .txt svg {
  font-size: 24px;
  margin-right: 2px;
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.header .r .txt span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 14px;
}
.header .r .txt b {
  position: absolute;
  bottom: 60%;
  left: 90%;
  min-width: 13px;
  min-height: 13px;
  line-height: 1;
  font-size: 10px;
  background: #f71010;
  border-radius: 100px;
  display: inline-block;
  padding: 2px 4.4px;
  color: #fff;
  font-weight: bold;
}
.header .r .user {
  margin-right: 16px;
  height: 32px;
  width: 200px;
  display: flex;
  align-items: center;
}
.header .r .user img {
  height: 100%;
  margin-right: 8px;
}
.header .r .user span {
  margin-right: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 16px;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header .r .user svg {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  fill: currentColor;
  width: 1em;
  height: 1em;
}

main {
  background-color: #f1f1f1;
  display: flex;
}

#nav {
  background-color: #fff;
  width: 255px;
  height: calc(100vh - var(--nav_height));
  overflow: auto;
  overflow-x: hidden;
  /*padding-top: 10px;*/
  border-right: 1px solid #e5e5e5;
  position: relative;
}
#nav::-webkit-scrollbar {
  width: 5px;
  height: 100px;
}
#nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
#nav ul {
  min-height: calc(100% - 40px);
}
#nav li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#nav li::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  width: calc(100% - 16px);
  height: 1px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}
#nav .tit,
#nav span {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  padding-left: 16px;
  /*font-weight: bold;*/
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#nav .tit:hover,
#nav span:hover {
  color: var(--color);
  color: #407cff;
}
#nav .tit.on i,
#nav span.on i {
  transform: rotate(180deg);
  color: var(--color);
}
#nav .none {
  display: none;
}
#nav svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  min-width: 1em;
  box-sizing: content-box;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.15em;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
#nav i {
  margin-right: 10px;
  transition: all 0.3s ease;
  font-size: 8px;
  margin-left: auto;
}
#nav .sub {
  display: none;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 8px;
}
#nav .sub .ul {
  display: flex;
  flex-wrap: wrap;
}
#nav .sub .li {
  width: calc(100% / 2 - 0px * (2 - 1) / 2);
  padding-left: 16px;
  line-height: 30px;
  transition: all 0.3s ease;
}
#nav .sub .li.on, #nav .sub .li:hover {
  color: var(--color);
  color: #407cff;
}
#nav .sub .li a {
  display: inline-block;
  position: relative;
  /*font-weight: bold;*/
}
#nav .sub .li b {
  position: absolute;
  bottom: 60%;
  left: 90%;
  min-width: 13px;
  min-height: 13px;
  line-height: 1;
  font-size: 10px;
  background: #f71010;
  border-radius: 100px;
  display: inline-block;
  padding: 2px 4.4px;
  color: #fff;
  font-weight: bold;
}
#nav .logout {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: #fff;
  box-shadow: 0 -1px 0 0 #ebebeb;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content {
  flex: 1;
  height: calc(100vh - var(--nav_height));
  overflow-y: auto;
}

.section1 {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.section1 .banner {
  border: 2px solid #fff;
  border-radius: 15px;
  height: 104px;
  overflow: hidden;
}
.section1 .banner img {
  width: 100%;
  height: 100%;
}
.section1 .box_1 {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.section1 .box_1 .top {
  width: 100%;
  margin-bottom: 30px;
}
.section1 .box_1 .top .span {
  width: calc(100% / 6 - 0px * (6 - 1) / 6);
  padding: 8px 16px;
  margin: 6px 0;
}
.section1 .box_1 .top .span p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.section1 .box_1 .top .span span {
  display: block;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 28px;
  font-weight: 500;
  font-family: "digit";
}
.section1 .box_1 .bottom {
  width: 100%;
}
.section1 .box_1 .bottom .p {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
}
.section1 .box_1 .bottom .p span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.section1 .box_1 .bottom .span {
  width: calc(100% / 6 - 0px * (6 - 1) / 6);
  padding: 8px 16px;
  margin: 6px 0;
}
.section1 .box_1 .bottom .span p {
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
}
.section1 .box_1 .bottom .span p span {
  padding-bottom: 3px;
  position: relative;
}
.section1 .box_1 .bottom .span p span::after {
  left: 0;
  width: 100%;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  padding-left: 0.5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}
.section1 .box_1 .bottom .span a {
  font-size: 12px;
  color: #2656bd;
}
.section1 .box_2 {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.section1 .box_2 .top {
  width: 100%;
}
.section1 .box_2 .top .span {
  width: calc(100% / 6 - 0px * (6 - 1) / 6);
  padding: 8px 16px;
  margin: 6px 0;
}
.section1 .box_2 .top .span p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.section1 .box_2 .top .span a {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 28px;
  font-weight: 500;
  font-family: "digit";
  display: flex;
  align-items: center;
  gap: 2px;
}
.section1 .box_2 .top .span i {
  color: #999;
  font-size: 16px;
}
.section1 .box_3 {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 28px;
}
.section1 .box_3 .img {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.section1 .box_3 .img img {
  width: 16px;
  margin-right: 8px;
}
.section1 .box_3 .img span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  margin-right: 8px;
}
.section1 .box_3 .top {
  width: 100%;
}
.section1 .box_3 .top .span {
  width: calc(100% / 6 - 0px * (6 - 1) / 6);
  padding: 8px 16px;
  margin: 6px 0;
}
.section1 .box_3 .top .span p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.section1 .box_3 .top .span span {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 28px;
  font-weight: 500;
  
  display: flex;
  align-items: center;
}
.section1 .box_3 .top .span .progress {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  position: relative;
  padding: 8px;
  width: fit-content;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.section1 .box_3 .top .span svg {
  font-size: 14px;
  color: rgb(247, 16, 16);
  margin-left: 8px;
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.section1 .box_3 .top .span i {
  color: rgb(247, 16, 16);
  font-style: normal;
}

.section2 {
  padding: 24px;
  background-color: #fff;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.section2 .mySwiper1 {
  height: 90px;
  margin-bottom: 12px;
}
.section2 .mySwiper1:hover .prev_1,
.section2 .mySwiper1:hover .next_1 {
  opacity: 1;
}
.section2 .mySwiper1 img {
  height: 90px;
  border-radius: 6px;
}
.section2 .mySwiper1 .prev_1,
.section2 .mySwiper1 .next_1 {
  width: 24px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.section2 .mySwiper1 .prev_1:hover,
.section2 .mySwiper1 .next_1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.section2 .mySwiper1 .prev_1::after,
.section2 .mySwiper1 .next_1::after {
  color: #fff;
  font-size: 16px;
}
.section2 .mySwiper1 .prev_1 {
  left: 0;
  border-radius: 0 3px 3px 0;
}
.section2 .mySwiper1 .next_1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.section2 .mySwiper1 .pag_1 span {
  width: 8px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.section2 .mySwiper1 .pag_1 .swiper-pagination-bullet-active {
  width: 19px;
}
.section2 .wh {
  display: flex;
  background: #fff6e6;
  border: 1px solid #ffdaa3;
  border-radius: 6px;
  margin-bottom: 12px;
  height: 48px;
  cursor: pointer;
}
.section2 .wh img {
  width: 288px;
}
.section2 .wh .wu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}
.section2 .wh .en {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  margin: 0 8px;
}
.section2 .wh .en::before {
  content: "•";
  color: #ffae52;
  font-size: 18px;
  margin: 0 8px;
}
.section2 .wh .wj {
  margin-right: 8px;
  color: #fb7701;
  display: inline-flex;
  align-items: center;
}
.section2 .wh .bq {
  color: #00bb12;
}
.section2 .wh a {
  font-weight: 400;
  font-size: 12px;
  margin-right: 16px;
  color: #0071f3;
  position: relative;
}
.section2 .wh a .d {
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -2px;
  background: #f71010;
  border-radius: 50%;
}
.section2 .wh a svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  margin-left: 4px;
}
.section2 .ph {
  padding: 7px;
  background: #fff6e6;
  border: 1px solid #ffdaa3;
  border-radius: 3px;
  margin-bottom: 8px;
}
.section2 .ph .uq {
  display: flex;
  margin-bottom: 2px;
  position: relative;
}
.section2 .ph .fv {
  background-color: #ffecd1;
  padding: 7px;
  margin: -7px -7px 8px;
}
.section2 .ph svg {
  color: #fb7701;
  margin-right: 8px;
  position: relative;
  top: 1px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}
.section2 .ph .wq {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 18px;
  font-weight: 400;
  width: 100%;
}
.section2 .ph .wq a {
  color: #0071f3;
}
.section2 .ph .ns {
  font-weight: 600;
}
.section2 .ph .hr {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 18px;
  font-weight: 400;
}
.section2 .ph .hr span {
  font-weight: 600;
  color: rgb(247, 16, 16);
}
.section2 .ph .hr a {
  text-decoration: underline;
  color: rgb(0, 113, 243);
}
.section2 .ph .hq {
  display: flex;
  font-size: 12px;
  line-height: 18px;
}
.section2 .ph .hq span {
  font-weight: 600;
  flex: 0 0 auto;
}
.section2 .ph .el {
  display: -webkit-box;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section2 .ph .wt {
  flex: 1 0 auto;
  margin-left: 8px;
  text-align: end;
  color: #0071f3;
}
.section2 .ph .wt svg {
  color: #0071f3;
  margin: 0;
}
.section2 .ph .ss {
  float: right;
  padding-left: 0px;
  text-align: right;
}
.section2 .ph .ss svg {
  color: #0071f3;
  margin-right: 0px;
}
.section2 .tab_1 {
  margin-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  outline: none;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.section2 .tab_1 .l {
  flex: 1;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  overflow: hidden;
  position: relative;
  gap: 24px;
}
.section2 .tab_1 .l p {
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  /*font-weight: bold;*/
  position: relative;
}
.section2 .tab_1 .l p::after {
  flex: 1;
  width: 100%;
  bottom: 0;
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
}
.section2 .tab_1 .l p:hover {
  color: var(--color);
}
.section2 .tab_1 .l p.on {
  color: var(--color);
}
.section2 .tab_1 .l p.on::after {
  border-bottom: 2px solid var(--color);
}
.section2 .tab_1 .r {
  display: flex;
  gap: 8px;
  padding-bottom: 2px;
  align-items: center;
}
.section2 .tab_1 .r a {
  font-size: 12px;
  color: #0071f3;
}
.section2 .tab_1 .r div {
  width: 200px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  box-shadow: none;
  box-sizing: border-box;
  text-align: left;
  border-radius: 3px;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 8px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2 .tab_1 .r div + div {
  width: 240px;
}
.section2 .tab_1 .r svg {
  color: rgba(0, 0, 0, 0.4);
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.section2 .form {
  margin: 0;
  padding: 8px 16px 24px 0;
  background-color: #f7f7f7;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
}
.section2 .form .w2 {
  width: 66.6666666667%;
  margin-top: 16px;
}
.section2 .form .w1 {
  width: 33.3333333333%;
  margin-top: 16px;
}
.section2 .form .box {
  width: 100%;
  display: flex;
  align-items: center;
}
.section2 .form span {
  width: 120px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.8);
  flex: 0 0 auto;
  /*font-weight: bold;*/
}
.section2 .form .input {
  flex-grow: 1;
  display: flex;
}
.section2 .form .label {
  width: 120px;
  padding-left: 6px;
  padding-right: 8px;
  height: 28px;
  border: 1px solid #dbdbdb;
  border-radius: 3px 0 0 3px;
  background-color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2 .form .label + .label input {
  border-radius: 0 3px 3px 0;
}
.section2 .form .input_box {
  flex-grow: 1;
  position: relative;
}
.section2 .form .input_box input {
  width: 100%;
  padding: 0 8px;
  height: 28px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background-color: #fff;
  font-size: 12px;
}
.section2 .form .input_box input::placeholder {
  color: rgba(0,0,0,0.3);
}
.section2 .form .input_box svg {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.section2 .form svg {
  color: rgba(0, 0, 0, 0.4);
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.section2 .form .flex {
  padding-left: 64px;
  font-size: 14px;
}
.section2 .form .flex button {
  padding: 0 12px;
  height: 28px;
  border: 1px solid var(--color);
  color: var(--color);
  width: 64px;
  border-radius: 6px;
}
.section2 .form .flex button + button {
  margin: 0 16px;
  border-color: #adadad;
  color: rgba(0, 0, 0, 0.8);
}
.section2 .form .flex .button {
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 28px;
}
.section2 .tab {
  margin-top: 14px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}
.section2 .tab a {
  padding: 8px 20px;
  border: 1px solid #dbdbdb;
  border-left: none;
  border-bottom: none;
  line-height: 1;
  font-size: 14px;
  /*font-weight: bold;*/
  position: relative;
}
.section2 .tab a:nth-child(1) {
  border-left: 1px solid #dbdbdb;
}
.section2 .tab a::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 2px;
  background-color: var(--color);
  opacity: 0;
}
.section2 .tab a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  height: 2px;
  background-color: #fff;
  opacity: 0;
}
.section2 .tab a:hover,
.section2 .tab a.on {
  color: var(--color);
}
.section2 .tab a.on::after, .section2 .tab a.on::before {
  opacity: 1;
}
.section2 .table {
  margin-top: 16px;
  font-size: 12px;
  /*font-weight: bold;*/
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.section2 .table svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.section2 .table div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.section2 .table div.on svg {
  color: var(--color);
}
.section2 .table .svg_box {
  position: relative;
  width: 1em;
  height: 1em;
}
.section2 .table .svg_box svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #dbdbdb;
}
.section2 .table i {
  height: 12px;
  width: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
}
.section2 .table .input_box {
  width: 12px;
  height: 12px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
.section2 .table .span {
  line-height: 16px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
}
.section2 .button_box {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.section2 .button_box .l {
  display: flex;
  gap: 8px;
}
.section2 .button_box button {
  /*font-weight: bold;*/
  padding: 0 12px;
  line-height: 26px;
  border-radius: 6px;
  border: 1px solid #adadad;
}
.section2 .button_box button.on {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.section2 .button_box button.a {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.24);
  cursor: not-allowed;
  border: 1px solid #dbdbdb;
}
.section2 .button_box .r {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  gap: 8px;
}
.section2 .button_box i {
  font-style: normal;
  background: #00bb12;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.section2 .button_box a {
  color: #0071f3;
}
.section2 .table_box {
  overflow: scroll auto;
  scrollbar-width: none !important;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  border-right: 1px solid #e5e5e5;
}
.section2 table input {
  width: 12px;
  height: 12px;
}
.section2 table svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.section2 table tbody tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.section2 table th {
  height: 40px;
  text-align: left;
  font-size: 12px;
  background-color: #f5f5f5;
  font-weight: normal;
  background-color: rgb(245, 245, 245);
}
.section2 table th.th_l {
  right: 0px;
  z-index: 2;
  position: sticky !important;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
}
.section2 table th.th_l::after {
  left: 0;
  content: "";
  transform: translateX(-100%);
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  top: 0;
  width: 30px;
  bottom: -1px;
  position: absolute;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  pointer-events: none;
}
.section2 table .td1 {
  white-space: nowrap;
  text-align: center;
}
.section2 table .td2 {
  min-width: 260px;
  white-space: nowrap;
}
.section2 table .td2 p {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0,0,0,.4);
}
.section2 table .td2 p i {
  font-size: 12px;
  line-height: 18px;
}
.section2 table .td2 p span {
  color: #000;
  /*font-weight: bold;*/
}
.section2 table .td2 a {
  display: inline-block;
  background-color: #cde8fd;
  color: blue;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 5px;
  line-height: 18px;
  margin-top: 8px;
}
.section2 table .td2 svg {
  width: 13px;
  height: 13px;
  fill: #222;
  margin-left: 4px;
  cursor: pointer;
}
.section2 table .td3 {
  min-width: 120px;
  white-space: nowrap;
}
.section2 table .td3 p {
  /*font-weight: bold;*/
  color: #000;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.section2 table .td3 p i {
  font-size: 8px;
  margin-right: 5px;
}
.section2 table .td4 {
  min-width: 340px;
}
.section2 table .td4 .flex {
  flex-wrap: nowrap;
  position: relative;
}
.section2 table .td4 .flex .qx {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.section2 table .td4 .img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
}
.section2 table .td4 .img img {
  width: 100%;
  height: 100%;
}
.section2 table .td4 .txt {
  flex-grow: 1;
  padding-left: 8px;
}
.section2 table .td4 h3 {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2 table .td4 h3 .p {
  flex-grow: 1;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section2 table .td4 h3 span {
  flex-shrink: 0;
}
.section2 table .td4 p {
  font-weight: normal;
  color: rgba(0,0,0,.4);
  font-size: 12px;
  line-height: 18px;
}
.section2 table .td4 p i {
  font-size: 12px;
  line-height: 18px;
}
.section2 table .td4 p span {
  color: #000;
  /*font-weight: bold;*/
}
.section2 table .td4 p span.span {
  color: rgba(0, 0, 0);
  font-weight: bold;
}
.section2 table .td4 a {
  display: inline-block;
  background-color: #cde8fd;
  color: blue;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 5px;
  line-height: 18px;
  margin-top: 8px;
}
.section2 table .td5 {
  min-width: 320px;
}
.section2 table .td5 p {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0,0,0,.4);
}
.section2 table .td5 p i {
  font-size: 12px;
  line-height: 18px;
}
.section2 table .td5 p span {
  color: #000;
  /*font-weight: bold;*/
}
.section2 table .td5 p a {
  display: inline-block;
  margin-left: 10px;
  color: blue;
}
.section2 table .td5 svg {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 4px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.section2 table .td6 {
  min-width: 348px;
  white-space: nowrap;
}
.section2 table .td6 .p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 14px;
  font-weight: 600;
}
.section2 table .td6 .box {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 6px;
  padding: 5px 8px;
  position: relative;
  margin-top: 8px;
}
.section2 table .td6 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 40px;
  opacity: 0.24;
}
.section2 table .td6 .a {
  height: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.04);
  border-radius: 0 6px 0 6px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 4px;
  font-size: 12px;
}
.section2 table .td6 p {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0,0,0,.4);
}
.section2 table .td6 p i {
  font-size: 12px;
  line-height: 18px;
}
.section2 table .td6 p span {
  color: #000;
  /*font-weight: bold;*/
}
.section2 table .td7 {
  min-width: 168px;
  position: sticky;
  right: 0px;
  z-index: 2;
  background-color: #fff;
  white-space: nowrap;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
}
.section2 table .td7::after {
  left: 0;
  content: "";
  transform: translateX(-100%);
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  top: 0;
  width: 30px;
  bottom: -1px;
  position: absolute;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  pointer-events: none;
}
.section2 table .td7 p {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}
.section2 table .td7 p a {
  color: blue;
}

.page_box {
  width: 100%;
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 3;
  padding: 24px 45px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page_box span {
  margin-left: auto;
}
.page_box .page {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page_box .page select {
  border: 1px solid #e5e5e5;
  height: 28px;
  padding: 0 5px;
}
.page_box .page p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.page_box .page a {
  min-width: 28px;
  text-align: center;
  height: 28px;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_box .page a.on, .page_box .page a:hover {
  background-color: var(--color);
  color: #fff;
}
.page_box .page a i {
  font-size: 10px;
  line-height: 1;
}

/*# sourceMappingURL=index.css.map */
