@font-face {
  font-family: MontserratRegular;
  src: url("./font/Montserrat-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Microsoft YaHei";
  background: #f5fffd;
}
/* 版心 */
.main-center {
  /* width: 83.35%; */
  width: 72.95%;
  margin: 0 auto;
}

.header-main-box {
  position: relative;
  z-index: 11;
  width: 100%;
  padding: 20rem 160rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo-box {
  width: 242rem;
}
.header-logo-box img {
  width: 100%;
}
.header-menu {
}
.header-menu-box {
  display: flex;
  /* margin-left: 350rem; */
}
.header-menu-item {
  position: relative;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.header-menu-fist {
  font-weight: 400;
  color: #000000;
  line-height: 34rem;
  /* padding: 0 5rem; */
  margin: 0 20rem;
  width: 80rem;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.header-menu-item:hover .header-menu-fist {
  color: #128c49;
}
.header-menu-on {
  color: #128c49;
}
.header-menu-second {
  position: absolute;
  top: 40rem;
  left: -5%;
  width: 110%;
  height: 0;
  overflow: hidden;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.header-menu-second a {
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 42.5rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.header-menu-item:hover .header-menu-second {
  height: auto;
}
.header-menu-second a:hover {
  background: rgba(18, 140, 73, 0.7);
}
.header-main-right {
  display: flex;
  align-items: center;
}
.header-search-box {
  width: 300rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20rem;
  border: 1px solid #1f915d;
  -webkit-border-radius: 20rem;
  -moz-border-radius: 20rem;
  -ms-border-radius: 20rem;
  -o-border-radius: 20rem;
}
.header-search-btn {
  cursor: pointer;
  width: 50rem;
  height: 40rem;
  display: flex;
  align-items: center;

  background: url(./../esimg/icon/header-search-icon.png) no-repeat center;
  background-size: 24rem 24rem;
  background-color: #128c49;
  border-radius: 0px 20rem 20rem 0px;
  -webkit-border-radius: 0px 20rem 20rem 0px;
  -moz-border-radius: 0px 20rem 20rem 0px;
  -ms-border-radius: 0px 20rem 20rem 0px;
  -o-border-radius: 0px 20rem 20rem 0px;
}
.header-search-input {
  background: transparent;
  margin-left: 20rem;
  width: 200rem;
}
.header-login-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20rem;
  width: 100rem;
  height: 40rem;
  background: linear-gradient(90deg, #55c290 0%, #128c49 100%);

  border-radius: 20rem;
  -webkit-border-radius: 20rem;
  -moz-border-radius: 20rem;
  -ms-border-radius: 20rem;
  -o-border-radius: 20rem;
}
.header-login-box::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(0deg, #09783b, #7fe3b4) 10 10;
  border-radius: 20rem;
}
.header-login-icon {
  width: 18rem;
}
.header-login-box p {
  color: #fff;
  margin-left: 10rem;
}
.header-right-icon {
  width: 30rem;
}
.header-language-box {
  position: relative;
  padding: 10rem 0 10rem 12rem;
  cursor: pointer;
}
.header-language-on {
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding-right: 18rem;
}
.header-language-on::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5rem);
  right: 0;
  background: url(../esimg/icon/xiala.png) no-repeat;
  background-size: 100% 100%;
  width: 10rem;
  height: 5rem;
}
.header-language-dropdown {
  position: absolute;
  bottom: -90rem;
  right: -10%;
  width: 160%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.header-language-box:hover .header-language-dropdown {
  height: 90rem;
}
.header-language-dropdown a {
  text-align: center;
  color: #fff;
  line-height: 42.5rem;
}
.header-language-dropdown a:nth-child(2) {
  margin-top: 5rem;
}
.header-language-dropdown a:hover {
  background: rgba(60, 80, 87, 1);
}
.banner-main-box {
  position: relative;
  z-index: 1;
}
.banner-item {
  width: 100%;
  position: relative;
}
.banner-item-bg {
  width: 100%;
}
.banner-item-content {
  position: absolute;
  top: 69.69%;
  left: 0;
  width: 100%;
}
.banner-item-text {
  height: 145rem;
  width: auto;
  margin: 0 auto 0;
}
.index-banner-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 67rem !important;
}
.index-banner-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #ffffff;
  opacity: 1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  background: #039942;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.index-service-box {
  width: 100%;
  background: #3c5057;
  padding-bottom: 10rem;
  position: relative;
}
.index-service-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: #203137;
}

.suspension-box {
  width: 70px;
  position: fixed;
  right: 0.7%;
  top: 44%;
  z-index: 999;
}
.suspension-content-box {
  width: 60px;
  height: 60px;
  background: #039942;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.suspension-content-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
}
.suspension-content-box:hover .suspension-content-info {
  width: 280px;
  background-color: rgb(115, 189, 214);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.suspension-content-box:hover .suspension-content-text {
  margin-left: -60px;
  height: 60px;
  display: flex;
  align-items: center;
}
.suspension-content-info {
  display: block;
  width: 0;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-family: arial;
  color: #fff;
  position: absolute;
  padding: 0 0 0 80px;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.suspension-content-top {
  border-radius: 8px 8px 0px 0px;
}
.suspension-content-bottom {
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  border-bottom: none;
}
.suspension-content-other {
  border-radius: 8px 8px 8px 8px;
  margin-top: 20px;
  border-bottom: none;
}
.suspension-content-box:hover .suspension-content-qr {
  width: 120px;
  background-color: rgb(115, 189, 214);
  display: block;
}
.suspension-content-box:hover {
  background-color: rgb(115, 189, 214);
}

.suspension-content-box:hover .suspension-content-qr img {
  display: block;
}
.suspension-content-qr {
  display: none;
  width: 0;
  height: 120px;
  line-height: 60px;
  font-size: 24px;
  font-family: arial;
  color: #fff;
  position: absolute;
  padding: 0 0 0 60px;
  top: 0;
  right: 70px;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.suspension-content-qr-code {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 10px;
  left: 16px;
}
.suspension-content-qr img {
  display: none;
}
.suspension-content-qr-name {
  font-size: 12px;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
}
.index-policies-box {
  padding: 120rem 0 95rem;
  display: flex;
  /* align-items: flex-start; */
  align-items: stretch;
}
.index-policies-left {
  width: 950rem;
}
.index-policies-header {
  width: 100%;
  height: 100rem;
  background: linear-gradient(90deg, #2ccc9b 0%, #4bdca0 100%);
  border-radius: 6px 6px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50rem 0 30rem;
}

.index-policies-title-cn {
  font-weight: bold;
  color: #ffffff;
}
.index-policies-title-box {
  position: relative;
}
.index-policies-title-en {
  font-family: Arial;
  font-weight: bold;
  font-size: 60rem;
  color: #ffffff;
  opacity: 0.3;
  line-height: 1;
  text-transform: uppercase;
}
.index-policies-title-cn {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #ffffff;
}
.index-policies-link {
  font-weight: 400;
  color: #ffffff;
  padding-right: 20rem;
  position: relative;
}
.index-policies-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 6rem);
  right: 0;
  width: 14rem;
  height: 13rem;
  background: url(./../esimg/icon/index-policies-arr.png) no-repeat;
  background-size: 100% 100%;
}
.index-policies-content {
  width: 100%;
  background: linear-gradient(180deg, #e6f6ef 0%, #f9fcfb 100%);
  border-radius: 6px;
}
.index-policies-content {
  padding: 20rem 58rem 20rem 30rem;
}
.index-policies-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-box-plus .index-policies-item {
  padding-right: 45rem;
}
.index-news-box-plus .index-policies-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6rem);
  width: 13rem;
  height: 13rem;
  background: url(./../esimg/icon/arr-grey.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-box-plus .index-policies-item:hover::after {
  background: url(./../esimg/icon/arr-green.png) no-repeat;
  background-size: 100% 100%;
}
.index-policies-item:last-child {
  margin-bottom: 0;
}

.index-policies-name {
  padding-left: 22rem;
  color: #333333;
  position: relative;
  width: fit-content;
  max-width: 700rem;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏超出内容 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.index-policies-item:hover .index-policies-name {
  color: #128c49;
}
.index-policies-item:hover .index-policies-time {
  color: #128c49;
}
.index-policies-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3rem);
  width: 6rem;
  height: 6rem;
  background: #128c49;
  border-radius: 50%;
}
.index-policies-right {
  width: calc(100% - 950rem);
  padding-left: 25rem;
}
.index-policies-click {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20rem;
  transition: all 0.5s;
}
.index-policies-click:last-child {
  margin-bottom: 0;
}
.index-policies-click-img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-policies-click:hover .index-policies-click-img {
  transform: scale(1.1);
}
.index-policies-pack {
  position: absolute;
  left: 36rem;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-policies-text {
  font-weight: bold;
  color: #333333;
}
.index-policies-btn {
  margin-top: 20rem;
  width: 120rem;
  height: 40rem;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffefe;
  border-radius: 20rem;
  -webkit-border-radius: 20rem;
  -moz-border-radius: 20rem;
  -ms-border-radius: 20rem;
  -o-border-radius: 20rem;
}
.index-talent-box {
  background: url(./../esimg/img/index-talent-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 80rem 0 140rem;
}
.index-talent-flex {
  display: flex;
  align-items: flex-start;
}
.index-talent-left {
  width: 50%;
  padding-right: 20rem;
}
.index-talent-right {
  width: 50%;
  padding-left: 20rem;
}
.index-talent-title-box {
  position: relative;
}
.index-talent-title-en {
  font-family: Arial;
  font-weight: bold;
  font-size: 80rem;
  color: #ffffff;
  opacity: 0.5;
  line-height: 1;
  text-transform: uppercase;
}
.index-talent-title-cn {
  position: absolute;
  left: 0;
  bottom: 5rem;
  font-weight: bold;
  color: #333333;
}
.index-talent-list {
  padding-top: 55rem;
}
.index-talent-item {
  padding: 25rem 30rem 20rem 25rem;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 20rem;
}
.index-talent-name {
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.index-talent-item:hover .index-talent-name {
  color: #128c49;
}
.index-talent-text {
  font-weight: 400;
  padding-top: 10rem;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-talent-item:hover .index-talent-text {
  color: #128c49;
}
.index-talent-date {
  margin-top: 20rem;
  font-weight: 400;
  color: #999999;
  position: relative;
  transition: all 0.5s;
}
.index-talent-item:hover .index-talent-date {
  color: #128c49;
}
.index-talent-date::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7rem);
  width: 14rem;
  height: 14rem;
  margin-bottom: 20rem;
  transition: all 0.5s;
  background: url(./../esimg/icon/arr-grey.png) no-repeat;
  background-size: 100% 100%;
}
.index-talent-item:hover .index-talent-date::after {
  background: url(./../esimg/icon/arr-green.png) no-repeat;
  background-size: 100% 100%;
}
.index-talent-content {
  margin-top: 55rem;
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  padding: 47rem 60rem 48rem;
}
.index-talent-class-img {
  width: 100%;
}
.index-talent-btn {
  margin: 20rem auto 0;
}
.index-talent-class {
  position: relative;
}
.index-talent-class::after {
  content: "";
  position: absolute;
  left: calc(50% - 38rem);
  top: calc(50% - 38rem);
  width: 76rem;
  height: 75rem;
  background: url(./../esimg/icon/play-btn.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-box {
  padding: 70rem 0 110rem;
}
.public-title-box {
  position: relative;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中（可选） */
}
.public-title-en {
  font-family: Arial;
  font-weight: bold;
  font-size: 80rem;
  line-height: 1;
  color: #ddf4f5;
  text-transform: uppercase;
}
.public-title-cn {
  position: absolute;
  font-weight: bold;
  color: #333333;
}
.index-industry-box {
  margin-top: 35rem;
  background: #ffffff;
  box-shadow: 0px 0px 37px 1px rgba(205, 233, 227, 0.9);
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
}

.index-industry-img {
  width: 250rem;
}
.index-industry-content {
  width: calc(100% - 250rem);
  padding: 35rem 45rem;
}
.index-news-flex {
  display: flex;
  margin-top: 40rem;
}
.index-news-term {
  width: calc((100% - 40rem) / 2);
  margin-right: 40rem;
  background: #ffffff;
  box-shadow: 0px 0px 37px 1px rgba(205, 233, 227, 0.9);
  border-radius: 6px;
}
.index-news-term:nth-child(2n) {
  margin-right: 0;
}
.index-news-img {
  width: 100%;
}
.index-news-content {
  padding: 30rem 40rem 40rem 30rem;
}
.public-footer-box {
  background: #2a2d39;
}
.public-footer-main {
  padding: 45rem 0;
}
.public-footer-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-bottom: 80rem; */
  margin-bottom: 40rem;
}
.public-footer-logo {
  width: 330rem;
}
.footer-flex-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 40rem;
}
.footer-center-text {
  color: #ffffff;
  margin: 0 40rem;
}
.footer-center-text:last-child {
  margin-right: 0;
}

.footer-flex-line {
  /* display: flex; */
  display: none;
}
.footer-icon {
  width: 16rem;
  margin-right: 20rem;
}
.footer-icon:last-child {
  margin-right: 0;
}
.footer-flex-small {
  display: flex;
  justify-content: flex-end;
}
.footer-flex-p {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  margin: 0 40rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.footer-flex-small a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer-flex-p:last-child {
  margin-right: 0;
}
.footer-flex-p img {
  width: 18rem;
  margin-right: 5rem;
}
.footer-friendship-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-friendship-box p,
.footer-friendship-box a {
  margin-right: 5rem;
  transition: all 0.5s;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.footer-friendship-box a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.public-banner-box {
  position: relative;
}
.public-banner-img {
  width: 100%;
}
.public-banner-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.public-banner-title {
  font-weight: bold;
  color: #333333;
}
.public-banner-text {
  font-family: Arial;
  font-weight: 400;
  color: #584d4d;
}

.bread-box {
  display: flex;
  align-items: center;
  padding: 15rem 0;
}
.bread-text {
  color: #9d9ea1;
}
.bread-link {
  color: #9d9ea1;
  padding-right: 30rem;
  position: relative;
}
.bread-link::after {
  content: ">";
  position: absolute;
  right: 10rem;
}
.bread-link:last-child::after {
  content: "";
}
.query-main-box {
  padding: 40rem 0 100rem;
}
.query-main-content {
  padding-top: 50rem;
}
.query-form {
  display: flex;
  flex-wrap: wrap;
}
.query-form-item {
  width: calc(100% / 3);
}
.query-form-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 35rem;
}
.query-form-label {
  font-weight: 400;
  color: #333333;
  width: 100rem;
  text-align: right;
}
.query-form-input {
  width: calc(100% - 150rem);
  margin-left: 20rem;
  height: 50rem;
  padding-left: 20rem;
  background: #ffffff;
  border: 1px solid #dadbdd;
}
.query-form-code {
  width: 145rem;
  height: 50rem;
}
.query-form-refresh {
  width: 35rem;
  height: 31rem;
  background: url(./../esimg/icon/refresh.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 30rem;
}
.query-form-verification {
  justify-content: flex-start;
  padding-left: 25rem;
}
.query-form-text {
  font-weight: 400;
  color: #c60f07;
  margin-right: 25rem;
}
.query-form-btn {
  cursor: pointer;
  width: 140rem;
  height: 40rem;
  color: #fff;
  background: linear-gradient(90deg, #55c290 0%, #128c49 100%);
  border-radius: 20rem;
  -webkit-border-radius: 20rem;
  -moz-border-radius: 20rem;
  -ms-border-radius: 20rem;
  -o-border-radius: 20rem;
}
.query-care-box {
  padding-top: 100rem;
}
.query-care-title {
  font-weight: bold;
  color: #333333;
  padding-left: 16rem;
  position: relative;
}
.query-care-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  background: #138d4a;
}
.query-care-main {
  display: flex;
}
.query-care-item {
  width: 50%;
  padding: 24rem 0 0 14rem;
}
.query-care-name {
  font-weight: bold;
  color: #333333;
}
.query-care-text {
  color: #333333;
  margin-top: 15rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.query-care-text:hover {
  color: #008edb;
}
.query-care-cont {
  padding: 24rem 0 0 14rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
}

.prompt-dialog {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.prompt-dialog-card {
  position: absolute;
  top: 25%;
  width: 460rem;
  height: 480rem;
  background: url(./../esimg/img/prompt-dialog-card.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.prompt-dialog-text {
  padding-top: 75%;
  padding: 75% 30rem 0;
  font-weight: 400;
  color: #333333;
}
.prompt-dialog-btn {
  margin-top: 20rem;
  width: 207rem;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
  background: #128c49;
  box-shadow: 0px 13px 8px 2px rgba(185, 248, 213, 0.35);
  border-radius: 25rem;
  -webkit-border-radius: 25rem;
  -moz-border-radius: 25rem;
  -ms-border-radius: 25rem;
  -o-border-radius: 25rem;
}
.prompt-dialog-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.results-info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75rem 0 55rem;
}
.results-info-item {
  display: flex;
  align-items: center;
  margin-right: 65rem;
}
.results-info-item:last-child {
  margin-right: 0;
}
.results-info-img {
  width: 80rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.results-info-name {
  padding-left: 25rem;
  font-weight: bold;
  color: #333333;
}
.results-info-icon {
  width: 26rem;
}
.results-info-text {
  font-weight: 400;
  color: #333333;
  padding-left: 10rem;
}
.results-care-box {
}
.results-care-header {
  width: 100%;
  height: 60rem;
  background: #dbf9e8;
  position: relative;
  padding-left: 40rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #333333;
}
.results-care-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 100%;
  background: #128c49;
}
.results-care-content {
  padding: 45rem 225rem;
}
.results-item-point {
  padding-bottom: 20rem;
}
.results-item-flex {
  display: flex;
  flex-direction: column;
}
.results-item-flex:last-child {
  padding-bottom: 0;
}
.results-item-lable {
  color: #999999;
}
.results-item-cont {
  color: #333;
  padding-left: 35rem;
}
.results-item-box {
  display: flex;
  /* justify-content: space-between; */
  padding-bottom: 20rem;
}
.results-item-box .results-item-flex:nth-child(1) {
  flex: 6.5;
}
.results-item-box .results-item-flex:nth-child(2) {
  flex: 3.5;
}
.results-care-content .query-care-item {
  padding: 0;
}
.results-care-content .query-care-cont {
  padding: 0;
}
.policies-main-box {
  padding: 50rem 0 120rem;
}
.public-news-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 45rem;
  border-bottom: 1px solid #c0cdc5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 6px;
}
.public-news-item::after {
  content: "";
  position: absolute;
  right: 50rem;
  top: calc(50% - 11rem);
  width: 13rem;
  height: 22rem;
  background: url(./../esimg/icon/arr-small-grey.png) no-repeat;
  background-size: 100% 100%;
}
.public-news-item:hover {
  background: #128c49;
  box-shadow: 0px 5px 18px 0px rgba(18, 140, 73, 0.23);
}

.news-date-day {
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.news-date-month {
  font-family: Arial;
  font-weight: 400;
  color: #999999;
}
.public-news-item:hover .news-date-day {
  color: #ffffff;
}
.public-news-item:hover .news-date-month {
  color: #ffffff;
}
.news-cont-box {
  width: 85%;
  padding-left: 50rem;
}
.news-cont-name {
  font-weight: bold;
  color: #333333;
}
.public-news-item:hover .news-cont-name {
  color: #ffffff;
}
.news-cont-text {
  padding-top: 15rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.public-news-item:hover .news-cont-text {
  color: #ffffff;
}
.policies-list {
  padding-bottom: 60rem;
}
.public-pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-pages-item {
  width: 50rem;
  height: 50rem;
  background: #ffffff;
  border: 1px solid #d3d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  margin: 0 7rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-pages-on,
.public-pages-item:hover {
  background: #128c49;
  border: 1px solid #128c49;
  color: #ffffff;
}
.public-pages-prev {
  width: 50rem;
  height: 50rem;
  margin: 0 7rem;
  background: url(./../esimg/icon/pages-prev.png) no-repeat center;
  background-size: 17rem 14rem;
  background-color: #ffffff;
  border: 1px solid #d3d0d0;
}
.public-pages-next {
  width: 50rem;
  height: 50rem;
  margin: 0 7rem;
  background: url(./../esimg/icon/pages-next.png) no-repeat center;
  background-size: 17rem 14rem;
  background-color: #ffffff;
  border: 1px solid #d3d0d0;
}
.news-info-max {
  padding: 60rem 0 120rem;
  display: flex;
  align-items: flex-start;
}
.news-info-left {
  width: 75%;
  margin-right: 40rem;
}
.news-info-content {
  padding: 35rem 70rem 70rem;
  background: #ffffff;
  box-shadow: 0px 0px 81px 0px rgba(18, 140, 73, 0.07);
  border-radius: 6px;
}
.news-hot-box {
  width: 25%;
}
.news-info-title {
  font-weight: bold;
  color: #333333;
}
.news-info-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30rem 0 15rem;
  border-bottom: 1px solid #d3d0d0;
}
.news-info-time {
  font-weight: 400;
  color: #999999;
  margin-right: 40rem;
}
.news-info-author {
  font-weight: 400;
  color: #999999;
}
.news-info-cont {
  line-height: 1.8;
  padding-top: 60rem;
}
.news-info-cont p {
  padding-bottom: 40rem;
}
.news-info-cont img {
  max-width: 100%;
  margin: 0 auto;
}
.news-hot-title {
  font-weight: bold;
  color: #333333;
}
.news-hot-list {
  padding-top: 20rem;
}
.news-hot-item {
  padding: 15rem 0;
  width: 100%;
  padding-right: 20rem;
  border-bottom: 1px dashed #cfd2d0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-hot-item::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 11rem;
  right: 5rem;
  top: calc(50% - 5.5rem);
  background: url(./../esimg/icon/arr-mini-grey.png) no-repeat;
  background-size: 100% 100%;
}
.news-hot-item:hover {
  color: #128c49;
}
.news-hot-item:hover::after {
  background: url(./../esimg/icon/arr-mini-green.png) no-repeat;
  background-size: 100% 100%;
}
.color-white {
  color: #fff;
}
.news-info-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40rem;
}
.news-info-btn {
  width: 140rem;
  height: 40rem;
  background: #128c49;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.news-info-link {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10rem;
  width: 600rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-info-link:hover {
  color: #128c49;
}
.policies-main-flex {
  display: flex;
}
.news-menu-box {
  width: 25%;
  margin-right: 40rem;
}
.policies-right-box {
  width: 75%;
}
.news-menu-title {
  width: 100%;
  height: 81rem;
  background: #128c49;
  display: flex;
  align-items: center;
  padding-left: 70rem;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.news-menu-title::after {
  content: "";
  position: absolute;
  left: 15rem;
  top: calc(50% - 18rem);
  width: 38rem;
  height: 36rem;
  background: url(./../esimg/icon/news-menu-title.png) no-repeat;
  background-size: 100% 100%;
}
.news-menu-item {
}
.news-menu-name {
  height: 80px;
  background: #ffffff;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding-left: 70rem;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.news-menu-item:last-child .news-menu-name {
  border-bottom: none;
}
.news-menu-click::after {
  content: "";
  position: absolute;
  right: 33rem;
  top: calc(50% - 4.5rem);
  width: 16rem;
  height: 9rem;
  background: url(./../esimg/icon/arr-top.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.menu-open::after {
  transform: rotate(180deg);
}
.news-menu-children {
  padding-bottom: 40rem;
  background: #fff;
  padding-left: 75rem;
}
.news-menu-second {
  padding: 10rem 0;
  padding-left: 16rem;
  position: relative;
}
.news-menu-second::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3rem);
  width: 6rem;
  height: 6rem;
  background: #128c49;
  border-radius: 50%;
}
.news-menu-on {
  color: #128c49;
}
.about-main-box {
  position: relative;
}
.about-main-center {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.about-title-box {
  padding-top: 140rem;
}
.about-title-cn {
  font-weight: bold;
  color: #333333;
}
.about-title-en {
  font-family: Arial;
  font-weight: 400;
  color: #c5c2c2;
}
.about-name {
  padding: 60rem 0 50rem;
  font-weight: bold;
  color: #333333;
}
.about-cont-box {
  font-weight: 400;
  color: #333333;
  width: 608rem;
  line-height: 1.8;
}
.about-cont-box p {
  padding-bottom: 20rem;
}
.about-main-box .bread-box {
  position: absolute;
  bottom: 40rem;
  left: 13.5%;
}
.search-title-box {
  padding-left: 20rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  margin-bottom: 20rem;
}
.search-title-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 100%;
  background: #128c49;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.login-main-box {
  width: 100%;
  height: 100vh;
  background: url(./../esimg/img/login-bg.png) no-repeat;
  background-size: 100% 100%;
}
.login-card-box {
  position: absolute;
  top: 20%;
  right: 20%;
  width: 500rem;
  height: 440rem;
  background: #ffffff;
  border: 1px solid #e8edf5;
  padding: 70rem 50rem;
}
.login-card-title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.login-card-form {
  padding-top: 50rem;
}
.login-card-input {
  width: 400rem;
  height: 50rem;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #b3c3ba;
  padding-left: 62rem;
  margin-bottom: 27rem;
}
.login-card-input::placeholder {
  color: #999;
}
.login-input-name {
  background: url(./../esimg/icon/login-input-name.png) no-repeat center;
  background-size: 24rem 24rem;
  background-position-x: 26rem;
}
.login-input-idcard {
  background: url(./../esimg/icon/login-input-idcard.png) no-repeat center;
  background-size: 24rem 24rem;
  background-position-x: 26rem;
}
.login-card-btn {
  cursor: pointer;
  width: 200rem;
  height: 50rem;
  background: linear-gradient(90deg, #55c290 0%, #128c49 100%);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
}
.login-card-btn::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(0deg, #09783b, #7fe3b4) 10 10;
  border-radius: 20rem;
}
.manage-header-box {
  width: 100%;
  height: 60rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40rem;
}
.main-max-box {
  background: #eef3f7;
}
.manage-header-logo {
  width: 275rem;
}
.manage-header-flex {
  display: flex;
  align-items: center;
}
.manage-header-user-img {
  width: 16rem;
}
.manage-header-name {
  padding-left: 10rem;
  font-weight: 400;
  color: #333333;
}
.manage-header-users {
  display: flex;
  align-items: center;
}
.manage-header-btn {
  width: 80rem;
  height: 30rem;
  color: #fff;
  border-radius: 15px;
  margin-left: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15rem;
  position: relative;
  background: linear-gradient(90deg, #55c290 0%, #128c49 100%);
}
.manage-header-btn::after {
  position: absolute;
  content: "";
  left: 15rem;
  top: calc(50% - 7rem);
  background: url(./../esimg/icon/manage-header-home.png) no-repeat;
  background-size: 100% 100%;
  width: 13rem;
  height: 13rem;
}
.manage-main-box {
  padding-top: 30rem;
  display: flex;
}
.manage-main-left {
  width: 200rem;
  height: calc(100vh - 30rem - 60rem);
  background: #ffffff;
}
.manage-main-center {
  width: calc(100% - 200rem);
  height: calc(100vh - 30rem - 60rem);
  padding: 0 30rem 30rem;
  position: relative;
}
.manage-center-content {
  width: 100%;
  min-height: calc(100vh - 30rem + 60rem - 30rem);
  background-color: #fff;
  position: relative;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  background: none;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #128c49;
  width: 7px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:focus,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:target,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #128c49;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #128c49;
}
.manage-menu-item {
  margin-top: 10rem;
}
.manage-menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48rem;
  position: relative;
  padding-right: 10rem;
}
.manage-menu-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  background: #128c49;
  opacity: 0;
}
.manage-menu-on {
  background: linear-gradient(-90deg, #dcf8e9, #ffffff);
}
.manage-menu-on .manage-menu-link::after {
  opacity: 1;
}
.manage-menu-icon {
  width: 20rem;
}
.manage-menu-name {
  font-weight: 400;
  padding-left: 10rem;
  color: #333333;
}
.manage-center-bg {
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.manage-header-open {
  width: 50rem;
  height: 50rem;
  background: url(./../esimg/icon/sj_nav.png) no-repeat;
  background-size: 100% 100%;
}
.manage-center-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 50rem;
}
.manage-center-img {
  width: 96rem;
  margin: 0 auto;
}
.manage-my-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 35rem;
}
.manage-my-item {
  display: flex;
  align-items: center;
}
.manage-my-icon {
  width: 24rem;
}
.manage-my-lable {
  font-weight: 400;
  color: #000000;
  margin-left: 10rem;
}
.manage-my-input {
  width: 240rem;
  height: 40rem;
  border-radius: 4px;
  border: 1px solid #e0e9f8;
  margin-left: 10rem;
  margin-right: 70rem;
  padding-left: 20rem;
}
.manage-my-btn {
  width: 120rem;
  height: 40rem;
  background: #128c49;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.manage-exam-main {
  padding: 50rem 45rem 60rem;
}
.manage-examing-main {
  padding: 50rem 125rem 60rem;
}
.manage-exam-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rem 0;
  border-bottom: 1px dashed #d3d0d0;
}
.manage-exam-item:first-child {
  border-top: 1px dashed #d3d0d0;
}
.manage-exam-name {
  font-weight: 400;
  color: #2d2d2d;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.manage-exam-link {
  width: 80rem;
  height: 30rem;
  border-radius: 15px;
  border: 1px solid #128c49;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manage-exam-link:hover {
  background-color: #128c49;
  color: white;
}
.manage-pages-box {
  margin-top: 50rem;
}
.score-main-box {
  padding: 45rem 70rem 60rem;
}
.manage-score-table thead {
  height: 60rem;
  background: #128c49;
}
.manage-score-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.manage-score-table thead th:first-child {
  border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -ms-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
  border-left: 1px solid #d3d0d0;
}
.manage-score-table thead th:last-child {
  border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
  border-right: 0px solid #d3d0d0;
}
.manage-score-table thead th {
  font-weight: bold;
  color: #ffffff;
  border-top: 1px solid #d3d0d0;
  border-right: 1px solid #d3d0d0;
}
.manage-score-table tbody tr:nth-child(2n) {
  background: #f1faf5;
}
.manage-score-table tbody td {
  color: #333333;
  height: 60rem;
  text-align: center;
  border-right: 1px solid #d3d0d0;
}
.manage-score-table tbody td:first-child {
  border-left: 1px solid #d3d0d0;
}
.manage-score-table tr:last-child td {
  border-bottom: 1px solid #d3d0d0;
}
.manage-examing-title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.manage-examing-tip {
  padding-top: 10rem;
  font-weight: 400;
  color: #d10b0a;
  text-align: center;
}
.manage-examing-first {
  font-weight: bold;
  color: #333333;
  padding-top: 45rem;
}
.manage-examing-section {
  font-weight: bold;
  color: #333333;
  padding-top: 75rem;
}
.manage-examing-item {
  padding-top: 50rem;
}
.manage-examing-name {
  color: #333333;
  line-height: 1.6;
}
.manage-examing-answer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10rem;
}
.manage-examing-answer span {
  margin-top: 20rem;
}
.manage-examing-answer label {
  margin-right: 50rem;
  margin-left: 5rem;
  color: #333333;
  line-height: 1.6;
}
.manage-examing-label {
  margin-right: 50rem;
  margin-top: 20rem;
  color: #333333;
  line-height: 1.6;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
  accent-color: #128c49; /* 修改 radio 圆点颜色 */
}
.manage-examing-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160rem;
  height: 44rem;
  background: #128c49;
  border-radius: 22px;
  color: #fff;
  margin: 50rem auto 0;
}
.time-popup {
  position: fixed;
  z-index: 199;
  top: 15%;
  right: 6%;
  padding: 20rem 30rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.time-popup-title {
  color: #128c49;
}
.login-notice-box {
  position: absolute;
  top: 20%;
  left: 10.5%;
  width: 660rem;
}
.login-notice-title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.login-notice-content {
  padding-top: 30rem;
  color: #000;
}
.login-notice-content p {
  line-height: 1.8;
  padding-bottom: 30rem;
}

@media screen and (min-width: 1000px) and (max-width: 1660px) {
  .main-center {
    width: 83.35%;
    margin: 0 auto;
  }
  .index-policies-left {
    width: 1150rem;
  }
  .index-policies-right {
    width: calc(100% - 1150rem);
    padding-left: 25rem;
  }
  .index-talent-item {
    margin-bottom: 50rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1460px) {
  /* .main-center {
    width: 72.95%;
    margin: 0 auto;
  } */
  .header-main-box {
    padding: 20rem 120rem;
  }
  .header-menu-fist {
    width: 100rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 30rem; */
    left: 5%;
  }
  .business-item-text {
    top: 35rem;
    left: 30rem;
    width: 60%;
  }
  .business-item-title {
    padding-bottom: 25rem;
  }
  .business-item-p {
    padding-top: 20rem;
  }
  .index-policies-click {
    margin-bottom: 60rem;
  }
  .index-talent-item {
    margin-bottom: 30rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .header-menu-fist {
    width: 120rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 35rem; */
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .header-menu-fist {
    width: 130rem;
    padding-top: 7rem;
    font-size: 13px;
  }
  .header-menu-on::after {
    left: 5%;
    background: url(./../esimg/icon/nav-on.png) no-repeat;
    background-size: 100% 100%;
    width: 91%;
    height: 50rem;
  }
  .business-item-text {
    position: absolute;
    top: 20rem;
    left: 50rem;
    width: 55%;
  }
  .business-item-p {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  body,
  html {
    font-size: var(--psize);
  }
  .pc {
    display: none !important;
  }
  .wap {
    display: block !important;
  }
  .main-center {
    width: calc(100% - 60rem);
    margin: 0 auto;
  }
  .banner-item-content {
    top: 66.5%;
  }
  .banner-item-text {
    height: 248rem;
    width: auto;
    margin: 0 auto 0;
  }
  .header-login-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20rem;
    width: 160rem;
    height: 60rem;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
  }
  .header-login-icon {
    width: 24rem;
  }
  .header-menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .header-menu-second-show {
    position: relative;
    height: 100%;
    top: 0;
    left: 10%;
    padding-bottom: 20rem;
  }
  .header-menu-second-show a {
    color: #2f2f2f;
    text-align: left;
    width: 100%;
    line-height: 42.5rem;
    background-color: rgba(0, 0, 0, 0);
    padding: 5rem 0;
  }
  .header-menu-second-show a:hover {
    background: none;
  }
  .header-main-box {
    padding: 30rem 25rem;
  }
  .header-main-right {
    margin-right: 0;
  }
  .header-wap-show {
    background: url(./../esimg/icon/sj_nav.png) no-repeat;
    background-size: 100% 100%;
    width: 61rem;
    height: 61rem;
    margin-left: 20rem;
  }
  .header-menu-box {
    flex-direction: column;
    position: absolute;
    width: 80%;
    right: 0;
    height: 100%;
    background-color: #fff;
  }
  .header-wap-menu {
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #999;
  }
  .header-wap-menu img {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 24px;
  }
  .header-menu-fist {
    color: #2f2f2f;
    line-height: 80rem;
    width: 100%;
    text-align: left;
  }
  .header-menu-on {
    color: #3c5057;
    font-weight: bold;
  }
  .header-menu-on::after {
    content: "";
    display: none;
  }
  .header-menu-item:hover .header-menu-second {
    height: 0;
  }
  .header-language-dropdown {
    position: absolute;
    bottom: -110rem;
    right: -10%;
    width: 160%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }
  .header-language-box:hover .header-language-dropdown {
    height: 110rem;
  }
  .header-language-dropdown a {
    text-align: center;
    color: #fff;
    line-height: 55rem;
  }
  .header-language-dropdown a:nth-child(2) {
    margin-top: 0;
  }
  .index-policies-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .index-policies-left {
    width: 100%;
  }
  .index-policies-content {
    padding-right: 30rem;
  }
  .index-policies-header {
    padding-right: 30rem;
  }
  .index-policies-link::after {
    top: calc(50% - 9rem);
    width: 16rem;
    height: 20rem;
  }
  .index-policies-right {
    width: 100%;
    padding-left: 0;
  }
  .index-policies-btn {
    width: 160rem;
    height: 60rem;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
  }
  .index-banner-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 37rem !important;
  }
  .index-talent-flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .index-talent-left {
    width: 100%;
    padding-right: 0;
  }
  .index-talent-right {
    width: 100%;
    padding-left: 0;
    margin-top: 80rem;
  }
  .index-industry-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .index-industry-img {
    width: 100%;
  }
  .index-industry-content {
    width: 100%;
  }
  .index-news-flex {
    flex-direction: column;
  }
  .index-news-term {
    width: 100%;
    margin-right: 0;
  }
  .public-footer-center {
    align-items: flex-start;
    flex-direction: column;
  }
  .public-footer-logo {
    margin: 0 auto;
  }
  .footer-flex-box {
    display: flex;
    align-items: flex-start;
    padding-bottom: 40rem;
    flex-direction: column;
    padding-top: 70rem;
  }
  .footer-center-text {
    padding-bottom: 20rem;
    margin-left: 0;
  }

  .footer-flex-small {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-flex-p {
    margin-left: 0;
    margin-bottom: 20rem;
  }
  .public-footer-main {
    padding: 60rem 0 20rem;
  }
  .footer-flex-p img {
    width: 24rem;
    margin-right: 15rem;
  }
  .query-form-item {
    width: 100%;
    justify-content: center;
  }
  .query-form-label {
    width: 150rem;
  }
  .query-form-input {
    width: calc(100% - 200rem);
    height: 70rem;
  }
  .query-form-verification {
    justify-content: flex-end;
    padding-left: 0;
  }
  .query-form-code {
    width: 165rem;
    height: 70rem;
  }
  .query-form-refresh {
    width: 55rem;
    height: 51rem;
  }
  .query-form-btn {
    margin-top: 20rem;
    width: 220rem;
    height: 70rem;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
  }
  .query-form-btns {
    flex-direction: column;
  }
  .query-care-main {
    display: flex;
    flex-direction: column;
  }
  .query-care-item {
    width: 100%;
    margin-bottom: 40rem;
  }
  .results-care-content .query-care-item {
    padding-left: 20rem;
  }
  .results-care-content .query-care-cont {
    padding-left: 20rem;
  }
  .prompt-dialog-card {
    position: absolute;
    top: 25%;
    width: 580rem;
    height: 600rem;
  }
  .prompt-dialog-btn {
    margin-top: 20rem;
    width: 247rem;
    height: 70rem;
    border-radius: 50rem;
    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -ms-border-radius: 50rem;
    -o-border-radius: 50rem;
  }
  .results-care-content {
    padding: 45rem 0;
  }
  .results-info-box {
    flex-wrap: wrap;
  }
  .results-info-item {
    margin-bottom: 40rem;
  }
  .results-info-icon {
    width: 36rem;
  }
  .results-item-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20rem;
    flex-direction: column;
  }
  .results-care-header {
    height: 90rem;
  }
  .results-care-header::after {
    width: 8rem;
  }
  .results-item-box {
    margin-bottom: 50rem;
    padding-left: 20rem;
  }
  .news-cont-box {
    width: 100%;
    padding-left: 30rem;
  }
  .public-news-item::after {
    display: none;
  }
  .news-date-box {
    width: 100rem;
  }
  .news-cont-name {
    display: -webkit-box; /* 旧版弹性盒子模型 */
    -webkit-box-orient: vertical; /* 内容垂直排列 */
    -webkit-line-clamp: 1; /* 限制显示的行数 */
    overflow: hidden; /* 隐藏超出的内容 */
  }
  .public-pages-item {
    width: 70rem;
    height: 70rem;
    margin: 0 10rem;
  }
  .public-pages-prev {
    width: 70rem;
    height: 70rem;
    margin: 0 10rem;
    background: url(./../esimg/icon/pages-prev.png) no-repeat center;
    background-color: #fff;
    background-size: 25rem 21rem;
  }
  .public-pages-next {
    width: 70rem;
    height: 70rem;
    margin: 0 10rem;
    background: url(./../esimg/icon/pages-next.png) no-repeat center;
    background-color: #fff;
    background-size: 25rem 21rem;
  }
  .news-info-max {
    flex-direction: column;
  }
  .news-info-left {
    width: 100%;
    margin-right: 0;
  }
  .news-info-content {
    padding: 35rem 40rem 70rem;
  }
  .news-info-flex {
    align-items: flex-start;
    flex-direction: column;
  }
  .news-hot-box {
    width: 100%;
    margin-top: 60rem;
  }
  .news-info-btns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40rem;
    flex-direction: column;
  }
  .news-info-btn {
    width: 170rem;
    height: 65rem;
    margin: 20rem auto 0;
  }
  .policies-main-flex {
    display: flex;
    flex-direction: column;
  }
  .policies-right-box {
    width: 100%;
    margin-top: 40rem;
  }
  .news-menu-box {
    width: 100%;
    margin-right: 0;
  }
  .about-cont-box {
    width: 100%;
  }
  .about-name {
    text-align: center;
  }
  .about-title-cn {
    text-align: center;
  }
  .about-title-en {
    text-align: center;
  }
  .about-title-box {
    padding-top: 100rem;
  }
  .login-main-box {
    background: url(./../esimg/img/login-bg-wap.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 100%;
    min-height: 100vh;
  }
  .login-card-box {
    position: relative;
    top: auto;
    right: auto;
    width: 80%;
    height: auto;
    margin-top: 140rem;
  }
  .login-notice-box {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 80%;
    margin-top: 40rem;
    padding-bottom: 30rem;
  }
  .login-card-input {
    width: 100%;
    height: 70rem;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #b3c3ba;
    padding-left: 62rem;
    margin-bottom: 37rem;
  }
  .login-card-btn {
    cursor: pointer;
    width: 240rem;
    height: 70rem;
    margin-top: 20rem;
  }
  .login-input-name {
    background: url(./../esimg/icon/login-input-name.png) no-repeat center;
    background-size: 32rem 32rem;
    background-position-x: 20rem;
  }
  .login-input-idcard {
    background: url(./../esimg/icon/login-input-idcard.png) no-repeat center;
    background-size: 32rem 32rem;
    background-position-x: 20rem;
  }
  .manage-header-box {
    height: 100rem;
  }
  .manage-header-user-img {
    width: 24rem;
  }
  .manage-header-btn {
    width: 120rem;
    height: 50rem;
    padding-left: 15rem;
  }
  .manage-header-btn::after {
    left: 20rem;
    top: calc(50% - 10rem);
    width: 20rem;
    height: 20rem;
  }
  .manage-main-left {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100vw;
    width: 45vw;
    height: 100vh;
    background: #ffffff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .manage-main-close {
    content: "";
    position: fixed;
    left: -100vw;
    top: 0;
    width: 55vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
  }
  .manage-main-center {
    width: 100%;
    height: calc(100vh - 30rem - 100rem);
    padding: 0 30rem 30rem;
    position: relative;
  }
  .manage-center-content {
    min-height: calc(100vh - 30rem - 100rem - 50rem);
  }
  .manage-center-bg {
    height: auto;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
  }
  .manage-main-header {
    height: 100rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ebebeb;
  }
  .manage-menu-icon {
    width: 30rem;
  }
  .manage-menu-link {
    height: 73rem;
    justify-content: flex-start;
    padding-left: 40rem;
    padding-right: 0;
  }
  .manage-menu-item {
    margin-top: 20rem;
  }
  .manage-my-flex {
    display: flex;
    justify-content: center;
    padding-top: 35rem;
    flex-direction: column;
  }
  .manage-my-input {
    width: 340rem;
    height: 70rem;
    margin-right: 0;
    margin-left: 20rem;
  }
  .manage-my-item {
    margin-bottom: 20rem;
  }
  .manage-my-icon {
    width: 42rem;
  }
  .manage-my-btn {
    width: 220rem;
    height: 70rem;
    margin-top: 20rem;
  }
  .manage-my-bg-wap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .manage-center-img {
    width: 140rem;
  }
  .manage-center-absolute {
    padding-top: 80rem;
  }
  .manage-exam-link {
    width: 120rem;
    height: 50rem;
  }
  .score-main-box {
    padding: 45rem 40rem 60rem;
  }
  .manage-score-table tbody td {
    height: 80rem;
  }
  .manage-score-table thead {
    height: 80rem;
  }
  .manage-examing-main {
    padding: 50rem 60rem 260rem;
  }
  .manage-examing-submit {
    width: 240rem;
    height: 70rem;
    margin-top: 70rem;
  }
  .time-popup {
    bottom: 7%;
    right: 8%;
    top: auto;
  }
  .footer-icon {
    width: 32rem;
  }
  .index-talent-box {
    background: url(./../esimg/img/index-talent-bg-wap.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .index-news-box-plus .index-policies-item {
    padding-right: 0;
  }
  .index-news-box-plus .index-policies-item::after {
    opacity: 0;
  }
  .results-item-box .results-item-flex:nth-child(1) {
    flex: 1;
  }
  .results-item-box .results-item-flex:nth-child(2) {
    flex: 1;
  }
}
@media screen and (max-width: 450px) {
  .font-size-40 {
    font-size: 24px;
    line-height: 1.4;
  }
  .font-size-30 {
    font-size: 20px;
    line-height: 1.4;
  }
  .font-size-20 {
    font-size: 16px;
    line-height: 1.4;
  }
  .public-btn {
    min-height: 40px;
  }
  .index-policies-text {
    font-size: 50rem;
  }
  .manage-header-name {
    font-size: 14px;
  }
}
