@charset "utf-8";
@font-face {
	font-family: 'Noto Sans';
	font-display: swap;
	font-weight: 700; /* 粗体 */
	src: url(../fonts/sy_bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url('../fonts/sy_normal.woff2') format('woff2');
  font-weight: 500; /* 常规 */
}
@font-face {
  font-family: 'Noto Sans';
  font-display: swap;
  src: url('../fonts/sy_light.woff2') format('woff2');
  font-weight: 300; /* 常规 */
}

:root{
	--main_color: #1486ED;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: initial;
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
    line-height: inherit;
}
body {
    font-family:'Noto Sans', Microsoft YaHei,Arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
}
body,h1,h2,h3,h4,h5,h6,p ,ul,ol,dd,table,input,textarea,dl{padding: 0;margin:0;}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}
ul,li{list-style: none;}
img{
    max-width: 100%;
    vertical-align: top;
}
input:focus,textarea:focus,select:focus{outline: none;}
textarea{resize:none;}
.clear:after{content: "";display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}
.clear{zoom:1;}
.left{
    float: left;
}
.right{
    float: right;
}

.container_pub{
	width: 14.8rem;
	margin: 0 auto;
	max-width: 100%;
}
.button_style1{
	padding: .1rem .4rem;
	background-color: var(--main_color);
	border: 0.01rem solid var(--main_color);
	color: #fff;
	font-size: .18rem;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: all 0.5s ease 0s;
}
.button_hover1:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    /* border-radius: 5px; */
    z-index: -1;
    transition: .5s;
}
.button_hover1:hover:before {
    width: 100%;
    left: 0;
}
.button_style1:hover {
    color: var(--main_color);
}

.button_style2{
	padding: .1rem .4rem;
	background-color: #ffffff;
	border: 0.01rem solid var(--main_color);
	color: var(--main_color);
	font-size: .18rem;
	position: relative;
	z-index: 1;
	display: inline-flex;
	transition: all 0.5s ease 0s;
	border-radius: 1rem;
	overflow: hidden;
}
.button_hover2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--main_color);
    /* border-radius: 5px; */
    z-index: -1;
    transition: .5s;
}
.button_hover2:hover:before {
    width: 100%;
    left: 0;
}
.button_style2:hover {
    color: #fff;
}


.head_logo {
    width: 3.6rem;
    cursor: pointer;
}

.head_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_height {
    height: 1.1rem;
}
.head_menu {text-align: right;}

.header {
 padding: .2rem 0;
}


.menu_orther_search {
    max-width: .32rem;
    cursor: pointer;
}
.index_banner:before {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000bd;
    background: rgba(4, 23, 42, 0.30);
    position: absolute;
}

.index_banner {
    position: relative;
}
.index_banner_text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.index_banner_t1 {
    font-size: .8rem;
    color: #fff;
    font-weight: 500;
}

.index_banner_t2 {
    font-size: .4rem;
    color: #fff;
    font-weight: 300;
}
.index_banner_img{
	height: 100vh;
	width: 100%;
	object-fit: cover;
	max-height: 11rem;
}
.button_style2 img {
    width: .2rem;
    margin-left: .1rem;
}
.linear_text {
    background: linear-gradient(90deg, #1976D2 0%, #33CDF8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: .4rem;
    font-weight: bold;
    display: inline-block;
}

.index_sec1_t2 {
    font-size: .4rem;
    margin-top: 0.1rem;
}

.index_sec1_t3 {
    font-size: .2rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    line-height: .4rem;
}

.index_sec1_text {
    width: 6.97rem;
}

.index_section1 {
    padding: .6rem 0;
    position: relative;
    background: #F2F5F7;
}
.index_sec1_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8.53rem;
}

@media screen and (min-width: 1980px) {
.index_sec1_flex {
    position: relative;
}

.index_sec1_img {
    right: -2.2rem;
}
}
.button_hover2:hover img {
    filter: brightness(100);
}

.text-center{
	text-align: center;
}

.pub_desc {
    font-size: .2rem;
    color: #3F3F3F;
    color: #3F3F3F;
    margin-top: .1rem;
}

.index_section2 {
    padding: 0.8rem 0;
    background: #F2F8FD;
}

.song-flex {
    display: flex;
    flex-wrap: wrap;
}
.gap60{
	gap: 0.6rem;
}
.equal_item3 {
    width: 32%;
    text-align: center;
    padding: .3rem;
    width: calc((100% - 0.6rem * 2) / 3);
}

.index_sec2_t1 {
    font-size: .3rem;
    color: var(--main_color);
    margin-top: .3rem;
    margin-bottom: .3rem;
}

.index_sec2_img img {
    width: 1.6rem;
}

.index_sec2_t2 {
    font-size: .2rem;
}

 /* 页面容器 */
.zexue_login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 1.5rem;
  background: url(../images/login_bg.jpg);
  background-size: cover;
  background-position: center;
}

/* 左侧插画区域 */
.zexue_illustration {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
}

.zexue_illustration-img {
  width: 3.5rem;
  height: auto;
}

.zexue_desc {
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.2rem;
  text-align: center;
}

.zexue_country-list {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  margin-top: 0.15rem;
}

.zexue_country-item {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 右侧表单区域 */
.zexue_form-wrap {
  width: 4.78rem;
  background-color: #fff;
  border-radius: .4rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 0.65rem 0.35rem;
  margin-right: 2rem;
}

.zexue_tab-header {
  display: flex;
  justify-content: space-around;
  padding: 0 .2rem;
}

.zexue_tab-item {
  text-align: center;
  padding: 0.12rem 0;
  font-size: 0.18rem;
  color: #8C949A;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  width: 1.5rem;
  background: #EEF2F5;
}

.zexue_tab-item.active {
  color: var(--main_color);
  font-weight: 500;
  background: #E0F0FF;
}

.zexue_tab-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 2px;
  background-color: var(--main_color);
}

.zexue_form-content {
  padding-top: 0.25rem;
}

.zexue_form-group {
  margin-bottom: 0.2rem;
}

.zexue_form-label {
  display: block;
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.06rem;
  font-weight: 500;
}

.zexue_form-input {
  width: 100%;
  font-size: 0.16rem;
  padding: .2rem .44rem;
  /* padding: 0 0.12rem; */
  border: 1px solid #d9d9d9;
  border-radius: 0.04rem;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  margin-bottom: .24rem;
  border-radius: .12rem;
  border: 0.01rem solid #C9D4DE;
}

