@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: 246rem;
}
.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: #da251d;
}
.header-menu-on::after {
  /* color: #C60F07; */
  content: "";
  position: absolute;
  top: calc(100% + 30rem);
  left: 0;
  width: 100%;
  height: 2px;
  background: #da251d;
}
.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: #008edb;
}
.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 #c60f07;
  -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: #c60f07;
  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(-62deg, #c60f07 0%, #fb6a63 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);
  border-image: linear-gradient(0deg, #db271f, #f8a6a2) 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: 57rem !important;
}
.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1 !important;
}
.swiper-pagination-bullet {
  width: 18rem;
  height: 18rem;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.4;
  margin: 0 9rem !important;
}

.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;
  padding-bottom: 40rem;
}
.footer-center-text {
  color: #ffffff;
  margin: 0 40rem;
}
.footer-flex-line {
  display: flex;
}
.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;
  padding-top: 60rem;
}
.public-banner-text {
  font-family: Arial;
  font-weight: 400;
  color: #584d4d;
}

.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(-62deg, #c60f07 0%, #fb6a63 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);
  border-image: linear-gradient(0deg, #db271f, #f8a6a2) 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(-62deg, #c60f07 0%, #fb6a63 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: #c60f07;
  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: #c60f07;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #c60f07;
}
.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: #c60f07;
  opacity: 0;
}
.manage-menu-on {
  background: linear-gradient(-90deg, #f7dbda, #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: #c60f07;
  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 #c60f07;
  display: flex;
  align-items: center;
  justify-content: center;
}
.manage-exam-link:hover {
  background-color: #c60f07;
  color: white;
}
.manage-pages-box {
  margin-top: 50rem;
}
.score-main-box {
  padding: 45rem 70rem 60rem;
}
.manage-score-table thead {
  height: 60rem;
  background: #c60f07;
}
.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: #fbf3f2;
}
.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-label {
  margin-right: 50rem;
  margin-top: 20rem;
  color: #333333;
  line-height: 1.6;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
  accent-color: #c60f07; /* 修改 radio 圆点颜色 */
}
.manage-examing-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160rem;
  height: 44rem;
  background: #c60f07;
  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: #c60f07;
}
.index-ability-box {
  display: flex;
  padding-top: 85rem;
  padding-bottom: 45rem;
}
.index-ability-item {
  width: calc((100% - 20rem) / 2);
  margin-right: 20rem;
  position: relative;
}
.index-ability-item:nth-child(2n) {
  margin-right: 0;
}
.ability-item-img {
  width: 100%;
}
.index-ability-content {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 85rem;
  padding-left: 60rem;
}
.public-title-cn {
  font-weight: bold;
  color: #333333;
  position: relative;
}
.public-title-cn::after {
  content: "";
  position: absolute;
  left: -27rem;
  top: calc(50% - 30rem);
  width: 60rem;
  height: 61rem;
  background: url(./../esimg/icon/index-ability-decorate.png) no-repeat;
  background-size: 100% 100%;
}
.public-title-en {
  font-family: Arial;
  font-weight: 400;
  color: #c5c2c2;
}
.color-white {
  color: #fff;
}
.index-ability-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120rem;
  height: 40rem;
  background: #ffffff;
  border-radius: 20px;
  margin-top: 60rem;
  color: #c60f07;
  position: relative;
  padding-right: 19rem;
  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-ability-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5.5rem);
  right: 15rem;
  width: 7rem;
  height: 11rem;
  background: url(./../esimg/icon/arr-red.png) no-repeat;
  background-size: 100% 100%;
}
.public-title-box {
  padding-left: 27rem;
}
.index-ability-btn:hover {
  width: 140rem;
}
.index-article-box {
  background: url(./../esimg/img/index-article-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 60rem 0 40rem;
}
.index-article-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-more-btn {
  width: 140rem;
  height: 40rem;
  border-radius: 20px;
  border: 1px solid #c60f07;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #333333;
  padding-right: 19rem;
  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-more-btn:hover {
  background-color: #c60f07;
  color: #fff;
}
.index-more-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5.5rem);
  right: 22rem;
  width: 7rem;
  height: 11rem;
  background: url(./../esimg/icon/arr-red.png) no-repeat;
  background-size: 100% 100%;
}
.index-more-btn:hover::after {
  background: url(./../esimg/icon/arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.index-policy-main {
  display: flex;
  align-items: flex-start;
  padding-top: 50rem;
}
.index-policy-hot {
  width: 50%;
  position: relative;
}
.index-policy-hot-img {
  width: 100%;
}
.index-policy-hot::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 144rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #c60f07, transparent);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.index-policy-hot:hover::after {
  height: 194rem;
}
.index-policy-hot-content {
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 25rem 38rem;
}
.index-policy-hot-date {
  color: #ffffff;
}
.index-policy-hot-name {
  font-weight: bold;
  color: #ffffff;
  padding-left: 24rem;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-policy-hot-content::after {
  content: "";
  position: absolute;
  top: calc(50% - 8.5rem);
  right: 22rem;
  width: 9rem;
  height: 17rem;
  background: url(./../esimg/icon/arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.index-policy-right {
  width: 50%;
  padding-left: 30rem;
}
.index-policy-first {
  width: 100%;
  background: #ffffff;
  box-shadow: 6px 4px 47px 4px rgba(198, 203, 213, 0.15);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding: 65rem 45rem 35rem;
  display: flex;
  align-items: center;
}
.index-policy-first::before {
  content: "";
  position: absolute;
  left: -50px;
  top: -50px;
  width: 100rem;
  height: 100rem;
  background: linear-gradient(0deg, #67c1f0 0%, #ffffff 100%);
  border-radius: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.index-policy-first::after {
  content: "";
  width: 9rem;
  height: 17rem;
  position: absolute;
  right: 22rem;
  top: 20rem;
  background: url(./../esimg/icon/arr-grey.png) no-repeat;
  background-size: 100% 100%;
}
.index-policy-first-tag {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-weight: 400;
  color: #ffffff;
  padding-top: 13rem;
  padding-left: 5rem;
}
.index-policy-first-day {
  font-family: Arial;
  font-weight: bold;
  color: #008edb;
  text-align: center;
  line-height: 1;
}
.index-policy-first-month {
  font-family: Arial;
  font-weight: 400;
  color: #008edb;
}
.index-policy-first-content {
  padding-left: 30rem;
  width: fit-content;
}
.index-policy-first-name {
  width: fit-content;
  font-weight: bold;
  color: #333333;
  padding-bottom: 12rem;
}
.index-policy-first-desc {
  border-top: 1px solid #e5e5e5;
  padding-top: 15rem;
  font-weight: 400;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-policy-list {
  padding-top: 22rem;
}
.index-policy-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25rem;
}
.index-policy-link:last-child {
  margin-bottom: 0;
}
.index-policy-text {
  width: 475rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 400;
  color: #333333;
}
.index-policy-link:hover .index-policy-text {
  color: #008edb;
}
.index-policy-date {
  font-weight: 400;
  color: #333333;
}
.index-policy-link:hover .index-policy-date {
  color: #008edb;
}
.index-manpower-box {
  padding: 120rem 0 30rem;
}
.index-manpower-swiper {
  padding-top: 55rem;
  overflow: hidden;
  padding-bottom: 100rem;
  position: relative;
}
.index-manpower-slide {
  width: 100%;
  display: flex;
}
.index-manpower-item {
  width: calc((100% - 75rem) / 4);
  margin-right: 25rem;
  background: #ffffff;
  border-radius: 6px;
  height: 240rem;
  padding: 36rem 20rem 0;
}
.index-manpower-item:nth-child(4n) {
  margin-right: 0;
}
.index-manpower-item:hover {
  background: url(./../esimg/icon/index-manpower-item-bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-manpower-name {
  font-weight: bold;
  color: #333333;
}
.index-manpower-item:hover .index-manpower-name {
  color: #008edb;
}
.index-manpower-text {
  font-weight: 400;
  color: #666666;
  padding-top: 24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-manpower-item:hover .index-manpower-text {
  color: #008edb;
}
.index-manpower-date {
  font-weight: 400;
  color: #999999;
  position: relative;
  margin-top: 40rem;
}
.index-manpower-item:hover .index-manpower-date {
  color: #008edb;
}
.index-manpower-date::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 8.5rem);
  width: 9rem;
  height: 17rem;
  background: url(./../esimg/icon/arr-gray.png) no-repeat;
  background-size: 100% 100%;
}
.index-manpower-item:hover .index-manpower-date::after {
  background: url(./../esimg/icon/arr-blue.png) no-repeat;
  background-size: 100% 100%;
}
.index-manpower-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20rem !important;
}
.index-manpower-pagination .swiper-pagination-bullet {
  background: #b8b7b7;
}
.index-manpower-pagination .swiper-pagination-bullet-active {
  background: #008edb;
}
.index-course-bg {
  width: 100%;
}
.index-course-box {
  width: 100%;
  position: relative;
}
.index-course-main {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 170rem;
  width: 100%;
}
.index-course-box .public-title-cn::after {
  background: url(./../esimg/icon/index-ability-decorate-white.png) no-repeat;
  background-size: 100% 100%;
}
.index-course-text {
  width: 560rem;
  font-weight: 400;
  color: #ffffff;
  padding-top: 60rem;
  line-height: 1.8;
}
.index-course-box .index-ability-btn {
  color: #333333;
}
.index-talent-img {
  position: absolute;
  right: 0;
  top: calc(50% - 292rem);
  height: 584rem;
}
.index-talent-img img {
  height: 100%;
}
.index-talent-img::after {
  content: "";
  position: absolute;
  z-index: 9;
  left: calc(50% - 37.5rem);
  top: calc(50% - 37.5rem);
  width: 75rem;
  height: 75rem;
  background: url(./../esimg/icon/play-btn.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-box {
  padding: 120rem 0;
  background: url(./../esimg/img/index-news-bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-flex {
  display: flex;
  padding-top: 60rem;
}
.index-news-item {
  width: calc((100% - 50rem) / 3);
  margin-right: 25rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, #f3f8fc 100%);
  border-radius: 6px;
  border: 1px solid #bee7fd;
}
.index-news-item:nth-child(3) {
  margin-right: 0;
}
.index-news-title {
  font-weight: bold;
  color: #ffffff;
  width: 180rem;
  padding: 10rem 0;
  text-align: center;
  background: linear-gradient(90deg, #c60f07 0%, #f9866b 100%);
  border-radius: 6px 6px 6px 0px;
}
.index-news-item:nth-child(2) .index-news-title {
  background: linear-gradient(90deg, #008edb 0%, #c0e2f9 100%);
}
.index-news-item:nth-child(3) .index-news-title {
  background: linear-gradient(90deg, #ffffff 0%, #c60f07 0%, #f0a86d 0%, #f9cbc1 100%);
}
.index-news-list {
  padding: 40rem 20rem 20rem;
}
.index-news-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20rem;
}
.index-news-name {
  max-width: 75%;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news-link:hover .index-news-name {
  color: #008edb;
}
.index-news-date {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.index-news-link:hover .index-news-date {
  color: #008edb;
}
.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-max {
  width: 100%;
  background: url(./../esimg/img/index-query-max.png) no-repeat;
  background-size: 100% 100%;
}
.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: #c60f07;
  box-shadow: 0px 13px 8px 2px rgba(238, 199, 197, 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%;
}
.query-form-box {
  padding: 50rem 0 80rem;
}
.query-main-content {
  padding-top: 50rem;
  padding-bottom: 120rem;
}
.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(-62deg, #c60f07 0%, #fb6a63 100%);
  border-radius: 20rem;
  -webkit-border-radius: 20rem;
  -moz-border-radius: 20rem;
  -ms-border-radius: 20rem;
  -o-border-radius: 20rem;
}
.query-main-title {
  padding-top: 50rem;
  display: flex;
  justify-content: center;
}
.query-precautions-box {
  background: #ffffff;
  border-radius: 6px;
  padding: 45rem 0;
  display: flex;
  position: relative;
}
.query-precautions-box::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  border-left: 1px dotted #dcd9d9;
}
.query-precautions-point {
  width: 50%;
  padding: 0 40rem;
}
.query-precautions-title {
  width: 180rem;
  background: linear-gradient(90deg, #c60f07 0%, #f9866b 100%);
  border-radius: 6px 6px 6px 0px;
  padding: 10rem 0 10rem 30rem;
  font-weight: bold;
  color: #ffffff;
}
.query-precautions-item {
  padding-left: 20rem;
  padding-top: 20rem;
}
.query-precautions-name {
  font-weight: bold;
  padding-left: 15rem;
  color: #333333;
  position: relative;
}
.query-precautions-name::before {
  content: "";
  position: absolute;
  left: 0;
  width: 23rem;
  height: 23rem;
  top: calc(50% - 11.5rem);
  background: url(./../esimg/icon/query-precautions-dot.png) no-repeat;
  background-size: 100% 100%;
}
.query-precautions-list {
  padding-top: 15rem;
}
.query-precautions-text {
  font-weight: 400;
  color: #333333;
  padding-bottom: 10rem;
}
.query-precautions-text:hover {
  color: #008edb;
}
.query-precautions-decs {
  position: relative;
  font-weight: 400;
  color: #333333;
  padding-bottom: 40rem;
  padding-left: 15rem;
  line-height: 1.8;
}
.query-precautions-decs::before {
  content: "";
  position: absolute;
  left: 0;
  width: 23rem;
  height: 23rem;
  top: 2rem;
  background: url(./../esimg/icon/query-precautions-dot.png) no-repeat;
  background-size: 100% 100%;
}
.query-results-max {
  width: 100%;
  background: url(./../esimg/img/query-results-max.png) no-repeat;
  background-size: 100% 100%;
}
.query-results-box {
  background: url(./../esimg/img/query-results-box.png) no-repeat;
  background-size: 100% 100%;
  margin: 40rem 0;
  padding: 60rem 50rem 100rem;
}
.query-results-flex {
  display: flex;
  align-items: center;
  padding: 0 40rem 90rem;
}
.query-header-item {
  flex: 1;
}
.query-results-img {
  width: 120rem;
  margin-right: 120rem;
}
.query-results-img img {
  width: 100%;
}
.query-header-flex {
  display: flex;
  align-items: center;
  flex: 1;
}
.query-header-icon {
  width: 26rem;
}
.query-header-name {
  font-weight: 400;
  color: #333333;
  padding-left: 5rem;
}
.query-header-text {
  font-weight: bold;
  color: #333333;
  padding-top: 5rem;
}
.query-list-name {
  padding: 10rem 0;
  text-align: center;
  background: #c60f07;
  font-weight: bold;
  color: #ffffff;
}
.query-list-flex {
  display: flex;
}
.query-item-name {
  height: 45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border: 1px solid #fcf0ef;
  font-weight: bold;
  color: #333333;
}
.query-item-text {
  height: 45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border: 1px solid #fcf0ef;
  color: #666666;
}
.query-list-item {
  padding-bottom: 40rem;
}
.query-results-main {
  padding-bottom: 110rem;
}
.policies-list {
  padding: 60rem 0 60rem;
}
.public-news-item {
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(147, 129, 120, 0.07);
  border-radius: 6px;
  margin-bottom: 30rem;
  display: flex;
  justify-content: space-between;
  padding: 40rem 45rem;
  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-news-item:hover {
  background: #c60f07;
  box-shadow: 0px 5px 18px 0px rgba(198, 15, 7, 0.23);
}
.public-bg-box {
  width: 100%;
  background: url(./../esimg/img/public-page-bg.png) no-repeat;
  background-size: 100% 100%;
}
.news-date-box {
}
.news-date-day {
  font-family: Arial;
  font-weight: bold;
  color: #008edb;
  text-align: center;
}
.public-news-item:hover .news-date-day {
  color: #ffffff;
}
.news-date-month {
  font-family: Arial;
  font-weight: 400;
  color: #999999;
}
.public-news-item:hover .news-date-month {
  color: #ffffff;
}
.news-cont-box {
  padding-left: 50rem;
  padding-right: 100rem;
  width: 95%;
  position: relative;
}
.news-cont-box::after {
  content: "";
  position: absolute;
  top: calc(50% - 11rem);
  right: 20rem;
  width: 13rem;
  height: 22rem;
  background: url(./../esimg/icon/arr-mini-grey.png) no-repeat;
  background-size: 100% 100%;
}
.public-news-item:hover .news-cont-box::after {
  background: url(./../esimg/icon/arr-small-white.png) no-repeat;
  background-size: 100% 100%;
}
.news-cont-name {
  font-weight: bold;
  color: #333333;
}
.public-news-item:hover .news-cont-name {
  color: #ffffff;
}
.news-cont-text {
  font-weight: 400;
  color: #666666;
  padding-top: 20rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.public-news-item:hover .news-cont-text {
  color: #ffffff;
}
.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: #c60f07;
  border: 1px solid #c60f07;
  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;
}
.policies-main-box {
  padding-bottom: 120rem;
}
.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: #c60f07;
  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: 80rem;
  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: #c60f07;
  border-radius: 50%;
}
.news-menu-on {
  color: #c60f07;
}
.about-main-box {
  position: relative;
}
.about-main-center {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.about-main-title {
}
.policies-main-flex .policies-list {
  padding-top: 0;
}
.policies-main-flex .news-cont-box {
  width: 92%;
}
.about-main-box .bread-box {
  position: absolute;
  bottom: 0;
  left: calc((100% - 72.95%) / 2);
}
.about-page-title {
  padding-top: 200rem;
}
.about-name {
  font-weight: bold;
  color: #333333;
  padding-top: 50rem;
}
.about-cont-box {
  width: 608rem;
  padding-top: 50rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}
.about-cont-box p {
  padding-bottom: 30rem;
}
.news-page-max {
  width: 100%;
  background: url(./../esimg/img/news-info-bg.png) no-repeat;
  background-size: 100% 100%;
}
.news-info-max {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 60rem;
  padding-bottom: 120rem;
}
.news-info-left {
  width: 1000rem;
}
.news-info-content {
  padding: 36rem 80rem;
  background: #ffffff;
}
.news-info-title {
  text-align: center;
  font-weight: bold;
  color: #333333;
}
.news-info-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30rem 0 20rem;
  border-bottom: 1px solid #d3d0d0;
}
.news-info-cont {
  padding-top: 60rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}
.news-info-cont p {
  margin-bottom: 20rem;
}
.news-info-cont img {
  max-width: 100%;
  margin: 0 auto;
}
.news-info-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30rem;
}
.news-info-link {
  font-weight: 400;
  margin-bottom: 10rem;
  color: #333333;
  width: 700rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-info-btn {
  width: 140rem;
  height: 40rem;
  background: #c60f07;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #ffffff;
}
.news-hot-title {
  font-weight: bold;
  color: #333333;
}
.news-hot-box {
  width: 350rem;
}
.news-hot-list {
  padding-top: 20rem;
}
.news-hot-item {
  position: relative;
  padding: 15rem 15rem 15rem 0;
  border-bottom: 1px dashed #e5e5e5;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-hot-item:hover {
  color: #c60f07;
}
.news-hot-item::after {
  content: "";
  position: absolute;
  background: url(./../esimg/icon/arr-mini-grey.png) no-repeat;
  background-size: 100% 100%;
  width: 6rem;
  height: 11rem;
  top: calc(50% - 5.5rem);
  right: 5rem;
}
.news-hot-item:hover::after {
  background: url(./../esimg/icon/arr-red.png) no-repeat;
  background-size: 100% 100%;
}
.search-title-box {
  padding-left: 20rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  margin-top: 40rem;
}
.search-title-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 100%;
  background: #c60f07;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.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: 1460px) {
  .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;
  }
}
@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: 170rem;
  }
  .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: 0;
  }
  .public-news-item::after {
    display: none;
  }
  .news-date-box {
    padding-top: 10rem;
  }
  .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;
    padding-top: 80rem;
  }
  .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: 100rem;
  }

  .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-ability-box {
    flex-direction: column;
  }
  .index-ability-item {
    width: 100%;
    margin-right: 0;
    position: relative;
    margin-bottom: 20rem;
  }
  .index-ability-btn {
    width: 180rem;
    height: 64rem;
    margin-top: 30rem;
  }
  .index-ability-btn::after {
    top: calc(50% - 11rem);
    right: 20rem;
    width: 14rem;
    height: 22rem;
  }
  .index-ability-btn:hover {
    width: 200rem;
  }
  .index-policy-main {
    flex-direction: column;
  }
  .index-policy-hot {
    width: 100%;
    position: relative;
  }
  .index-policy-right {
    width: 100%;
    padding-left: 0;
    margin-top: 40rem;
  }
  .index-policy-list {
    padding: 30rem 20rem 0;
  }
  .index-more-btn {
    width: 200rem;
    height: 64rem;
    border-radius: 20px;
  }
  .index-more-btn::after {
    right: 22rem;
    width: 14rem;
    height: 22rem;
    top: calc(50% - 11rem);
  }
  .index-manpower-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20rem;
    height: 340rem;
    padding: 40rem 50rem;
  }
  .index-manpower-slide {
    flex-direction: column;
  }
  .index-course-main {
    position: relative;
    left: auto;
    top: auto;
    padding-top: 170rem;
    width: 100%;
  }
  .index-talent-img {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    width: 100%;
    margin-top: 60rem;
  }
  .index-talent-img img {
    height: auto;
    width: 100%;
  }
  .index-course-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index-course-text {
    width: 100%;
  }
  .index-news-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  .query-precautions-box {
    flex-direction: column;
  }
  .query-precautions-box::after {
    border-left: none;
  }
  .query-precautions-point {
    width: 100%;
    padding: 0 40rem;
  }
  .query-precautions-title {
    width: 220rem;
    text-align: center;
    padding-left: 0;
  }
  .query-precautions-point:first-child {
    padding-bottom: 40rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .query-precautions-point:nth-child(n + 1) {
    padding-top: 40rem;
  }
  .query-precautions-decs {
    padding-left: 20rem;
  }
  .query-precautions-decs::before {
    content: "";
    position: absolute;
    left: 0;
    width: 32rem;
    height: 32rem;
    top: 7rem;
    background: url(./../esimg/icon/query-precautions-dot.png) no-repeat;
    background-size: 100% 100%;
  }
  .query-list-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .query-item-name {
    height: 75rem;
    width: 40%;
    flex: auto;
  }
  .query-item-text {
    height: 75rem;
    width: 60%;
    flex: auto;
  }
  .query-list-name {
    padding: 15rem 0;
  }
  .query-results-flex {
    display: flex;
    align-items: center;
    padding: 0 40rem 90rem;
    flex-wrap: wrap;
  }
  .query-results-img {
    width: 120rem;
    margin: 0 auto;
  }
  .query-results-img {
    width: 100%;
  }
  .query-results-img img {
    width: 150rem;
    margin: 0 auto;
  }
  .query-header-item {
    flex: auto;
    margin-top: 40rem;
  }
  .query-header-item:nth-child(1),
  .query-header-item:nth-child(2) {
    width: 30%;
    margin-top: 60rem;
  }
  .query-header-item:nth-child(4) {
    width: 100%;
  }
  .news-cont-box::after {
    display: none;
  }
  .public-news-item {
    flex-direction: column-reverse;
  }
  .news-date-month {
    font-size: 14px;
  }
  .news-menu-name {
    height: 120rem;
  }
  .about-page-title {
    padding-top: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }
  .about-cont-box {
    text-align: center;
  }
  .about-cont-box p {
    font-weight: bold;
  }
  .news-info-link {
    width: 90%;
  }
  .news-hot-item::after {
    width: 12rem;
    height: 22rem;
    top: calc(50% - 11rem);
    right: 5rem;
  }
  .login-notice-box {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 80%;
    margin-top: 40rem;
    padding-bottom: 30rem;
  }
}
@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;
  }
}
