body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::-webkit-scrollbar {
  display: none;
}
#root {
  height: 100%;
}
.hidden {
  display: none !important;
}
.submit_div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 20px;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
.submit_div button {
  margin: 0 5px;
}
a:focus {
  text-decoration: none !important;
}
.ant-table-pagination.ant-pagination {
  margin: 10px 0 !important;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 6px 0 6px 36px !important;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .arrow {
  left: 6px !important;
  line-height: 34px !important;
}
.td-editable-row .ant-form-item-explain {
  position: absolute;
  top: 100%;
  font-size: 12px;
  z-index: 99;
}
.td-editable-row .ant-form-item {
  margin-bottom: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.ant-table-tbody > tr > td {
  word-wrap: break-word;
  word-break: break-all;
}
.table-no-placeholder .ant-table-placeholder {
  display: none;
}
.divider-no-left.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 0;
}
.divider-no-left.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 100%;
}
.divider-no-left.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text {
  padding-left: 0;
}
.text-pre-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  max-height: 300px !important;
}
.td-img {
  display: block;
  width: 100%;
}
.line_camp {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  line-height: 35px;
  max-height: 70px;
  /*解决每行最后一个单词没有紧贴右边的问题*/
  text-align: justify;
  /*为省略号留下空隙。 使文本在右边界不移动的情况下右 padding 增加 1em，如果不设置 margin，
    文本最右边会向左缩 1em 来增加 padding。 增加 padding，是因为绝对定位的时父元素是padding-box，
    这样就可以将新增加的内容添加到 padding 中，而不与文本重合（与文本重合会造成单词或字母不完整）*/
  margin-right: -1em;
  padding-right: 1em;
}
.highlight {
  color: #0ac05e;
}
.bottom_line {
  position: relative;
  display: inline-block;
  line-height: 150%;
  z-index: 0;
}
.bottom_line::after {
  content: '';
  position: absolute;
  right: -11px;
  bottom: 12px;
  width: 40%;
  height: 20%;
  background-color: #4BD818;
  z-index: -1;
}
.td-scale {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.td-scale:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media screen and (max-width: 1279px) {
  html {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  html ::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
}
.editor___1PMOf {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.init___2Ii8e {
  color: #3885f5;
}
.pending___bzWOc {
  color: #a6a6a6;
}
.again___23u0k {
  color: #3885f5;
}
.init___2Ii8e,
.pending___bzWOc,
.again___23u0k {
  white-space: nowrap;
}
.tabs___3HcNc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 83px;
  color: #808080;
  font-size: 18px;
  font-weight: 500;
}
.tabs___3HcNc .tabs_item___1oxF5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.tabs___3HcNc .tabs_item___1oxF5:hover {
  color: #202020;
}
.tabs___3HcNc .tabs_item___1oxF5:hover:after {
  margin-top: 10px;
  display: table;
  content: " ";
  width: 65%;
  height: 2px;
  background-color: #202020;
}
.tabs___3HcNc .active___3ZSdm {
  color: #202020;
}
.tabs___3HcNc .active___3ZSdm:after {
  margin-top: 10px;
  display: table;
  content: " ";
  width: 65%;
  height: 2px;
  background-color: #202020;
}
.tabs_mobile___1_gEO {
  font-size: 14px;
  gap: 28px;
}
.tabs_antd___2cdGy {
  padding: 0 16px;
}
.tabs_antd___2cdGy .ant-tabs-ink-bar {
  background-color: transparent;
}
.search___2Ugdu {
  width: 662px;
  height: 60px;
}
.search___2Ugdu .ant-input-group-wrapper,
.search___2Ugdu .ant-input-group,
.search___2Ugdu .ant-input-wrapper,
.search___2Ugdu .ant-input {
  height: 58px;
  font-size: 18px;
}
.search___2Ugdu .ant-input-affix-wrapper {
  padding: 0 22px;
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
.search___2Ugdu .anticon.ant-input-clear-icon {
  font-size: 20px;
}
.search___2Ugdu .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,
.search___2Ugdu .ant-input-affix-wrapper-focused,
.search___2Ugdu .ant-input-affix-wrapper:focus {
  border-color: #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search___2Ugdu .search_input___LA9Zs {
  display: -ms-flexbox;
  display: flex;
}
.search___2Ugdu .search_btn___2yHTL {
  -ms-flex: 0 0 90px;
      flex: 0 0 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 90px;
  height: 60px;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
}
.search___2Ugdu .search_btn___2yHTL img {
  width: 24px;
  height: 24px;
}
.search___2Ugdu .detail___1UgII {
  margin-top: 24px;
}
.search___2Ugdu .detail___1UgII .detail_back___3hIdQ {
  cursor: pointer;
}
.search___2Ugdu .detail___1UgII .detail_words___34-Te {
  font-size: 18px;
  font-weight: 500;
  color: #383838;
}
.list_item___1hlJn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  cursor: pointer;
}
.list_item___1hlJn .list_item_content___1NPo- {
  -ms-flex: 1 1;
      flex: 1 1;
  overflow: hidden;
}
.list_item___1hlJn .list_item_illu___3OqQ2 {
  -ms-flex: 0 0 325px;
      flex: 0 0 325px;
  width: 325px;
  height: 183px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-left: 78px;
}
.list_item___1hlJn .list_item_title___3COnO {
  font-size: 30px;
  font-weight: 700;
  color: #2d3134;
  margin-bottom: 30px;
}
.list_item___1hlJn .list_item_title___3COnO:hover {
  color: #0AC05E;
}
.list_item___1hlJn .list_item_content___1NPo-,
.list_item___1hlJn .list_item_source___1F3hF {
  line-height: 35px;
  font-size: 18px;
  color: #a6a6a6;
}
.list_item___1hlJn .list_item_content___1NPo- p,
.list_item___1hlJn .list_item_source___1F3hF p {
  margin-bottom: 0;
}
.list_item___20u2- {
  width: 91.46666666666667vw;
  margin: 5.333333333333333vw 4.266666666666667vw;
  border-bottom: 1px solid #eeeeee;
}
.list_item___20u2- .list_item_illu___2AH2N {
  width: 91.46666666666667vw;
  height: 51.46666666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.1333333333333333vw;
  margin-bottom: 5.333333333333333vw;
}
.list_item___20u2- .list_item_title___1M7Cy {
  font-size: 4.266666666666667vw;
  line-height: 4.8vw;
  color: #2d3134;
  margin-bottom: 2.6666666666666665vw;
}
.search___32zgb {
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 19.2vw;
}
.search___32zgb .ant-input-group-wrapper,
.search___32zgb .ant-input-group,
.search___32zgb .ant-input-wrapper,
.search___32zgb .ant-input {
  width: 71.46666666666667vw;
  height: 10.666666666666666vw;
  font-size: 3.7333333333333334vw;
}
.search___32zgb .ant-input-affix-wrapper {
  padding: 0 4.266666666666667vw;
  border-radius: 0;
}
.search___32zgb .anticon.ant-input-clear-icon {
  font-size: 3.7333333333333334vw;
}
.search___32zgb .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover,
.search___32zgb .ant-input-affix-wrapper-focused,
.search___32zgb .ant-input-affix-wrapper:focus {
  border-color: #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search___32zgb .search_back___7Xz4O {
  width: 4.266666666666667vw;
  height: 4.266666666666667vw;
  margin: 7.466666666666667vw 4.266666666666667vw;
}
.search___32zgb .search_input___3ZQKs {
  -ms-flex: 1 1;
      flex: 1 1;
  width: 71.46666666666667vw;
  height: 10.666666666666666vw;
  margin: 4.266666666666667vw 0;
}
.search___32zgb .search_btn___1OYhz {
  -ms-flex: 0 0 15.733333333333333vw;
      flex: 0 0 15.733333333333333vw;
  width: 15.733333333333333vw;
  font-size: 3.7333333333333334vw;
  color: #383838;
  margin: 6.933333333333334vw 4.266666666666667vw;
  overflow: hidden;
}
.search___32zgb .detail___1Bk5o {
  margin-top: 24px;
}
.search___32zgb .detail___1Bk5o .detail_words___V8qcc {
  font-size: 18px;
  font-weight: 500;
  color: #383838;
}
.wrap___xE9Lu {
  padding: 32px 16px;
  text-align: center;
}
.content___1hRKb {
  position: relative;
}
.name_en___mkguB {
  padding-bottom: 4px;
  color: #A6A6A6;
  font-size: 12px;
  line-height: 28px;
}
.name___P960F {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.desc___1c7xu {
  padding-top: 17px;
  color: #383838;
  font-size: 14px;
  line-height: 28px;
}
.wrap___2ILA8 {
  padding-top: 120px;
  margin: 0 auto;
}
.content___nHh59 {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  z-index: 0;
}
.name_en___2_dR8 {
  padding-bottom: 4px;
  color: #A6A6A6;
  font-size: 14px;
  line-height: 28px;
}
.name___h9V-9 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
}
.desc___2IcLD {
  padding-top: 20px;
  padding-bottom: 65px;
  color: #383838;
  font-size: 18px;
  line-height: 28px;
}
.wrap___166ab {
  position: relative;
}
.wrap___166ab .bg___1oD3h {
  width: 100%;
}
.wrap___166ab .search___2rI8C {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.exception___WeeUn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.exception___WeeUn .imgBlock___19_gV {
  -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
  width: 62.5%;
  padding-right: 152px;
  zoom: 1;
}
.exception___WeeUn .imgBlock___19_gV:before,
.exception___WeeUn .imgBlock___19_gV:after {
  content: ' ';
  display: table;
}
.exception___WeeUn .imgBlock___19_gV:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.exception___WeeUn .imgEle___WugLC {
  height: 360px;
  width: 100%;
  max-width: 430px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.exception___WeeUn .content___FGVB7 {
  -ms-flex: auto;
      flex: auto;
}
.exception___WeeUn .content___FGVB7 h1 {
  color: #434e59;
  font-size: 62px;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 24px;
}
.exception___WeeUn .content___FGVB7 .desc___1h3Kl {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.exception___WeeUn .content___FGVB7 .actions___2wNCb button:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .exception___WeeUn .imgBlock___19_gV {
    padding-right: 88px;
  }
}
@media screen and (max-width: 576px) {
  .exception___WeeUn {
    display: block;
    text-align: center;
  }
  .exception___WeeUn .imgBlock___19_gV {
    padding-right: 0;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 480px) {
  .exception___WeeUn .imgBlock___19_gV {
    margin-bottom: -24px;
    overflow: hidden;
  }
}
.layout_content___4PS5r {
  background-color: #fff;
}
.layout_content___4PS5r .backtop___3iJuo {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #808080;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.layout_content___4PS5r .backtop___3iJuo::after {
  content: '\8FD4\56DE\9876\90E8';
  position: absolute;
  left: -80px;
  top: 12px;
  display: none;
  width: 72px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #383838;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.layout_content___4PS5r .backtop___3iJuo:hover {
  color: #0ac05e;
}
.layout_content___4PS5r .backtop___3iJuo:hover::after {
  display: block;
}
.sider_wrap___2SNEq .ant-menu-inline,
.sider_wrap___2SNEq .ant-menu-vertical,
.sider_wrap___2SNEq .ant-menu-vertical-left {
  border-right: none !important;
}
.sider_wrap___2SNEq .sider_logo___2vkjj {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
}
.sider_wrap___2SNEq .sider_logo___2vkjj img {
  width: 155px;
}
.header___3usjf {
  padding: 27px 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header___3usjf .logo___YXq1u {
  width: 160px;
}
.header___3usjf .menu___3WxIu {
  padding-left: 140px;
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header___3usjf .menu___3WxIu .ant-menu-horizontal {
  border-bottom: none;
}
.header___3usjf .menu___3WxIu .ant-menu {
  width: 600px;
}
.header___3usjf .menu___3WxIu .ant-menu-item,
.header___3usjf .menu___3WxIu .ant-menu-submenu {
  font-size: 16px;
  color: #808080;
}
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected,
.header___3usjf .menu___3WxIu .ant-menu-submenu-title:hover {
  color: #383838;
  font-weight: 700;
}
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
.header___3usjf .menu___3WxIu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
  border-bottom: 2px solid transparent;
}
.header___3usjf .menu___3WxIu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: transparent;
}
.header___3usjf .menu_dark___116wx .ant-menu {
  background-color: transparent;
}
.header___3usjf .menu_dark___116wx .ant-menu-item,
.header___3usjf .menu_dark___116wx .ant-menu-submenu {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.header___3usjf .menu_dark___116wx .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.header___3usjf .menu_dark___116wx .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.header___3usjf .menu_dark___116wx .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.header___3usjf .menu_dark___116wx .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.header___3usjf .menu_dark___116wx .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.header___3usjf .menu_dark___116wx .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.header___3usjf .menu_dark___116wx .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.header___3usjf .menu_dark___116wx .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected,
.header___3usjf .menu_dark___116wx .ant-menu-submenu-title:hover {
  color: #fff;
  font-weight: 700;
}
.header___3usjf .action___2MSA- {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 60px;
}
.header___3usjf .action___2MSA- img {
  cursor: pointer;
  width: 24px;
}
.footer___OKQYl {
  padding-top: 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.footer___OKQYl .top___1Y8ms {
  padding-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  gap: 300px;
  width: 1240px;
  border-bottom: 1px solid #A6A6A6;
}
.footer___OKQYl .top___1Y8ms .top_left___28aev .top_left_logo___2eUuo {
  width: 128px;
  margin-bottom: 46px;
}
.footer___OKQYl .top___1Y8ms .top_left___28aev .top_left_item___3Xxs0 {
  font-size: 14px;
  color: #272727;
  margin-bottom: 20px;
}
.footer___OKQYl .top___1Y8ms .top_left___28aev .top_left_item___3Xxs0 img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.footer___OKQYl .top___1Y8ms .top_center___3aofQ {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.footer___OKQYl .top___1Y8ms .top_center___3aofQ .top_center_col___3aBM8 .title___dlNwI {
  font-size: 16px;
  font-weight: 700;
  color: #383838;
  margin-bottom: 26px;
}
.footer___OKQYl .top___1Y8ms .top_center___3aofQ .top_center_col___3aBM8 .subtitle___1V_kk {
  font-size: 14px;
  color: #858585;
  margin-bottom: 20px;
}
.footer___OKQYl .top___1Y8ms .top_center___3aofQ .top_center_col___3aBM8 .subtitle___1V_kk:last-child {
  margin-bottom: 0;
}
.footer___OKQYl .top___1Y8ms .top_center___3aofQ .top_center_col___3aBM8 .link___Qr7ST,
.footer___OKQYl .top___1Y8ms .top_center___3aofQ .top_center_col___3aBM8 .subtitle___1V_kk {
  cursor: pointer;
}
.footer___OKQYl .icp___33m4o {
  line-height: 68px;
  text-align: center;
  font-size: 12px;
  color: #858585;
}
.mission___3en3D {
  padding-top: 90px;
}
.mission___3en3D img {
  width: 100%;
}
.banner___BL8UJ {
  padding-top: 146px;
  padding-bottom: 83px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner___BL8UJ .banner_content___3-XtH {
  position: relative;
  width: 1200px;
  height: 464px;
  margin: 0 auto;
  z-index: 0;
}
.banner___BL8UJ .banner_content___3-XtH::after {
  content: '';
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 332px;
  height: 111px;
  background-color: #4bd818;
  z-index: -1;
}
.banner___BL8UJ .banner_content___3-XtH .banner_img___1fW4T {
  width: 1200px;
  height: 464px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.banner___BL8UJ .banner_content___3-XtH .banner_pre___15tVk,
.banner___BL8UJ .banner_content___3-XtH .banner_next___GzL85 {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner___BL8UJ .banner_content___3-XtH .banner_pre___15tVk {
  left: -76px;
}
.banner___BL8UJ .banner_content___3-XtH .banner_next___GzL85 {
  right: -76px;
}
.prod___3HVDS {
  padding-bottom: 83px;
}
.prod___3HVDS .prod_bg___2QwYr {
  position: absolute;
  z-index: -1;
  width: 284px;
  right: 251px;
  top: 240px;
}
.prod___3HVDS .prod_list___1S_WB {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.prod___3HVDS .prod_list___1S_WB .prod_item___36Buq {
  width: 380px;
  margin-right: 50px;
  -webkit-box-shadow: 0 84px 34px 0 rgba(0, 0, 0, 0.01);
          box-shadow: 0 84px 34px 0 rgba(0, 0, 0, 0.01);
  cursor: pointer;
}
.prod___3HVDS .prod_list___1S_WB .prod_item___36Buq:hover {
  -webkit-box-shadow: 0 4px 10px 10px rgba(2, 32, 77, 0.12);
          box-shadow: 0 4px 10px 10px rgba(2, 32, 77, 0.12);
}
.prod___3HVDS .prod_list___1S_WB .prod_item___36Buq .prod_item_illu___27qmY {
  width: 380px;
  height: 273px;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod___3HVDS .prod_list___1S_WB .prod_item___36Buq .prod_item_article___10YBi {
  padding: 26px 29px;
  background-color: #fff;
}
.prod___3HVDS .prod_list___1S_WB .prod_item___36Buq .prod_item_title___gwQYK {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  color: #0d1317;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.prod___3HVDS .prod_list___1S_WB .prod_item___36Buq .prod_item_title___gwQYK:hover {
  color: #0ac05e;
}
.prod___3HVDS .prod_list___1S_WB .prod_item___36Buq .prod_item_content___32o62 {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 24px;
}
.prod___3HVDS .prod_list___1S_WB .prod_item___36Buq .prod_item_content___32o62 p {
  margin-bottom: 0;
}
.prod___3HVDS .prod_list___1S_WB .prod_item___36Buq .prod_item_link___1aoJ5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #A6A6A6;
  border-top: 1px solid #F5F5F5;
  padding-top: 20px;
  text-align: center;
  cursor: pointer;
}
.prod___3HVDS .prod_list___1S_WB .prod_item___36Buq .prod_item_link___1aoJ5 .prod_item_link_icon___3p17l {
  font-size: 16px;
  margin-left: 10px;
}
.prod___3HVDS .prod_list___1S_WB .prod_item___36Buq .prod_item_link___1aoJ5:hover {
  color: #0ac05e;
}
.prod___3HVDS .prod_handle___Aubvz {
  padding-top: 71px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 116px;
  height: 44px;
  margin: 0 auto;
}
.prod___3HVDS .prod_handle___Aubvz .prod_handle_pre___3TgHy,
.prod___3HVDS .prod_handle___Aubvz .prod_handle_next___1DRQD {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #272727;
}
.prod___3HVDS .prod_handle___Aubvz .prod_handle_pre___3TgHy:hover,
.prod___3HVDS .prod_handle___Aubvz .prod_handle_next___1DRQD:hover {
  cursor: pointer;
  background-color: #272727;
}
.prod___3HVDS .prod_handle___Aubvz .prod_handle_disabled___1BB7n {
  color: #96b0b8;
  background-color: #fff;
}
.prod___3HVDS .prod_handle___Aubvz .prod_handle_disabled___1BB7n:hover {
  cursor: not-allowed;
  background-color: #fff;
}
.prod___3HVDS .prod_module___2BSxD {
  margin-bottom: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  background-color: #Fff;
  padding: 30px;
}
.prod___3HVDS .prod_icon_div___1YV8s {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-shadow: -3px 3px 5px grey;
          box-shadow: -3px 3px 5px grey;
  margin-bottom: 20px;
  padding: 16px 10px;
  background-color: #f6fafd;
  cursor: pointer;
  -ms-flex-align: center;
      align-items: center;
}
.prod___3HVDS .prod_icon_div___1YV8s img {
  width: 200px;
  height: 200px;
}
.prod___3HVDS .prod_icon_div___1YV8s > div {
  text-align: center;
}
.business_img___3VN2e {
  width: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex: 1 1;
      flex: 1 1;
}
.business_img___3-bVe {
  width: 1240px;
  height: 655px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content___1iQCd {
  padding-bottom: 102px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 30px;
}
.content___1iQCd .left___34NP9 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 396px;
  overflow: hidden;
}
.content___1iQCd .left___34NP9 .name___uQW6- {
  margin-bottom: 40px;
  color: #333;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
}
.content___1iQCd .left___34NP9 .nowrap___3jtnI {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.content___1iQCd .left___34NP9 .desc___An01S {
  color: #808080;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.content___1iQCd .go___1OSMK {
  cursor: pointer;
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 7px;
}
.content___1iQCd .go___1OSMK img {
  width: 22px;
}
.content___1iQCd .content_img___GE9j2 {
  -ms-flex: 0 0 620px;
      flex: 0 0 620px;
  border-radius: 20px;
  width: 620px;
  height: 396px;
}
.news___1lqih {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 51px;
}
.news___1lqih .left___wVUvT {
  -ms-flex: 0 0 579px;
      flex: 0 0 579px;
  width: 579px;
}
.news___1lqih .left___wVUvT .image___eiB1h {
  width: 100%;
  height: 326px;
  border-radius: 10px;
}
.news___1lqih .left___wVUvT .title___3TFeR {
  padding: 24px 0;
  color: #2D3134;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}
.news___1lqih .left___wVUvT .verdict___3lbqQ {
  color: #A6A6A6;
  font-size: 18px;
  line-height: 32px;
}
.news___1lqih .right___xp2De {
  -ms-flex: 1 1;
      flex: 1 1;
}
.news___1lqih .right___xp2De .item___3n9ks {
  padding-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 24px;
}
.news___1lqih .right___xp2De .item___3n9ks:last-child {
  padding-bottom: 0;
}
.news___1lqih .right___xp2De .item___3n9ks .item_image___2M-cH {
  width: 247px;
  height: 139px;
  border-radius: 5px;
}
.news___1lqih .right___xp2De .item___3n9ks .item_title___2EBEA {
  width: 339px;
  padding-bottom: 16px;
  color: #2D3134;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}
.news___1lqih .right___xp2De .item___3n9ks .item_verdict___2XRYx {
  width: 339px;
  color: #A6A6A6;
  font-size: 16px;
  line-height: 32px;
}
.action___1iJvJ {
  padding-top: 106px;
  padding-bottom: 93px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.action___1iJvJ .news_handle___3lbIR {
  font-size: 20px;
  text-align: center;
  color: #383838;
  border-radius: 9px;
  cursor: pointer;
  margin: 0 auto;
}
.action___1iJvJ .news_handle___3lbIR .news_handle_icon___3lxJo {
  font-size: 16px;
  margin-left: 10px;
}
.hand___2zhW7 {
  cursor: pointer;
}
.partner___2YO6i {
  padding: 59px 80px 102px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: #272727;
}
.partner___2YO6i .name___3_o4B {
  padding-bottom: 61px;
  color: #4bd717;
  font-size: 32px;
  font-weight: 700;
  line-height: 47px;
}
.partner___2YO6i .list___aUlT0 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 90px;
}
.partner___2YO6i .list___aUlT0 img {
  height: 40px;
}
.join___1Xcvi {
  width: 100%;
  height: 445px;
  background: url('../img/join.png' );
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.join___1Xcvi .join_register___3xZTQ {
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  height: 60px;
  padding-top: 296px;
  margin: 0 auto;
}
.join___1Xcvi .join_register___3xZTQ .input___3X6y2 {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  background-color: #fff;
  border: 1px solid black;
  border-right-color: #fff;
}
.join___1Xcvi .join_register___3xZTQ .input___3X6y2 .ant-input:focus,
.join___1Xcvi .join_register___3xZTQ .input___3X6y2 .ant-input-focused,
.join___1Xcvi .join_register___3xZTQ .input___3X6y2 .ant-input {
  font-size: 18px;
  padding-left: 24px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.join___1Xcvi .join_register___3xZTQ .btn___3DIiX {
  width: 152px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #272727;
  font-weight: 500;
  background-color: #4bd818;
  cursor: pointer;
}
.contact___vfLub {
  padding: 44px 74px 66px;
  background-color: #272727;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact___vfLub .title___3kpxX {
  font-size: 30px;
  font-weight: 900;
  color: #4bd818;
  margin-bottom: 12px;
}
.contact___vfLub .desc___10zaq {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 39px;
}
.contact___vfLub .ant-input {
  background-color: transparent;
  border: none;
  margin: auto 0;
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact___vfLub .ant-form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.contact___vfLub .input___3X6y2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #808080;
  line-height: 60px;
  background-color: #f5f5f5;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 33px;
}
.contact___vfLub .input___3X6y2 .send___1cRfF {
  font-size: 18px;
  color: #4bd818;
  white-space: nowrap;
  cursor: pointer;
}
.contact___vfLub .btn___3DIiX {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #4bd818;
  margin-right: auto;
  cursor: pointer;
}
.wrap___2L6P3 {
  background-color: #fff;
}
.head___3MiAx {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.head___3MiAx video {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.head___3MiAx .head_warp___2DgkF {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.head___3MiAx .head_warp___2DgkF .head_content___14G1q {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #FFF;
  pointer-events: none;
}
.head___3MiAx .head_warp___2DgkF .head_content___14G1q .head_name___1f3Bu {
  font-size: 60px;
  font-weight: 700;
  line-height: 87px;
}
.head___3MiAx .head_warp___2DgkF .head_content___14G1q .head_desc___2kwBi {
  padding-top: 13px;
  font-size: 20px;
}
.user___AwK2v {
  cursor: pointer;
  margin-left: 12px;
}
.avatar___1M_Sy {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #aaa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
}
.userName___3b-ki {
  font-size: 16px;
  line-height: 1;
}
.orgName___1Xlhy {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 1;
  padding-top: 12px;
  font-weight: normal;
}
.popover___2NQkE .ant-popover-inner-content {
  padding: 0;
}
.popover___2NQkE .ant-popover-title {
  padding: 16px;
}
.popover_item___3l4kU {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.popover_item___3l4kU:hover {
  background-color: #f8f8f8;
}
.popover_item___3l4kU .anticon {
  font-size: 14px;
  margin-right: 8px;
}
.border_top___2OAXR {
  border-top: 1px solid #e8e8e8;
}
.header___1iGZa {
  height: 60px;
  padding: 0 32px 0 0;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.left___mnpW0 {
  width: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.right___2bW4f {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.logo___1xBYI {
  width: 46px;
  margin-right: 12px;
}
.title___1HWSa {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.box___2wlY1 {
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -ms-flex-align: center;
      align-items: center;
}
.box___2wlY1 .anticon {
  font-size: 18px;
  cursor: pointer;
}
.box___2wlY1 .ant-breadcrumb {
  line-height: 1;
  margin-left: 20px;
}
.layout_content___3xtXy {
  background-color: #fff;
  padding: 20px;
  margin: 0 12px;
}
.layout_footer___ShYDR {
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #999;
  text-align: center;
}
.footer___1b4rk {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}
.footer___1b4rk a {
  color: #aaa;
}
.user_wrap___2-KDb {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.user_wrap___2-KDb .logo___3a7yk {
  width: 280px;
}
.container___1nFOT {
  display: -ms-flexbox;
  display: flex;
}
.btns___WP2nb {
  border-bottom: 1px solid #eaeaea;
  line-height: 40px;
}
.btns___WP2nb button {
  margin-right: 15px;
}
.left___2OtpR {
  -ms-flex: 0 0 220px;
      flex: 0 0 220px;
  border-right: 1px solid #eaeaea;
  min-height: 80vh;
}
.right___1b_2e {
  -ms-flex: auto;
      flex: auto;
  padding-left: 20px;
}
.divider___TIehV {
  padding: 20px;
}
.upload_box___2-ekq {
  display: -ms-flexbox;
  display: flex;
}
.upload_box___2-ekq .upload_box_title___3kEh0 {
  white-space: nowrap;
  margin-right: 6px;
}
.home_banner_title___L0MLc {
  margin-bottom: 26px;
}
.tip___S0FEN {
  font-size: 14px;
  color: rgba(128, 128, 128, 0.85);
}
.news___1ZhV4 {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 26px;
}
.news___1ZhV4 .news_left___3hmy0 {
  width: 70%;
  overflow: hidden;
}
.news___1ZhV4 .news_left___3hmy0 .news_left_title___1iGoC {
  font-size: 16;
  color: #2d3134;
  margin-bottom: 12px;
}
.news___1ZhV4 .news_left___3hmy0 .news_left_desc___xmAXV {
  font-size: 14px;
  line-height: 21px;
  color: #a6a6a6;
}
.news___1ZhV4 .news_left___3hmy0 .news_left_desc___xmAXV p {
  margin-bottom: 0;
}
.news___1ZhV4 .news_left___3hmy0 .news_left_title___1iGoC,
.news___1ZhV4 .news_left___3hmy0 .news_left_desc___xmAXV {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news___1ZhV4 .news_right_img___3sq3G {
  width: 30%;
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  overflow: hidden;
}
.news___1ZhV4 .news_right_img___3sq3G img {
  width: 120px;
  height: 68px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod___1yVlB {
  width: 178px;
  margin-right: 20px;
  overflow: hidden;
}
.prod___1yVlB .prod_img___3nUYt {
  width: 178px;
  height: 114px;
  border-radius: 8px;
  overflow: hidden;
}
.prod___1yVlB .prod_title___SPqeu {
  font-size: 16px;
  color: #0d1317;
}
.prod___1yVlB .prod_desc___3KbGL {
  font-size: 14px;
  color: #5b5b5b;
  line-height: 21px;
}
.prod___1yVlB .prod_desc___3KbGL p {
  margin-bottom: 0;
}
.prod_config_list___cO-SO {
  display: -ms-flexbox;
  display: flex;
}
.partner___3Gj6f .partner_title___3_27H {
  font-size: 14px;
  color: rgba(56, 56, 56, 0.85);
  line-height: 22px;
  margin-bottom: 16px;
}
.partner___3Gj6f .partner_title___3_27H span {
  color: rgba(128, 128, 128, 0.85);
}
.partner___3Gj6f .partner_upload___3-lky {
  margin-bottom: 90px;
}
.tip___3xwgn {
  font-size: 14px;
  color: rgba(128, 128, 128, 0.85);
}
.title___383Bo {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 7px 22px 0;
}
.about_title___1KAHG {
  font-size: 16px;
  font-weight: 700px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 30px;
}
.about_title___1KAHG .about_tip___2B7_Y {
  font-size: 14px;
  color: rgba(128, 128, 128, 0.85);
  margin-left: 16px;
}
.flex___2htqj {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.flex___2htqj .ant-switch-checked .ant-switch-handle {
  left: calc(55%);
}
.flex___2htqj .tip___11MDb {
  padding-top: 12px;
  font-size: 14px;
  color: #808080;
}
.flex___2htqj img {
  margin-top: 30px;
  width: 100%;
}
.flex___2htqj .gray___3v4SX {
  -webkit-filter: gray;
          filter: gray;
  filter: grayscale(95%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0.95);
  -webkit-filter: grey;
  -webkit-filter: grayscale(95%);
  -moz-filter: grayscale(95%);
  -ms-filter: grayscale(95%);
  -o-filter: grayscale(95%);
}
.result___1CS4D {
  width: 1240px;
  margin: 100px auto 0;
}
.result___1CS4D .result_title___3e4sQ {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  color: #2d3134;
}
.result___1CS4D .result_desc___fM2AA {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  color: #676a6c;
}
.result___1CS4D .result_list___1_eq7 {
  margin: 80px auto 117px;
}
.result___1CS4D .result_handle___3t2Vm {
  width: 152px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  text-align: center;
  color: #0ac05e;
  border: 1px solid #0ac05e;
  border-radius: 9px;
  margin: 84px auto 117px;
}
.search___2HPHN {
  margin-bottom: 70px;
}
.wrap___2RO15 {
  padding-bottom: 228px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 60px;
}
.wrap___2RO15 .img___TwHOa {
  -ms-flex: 0 0 477px;
      flex: 0 0 477px;
  width: 477px;
}
.content___2Tl0a {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.content___2Tl0a .title___3xDeT {
  margin-bottom: 34px;
  color: #383838;
  font-size: 50px;
  font-weight: 900;
  line-height: 73px;
}
.content___2Tl0a .text___KmOzW {
  padding-bottom: 20px;
  color: #808080;
  font-size: 18px;
  line-height: 28px;
}
.wrap___26BYc {
  padding-bottom: 228px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.wrap___26BYc img {
  width: 100%;
  max-width: 1240px;
}
.wrap___3m54e {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.wrap___3m54e .content___215KY {
  width: 1240px;
}
.wrap___1Zt_R {
  padding-bottom: 228px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.wrap___1Zt_R img {
  width: 100%;
  max-width: 1240px;
}
.wrap___FJfTB {
  padding-bottom: 228px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.wrap___FJfTB img {
  width: 100%;
  max-width: 1240px;
}
.wrap___1Jamb {
  padding: 0 100px 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  gap: 27px;
}
.item___1U9Iy {
  position: relative;
  width: 290px;
  height: 290px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.item___1U9Iy:hover .mask___3l5jW {
  bottom: 0;
}
.item___1U9Iy img {
  width: 290px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mask___3l5jW {
  padding: 26px 24px 12px;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  width: 290px;
  border-radius: 10px;
  height: 173px;
  bottom: -173px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mask___3l5jW .job___r2-kR {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 21px;
}
.mask___3l5jW .name___2nPgd {
  padding: 6px 0 9px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.mask___3l5jW .introduce___1XNm_ {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}
.result___2BKHH {
  font-size: 18px;
  font-weight: 500;
  margin: 50px 0 70px;
}
.result___2BKHH .back___3IZXD {
  margin-right: 24px;
  cursor: pointer;
}
.detail___3cYp3 {
  width: 872px;
  margin: 50px auto 100px;
}
.detail___3cYp3 img {
  max-width: 872px;
}
.detail___3cYp3 video {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
  margin: 0 auto;
}
.detail_title___6FTVA {
  font-size: 30px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 30px;
}
.detail_desc___1uuqy {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 50px;
}
.detail_tag___tb3gp {
  font-size: 14px;
  color: #a6a6a6;
  line-height: 21px;
  background-color: #f5f5f5;
  padding: 28px 22px;
  margin-top: 50px;
}
.result___24sJP {
  font-size: 18px;
  font-weight: 500;
  margin: 50px 0 70px;
}
.result___24sJP .back___3B4DW {
  margin-right: 24px;
  cursor: pointer;
}
.prod_item___2tDNr {
  width: 327px;
  margin-bottom: 60px;
  cursor: pointer;
}
.prod_item___2tDNr .prod_item_illu___2NkoP {
  width: 325px;
  height: 183px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin: 0 auto 16px;
}
.prod_item___2tDNr .prod_item_title___1at3k {
  font-size: 24px;
  font-weight: 700;
  color: #0d1317;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.prod_item___2tDNr .prod_item_title___1at3k:hover {
  color: #0AC05E;
}
.prod_item___2tDNr .prod_item_content___2thQm,
.prod_item___2tDNr .prod_item_source___uwxTJ {
  font-size: 16px;
  color: #5b5b5b;
}
.prod_item___2tDNr .prod_item_content___2thQm p,
.prod_item___2tDNr .prod_item_source___uwxTJ p {
  margin-bottom: 0;
}
.tabs___1DWU5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 50px auto 60px;
}
.tabs___1DWU5 .tab___NeBSL {
  font-size: 18px;
  color: #202020;
  font-weight: 500;
  padding: 9px 10px;
  margin: 0 50px;
  border-bottom: 1.5px solid transparent;
  cursor: pointer;
}
.tabs___1DWU5 .tab_active___tb6Kt {
  border-bottom: 1.5px solid #202020;
}
.prod_tab_list___3oMdE {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  justify-items: center;
}
.sub_title___2SyYi {
  margin: 0 auto 70px;
  font-size: 20px;
  font-weight: 500;
}
.result___1M9OA {
  font-size: 18px;
  font-weight: 500;
  margin: 50px 0 70px;
}
.result___1M9OA .back___1rD67 {
  margin-right: 24px;
  cursor: pointer;
}
.prods_result_list___2ZqYE {
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  justify-items: center;
}
.wrap___3sGzc {
  position: relative;
  text-align: center;
}
.main___UosKX {
  padding-top: 60px;
  display: -ms-flexbox;
  display: flex;
}
.main___UosKX .content___Ae3Sc {
  -ms-flex: 1 1;
      flex: 1 1;
}
.main___UosKX .img___1WVLd {
  -ms-flex: 0 0 621px;
      flex: 0 0 621px;
  width: 621px;
  margin: 0 0 225px;
}
.contact_title___1u0F4 {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  color: #0d1317;
  margin-bottom: 16px;
}
.contact_sub___tOqsF {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  color: #808080;
  margin-bottom: 50px;
}
.contact_sub___tOqsF a {
  color: #808080;
}
.contact_sub___tOqsF img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.layout_content___3-2EL {
  position: relative;
  width: 100vw;
  background-color: #fff;
  padding-top: 11.733333333333333vw;
  overflow: hidden;
}
.layout_content___3-2EL .backtop___2zZRQ {
  position: relative;
  width: 8vw;
  height: 8vw;
  line-height: 8vw;
  text-align: center;
  font-size: 4.266666666666667vw;
  color: #808080;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.drawer___E7HRh .ant-drawer-content-wrapper {
  height: 100vh !important;
}
.header___116j7 {
  position: fixed;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100vw;
  height: 11.733333333333333vw;
  background-color: #fff;
  padding: 0 6.4vw 0 6.933333333333334vw;
  z-index: 10;
}
.header___116j7 .logo___2ebNx {
  width: 26.666666666666668vw;
  height: 4vw;
  cursor: pointer;
}
.header___116j7 .menu_icon___1SOLX {
  width: 4.266666666666667vw;
  height: 4.266666666666667vw;
}
.menu___2h3Rm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.menu___2h3Rm .ant-menu-horizontal {
  border-bottom: 1px solid transparent;
}
.menu___2h3Rm .ant-menu-item,
.menu___2h3Rm .ant-menu-submenu {
  font-size: 3.7333333333333334vw;
  color: #808080;
}
.menu___2h3Rm .ant-menu-inline.ant-menu-root .ant-menu-item,
.menu___2h3Rm .ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
  padding: 3.2vw 4.266666666666667vw 3.2vw 6.4vw !important;
  line-height: 5.333333333333333vw;
  height: 11.733333333333333vw;
}
.menu___2h3Rm .ant-menu-submenu-expand-icon,
.menu___2h3Rm .ant-menu-submenu-arrow {
  width: 3.2vw;
}
.menu___2h3Rm .ant-menu-submenu-expand-icon,
.menu___2h3Rm .ant-menu-submenu-arrow {
  right: 4.266666666666667vw;
}
.menu___2h3Rm .ant-menu-submenu-arrow::before,
.menu___2h3Rm .ant-menu-submenu-arrow::after {
  width: 2.6666666666666665vw;
  height: 0.26666666666666666vw;
}
.menu___2h3Rm .ant-menu-submenu-arrow::before {
  -webkit-transform-origin: right;
          transform-origin: right;
}
.menu___2h3Rm .ant-menu-submenu-arrow::after {
  -webkit-transform-origin: left;
          transform-origin: left;
}
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected,
.menu___2h3Rm .ant-menu-submenu-title:hover {
  color: #383838;
  font-weight: 700;
}
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
.menu___2h3Rm .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
  border-bottom: 2px solid transparent;
}
.menu___2h3Rm .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.menu___2h3Rm .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 3.2vw 4.266666666666667vw 3.2vw 12.8vw !important;
}
.menu___2h3Rm .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: transparent;
}
.footer___2HVBO {
  width: 100vw;
  padding: 26.133333333333333vw 4.8vw 0;
  border-top: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
.footer___2HVBO .top___1dGOh {
  width: 100%;
  height: 44.8vw;
  padding: 0 8vw;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer___2HVBO .top___1dGOh .top_left___1tWB2 .top_left_logo___1u-Nn {
  width: 35.733333333333334vw;
  margin-bottom: 9.333333333333334vw;
}
.footer___2HVBO .top___1dGOh .top_left___1tWB2 .top_left_item___2xi8i {
  font-size: 3.2vw;
  line-height: 5.333333333333333vw;
  color: #272727;
  margin-bottom: 2.6666666666666665vw;
}
.footer___2HVBO .top___1dGOh .top_left___1tWB2 .top_left_item___2xi8i img {
  width: 3.7333333333333334vw;
  height: 3.7333333333333334vw;
  margin-right: 3.2vw;
}
.footer___2HVBO .bottom___1UIAK {
  padding: 14px 0;
  line-height: 3.7333333333333334vw;
  text-align: center;
  font-size: 3.2vw;
  color: #858585;
}
.wrap___nepei {
  padding: 16px 16px 0;
}
.wrap___nepei img {
  width: 100%;
}
.banner___2yOlb {
  width: 100%;
  height: 100%;
  padding: 8vw 0 13.6vw;
  margin: 0 auto;
  overflow: hidden;
}
.banner___2yOlb .banner_content___1Q2yO {
  position: relative;
  width: 100vw;
  height: 38.4vw;
  margin: 0 auto;
}
.banner___2yOlb .banner_content___1Q2yO .banner_img___1xIvg {
  width: 100vw;
  height: 38.4vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.banner___2yOlb .slick-dots {
  bottom: -35px;
}
.banner___2yOlb .slick-dots li button {
  background-color: #ccc !important;
}
.banner___2yOlb .slick-dots .slick-active button {
  background-color: #272727 !important;
}
.wrap___1CiUJ {
  padding-top: 55px;
  padding-bottom: 55px;
}
.wrap___1CiUJ .slick-dots li button {
  background-color: #ccc !important;
}
.wrap___1CiUJ .slick-dots .slick-active button {
  background-color: #272727 !important;
}
.item___2R0EU {
  border: 2px solid #F5F5F5;
  background-color: #fff;
}
.item___2R0EU .item_bg___3iX__ {
  width: 100%;
  height: 212px;
  -o-object-fit: cover;
     object-fit: cover;
}
.item___2R0EU .item_article___2H7_1 {
  padding: 0 19px;
  text-align: center;
}
.item___2R0EU .item_title___3JoRZ {
  padding-top: 16px;
  color: #272727;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.item___2R0EU .item_content___1uaSI {
  padding-top: 13px;
  color: #808080;
  line-height: 24px;
  font-size: 14px;
}
.item___2R0EU .line___2QE5U {
  padding-top: 30px;
  border-bottom: 1px solid #F5F5F5;
}
.item___2R0EU .item_link___13t-S {
  padding: 15px 0;
  font-size: 14px;
  line-height: 24px;
  color: #01E66A;
}
.business_img___3gK9L {
  margin-top: 16px;
  width: 100%;
}
.line___3NJcy {
  padding-top: 32px;
  border-bottom: 1px solid #E5E5E5;
}
.content___2YQnk {
  text-align: left;
}
.content___2YQnk .name___3Qhp_ {
  padding-bottom: 9px;
  color: #0D1317;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.content___2YQnk .desc___1-FUa {
  color: #808080;
  font-size: 14px;
  line-height: 20px;
}
.content___2YQnk .content_img___133dR {
  margin-top: 16px;
  width: 100%;
  border-radius: 10px;
}
.news___18WFb {
  padding-top: 32px;
  text-align: left;
}
.news___18WFb .item___lhCD- .image___2kUg3 {
  width: 100%;
  height: 193px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news___18WFb .item___lhCD- .title___1KmCu {
  padding: 12px 0 6px;
  color: #2D3134;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.news___18WFb .item___lhCD- .verdict___E5yLr {
  color: #a6a6a6;
  font-size: 14px;
  line-height: 22px;
}
.action___3vsR8 {
  margin-top: 38px;
  font-size: 12px;
  line-height: 22px;
}
.partner___1lHX8 {
  padding: 17px 0  31px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: #272727;
}
.partner___1lHX8 .name___28cVE {
  padding-bottom: 28px;
  color: #4bd717;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.partner___1lHX8 .list___3seEj {
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
.partner___1lHX8 .list___3seEj img {
  height: 20px;
}
.join___1ioQ1 {
  padding: 32px 16px;
  width: 100%;
  height: 218px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #f6fafd;
}
.join___1ioQ1 .content___19j42 {
  width: 174px;
  height: 29px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: #01E66A;
}
.join___1ioQ1 .content___19j42 .content_right___28jtv {
  height: 100%;
  -ms-flex: 0 0 100px;
      flex: 0 0 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #272727;
  background-color: #01E66A;
}
.join___1ioQ1 .tip___1Abqh {
  padding: 17px 0 25px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
}
.join___1ioQ1 .join_register___ByMxk {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  font-size: 14px;
}
.join___1ioQ1 .join_register___ByMxk .input___1pCNO {
  -ms-flex: 1 1;
      flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
}
.join___1ioQ1 .join_register___ByMxk .input___1pCNO .ant-input:focus,
.join___1ioQ1 .join_register___ByMxk .input___1pCNO .ant-input-focused,
.join___1ioQ1 .join_register___ByMxk .input___1pCNO .ant-input {
  padding-left: 24px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.join___1ioQ1 .join_register___ByMxk .btn___2muoa {
  width: 90px;
  text-align: center;
  line-height: 40px;
  color: #272727;
  font-weight: 500;
  background-color: #4bd818;
  cursor: pointer;
}
.contact___15Z1q {
  text-align: center;
  padding: 16px;
  background-color: #272727;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact___15Z1q .title___fKU_r {
  font-size: 24px;
  font-weight: 700;
  color: #4bd818;
  margin-bottom: 12px;
}
.contact___15Z1q .desc___1OwwT {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 39px;
}
.contact___15Z1q .ant-input {
  background-color: transparent;
  border: none;
  margin: auto 0;
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact___15Z1q .ant-form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.contact___15Z1q .input___1pCNO {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #808080;
  line-height: 40px;
  background-color: #f5f5f5;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 33px;
}
.contact___15Z1q .input___1pCNO .send___zT_nC {
  font-size: 14px;
  color: #4bd818;
  white-space: nowrap;
  cursor: pointer;
}
.contact___15Z1q .btn___2muoa {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #4bd818;
  margin-right: auto;
  cursor: pointer;
}
.search_box___3xusv {
  position: fixed;
  left: 0;
  top: 11.733333333333333vw;
  width: 100vw;
  background-color: #fff;
  z-index: 10;
}
.list___25GoY {
  padding-top: 19.2vw;
}
.list___25GoY .empty___JIivk {
  color: #a6a6a6;
  text-align: center;
  margin-top: 48.8vw;
}
.wrap___pCG8E {
  padding: 0 16px 32px;
}
.wrap___pCG8E .title___1qQcF {
  padding-top: 18px;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}
.wrap___pCG8E .text___3q_g7 {
  padding-top: 12px;
  color: #383838;
  font-size: 14px;
  line-height: 28px;
}
.wrap___6v2i- {
  padding: 0 16px 32px;
}
.wrap___6v2i- img {
  width: 100%;
}
.wrap___2YnVG {
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.wrap___2YnVG img {
  margin-bottom: 40px;
}
.wrap___18T3L {
  padding: 0 16px 32px;
}
.wrap___18T3L img {
  width: 100%;
}
.wrap___2TboA {
  padding: 0 16px 32px;
}
.wrap___2TboA img {
  width: 100%;
}
.wrap___2ASuL {
  padding: 0 16px 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  gap: 15px;
}
.item___3lctv {
  position: relative;
  width: 162px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  color: #383838;
}
.item___3lctv img {
  width: 162px;
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
}
.item___3lctv .job___3wLLo {
  padding-top: 9px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 16px;
}
.item___3lctv .job___3wLLo .job_name___2bO6E {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}
.item___3lctv .job___3wLLo .job_job___2oT2P {
  font-size: 12px;
  line-height: 17px;
  color: rgba(56, 56, 56, 0.7);
}
.item___3lctv .introduce___3AZWu {
  padding-top: 8px;
  font-size: 12px;
  line-height: 17.5px;
}
.tabs___86GFB {
  position: fixed;
  left: 16px;
  right: 16px;
  top: 30.4vw;
  background-color: #fff;
}
.list___zfdNG {
  padding-top: 29.333333333333332vw;
}
.search_box___1wB9i {
  position: fixed;
  left: 0;
  top: 11.733333333333333vw;
  width: 100vw;
  background-color: #fff;
  z-index: 10;
}
.list___F0Kr_ {
  padding-top: 19.2vw;
}
.list___F0Kr_ .empty___2FQQm {
  color: #a6a6a6;
  text-align: center;
  margin-top: 48.8vw;
}
.bg_box___1WME3 {
  position: fixed;
  left: 0;
  top: 11.733333333333333vw;
  width: 100vw;
  background-color: #fff;
  /* z-index: 10; */
}
.bg_box___1WME3 .search_box___1NpdD {
  width: 91.46666666666667vw;
  height: 10.666666666666666vw;
  line-height: 5.333333333333333vw;
  font-size: 3.7333333333333334vw;
  color: #a9a9a9;
  padding: 2.6666666666666665vw 4.266666666666667vw;
  border: 1px solid #e5e5e5;
  margin: 4.266666666666667vw auto;
}
.detail___1zxFu {
  width: 91.46666666666667vw;
  margin: 2.1333333333333333vw auto 13.333333333333334vw;
}
.detail___1zxFu img {
  max-width: 91.46666666666667vw;
}
.detail_title___1CBfl {
  width: 91.46666666666667vw;
  font-size: 4.266666666666667vw;
  font-weight: 600;
  line-height: 7.2vw;
  color: #202020;
  margin-bottom: 1.0666666666666667vw;
}
.detail_desc___2S1Ji {
  font-size: 3.2vw;
  line-height: 5.6vw;
  font-weight: 400;
  color: #808080;
}
.detail_content___9JT3p {
  width: 91.46666666666667vw;
  margin-top: 6.4vw;
}
.detail_content___9JT3p img {
  width: 91.46666666666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail_tag___3gDkn {
  font-size: 14px;
  color: #a6a6a6;
  line-height: 21px;
  background-color: #f5f5f5;
  padding: 28px 22px;
  margin-top: 50px;
}
.tabs___BkmUD {
  position: fixed;
  left: 16px;
  right: 16px;
  top: 28vw;
  background-color: #fff;
}
.list___1xUCt {
  padding-top: 28vw;
}
.search_box___1qxvd {
  position: fixed;
  left: 0;
  top: 11.733333333333333vw;
  width: 100vw;
  background-color: #fff;
  z-index: 10;
}
.list___JnuhA {
  padding-top: 19.2vw;
}
.list___JnuhA .empty___25_km {
  color: #a6a6a6;
  text-align: center;
  margin-top: 48.8vw;
}
.bg_box___GlVzj {
  position: fixed;
  left: 0;
  top: 11.733333333333333vw;
  width: 100vw;
  background-color: #fff;
}
.bg_box___GlVzj .search_box___2NiAc {
  width: 91.46666666666667vw;
  height: 10.666666666666666vw;
  line-height: 5.333333333333333vw;
  font-size: 3.7333333333333334vw;
  color: #a9a9a9;
  padding: 2.6666666666666665vw 4.266666666666667vw;
  border: 1px solid #e5e5e5;
  margin: 4.266666666666667vw auto;
}
.tabs___36DDs {
  position: fixed;
  left: 16px;
  right: 16px;
  top: 28vw;
  background-color: #fff;
}
.list___25DtO {
  padding-top: 29.333333333333332vw;
}
.search_box___3Ga23 {
  position: fixed;
  left: 0;
  top: 11.733333333333333vw;
  width: 100vw;
  background-color: #fff;
  z-index: 10;
}
.list___2EB3A {
  padding-top: 19.2vw;
}
.list___2EB3A .empty___ZTZHE {
  color: #a6a6a6;
  text-align: center;
  margin-top: 48.8vw;
}
.bg_box___1Oslf {
  position: fixed;
  left: 0;
  top: 11.733333333333333vw;
  width: 100vw;
  background-color: #fff;
  z-index: 10;
}
.bg_box___1Oslf .search_box___1b51J {
  width: 91.46666666666667vw;
  height: 10.666666666666666vw;
  line-height: 5.333333333333333vw;
  font-size: 3.7333333333333334vw;
  color: #a9a9a9;
  padding: 2.6666666666666665vw 4.266666666666667vw;
  border: 1px solid #e5e5e5;
  margin: 4.266666666666667vw auto;
}
.wrap___2vXLM {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.wrap___2vXLM .main___z3aN_ {
  width: 91.46666666666667vw;
}
.wrap___2vXLM .main___z3aN_ .img___3ef44 {
  width: 91.46666666666667vw;
}
.wrap___2vXLM .main___z3aN_ .content___38hRq {
  width: 91.46666666666667vw;
}
.wrap___2vXLM .main___z3aN_ .content___38hRq .contact_title___21-yD {
  font-size: 4.266666666666667vw;
  line-height: 8vw;
  font-weight: 500;
  color: #0d1317;
  margin: 4.266666666666667vw 0 0.5333333333333333vw;
}
.wrap___2vXLM .main___z3aN_ .content___38hRq .contact_sub___2DuGi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 3.7333333333333334vw;
  line-height: 8vw;
  color: #808080;
  margin-bottom: 2.6666666666666665vw;
}
.wrap___2vXLM .main___z3aN_ .content___38hRq .contact_sub___2DuGi a {
  color: #808080;
}
.wrap___2vXLM .main___z3aN_ .content___38hRq .contact_sub___2DuGi img {
  width: 4.266666666666667vw;
  height: 4.266666666666667vw;
  margin: 2.1333333333333333vw 3.2vw 0 0;
}