.zexue_form-input:focus {
  border-color: var(--main_color);
  box-shadow: 0 0 0 2px rgba(22, 119, 255, 0.2);
}

.zexue_auto-login {
  font-size: 0.16rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 0.05rem;
}

.zexue_checkbox {
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.04rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .03rem;
  margin-right: .05rem;
}

.checked .zexue_checkbox {
  /* background-color: var(--main_color); */
  border-color: var(--main_color);
}

.checked .zexue_checkbox::after {
  /* content: '✓'; */
  color: #fff;
  font-size: 0.1rem;
}

.zexue_btn-next {
  width: 100%;
  background-color: var(--main_color);
  color: #fff;
  font-size: 0.28rem;
  border: none;
  border-radius: .12rem;
  cursor: pointer;
  margin-top: 0.15rem;
  transition: background-color 0.3s;
  font-weight: 500;
  padding: .11rem 0;
  font-family: 'Noto Sans';
}

.zexue_btn-next:hover {
  background-color: #0e62d0;
}

.zexue_other-login {
  font-size: 0.16rem;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}

.zexue_other-login a {
  color: var(--main_color);
  text-decoration: none;
  font-size: 0.16rem;
}

.zexue_other-login a:hover {
  text-decoration: underline;
}

.zexue_other-methods svg {width: .28rem;height: auto;}

.zexue_other-method {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.zexue_other-method:hover {
  background-color: #f5f5f5;
}

.zexue_get-code {
  width: auto;
  padding: 0 0.15rem;
  font-size: 0.16rem;
  background-color: #e1f3f8;
  color: var(--main_color);
  border-radius: 0.1rem;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-bottom: .24rem;
}

.zexue_get-code:hover {
  background-color: #e6f7ff;
}

/* 响应式适配 */
@media (max-width: 1200px) {
  .zexue_login-container {
	flex-direction: column;
	height: auto;
	padding: 0.8rem 0.3rem;
  }

  .zexue_illustration {
	padding-right: 0;
	margin-bottom: 0.5rem;
  }

  .zexue_illustration-img {
	width: 2.5rem;
  }

  .zexue_form-wrap {
	width: 100%;
	max-width: 3.2rem;
  }
}

.checked .zexue_checkbox svg {
    display: block;
}

.zexue_checkbox svg {
    display: none;
}

.zexue_other_flex {
    display: flex;
}
.zexue_forget-pwd {
    margin-left: auto;
    color: #1460A6;
}
.zexue_autoLogin {
    line-height: 1;
    cursor: pointer;
}
.zexue_autoLogin label{
	cursor: pointer;
	outline: none;
	user-select: none;
} 
.zexue_form_tel{
	background: url(../images/login1.svg);
	background-size: .24rem .24rem;
	background-position: .1rem center;
	background-repeat: no-repeat;
}
.zexue_form_pasd{
	background: url(../images/login2.svg);
	background-size: .24rem .24rem;
	background-position: .1rem center;
	background-repeat: no-repeat;
}

/* 注册页面 */
.zx_form_container {
      width: 12rem;
      background: #fff;
      border-radius: .1rem;
      box-shadow: 0 2px 12px rgba(0,0,0,0.1);
      padding: 0.5rem;
      margin: 0 auto;
    }
    .zx_form_title {
      font-size: 0.3rem;
      font-weight: 600;
      margin-bottom: 0.4rem;
      color: #333;
      text-align: center;
    }
    .zx_form_desc {
      font-size: .18rem;
      color: #D36A7D;
      margin-bottom: 0.1rem;
    }
    .zx_form_row {
      display: flex;
      margin-bottom: .2rem;
    }
    .zx_form_row label {
      flex: 0 0 1.7rem;
      text-align: right;
      margin-right: .16rem;
      color: #666;
      font-size: .16rem;
      color: #8997A3;
    }
    .zx_form_input_wrap {
      flex: 1;
      max-width: 5rem; /* 限制输入框最大宽度 */
      position: relative;
    }
    .zx_form_input_wrap input,
    .zx_form_input_wrap textarea {
      width: 100%;
      padding: .1rem .15rem;
      border: 1px solid #d9d9d9;
      border-radius: .05rem;
      font-size: .16rem;
      color: #666;
    }
    .zx_form_input_wrap input::placeholder {
      color: #ccc;
    }
    .zx_tips {
      font-size: 12px;
      color: #999;
      margin-top: 4px;
      display: block;
    }
    .zx_error_tips {
      color: #ff4d4f;
      position: absolute;
      left: 105%;
      top: 50%;
      transform: translateY(-50%);
      font-size: .16rem;
      display: none;
      width: 100%;
    }
    /* 模拟下拉框 */
    .zx_select_wrap {
      position: relative;
      width: 100%;
    }
    .zx_select_wrap .zx_select_display {
      width: 100%;
      padding: .1rem .15rem;
      border: 1px solid #d9d9d9;
      border-radius: 4px;
      font-size: 14px;
      color: #666;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #8997A3;
    }
    .zx_select_wrap .zx_select_options {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      border: 1px solid #d9d9d9;
      border-radius: 4px;
      margin-top: 2px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      display: none;
      z-index: 10;
    }
    .zx_select_wrap .zx_select_options .zx_option {
      padding: 8px 12px;
      cursor: pointer;
    }
    .zx_select_wrap .zx_select_options .zx_option:hover {
      background: #f5f7fa;
    }
    .zx_select_arrow {
      width: .16rem;
      height: auto;
    }
    /* 模拟日期选择器 */
    .zx_date_picker {
      position: relative;
    }
    .zx_date_picker .zx_date_icon {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      pointer-events: none;
    }
    /* 日期选择器弹窗 */
    .zx_date_picker_panel {
      position: absolute;
      top: 100%;
      left: 0;
      width: 280px;
      background: #fff;
      border: 1px solid #d9d9d9;
      border-radius: 4px;
      margin-top: 2px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      z-index: 20;
      padding: 10px;
      display: none;
    }
    .zx_date_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }
    .zx_date_header button {
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
    }
    .zx_date_grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 4px;
    }
    .zx_date_cell {
      text-align: center;
      padding: .05rem;
      cursor: pointer;
      border-radius: .05rem;
    }
    .zx_date_cell:hover {
      background: #f5f7fa;
    }
    .zx_date_cell.zx_current {
      background: #1890ff;
      color: #fff;
    }
    .zx_date_weekday {
      font-weight: bold;
    }
    /* 单选框样式 */
    .zx_radio_group {
      display: flex;
      align-items: center;
    }
    .zx_radio_item {
      display: flex;
      align-items: center;
      margin-right: 20px;
      cursor: pointer;
    }
    .zx_radio_input {
      display: none;
    }
    .zx_radio_mark {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 1px solid #d9d9d9;
      margin-right: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .zx_radio_input:checked + .zx_radio_mark {
      border-color: #1890ff;
    }
    .zx_radio_input:checked + .zx_radio_mark::after {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #1890ff;
    }
    /* 验证码、按钮等特殊处理 */
    .zx_captcha_row {
      display: flex;
      align-items: center;
    }
    .zx_captcha_row input {
      flex: 1;
      margin-right: 12px;
    }
    .zx_captcha_row button {
      padding: .1rem .15rem;
      background: #1890ff;
      color: #fff;
      border: none;
      border-radius: .05rem;
      cursor: pointer;
      font-size: .16rem;
      position: absolute;
      right: 0;
      top: 0;
    }
    .zx_agree_row {
      padding-left: 1.86rem; /* 对齐label宽度 */
      font-size: .16rem;
      color: #666;
      margin-bottom: .2rem;
    }
    .zx_agree_row input {
      margin-right: 6px;
      vertical-align: middle;
    }
    .zx_submit_btn {
      margin-left: 1.86rem; /* 对齐label宽度 */
      padding: .1rem .32rem;
      background: #1890ff;
      color: #fff;
      border: none;
      border-radius: .05rem;
      cursor: pointer;
      font-size: .16rem;
    }
    .zx_submit_btn:hover {
      background: #40a9ff;
    }

    /* 上传图片组件样式 */
    .zx_upload_img_wrap {
      position: relative;
      width: 2rem;
      height: 1.3rem;
      /* border: 1px dashed #d9d9d9; */
      border-radius: 4px;
      cursor: pointer;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .zx_upload_img_wrap input[type="file"] {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer;
    }
    .zx_upload_img_wrap .zx_placeholder {
      font-size: 12px;
      color: #999;
    }
    .zx_upload_img_wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: none; /* 初始隐藏，上传后显示 */
    }
    .zx_upload_tips {
      font-size: .14rem;
      color: #999;
      margin-top: .1rem;
      display: block;
    }
    /* 右侧提示文字 */
    .zx_input_tips {
      font-size: .14rem;
      color: #1890ff;
      margin-top: 4px;
      display: block;
    }

/* 日期选择器样式 */
.zx_date_picker_panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-top: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 20;
  display: none;
}

.zx_date_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid #f0f0f0;
}

.zx_date_btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 8px;
  color: #666;
}

.zx_date_btn:hover {
  color: #1890ff;
}

.zx_current_month {
  font-size: .18rem;
  font-weight: 500;
  color: #333;
}

.zx_date_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.zx_date_cell {
  padding: .1rem;
  text-align: center;
  cursor: pointer;
  font-size: .14rem;
}

.zx_date_weekday {
  font-weight: 500;
  color: #666;
  cursor: default;
  font-size: .18rem;
}

.zx_date_cell:not(.zx_date_weekday):hover {
  background: #1890ff;
  color: #fff;
}

.zx_current {
  background: #1890ff;
  color: #fff;
  border-radius: .05rem;
}

.text-gray-400 {
  color: #bfbfbf;
  cursor: default;
}
.zx_agree_row * {
    cursor: pointer;
}
.zx_form_row .zx_radio_item {
    flex: 0 0 24%;
}
.zx_form_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: .65rem;
}

.zx_form_txt02 {
    font-size: .24rem;
    margin-top: 0.1rem;
}

.zx_form_txt02 a {
    color: var(--main_color);
}
.zx_agree_row .zx_error_tips {
	margin-top: 0.2rem;
	margin-left: 0;
	position: static;
}
.zx_registerbg {
    background: url(../images/registerbg.jpg);
    background-position: center top;
    background-size: contain;
	background-repeat: no-repeat;
	background-color: #F9FBFD;
	padding-top: 1rem;
	padding-bottom: 1.7rem;
}
.zx_form_row label {
    margin-top: .08rem;
}
.head_top {
    background: linear-gradient(90deg, #1460A6 0%, #2183BF 100%);
    color: #fff;
}

.head_top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_top_t1 img {
    width: 1.8rem;
}

.head_top_fr {
    display: flex;
    align-items: center;
}

.head_top_t2 img {
    width: .24rem;
    margin-right: 0.05rem;
}

.head_top_fl span {
    margin-right: .2rem;
    font-size: .16rem;
}

.head_top_t1 {
    font-size: .16rem;
    margin-right: 0.2rem;
}

.head_top_t2 a {
    font-size: .16rem;
    color: #fff;
    padding: .12rem .27rem;
    display: block;
}

.head_top_t2 {
    display: flex;
}
.head_register {
    background: var(--main_color);
}
.head_nav>ul {
    display: flex;
    gap: .4rem;
    margin-left: auto;
}

.head_nav>ul>li>a {
    font-size: .16rem;
}

.head_nav {
    display: flex;
}
.header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_search_ipt {
    width: 3rem;
    display: inline-flex;
    margin-bottom: 0.2rem;
}

.head_search_keyword {
    width: 2rem;
    padding: .1rem .36rem;
    padding-right: 0;
    border: 1px solid #E0F0FF;
    background: #FFF;
    font-size: .14rem;
	background: url(../images/search.svg);
	background-size: .16rem;
	background-position: .1rem center;
	background-repeat: no-repeat;
}

.head_search_btn {
    width: 1rem;
    padding: .1rem 0;
    background: #1460A6;
    color: #fff;
    font-size: .14rem;
}
.head_nav>ul>li.active a,.head_nav>ul>li:hover a {
    color: var(--main_color);
}
.zx_registerbg.zx_pad1bg {
    padding-top: .3rem;
}

.talent_nav_flex {
    border-radius: .2rem;
    border: 0.02rem solid #FFF;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.37) 100%);
    padding: .25rem 1rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.talent_nav_item {
    text-align: center;
    width: .65rem;
    position: relative;
}

.talent_nav_num {
    width: .15rem;
    height: .15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    background: #1460A6;
    color: #fff;
    margin-bottom: 0.25rem;
    margin-top: 0.12rem;
}

.talent_nav_txt1 {
    font-size: .16rem;
}
.talent_nav_item:after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 0.02rem;
    background: #1765AA;
    position: absolute;
    top: .2rem;
    left: 0.7rem;
}

.talent_nav_item:last-child:after {
    display: none;
}
.zx_pad1 {
    padding: .5rem .6rem;
}
.zx_talent_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.zx_talent_left {
    width: 10.27rem;
    padding: .5rem .6rem;
    background: #fff;
}

.zx_talent_right {
    width: 4.23rem;
    padding: .5rem .3rem;
    background: #fff;
    position: sticky;
    top: .2rem;
}

.zx_talent_card1 {
    font-size: .18rem;
    margin-bottom: 0.2rem;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #E6ECF2;
}

.zx_talent_cacon {
    color: #8997A3;
    line-height: 1.8;
    font-size: .16rem;
}
.zx_talent_cacon img {
    width: 2.5rem;
    margin-top: .2rem;
}
.zx_talent_flex2 {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.zx_talent_flex2 .zx_form_desc {
    margin-bottom: 0;
}

.zx_talent_title {
    font-size: .18rem;
    margin-right: .12rem;
    max-width: 100%;
}
.zx_form_cards {
    display: flex;
    padding-left: 1.2rem;
    margin-bottom: .3rem;
}

.zx_form_cards_item {
    position: relative;
    margin-right: .5rem;
}
#uploadImgWrap1{
	background: url(../images/card1.svg);
	background-size: contain;
}
#uploadImgWrap2{
	background: url(../images/card2.svg);
	background-size: contain;
}
.talent_nav_num span {
    display: none;
}

.on .talent_nav_num span {
    display: block;
}

.on .talent_nav_num {
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0;
    margin-bottom: 0.15rem;
}
.footer{
	background: url(../images/foot_bg1.jpg);
	background-size: cover;
	padding: 0.5rem 0;
}
.foot_itemt1 {border-radius: .2rem .2rem 0 0;background: #1460A6;padding: .2rem .32rem .18rem .2rem;font-size: .24rem;color: #fff;font-weight: bold;}

.footer_flex {
    display: flex;
    justify-content: space-between;
}

.footer_item {
    width: 4.6rem;
    background: linear-gradient(180deg, rgba(20, 96, 166, 0.31) 0%, rgba(15, 47, 76, 0.00) 108.24%);
}

.foot_itemt2 {
    color: rgba(255, 255, 255, 0.72);
    font-size: .18rem;
    font-weight: 350;
    margin-top: .12rem;
    margin-left: .2rem;
}

.footer_copyright {
    background: #0F2F4C;
    text-align: center;
    padding: .32rem 0;
}

.footer_copy_flex a {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: rgba(255, 255, 255, 0.64);
}

.footer_copy_flex {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.footer_copy_flex a img {
    width: .32rem;
    margin-right: .2rem;
}
.footer_copy_tcenter {
    color: #fff;
    color: rgba(255, 255, 255, 0.72);
    font-size: .16rem;
    margin-top: .32rem;
}
.foot_itemt3 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    margin-bottom: .18rem;
}

.footer_item.footer_itembg {
    padding: .18rem .2rem;
    border-radius: .2rem .2rem 0 0;
}

.foot_fx1 {
    font-size: .24rem;
    font-weight: bold;
}

.foot_fx2 {
    font-size: .18rem;
    font-weight: 300;
}

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

.foot_itemul li {
    width: 50%;
    margin-top: .2rem;
}

.foot_itemul li a {
    padding: .1rem;
    text-align: center;
    display: block;
    font-size: .16rem;
    color: #fff;
}

.foot_itemul li:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.53);
}
.zx_talent_ttb {
    text-align: center;
    font-size: .28rem;
    font-weight: bold;
}

.zx_talent_ttbs {
    text-align: center;
    color: #C85A5F;
    font-size: .18rem;
    margin-top: .05rem;
}
.zx_radio_input:checked ~ span {
    color: #1460A6;
}
.zx_submit_flex {
    display: flex;
    justify-content: center;
}

.zx_submit_flex .zx_submit_btn {
    margin-left: 0.4rem;
}

.zx_submit_btn1 {
    border-radius: .06rem;
    background: #C9D4DE;
    padding: 0.1rem 0.32rem;
    color: #fff;
    border: none;
    border-radius: 0.05rem;
    cursor: pointer;
    font-size: .16rem;
}
.zx_talent_tpd {}

.zx_talent_tpd .zx_talent_title {
    font-size: .2rem;
    font-weight: bold;
}
.container_1282 {
    max-width: 12.82rem;
    margin: 0 auto;
}

.container_1282 label {
    flex: 0 0 2.56rem;
    margin: 0;
    border: 0.01rem solid #F0F0F0;
    background: #F5F7F9;
    text-align: left;
    padding: .16rem .24rem;
    color: #000;
    line-height: 1.5;
    word-break: keep-all;
}

.container_1282 .zx_form_input_wrap input, .container_1282 .zx_form_input_wrap textarea,.container_1282 .zx_select_wrap .zx_select_display {
    padding: .16rem .24rem;
    border: 0.01rem solid #F0F0F0;
    background: #FFF;
    border-left: none;
    line-height: 1.5;
    border-radius: 0;
}

.container_1282 .zx_form_input_wrap {
    flex: 1 1 100%;
    max-width: 100%;
}

.container_1282 .zx_form_row {
    margin: 0;
}
.zx_form_zflex {
    display: flex;
}

.zx_form_zflex .zx_form_row {
    width: 50%;
}
.zx_form_ztitle {
    padding: .16rem 0;
    text-align: center;
    font-size: .2rem;
    color: #1460A6;
    border: 0.01rem solid  #F0F0F0;
    font-weight: bold;
}
.container_1282 .zx_form_input_wrap textarea {
    height: 1rem;
    border-left: 0.01rem solid #F0F0F0;
    font-family: 'Noto Sans';
    font-size: .16rem;
    color: #666;
}
.mt70{
	margin-top: .7rem;
}
.zx_talent_ttbs1 {
    font-size: .16rem;
    line-height: 1.8;
}
.zx_talent_tips{
	color: #8997A3;
	font-size: .16rem;
	margin-top: .12rem;
}
#uploadImgWrap3{
	background: url(../images/card3.svg);
	background-size: contain;
}
#uploadPdfWrap1{
	background: url(../images/card4.svg);
	background-size: contain;
}
#uploadPdfWrap2{
	background: url(../images/pdf2.svg);
	background-size: contain;
}
#uploadPdfWrap3{
	background: url(../images/pdf3.svg);
	background-size: contain;
}
.zx_talent_titleflex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.zx_talent_titler a {
    color: #2296FF;
}
.previewPdf {
        width: 100%;
	    height: 100%;
}
.pdf-preview-iconbg{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
	padding: 0 0.1rem;
	background: #eee;
	text-align: center;
}

.pdf-preview-icon svg {
    width: .3rem;
    height: auto;
}

.pdf-name {
    width: 100%;
}

.pdf-preview-icon {
    margin-top: auto;
}
.zx_form_cards label {
    font-size: .16rem;
    margin-right: 0.3rem;
    margin-right: 0.16rem;
    padding-left: .2rem;
    color: #8997A3;
}


/* 上传多图组件 */
.zx2_upload-container {margin-bottom: .3rem;}

.zx2_upload-header {
  margin-bottom: 15px;
}

.zx2_upload-header h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.zx2_upload-desc {
  font-size: 12px;
  color: #666;
  margin: 0;
}

.zx2_upload-area {
  position: relative;
  border: 0.02rem dashed #ccc;
  border-radius: .1rem;
  padding: .3rem;
  text-align: center;
  transition: border-color 0.3s;
}

.zx2_upload-area:hover {
  border-color: #4285f4;
}

.zx2_upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.zx2_upload-placeholder {
  color: #999;
  font-size: .16rem;
}

.zx2_preview-container {
  display: flex;
  gap: 0.2rem;
  margin-top: .15rem;
  flex-wrap: wrap;
}

.zx2_preview-item {
  position: relative;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.zx2_preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zx2_preview-pdf {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #666;
}

.zx2_preview-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.05rem;
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: .12rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.remove-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff4444;
  color: white;
  border: none;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.error-tips {
  margin-top: .1rem;
  color: #ff4444;
  font-size: .14rem;
  height: .16rem;
  display: none;
}
/* 上传多图组件结束 */


.zx_talent_sq {
    width: 3.2rem;
    padding: .3rem;
    text-align: center;
    border-radius: .2rem;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #F4FAFF 0%, rgba(255, 255, 255, 0.00) 100%);
    margin: 0 auto;
    margin-top: .5rem;
}

.zx_talent_sq2 {
    font-size: .22rem;
    font-weight: bold;
    margin-bottom: .12rem;
}

.zx_talent_jg {
    color: #2296FF;
    font-size: .36rem;
    font-weight: bold;
}

.zx_talent_sq3 {display: flex;justify-content: center;margin-bottom: .5rem;margin-top: .3rem;}
.zx_talent_sq4 {
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: .5rem;
}

.zx_talent_sq4tab {
    display: flex;
    align-items: center;
    font-size: .24rem;
    padding: 0.1rem 0.4rem;
    border: 1px solid #F0F0F0;
    background: #FFF;
    cursor: pointer;
}
.zx_talent_sq4tab img {
    width: .4rem;
    margin-right: .2rem;
}

.zx_talent_sq4tab.on {
    border: 1px solid #2296FF;
    background: #E0F0FF;
}
.zx_talent_sq5 {
    text-align: right;
    font-size: .24rem;
}

.zx_talent_sq5 b {
    color: #2296FF;
    font-size: .5rem;
    font-family: auto;
}

.zx_submit_flex.zx_talent_sq6  .zx_submit_btn {
    width: 2.5rem;
}

.zx_submit_flex.zx_talent_sq6 {
    justify-content: end;
    margin-top: .3rem;
}
.index_banner_txt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: .5rem;
    display: flex;
    justify-content: center;
}

.index_banner_flex {
    display: flex;
    border-radius: .5rem;
    overflow: hidden;
}

.index_banner_item {
    width: 3rem;
    padding: .16rem 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    background: #F0751D;
    transition: 0.4s all ease;
}

.index_banner_item img {
    width: .36rem;
}

.index_banner_ib1 {
    font-size: .24rem;
    color: #fff;
    text-align: center;
}

.index_banner_ib2 {
    font-size: .14rem;
    color: #fff;
    text-align: center;
}
.index_banner_item:hover {
    background: #003d74;
}
.index_sec1_flex {
    display: flex;
    justify-content: space-between;
}

.index_sec1_right {
    width: 4.35rem;
    padding: .2rem;
    background: #fff;
    border-radius: .2rem;
}

.index_sec1_rtt {
    color: #1460A6;
    font-size: .2rem;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    border-bottom: 0.01rem solid #eee;
}

.index_sec1_rul a {
    padding: .16rem 0;
    display: block;
    display: flex;
    justify-content: space-between;
    line-height: 1;
}

.index_sec1_rt1 {
    font-size: .18rem;
    flex: 1;
}

.index_sec1_rt2 {
    font-size: .16rem;
    color: #8C949A;
}
.index_sec1_left {
    width: 10.14rem;
    display: flex;
    flex-wrap: wrap;
    gap: .3rem .3rem;
}

.index_sec1_item {
    width: 3.18rem;
    padding: .3rem;
    text-align: center;
    border-radius: 20px;
    border: 0.01rem solid #FFF;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.index_sec1_item>img {
    width: 1.2rem;
}

.index_sec1_txt {
    margin-top: .28rem;
}

.index_sec1_txt1 {
    font-size: .22rem;
    font-weight: bold;
    margin-bottom: .32rem;
    position: relative;
}

.index_sec1_txt2 {
    color: #697177;
    font-size: .18rem;
    line-height: .3rem;
}

.index_sec1_txt1:after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.01rem;
    background: #C9D4DE;
    position: absolute;
    bottom: -0.15rem;
    left: 50%;
    transform: translateX(-50%);
}
.index_login_con {
    position: absolute;
    right: 0;
    margin-right: calc(( 100% - 14.8rem)/2);
}

.zexue_login-container.index_login {
    width: 100%;
    height: auto;
}
.pub_tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pub_tt1 {
    font-size: .4rem;
    font-weight: bold;
}

.index_section3 {
    padding: .6rem 0;
    background: linear-gradient(180deg, #E8F5FF 0%, #FFF 30%);
}

.pub_tta {
    display: flex;
    width: 1.9rem;
    justify-content: center;
    gap: .1rem;
    line-height: .56rem;
    color: #8997A3;
    font-size: .2rem;
    background: #fff;
    border-radius: .5rem;
}

.pub_tta img {
    width: .2rem;
}
.news_flagc {margin-top: .8rem;}

.news_flagct {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 20px;
    background: linear-gradient(90deg, #FFF 0%, #E8F4FF 100%);
    overflow: hidden;
    padding: .2rem;
    align-items: center;
}

.news_flagctime {
    position: absolute;
    background: #2296FF;
    padding: .1rem .2rem;
    right: 0;
    top: .3rem;
}

.news_flagctimg {
    width: 5.4rem;
}

.news_flagctxt {
    width: 7.2rem;
    margin-left: .4rem;
}

.news_flagct1 {
    font-size: .24rem;
    margin-bottom: .3rem;
}

.news_flagct2 {
    color: #8997A3;
    font-size: .18rem;
    margin-bottom: .24rem;
}

.news_flagct2a {border-radius: .5rem;background: #1486ED;display: inline-flex;align-items: center;gap: .1rem;padding: 0 .35rem;line-height: .56rem;font-size: .2rem;color: #fff;}

.news_flagct2a img {
    width: .32rem;
}
.news_flagctime b {
    font-size: .34rem;
    font-style: italic;
    color: #fff;
}

.news_flagct2year {
    text-align: right;
    font-size: .2rem;
    color: #fff;
}
.news_flagul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_flagitem {
    width: 47%;
    border-bottom: 0.01rem  solid #C6CED5;
    font-size: .24rem;
}

.news_flagitem:hover a {
    color: #1765AA;
}

.news_flagitem a {
    padding: 0.32rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_section4 {
    padding: .6rem 0;
    background: url(../images/xx_bg.jpg);
    background-size: cover;
}
.tab_content {
	display: none;
}
.tab_content.active {
	display: block;
	animation: fadeIn 0.3s ease;
}
.tab_nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: .6rem;
    margin-top: .5rem;
}

.tab_nav li {
    width: 1.9rem;
    line-height: .64rem;
    font-size: .26rem;
    text-align: center;
    border-radius: .1rem;
    cursor: pointer;
}

.tab_nav li.active {
    background: #fff;
    color: #1486ED;
}

.index_sec4_flex {
    display: flex;
    flex-wrap: wrap;
    gap: .2rem;
}

.index_sec4_item {
    width: 2.3rem;
    margin-bottom: .2rem;
    padding: .25rem;
    background: #fff;
}

.index_sec4_item p {
    color: #8997A3;
    font-size: .16rem;
    text-align: center;
    margin-top: .14rem;
}

.index_sec4_item img {
    width: 100%;
}

.index_sec5_flex {
    display: flex;
    flex-wrap: wrap;
    gap: .2rem .4rem;
    margin-top: .5rem;
}

.index_sec5_item {
    width: 4.66rem;
}

.index_sec5_img {
    border-radius: .2rem .2rem 0 0;
    overflow: hidden
}

.index_sec5_txt {
    padding: .3rem;
    border-radius: .2rem;
    background: #FFF;
    transform: translateY(-0.2rem);
}

.index_sec5_t1 {
    font-size: .24rem;
    margin-bottom: .2rem;
}

.index_sec5_time {
    font-size: .16rem;
    color: #8997A3;
}

.index_sec5_ts1 {
    color: #2296FF;
    font-size: .3rem;
    font-weight: bold;
}

.index_sec5_flex2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_section5 {
    background: #F2F5F7;
    padding: .6rem 0;
}


/* 简单的淡入动画 */
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
.index_sec5_jt {
    width: 0.5rem;
}
.index_section6 {
    background: #ECF4FD;
    padding: .6rem 0;
}
.index_sect6_flex {
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
}

.index_sect6_flex .index_sec1_item {
    width: 4.66rem;
}
.index_sec6_flex2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: .18rem;
    justify-content: space-between;
    gap: 0.15rem 0;
    margin-top: 0.4rem;
}

.index_sec6_flex2 span {
    display: block;
    width: 48%;
    padding: .1rem;
    border-radius: .1rem;
    background: #E0F0FF;
    color: #2296FF;
}

.index_sect6_flex .index_sec1_txt2 {
    height: 0.6rem;
}
.index_sect6_flex .index_sec1_txt1 {
    font-size: .32rem;
}
.juster_center{
	justify-content: center;
}
.rctg_sec1_flex {
    display: flex;
    justify-content: space-between;
}

.rctg_sec1_left {
    width: 10.27rem;
}

.rctg_sec1_right {
    width: 4.23rem;
    padding: .5rem .3rem;
    background: #fff;
}

.rctg_se1_jyul ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    position: relative;
    gap: .12rem .2rem;
}

.rctg_se1_sp1 {
    font-size: .18rem;
    margin-right: 0.2rem;
}

.rctg_se1_jyul li a {
    font-size: .18rem;
    display: block;
    width: 1.1rem;
    text-align: center;
}
.rctg_se1_jyflex {
    display: flex;
    margin-bottom: .2rem;
}

.rctg_se1_jyul .rctg_se1_jyflex  li.more {
    position: absolute;
    right: 0.4rem;
    top: 0;
    color: #1486ED;
    cursor: pointer;
    font-size: .18rem;
    display: block;
}
.rctg_se1_jyflex li:nth-child(n+7) {
    display: none;
}
.rctg_se1_jyflex .zk li:nth-child(n+7) {
    display: block;
}
.rctg_section1.zx_registerbg {
    background-size: cover;
    background-position: center top;
}
.rctg_sec1_rcona {
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #eee;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.rctg_sec1_rimg {
    width: 1rem;
    margin-right: 0.2rem;
}

.rctg_sec1_rtxt {
    flex: 1;
    font-size: .2rem;
}
.rctg_sec1_lefttop {
    padding: 0.3rem;
    background: #ffffffc2;
}
.rctg_sec1_leftcon {
    padding: .3rem;
    background: #fff;
    margin-top: 0.3rem;
    border-radius: .12rem;
}

.rctg_sec1_lefitem {
    display: flex;
    align-items: center;
    border-radius: .12rem;
    background: linear-gradient(90deg, #F1F6FD 0%, #FFF 100%);
    padding: .25rem;
    margin-bottom: .2rem;
}

.rctg_sec1_lefimg {
    width: 1.6rem;
}

.rctg_sec1_let_name {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

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

.rctg_sec1_let_con {flex: 1;margin-left: .3rem;}
.rctg_sec1_let_name2 {
    display: flex;
    margin-left: auto;
}

.rctg_sec1_let_name1 {
    border-radius: .16rem 0 .06rem 0;
    background: #2296FF;
    display: block;
    padding: 0.03rem 0.33rem 0.02rem 0.33rem;
    color: #fff;
    font-size: .18rem;
}

.rctg_sec1_let_name3 img {
    margin-right: .12rem;
}

.rctg_sec1_let_name3 img {
}

.rctg_sec1_let_name3 {
    font-size: .16rem;
    align-items: center;
    display: flex;
    margin-left: .4rem;
}
.rctg_sec1_let_li li {
    margin-bottom: .1rem;
    color: #8997A3;
    font-size: .16rem;
    width: 50%;
    padding-left: .2rem;
    position: relative;
}
.rctg_sec1_let_li li:before {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background: #2296FF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0.25rem;justify-content:center;margin-top:.5rem;}
.pagination a{position:relative;display:block;padding:0.1rem 0.25rem;margin-left:-1px;line-height:1.25;color:var(--main_color);background-color:#fff;border:1px solid #dee2e6;font-size:.16rem;}
.pagination a:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6;}
.pagination a:first-child{margin-left:0;border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;}
.pagination a:last-child{border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;}
.pagination a.page-num-current{z-index:1;color:#fff;background-color:var(--main_color);border-color:var(--main_color);}
@media screen and (max-width: 980px){
.pagination a{font-size:.26rem;}
}
.jlcyz_txt {
    position: absolute;
    left: 2.7rem;
    top: 3.15rem;
    font-size: .18rem;
    line-height: .36rem;
}

.jlcyz {
    position: relative;
}
.zexue_form-wrap.zexue_zscx {
    padding-top: 1.8rem;
    background: url(../images/zscx2.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: .4rem;
    position: absolute;
    right: calc((100% - 14.8rem)/2);
    top: 1.5rem;
    margin-right: 0;
}
.zexue_form_name1{
	background: url(../images/zscx3.svg);
	background-size: 0.24rem 0.24rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}
.zexue_form_bianhao{
	background: url(../images/zscx4.svg);
	background-size: 0.24rem 0.24rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}
.jlcyz_contengst1 {
    text-align: center;
    font-size: .3rem;
    margin-top: 0.6rem;
    margin-bottom: .3rem;
}
.jyxx_banner_hot {
    width: 4.35rem;
    position: absolute;
    left: calc((100% - 14.8rem)/2);
    top: 0;
    background: #fff;
    padding: 0.25rem 0.2rem;
}

.jyxx_banner {
    position: relative;
}
.jyxx_section1{
	background: url(../images/jyxx_bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: .8rem 0;
}
.rctg_sec1_rtime {
    color: #8C949A;
    font-size: .16rem;
    margin-left: .37rem;
}
.rctg_sec1_rconad {
    display: flex;
    flex: 1;
    padding: .3rem .2rem;
}
.rctg_sec1_rconas .rctg_sec1_rimg {
    margin: 0;
    width: 1.6rem;
}

.rctg_sec1_rconas {
    width: 46%;
    display: block;
    border-radius: .2rem;
    background: #FFF;
    overflow: hidden;
}

.jyxx_section1 .index_sec4_flex {
    gap: 0.2rem 1rem;
}

.rctg_sec1_rconas .rctg_sec1_rcona {
    padding: 0;
    background: #fff;
    align-items: normal;
    margin: 0;
    height: 100%;
}

.rctg_sec1_rconas .rctg_sec1_rimg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.rctg_sec1_sonnav li a {
    display: block;
    font-size: .18rem;
    padding: 0.2rem .2rem;
    background: #f0f6fb;
    margin-bottom: 0.1rem;
}

.rctg_sec1_sonnav li.active a,.rctg_sec1_sonnav li:hover a {
    background: var(--main_color);
    color: #fff;
}
.newslist .news_flagitem {
    width: 100%;
}
.rctg_sec1_right.newslist {
    top: .2rem;
    position: sticky;
}
.tab_container.lxhg_tab .tab_nav li {
    width: auto;
    padding: 0 .2rem;
}
.lxhg_section1{
	background: url(../images/banner_lxhg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: .8rem 0;
}
.lxhg_sect2_itemxs {
    border-radius: .2rem .8rem .2rem .2rem;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #EEF7FF 100%), linear-gradient(157deg, #E0F0FF -1.32%, #FFF 38.61%, #FFF 105.16%);
    padding: .5rem .4rem;
    width: 5.6rem;
}
.lxhg_sect2_flex {
    justify-content: center;
    display: flex;
    margin-top: .5rem;
    gap: 1rem;
}
.lxhg_section2 {
    padding: .8rem 0;
}
.lxhg_sect2_itemxs.bg2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #EEFFFB 100%), linear-gradient(157deg, #E0FFFB -1.32%, #FFF 38.61%, #FFF 105.16%);
}
.index_sec1_rtt.color2 {
    background: linear-gradient(90deg, #22D6FF 0%, #00FFF2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: .28rem;
}

.index_sec1_rtt.color1 {
    font-size: .28rem;
    background: linear-gradient(90deg, #2296FF 0%, #0BF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lxhg_sect2_itemxs .index_sec1_rul a {
    padding-left: 0.2rem;
    position: relative;
}

.lxhg_sect2_itemxs.bg1 .index_sec1_rul a:before {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #2296FF;
    border-radius: 50%;
}

.lxhg_sect2_itemxs.bg2 .index_sec1_rul a:before {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #22F0FF;
    border-radius: 50%;
}
.lxhg_sec3_flex {
    display: flex;
    align-items: flex-start;
    margin-top: .5rem;
}

.lxhg_sec3_flex .tab_nav {
    width: 3rem;
    flex-wrap: wrap;
    padding: .4rem .3rem;
    margin-top: 0;
    background: #fff;
    gap: .3rem;
}

.lxhg_sec3_flex .tab_contents {
    flex: 1;
    margin-left: 0.5rem;
}
.lxhg_section3 {
    padding: 0.8rem 0;
}
.lxhg_section3{
	background: url(../images/lxhg_bg3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.lxhg_sec3_flex  .tab_nav li {
    width: 100%;
}

.lxhg_sec3_flex .tab_nav li {
    display: flex;
    align-items: center;
    padding: .1rem;
    border-radius: .1rem;
}

.lxhg_sec3_flex .tab_nav li span {
    margin-left: 0.1rem;
    line-height: normal;
    font-size: .2rem;
}

.lxhg_sec3_flex .tab_nav li.active ,.lxhg_sec3_flex .tab_nav li:hover{
    background: linear-gradient(90deg, #2296FF 0%, #FFF 100%);
    color: #fff;
}
.lxhg_tabcon {
    border-radius: .4rem;
    border: 0.01rem solid #FFF;
    background: linear-gradient(117deg, #E9F4FF 17.06%, #FFF 101.16%);
    padding: .7rem .5rem;
    padding-right: 2rem;
    position: relative;
}

.lxhg_tabconbtn {
    position: absolute;
    left: 0;
    top: -.28rem;
    border-radius: .5rem;
    background: linear-gradient(90deg, #2296FF 0%, #9CD0FF 100%);
    width: 2rem;
    height: .56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #fff;
}

.lxhg_tabconh {color: #2296FF;font-size: .2rem;font-weight: bold;margin-bottom: .1rem;}

.lxhg_tabconp {
    font-size: .16rem;
    margin-bottom: .2rem;
    line-height: .3rem;
}
.lxhg_tabconbg {
    position: absolute;
    right: 0;
    bottom: 0;
}
.lxhg_tabconrela {
    position: relative;
    z-index: 9;
}
.banner_gwyxtimg {
    width: 3.35rem;
}

.banner_gwyx {
    position: relative;
}

.banner_gwyx>img {
    width: 100%;
}

.banner_gwyxtext {
    position: absolute;
    left: 0;
    width: 100%;
    top: 1.6rem;
}
.banner_gwyxtpd {
    padding: 0 1.2rem;
}

.banner_gwyxtp1 {
    font-size: .18rem;
    color: #fff;
    margin-bottom: .3rem;
}

.banner_gwyxtp2 {}
.gwlx_tt {
    font-size: .4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: .5rem;
}

.gwlx_sec1bg {
    padding: .8rem;
    border-radius: .4rem;
    background: url(../images/gwyx_bg1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    transform: translateY(-3rem);
}
.search-box {
    width: 9.85rem;
    border-radius: 2rem;
    background-color: #FFF;
    padding: .3rem;
    padding-left: .8rem;
    display: flex;
    padding-right: .5rem;
    background-image: url(../images/search.svg);
    background-size: 0.3rem;
    background-position: 0.3rem center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: .64rem;
}

input#search-input {
    font-size: .24rem;
    flex: 1;
}

.search-box * {
    font-size: .24rem;
}

.search-box button {
    cursor: pointer;
}

.letter-nav {display: flex;justify-content: space-between;margin-bottom: .5rem;}

.letter-nav a {
    font-size: .22rem;
    flex: 1;
    text-align: center;
}

.letter-nav a.active,.letter-nav a:hover {
    color: var(--main_color);
}

.country-list {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
}

.country-list .country {
    width: 2.4rem;
    text-align: center;
    font-size: .24rem;
    padding: .22rem;
    border-radius: .8rem;
    cursor: pointer;
}


.country-list .country.active,.country-list .country:hover {
    background: #C8E5FF;
    color: #2296FF;
}
.university-list {
    margin-top: .5rem;
}

.university-list h3 {
    font-size: .28rem;
    text-align: center;
    margin-bottom: .5rem;
}
.university-list ul {
    display: flex;
    gap: .2rem;
    flex-wrap: wrap;
}

.university-list ul li {
    width: 48%;
    font-size: .22rem;
    text-align: center;
    padding: .2rem;
    background: #c8e5ff;
    border: 0.01rem solid #c8e5ff;
}

.university-list p {
    font-size: 0.3rem;
    text-align: center;
}
.sxry_li a {
    width: 7rem;
    padding: .32rem;
    font-size: .26rem;
    background: #fff;
    display: block;
}

.sxry_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.48rem 0;
    margin-top: .56rem;
}
.sxry_section2 {
}

.sxry_section2 {
    position: relative;
    height: 4.8rem;
    overflow: hidden;
}

.sxry_section2s {
    position: absolute;
    left: 0;
    width: 100%;
    top: 1.18rem;
}

.sxry_section2s .banner_gwyxtimg {
    margin: 0 auto;
}

.sxry_section2s .banner_gwyxtpd {
    text-align: center;
}
.sxry_section2sa {
    width: 2.56rem;
    text-align: center;
    color: #2296FF;
    background: #fff;
    display: inline-block;
    font-size: .28rem;
    padding: .2rem 0;
    border-radius: 1rem;
    font-weight: bold;
}
.sxry_section3 {
    background: linear-gradient(180deg, #F0F8FF 0%, #FFF 100%);
    padding: .8rem 0;
}
.sxry_li a:hover {
    color: var(--main_color);
}
.news_viewtt1 {
    color: #1460A6;
    font-size: .36rem;
    font-weight: bold;
}

.news_viewtt2 {
    font-size: .2rem;
}

.news_viewtt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .35rem;
}

.news_viewtt2 a:last-child {
    color: #2296FF;
}
.news_view {
    padding-top: .35rem;
    background: url(../images/news_view.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 1.1rem;
}
.news_view_con {
    padding: .8rem 1rem;
    background: #fff;
    border-radius: .3rem;
}

.news_view_tt {
    text-align: center;
    color: #1460A6;
    font-size: .32rem;
    font-weight: bold;
    margin-bottom: .12rem;
}

.news_view_time {
    text-align: center;
    margin-bottom: .64rem;
    color: #8C949A;
    font-size: .24rem;
}
.news_view_content {
    font-size: .16rem;
    line-height: .3rem;
    overflow: hidden;
}
.tab_nav li.active a,.tab_nav li:hover a {
    display: block;
    border-radius: .1rem;
    background: #E8F4FF;
    color: #1486ED;
}

.news_view_con .tab_nav li {
    width: 2.5rem;
}
.order_pubtt {
    font-size: .28rem;
    position: relative;
    margin-bottom: .65rem;
    margin-top: .65rem;
}

.order_pubtt:after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.03rem;
    background: linear-gradient(90deg, #2296FF 0%, #01BAFF 100%);
    position: absolute;
    left: 0;
    bottom: -0.1rem;
}

.order_table table {
    width: 100%;
    border: 0.01rem solid #F0F0F0;
}

.order_table table th ,.order_table table td {
    padding: .16rem 0.05rem;
    text-align: center;
    border: 0.01rem solid #F0F0F0;
    font-size: .16rem;
}

.order_table table th {
    border: 0.01rem solid #F0F0F0;
    background: #F5F7F9;
    font-weight: normal;
}

.order_tablea1 {
    color: #E3980D;
}
.order_tablea3 {
    color: #8997A3;
}

.order_tablea2 {
    color: #2296FF;
}
.zx_form_input_wrap input[readonly] {
    background: #f3f3f3;
}