:root {
  --color-primary: #2752a1;
  --color-light: #edad26;
  --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04),
    0px 8px 20px rgba(0, 0, 0, 0.08);
  --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.12);
  --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
  --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08),
    0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
  --el-border-color-light: #e4e7ed;
  --el-table-td-bg-color: #f5f7fa;
}
@font-face {
  font-family: "fzzy";
  src: url("font/fzzy/fzzy.eot");
  src: url("font/fzzy/fzzy.eot?#iefix") format("embedded-opentype"), url("font/fzzy/fzzy.woff") format("woff"), url("font/fzzy/fzzy.ttf") format("truetype"), url("font/fzzy/fzzy.svg#fzzy") format("svg");
  font-style: normal;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: PingFang SC, Microsoft YaHei, system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.app_top,
.app_top_section {
  display: none;
}
.top {
  width: 100%;
  background-color: var(--color-primary);
  padding: 20px 0;
}
.top .top_middle {
  max-width: 1274px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .top_middle .logo {
  display: block;
  max-width: 477px;
}
.top .top_middle .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.top .top_middle .txts {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #fff;
  font-weight: bold;
  text-align: right;
  line-height: 22px;
}
.nav {
  max-width: 1274px;
  width: 100%;
  margin: 0 auto;
}
.nav .nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .nav_item a {
  font-size: 16px;
  color: #232323;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  position: relative;
}
.nav .nav_item.current {
  position: relative;
}
.nav .nav_item.current::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -33px;
  width: 66px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--color-primary);
}
.app_top {
  padding: 15px;
  text-align: right;
  font-size: 14px;
  color: #232323;
  font-weight: bold;
}
.app_top_section .content {
  padding: 15px;
  background-color: var(--color-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app_top_section .logo {
  width: 360px;
}
.app_top_section .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.app_top_section .navbar {
  width: 36px;
}
.app_top_section .navbar img {
  display: block;
  width: 100%;
  height: auto;
}
.slide_nav_fixed {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 2025;
}
.slide_nav_fixed .close_area {
  width: 60%;
  height: 100%;
  float: left;
}
.slide_nav_fixed .slide_nav {
  position: absolute;
  top: 0;
  right: -40%;
  width: 40%;
  height: 100%;
  background-color: #fff;
}
.slide_nav_fixed .nav_list {
  padding: 0 20px;
}
.slide_nav_fixed .nav_list a {
  font-size: 14px;
  color: #232323;
  padding-left: 15px;
}
.slide_nav_fixed .nav_list .nav_item {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.content_head h2 {
  font-size: 48px;
  font-weight: bold;
}
.content_head .en {
  font-size: 18px;
  color: #999999;
  margin-top: 6px;
  text-transform: uppercase;
}
.brief_section {
  width: 100%;
  background: url(../images/brief_bg.png) no-repeat top center;
  background-size: cover;
  color: #fff;
  padding-top: 147px;
  padding-bottom: 136px;
}
.brief_section .content {
  max-width: 1274px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brief_section .content_head {
  color: #fff;
  padding-bottom: 10px;
}
.brief_section .content_head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 6px;
  background-color: #fff;
  border-radius: 6px;
  margin-left: -50px;
}
.brief_section .content_body {
  padding-top: 40px;
  font-size: 24px;
  line-height: 42px;
  font-weight: 300;
  text-indent: 2em;
  text-align: justify;
}
.lx_project_section {
  padding-top: 50px;
}
.lx_project_section .content_head h2 {
  color: #2752a1;
}
.lx_project_section .content_body {
  background-color: #f1f1f1;
  padding-bottom: 60px;
  padding-top: 62px;
  margin-top: 56px;
}
.lx_project_section .content_body .c_b_main {
  max-width: 1274px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lx_project_section .content_body .c_b_main .side_content {
  width: 647px;
  flex-shrink: 0;
  padding-right: 58px;
}
.lx_project_section .content_body .c_b_main .side_content .s_c_head,
.lx_project_section .content_body .c_b_main .side_content .s_c_body {
  width: 100%;
}
.lx_project_section .content_body .c_b_main .side_content .s_c_head {
  margin-top: 29px;
}
.lx_project_section .content_body .c_b_main .side_content .s_c_head h4 {
  font-size: 48px;
  line-height: 70px;
  color: #232323;
}
.lx_project_section .content_body .c_b_main .side_content .s_c_head h4 span {
  font-size: 68px;
  margin-right: 30px;
}
.lx_project_section .content_body .c_b_main .side_content .s_c_head .en {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  margin-top: 2px;
}
.lx_project_section .content_body .c_b_main .side_content .s_c_body {
  margin-top: 18px;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  text-align: justify;
  text-indent: 3em;
  word-break: break-all;
}
.lx_project_section .content_body .c_b_main .side_content .bmbtn {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  width: 125px;
  border-radius: 34px;
  background-color: var(--color-light);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.lx_project_section .content_body .c_b_main .img_box {
  width: 626px;
  overflow: hidden;
}
.lx_project_section .content_body .c_b_main .img_box .lx_brief_img {
  border-radius: 30px;
  display: block;
  width: 100%;
  height: auto;
}
.lx_project_section .content_body .imgs_box {
  margin-top: 61px;
  width: 100%;
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(3, 1fr);
  /* 一行3列 */
}
.lx_project_section .content_body .imgs_box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.project_ys_section {
  padding-top: 50px;
  padding-bottom: 61px;
  max-width: 1274px;
  width: 100%;
  margin: 0 auto;
}
.project_ys_section .content_head h2 {
  color: #2752a1;
}
.project_ys_section .content_body {
  padding-top: 31px;
}
.project_ys_section .content_body ul {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  /* 一行3列 */
}
.project_ys_section .content_body ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project_ys_section .content_body ul li:nth-child(2) .txt_box,
.project_ys_section .content_body ul li:nth-child(3) .txt_box,
.project_ys_section .content_body ul li:nth-child(6) .txt_box {
  background-color: var(--color-primary);
  color: #fff;
}
.project_ys_section .content_body ul li .number {
  font-size: 80px;
  color: #e9edf5;
  font-family: "fzzy";
  font-weight: bold;
}
.project_ys_section .content_body ul li .subtitle {
  font-size: 24px;
  color: #232323;
  font-weight: bold;
}
.project_ys_section .content_body ul li .txt_box {
  margin-top: 27px;
  font-size: 18px;
  line-height: 32px;
  min-height: 174px;
  text-align: justify;
  padding: 23px 30px;
  background-color: #f1f1f1;
  text-indent: 2em;
}
.major_section {
  width: 100%;
  background: url(../images/major_bg.png) no-repeat top center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 60px;
}
.major_section .content {
  max-width: 1274px;
  width: 100%;
  margin: 0 auto;
}
.major_section .content_head h2 {
  color: #fff;
}
.major_section .content_head .en {
  color: #84afff;
}
.major_section .content_body {
  padding-top: 54px;
}
.major_section .content_body ul {
  overflow: hidden;
}
.major_section .content_body ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #fff;
}
.major_section .content_body ul li img {
  display: block;
  width: 97px;
  height: auto;
}
.major_section .content_body ul li h4 {
  width: 150px;
  padding-left: 30px;
  font-size: 24px;
  flex-shrink: 0;
}
.major_section .content_body ul li p {
  position: relative;
  font-size: 18px;
  padding: 20px 0;
  text-align: justify;
  word-break: break-all;
}
.major_section .content_body ul li p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.swiper_contianer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.side_left_content {
  width: 626px;
  flex-shrink: 0;
}
.side_left_content .slide_title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  color: #fff;
}
.side_left_content .college_big_img .slide_img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.side_left_content .college_thunmb_img {
  margin-top: 15px;
}
.side_left_content .college_thunmb_img .swiper-wrapper {
  justify-content: space-between;
}
.side_left_content .college_thunmb_img .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.side_left_content .college_thunmb_img .swiper-slide-thumb-active {
  border: 2px solid #d8ff00;
}
.side_left_content .college_thunmb_img .thunmb_img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.side_left_content .college_thunmb_img .thunmb_title {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding: 6px 16px;
  min-height: 60px;
}
.side_right_content {
  flex: 1;
  width: 100%;
  position: relative;
}
.side_right_content .mySwiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 42px;
  padding-right: 76px;
  overflow: hidden;
}
.side_right_content .mySwiper .swiper-slide {
  height: auto;
}
.side_right_content .mySwiper .swiper-scrollbar-drag {
  background: var(--color-light);
}
.side_right_content .app_project_setting_content {
  display: none;
}
.side_right_content .txt_content {
  display: none;
  color: #fff;
  padding-bottom: 30px;
}
.side_right_content .txt_content h4 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 24px;
}
.side_right_content .txt_content .item {
  padding-top: 22px;
  font-size: 18px;
}
.side_right_content .txt_content .item h5 {
  font-weight: bold;
  margin-bottom: 8px;
}
.side_right_content .txt_content .item p {
  line-height: 32px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
}
.student_section {
  background-color: #f1f1f1;
}
.student_section .content {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  padding: 60px 0;
  overflow: hidden;
}
.student_section ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.student_section ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.registration_notice_section {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
}
.registration_notice_section .content_head h2 {
  color: #2752a1;
}
.registration_notice_section .content_body {
  padding-top: 56px;
}
.registration_notice_section ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.registration_notice_section ul li .side_card {
  width: 304px;
  min-height: 200px;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
}
.registration_notice_section ul li .side_card p {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 14px;
}
.registration_notice_section ul li .side_card img {
  display: block;
  width: 81px;
  height: auto;
}
.registration_notice_section ul li .side_content {
  flex: 1;
  min-height: 200px;
  background-color: #f1f1f1;
  font-size: 18px;
  color: #232323;
  text-align: justify;
  line-height: 32px;
  padding: 23px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.online_registration_section {
  width: 100%;
  background: url(../images/bm_bg.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 70px;
  overflow: hidden;
}
.online_registration_section .content {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  padding-top: 50px;
}
.online_registration_section .content_head h2 {
  color: #ffffff;
}
.online_registration_section .content_head .en {
  color: #84afff;
}
.online_registration_section .content_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.online_registration_section .content_body .bm_ewm {
  display: block;
  width: 245px;
  height: auto;
}
.online_registration_section .content_body .tips {
  background-color: var(--color-light);
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  height: 52px;
  border-radius: 52px;
  width: 386px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
}
.app_online_registration {
  display: none;
  width: 100%;
  background: url(../images/bm_bg.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 70px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.app_online_registration .content {
  padding-top: 50px;
}
.app_online_registration .content_head h2 {
  color: #ffffff;
}
.app_online_registration .content_head .en {
  color: #84afff;
}
.app_online_registration .content_body {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app_online_registration form {
  width: 100%;
}
.app_online_registration form ul li {
  margin-bottom: 15px;
}
.app_online_registration form ul li input,
.app_online_registration form ul li select {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  padding-left: 10px;
  font-size: 16px;
  outline: none;
}
.app_online_registration form ul li select:required:invalid {
  color: #999;
}
.app_online_registration form ul li select option[value=""] {
  color: #999;
}
.app_online_registration form ul li select option {
  color: #232323;
}
.app_online_registration form ul li:last-child {
  margin-top: 24px;
}
.app_online_registration form ul li:last-child input[type="submit"] {
  height: 42px;
  background-color: var(--color-light);
  color: #fff;
  font-weight: bold;
}
.app_online_registration .user_privacy {
  color: #fff;
  font-size: 14px;
}
.footer {
  padding-top: 48px;
  padding-bottom: 49px;
  font-size: 18px;
  color: #232323;
  line-height: 32px;
  text-align: center;
  margin-bottom: 80px;
}
.footer a {
  color: #232323;
}
.fix_bottom_form {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2025;
  background-color: var(--color-primary);
  box-shadow: -5px 0 20px 10px rgba(0, 0, 0, 0.3);
}
.fix_bottom_form .content {
  position: relative;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
}
.fix_bottom_form .content .close_bg {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 2025;
  width: 50px;
  height: auto;
  background-color: var(--color-primary);
  border-radius: 10px;
  padding: 6px 8px;
  cursor: pointer;
}
.fix_bottom_form .content .close_bg .eleclose {
  display: block;
  width: 100%;
  height: auto;
}
.fix_bottom_form .content ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.fix_bottom_form .content ul li:last-child input {
  padding-left: 0;
  text-align: center;
}
.fix_bottom_form .content ul li input,
.fix_bottom_form .content ul li select {
  background-color: #fff;
  border-radius: 8px;
  border: none;
  width: 100%;
  height: 38px;
  padding-left: 10px;
  font-size: 16px;
  color: #232323;
  outline: none;
}
.fix_bottom_form .content ul li input::placeholder,
.fix_bottom_form .content ul li select::placeholder {
  color: #999999;
}
.fix_bottom_form .content ul li input[type="submit"] {
  background-color: var(--color-light);
  color: #fff;
}
.fix_bottom_form .content ul li select:required:invalid {
  color: #999;
}
.fix_bottom_form .content ul li select option[value=""] {
  color: #999;
}
.fix_bottom_form .content ul li select option {
  color: #232323;
}
.fix_bottom_form .content form {
  flex: 1;
  width: 100%;
}
.fix_bottom_form .content .user_privacy {
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
}
.fixed_nav {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 143px;
  transition: all 0.3s ease-in;
  transform: translateX(100%);
}
.fixed_nav.show {
  transform: translateX(0);
  right: 10px;
}
.fixed_nav .logo {
  position: relative;
  z-index: 5;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2042ac;
  box-shadow: var(--el-box-shadow-dark);
}
.fixed_nav .logo img {
  display: block;
  width: 63px;
  height: 63px;
  border-radius: 50%;
}
.fixed_nav .nav_area {
  margin-top: -26px;
  padding-top: 26px;
  width: 100%;
  border-radius: 15px;
  background-color: #2042ac;
  color: #fff;
  box-shadow: var(--el-box-shadow-dark);
}
.fixed_nav .nav_area a {
  color: #fff;
}
.fixed_nav .nav_area h4 {
  height: 56px;
  text-align: center;
  padding-top: 13px;
}
.fixed_nav .nav_area ul {
  padding-bottom: 36px;
}
.fixed_nav .nav_area ul li {
  font-size: 14px;
}
.fixed_nav .nav_area ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.fixed_nav .nav_area ul li.cur a,
.fixed_nav .nav_area ul li.cur p {
  border-top: 2px solid #3460e8;
  background-color: #294dbd;
}
.fixed_nav .nav_area ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.fixed_nav .nav_area ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 14px;
  color: #fff;
  background-color: #0d309b;
}
.fixed_nav .bom_card {
  position: relative;
  background-color: #1584bb;
  border-radius: 15px;
  margin-top: 21px;
  width: 100%;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--el-box-shadow-dark);
}
.fixed_nav .bom_card .link1 {
  position: absolute;
  left: 36px;
  top: -41px;
}
.fixed_nav .bom_card .link2 {
  position: absolute;
  right: 40px;
  top: -41px;
}
.fixed_nav .bom_card .ewm_card {
  display: flex;
  align-items: center;
}
.fixed_nav .bom_card .ewm_card p {
  margin-left: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
.fixed_nav .close_btn {
  margin-top: 21px;
  width: 100%;
  border-radius: 15px;
  background-color: #1b6cca;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  box-shadow: var(--el-box-shadow-dark);
  font-size: 14px;
}
.open_fixed_nav {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 100;
  width: 40px;
  height: 115px;
  background-color: #2042ac;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 13px;
  line-height: 1.2;
  transition: all 0.5s ease-in;
  transform: translateX(100%);
  cursor: pointer;
}
.open_fixed_nav.show {
  transform: translateX(0);
}
.onlien_kf {
  position: fixed;
  right: 97px;
  top: 50%;
  z-index: 100;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: var(--el-box-shadow-dark);
}
.onlien_kf .iconfont {
  font-size: 44px;
}
.list_page {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  margin-bottom: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_page .total {
  background-color: #fff;
}
.list_page a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  color: #666666;
  margin: 0 4px;
  background-color: #fff;
}
.list_page a:hover {
  text-decoration: none;
}
.list_page a b {
  background-color: #fff;
  border: none;
  color: #666666;
  font-weight: normal;
  padding: 0;
  height: 100%;
}
.list_page b {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #ffffff;
}
.single_page {
  background-color: #fff;
  border-radius: 10px;
  min-height: 600px;
}
.single_page h2 {
  height: 117px;
  border-bottom: 2px solid #ededed;
  display: flex;
  justify-content: center;
  color: var(--color-primary);
  font-size: 26px;
  font-weight: bolder;
  padding-top: 54px;
}
.contact_content {
  width: 483px;
  margin: 0 auto;
  padding: 45px 0 30px;
}
.contact_content .txt {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 24px;
}
.contact_content .txt p {
  margin-bottom: 20px;
}
.contact_content .ewm_con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contact_content .ewm_con .item img {
  display: block;
  width: 134px;
  height: 134px;
  object-fit: cover;
}
.contact_content .ewm_con .item p {
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.enroll_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 85px;
}
.enroll_body form {
  padding-top: 81px;
  overflow: hidden;
}
.enroll_body form ul li {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enroll_body form ul li label {
  flex: 1;
  min-width: 126px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 21px;
  font-size: 16px;
  color: #232323;
}
.enroll_body form ul li label span {
  color: red;
}
.enroll_body form ul li input {
  flex-shrink: 0;
  height: 36px;
  line-height: 36px;
  width: 432px;
  padding-left: 15px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.enroll_body form ul li input::placeholder {
  color: #b4b4b4;
}
.enroll_body form .querybtn {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 154px;
  height: 38px;
  background-color: var(--color-primary);
  cursor: pointer;
  border: none;
  margin: 0 auto;
  font-size: 16px;
}
.enroll_body .txt {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding-top: 75px;
  color: #b4b4b4;
}
.enroll_body .txt p span {
  font-size: 16px;
  color: #c30101;
}
.result_body {
  background: url(../images/enroll_logo.png) no-repeat center;
  display: flex;
  justify-content: center;
}
.result_body ._set {
  width: 674px;
  overflow: hidden;
  padding-bottom: 63px;
}
.result_body .res_top {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
.result_body .res_top .info {
  font-size: 16px;
  line-height: 35px;
  color: #232323;
}
.result_body .res_top .avatar {
  width: 104px;
  height: 128px;
  border-radius: 10px;
}
.result_body .res_top .avatar img {
  display: block;
  width: 104px;
  height: 128px;
  border-radius: 10px;
  object-fit: cover;
}
.result_body .res_middle {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  text-align: justify;
}
.result_body .res_middle span {
  padding: 0 30px;
  position: relative;
}
.result_body .res_middle span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #444444;
}
.result_body .res_middle .first_col {
  margin-bottom: 13px;
}
.result_body .res_middle .sec_col {
  text-indent: 2em;
}
.result_body .res_middle .last_col {
  text-align: right;
  padding-top: 46px;
  position: relative;
}
.result_body .res_middle .last_col .school_name {
  position: relative;
  z-index: 10;
  font-weight: normal;
}
.result_body .res_middle .last_col .pass {
  position: absolute;
  top: 0;
  right: 0px;
  width: 148px;
  height: 117px;
  opacity: 0.5;
}
.result_body .res_txt {
  font-size: 12px;
  color: #999999;
  margin-top: 11px;
}
.bm_body {
  width: 648px;
  margin: 0 auto;
  padding-bottom: 95px;
  overflow: hidden;
}
.bm_body .tips {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: justify;
  padding-top: 25px;
}
.bm_body ul {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}
.bm_body ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.bm_body ul li label {
  flex-shrink: 0;
  width: 92px;
  font-size: 16px;
  color: #232323;
}
.bm_body ul li label span {
  color: red;
}
.bm_body ul li input,
.bm_body ul li select,
.bm_body ul li textarea {
  flex: 1;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  font-size: 16px;
}
.bm_body ul li input::placeholder,
.bm_body ul li select::placeholder,
.bm_body ul li textarea::placeholder {
  color: #b4b4b4;
}
.bm_body ul li input,
.bm_body ul li select {
  height: 36px;
  padding-left: 15px;
}
.bm_body ul li textarea {
  height: 84px;
  padding: 5px 15px;
}
.bm_body .submitbtns {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 154px;
  height: 38px;
  background-color: var(--color-primary);
  cursor: pointer;
  border: none;
  margin: 0 auto;
}
.bm_body .submitbtns.disabled {
  background-color: #ececec;
  color: #333;
}
.bm_body .agree_box {
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-top: 20px;
}
.bm_body .agree_box #agree_checkbox {
  margin-right: 5px;
}
.bm_body .agree_box a {
  color: var(--color-primary);
  cursor: pointer;
}
.error_container {
  width: 1200px;
  margin: 0 auto;
  min-height: 451px;
  overflow: hidden;
  border-radius: 10px;
  padding-top: 108px;
}
.error_container .error_content {
  width: 715px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error_container .error_content .info {
  padding-top: 30px;
}
.error_container .error_content .info h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.error_container .error_content .info p {
  font-size: 14px;
  line-height: 24px;
  color: #b6171b;
  text-align: center;
}
.error_container .error_content .info p a {
  color: #b6171b;
}
.success_container {
  width: 1200px;
  margin: 0 auto;
  min-height: 451px;
  overflow: hidden;
  border-radius: 10px;
  padding-top: 108px;
}
.success_container .success_content {
  width: 715px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.success_container .success_content .info {
  padding-top: 30px;
}
.success_container .success_content .info h4 {
  font-size: 18px;
  color: #b6171b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.success_container .success_content .info p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.success_container .success_content .info p a {
  color: #b6171b;
}
.page_banner {
  width: 100%;
  height: 473px;
  background: url(../images/pagebanner.png) no-repeat top center;
  background-size: cover;
}
.page_banner .content {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  color: #fff;
  padding-top: 300px;
}
.page_banner .content .content_head {
  align-items: flex-start !important;
  margin-bottom: 5px;
}
.page_banner .content h3 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 5px;
}
.page_banner .content .current_wz a {
  color: #fff;
}
.cooperative_universities {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  padding-top: 48px;
}
.cooperative_universities .content_head {
  color: #333333;
}
.cooperative_universities .content_head h2 {
  position: relative;
  padding-bottom: 7px;
}
.cooperative_universities .content_head h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #333333;
  margin-left: -25px;
}
.cooperative_universities .content_head .sm_en {
  color: #999999;
  font-size: 14px;
  margin-top: 11px;
}
.cooperative_universities .content_item {
  background-color: #fff;
  box-shadow: var(--el-box-shadow);
  padding: 30px;
  margin-top: 30px;
}
.cooperative_universities .content_item img {
  display: block;
  width: 100%;
  height: auto;
}
.cooperative_universities .content_item .item_head {
  padding-top: 32px;
  color: #2752a1;
  font-weight: bold;
}
.cooperative_universities .content_item .item_head h4 {
  font-size: 38px;
  line-height: 52px;
}
.cooperative_universities .content_item .item_head p {
  font-size: 28px;
}
.cooperative_universities .content_item .item_txt {
  font-size: 24px;
  line-height: 42px;
  color: #333333;
  text-indent: 2em;
  text-align: justify;
  word-break: break-all;
  margin-top: 17px;
  margin-bottom: 28px;
}
.cooperative_universities .content_item .item_labels {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.cooperative_universities .content_item .item_labels p {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  padding: 27px 20px;
  text-align: center;
}
.links {
  padding-top: 57px;
  padding-bottom: 40px;
  font-size: 18px;
  color: #333333;
}
.links .content {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
}
.links a {
  color: #5357ff;
}
.pagefooter {
  background-color: #f1f1f1;
}
.lx_project1 {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}
.lx_project1 .side_logo {
  flex-shrink: 0;
  width: 304px;
  height: 238px;
  background: url(../images/left_logo.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 20px;
}
.lx_project1 .side_logo h2 {
  position: relative;
  padding-bottom: 7px;
}
.lx_project1 .side_logo h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #fff;
  margin-left: -25px;
}
.lx_project1 .side_logo .sm_en {
  font-size: 14px;
  margin-top: 10px;
}
.lx_project1 .side_content {
  flex: 1;
  width: 100%;
  font-size: 24px;
  color: #003333;
  line-height: 42px;
  text-align: justify;
  word-break: break-all;
}
.lx_mode {
  width: 100%;
  background: url(../images/moshi_bg.png) no-repeat bottom center #f1f1f1;
  background-size: contain;
  padding-bottom: 163px;
}
.lx_mode .content {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  padding-top: 50px;
}
.lx_mode .content_head h2 {
  position: relative;
  padding-bottom: 7px;
}
.lx_mode .content_head h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  margin-left: -25px;
  background-color: var(--color-primary);
}
.lx_mode .content_head .sm_en {
  font-size: 14px;
  margin-top: 10px;
  color: #999999;
}
.lx_mode .content_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 34px;
}
.lx_mode .content_body p {
  text-indent: 2em;
  line-height: 42px;
  text-align: justify;
  word-break: break-all;
  font-size: 24px;
  color: #333333;
  margin-bottom: 40px;
}
.lx_mode .content_body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.lx_plan {
  width: 100%;
  position: relative;
}
.lx_plan::before {
  content: "";
  position: absolute;
  left: 0;
  top: 102px;
  width: 100%;
  height: 446px;
  background-color: #305ba9;
}
.lx_plan .content {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.lx_plan .content_top {
  width: 100%;
  height: 340px;
  position: relative;
  margin-top: -102px;
  background: url(../images/xygh.png) no-repeat top center;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  padding-right: 62px;
  padding-top: 44px;
}
.lx_plan .content_top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.lx_plan .content_top .content_head {
  position: relative;
  z-index: 1;
  color: #fff;
}
.lx_plan .content_top .content_head h2 {
  position: relative;
  padding-bottom: 7px;
}
.lx_plan .content_top .content_head h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  margin-left: -25px;
  background-color: #fff;
}
.lx_plan .content_top .content_head .sm_en {
  font-size: 14px;
  margin-top: 10px;
}
.lx_plan .content_body {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(2, 1fr);
}
.lx_plan .content_body .sidecard {
  background-color: #fff;
}
.lx_plan .content_body .sidecard .txt {
  padding: 20px 30px;
  font-size: 24px;
  line-height: 42px;
  text-align: justify;
  word-break: break-all;
  color: #333333;
}
.lx_plan .content_body .sidecard .black_area {
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4f4f4f;
  color: #fff;
  font-size: 28px;
}
.lx_major {
  width: 100%;
  background-color: #f1f1f1;
  margin-top: -69px;
  padding-top: 118px;
  padding-bottom: 60px;
}
.lx_major .content {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
}
.lx_major .content_head h2 {
  position: relative;
  padding-bottom: 7px;
}
.lx_major .content_head h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  margin-left: -25px;
  background-color: var(--color-primary);
}
.lx_major .content_head .sm_en {
  font-size: 14px;
  margin-top: 10px;
  color: #999999;
}
.lx_major .content_body {
  margin-top: 46px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.lx_major .content_body ul {
  display: grid;
  gap: 20px;
}
.lx_major .content_body ul:first-child li:first-child {
  padding: 29px 20px 28px;
  background-color: #fff;
}
.lx_major .content_body ul:first-child li:first-child img {
  display: block;
  width: 100%;
  height: auto;
}
.lx_major .content_body ul li {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 46px;
  padding-top: 13px;
  padding-bottom: 10px;
}
.lx_major .content_body ul li h4 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.lx_major .content_body ul li .desc {
  font-size: 20px;
  line-height: 30px;
  min-height: 60px;
  text-align: justify;
  word-break: break-all;
  color: #666;
  margin-top: 8px;
}
.lx_major .swiper_contianer {
  margin-top: 50px;
}
.lx_major .side_left_content .college_big_img .swiper-button-next {
  right: 30px;
  left: auto;
}
.lx_major .side_left_content .college_big_img .swiper-button-prev {
  left: 30px;
  right: auto;
}
.lx_major .side_left_content .college_big_img .swiper-slide {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
}
.lx_major .side_left_content .college_big_img .swiper-slide .slide_img {
  border-radius: 0;
}
.lx_major .side_left_content .college_big_img .swiper-slide .slide_title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 40px;
  padding-bottom: 40px;
  font-size: 24px;
  color: #fff;
}
.lx_major .side_left_content .college_thunmb_img .swiper-slide-thumb-active {
  border: 2px solid #d8ff00;
}
.lx_major .side_right_content {
  background-color: #fff;
  margin-left: 20px;
}
.lx_major .side_right_content .mySwiper {
  padding-left: 0;
  padding-right: 0;
}
.lx_major .side_right_content .txt_content {
  color: #333;
  padding-left: 29px;
  padding-right: 29px;
}
.lx_major .side_right_content .txt_content .item p {
  font-weight: normal;
  color: rgba(51, 51, 51, 0.9);
}
.lx_registration_notice {
  width: 100%;
  background: url(../images/infomation_bg.png) no-repeat top center;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 60px;
}
.lx_registration_notice .content {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
}
.lx_registration_notice .content_head {
  color: #fff;
}
.lx_registration_notice .content_head h2 {
  position: relative;
  padding-bottom: 7px;
}
.lx_registration_notice .content_head h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  margin-left: -25px;
  background-color: #fff;
}
.lx_registration_notice .content_head .sm_en {
  font-size: 14px;
  margin-top: 10px;
}
.lx_registration_notice .content_body {
  margin-top: 48px;
}
.lx_registration_notice .notice {
  background-color: #5c8de8;
  color: #fff;
  padding: 23px 30px 20px;
}
.lx_registration_notice .notice h5 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px;
}
.lx_registration_notice .notice p {
  font-size: 20px;
  line-height: 42px;
  color: rgba(255, 255, 255, 0.9);
}
.lx_registration_notice .notice_bom {
  margin-top: 30px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.lx_registration_notice .notice_bom .card_item {
  background-color: #fff;
}
.lx_registration_notice .notice_bom .card_item img {
  display: block;
  width: 100%;
  height: auto;
}
.lx_registration_notice .notice_bom .card_item .txt {
  padding-left: 30px;
  padding-right: 46px;
  padding-bottom: 22px;
  padding-top: 23px;
}
.lx_registration_notice .notice_bom .card_item h5 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}
.lx_registration_notice .notice_bom .card_item p {
  font-size: 24px;
  line-height: 42px;
  text-align: justify;
  word-break: break-all;
  color: #666;
}
.picture_list {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  padding-top: 48px;
}
.picture_list .content_head {
  color: #333333;
}
.picture_list .content_head h2 {
  position: relative;
  padding-bottom: 7px;
}
.picture_list .content_head h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #333333;
  margin-left: -25px;
}
.picture_list .content_head .sm_en {
  color: #999999;
  font-size: 14px;
  margin-top: 11px;
}
.picture_list .content_body {
  width: 100%;
  margin-top: 40px;
}
.picture_list .content_body ul {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.picture_list .content_body ul li:hover img {
  transform: translateY(-5px);
  box-shadow: var(--el-box-shadow);
}
.picture_list .content_body ul li img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.2s ease;
}
.overview_section1 {
  width: 100%;
  background: url(../images/gk_Bg.png) no-repeat center bottom;
  background-size: contain;
}
.overview_section1 .content {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding-top: 104px;
}
.overview_section1 .content .gk_title {
  flex-shrink: 0;
  display: block;
  margin-right: 66px;
  width: 12vw;
}
.overview_section1 .content .article {
  position: relative;
  flex: 1;
  width: 100%;
  font-size: 24px;
  line-height: 42px;
  border-left: 2px solid #e8e8e8;
  color: #003333;
  text-align: justify;
  word-break: break-all;
}
.overview_section1 .content .article::after {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e8e8e8;
}
.overview_section1 .content .article .txt {
  padding-left: 29px;
  border-bottom: 2px solid #e8e8e8;
  padding-top: 40px;
  padding-bottom: 50px;
  text-indent: 2em;
}
.overview_section1 .content .article .txt:last-child {
  border-bottom: none;
  padding-bottom: 227px;
}
.overview_section1 .content .article .txt strong {
  font-weight: bold;
  color: var(--color-primary);
}
.overview_section2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.overview_section2 img {
  display: block;
  width: 100%;
  height: auto;
}
.graduate_style_container {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
}
.video_box {
  margin-top: 60px;
  background-color: #fff;
  box-shadow: var(--el-box-shadow);
  padding: 30px;
}
.video_box video {
  width: 100%;
  height: auto;
}
.graduate_style_list {
  padding-top: 48px;
  padding-bottom: 50px;
}
.graduate_style_list .content_head {
  color: #333333;
}
.graduate_style_list .content_head h2 {
  position: relative;
  padding-bottom: 7px;
}
.graduate_style_list .content_head h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #333333;
  margin-left: -25px;
}
.graduate_style_list .content_head .sm_en {
  color: #999999;
  font-size: 14px;
  margin-top: 11px;
}
.graduate_style_list .content_body {
  width: 100%;
  margin-top: 40px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.graduate_style_list .content_body ul:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 两列 */
  grid-auto-rows: auto;
  gap: 20px;
}
.graduate_style_list .content_body ul:nth-child(1) li:first-child {
  grid-column: 1 / -1;
}
.graduate_style_list .content_body ul:nth-child(2) {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.graduate_style_list .content_body ul img {
  display: block;
  width: 100%;
  height: auto;
}
.online_registration_container {
  padding-top: 50px;
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
}
.online_registration_container .content_head {
  color: #333333;
}
.online_registration_container .content_head h2 {
  position: relative;
  padding-bottom: 7px;
}
.online_registration_container .content_head h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #333333;
  margin-left: -25px;
}
.online_registration_container .content_head .sm_en {
  color: #999999;
  font-size: 14px;
  margin-top: 11px;
}
.online_registration_container .tips {
  margin-top: 47px;
  background-color: #f1f1f1;
  padding-left: 30px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 42px;
  text-align: justify;
  word-break: break-all;
  color: #666666;
}
.online_registration_container .tips strong {
  font-weight: normal;
  color: #ff0000;
}
.online_registration_container .tips a {
  color: #666666;
}
.online_registration_container .content_body .content_plate {
  margin-top: 20px;
  margin-bottom: 40px;
}
.online_registration_container .content_body .content_plate h4 {
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 18px;
}
.online_registration_container .content_body .content_plate ul {
  max-width: 868px;
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.online_registration_container .content_body .content_plate li {
  display: flex;
  flex-direction: column;
}
.online_registration_container .content_body .content_plate li label {
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}
.online_registration_container .content_body .content_plate li label span {
  color: red;
}
.online_registration_container .content_body .content_plate li input,
.online_registration_container .content_body .content_plate li select {
  height: 38px;
  background-color: #f9f9f9;
  border: 1px solid #eeeaea;
  font-size: 14px;
  padding-left: 10px;
}
.online_registration_container .content_body .content_plate li .distpicker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.online_registration_container .content_body .content_plate li .distpicker select {
  padding-left: 0;
}
.online_registration_container .content_body .btn {
  width: 100%;
  max-width: 868px;
  display: flex;
  justify-content: center;
}
.online_registration_container .content_body .btn input {
  display: block;
  width: 148px;
  height: 38px;
  margin: 0 10px;
  border: none;
  background-color: transparent;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}
.online_registration_container .content_body .btn input[type="reset"] {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.online_registration_container .content_body .btn input[type="submit"] {
  background-color: var(--color-primary);
  color: #fff;
}
.online_registration_container .content_body .user_privacy {
  display: block;
  width: 100%;
  max-width: 868px;
  text-align: center;
  font-size: 14px;
  color: #aaaaaa;
  margin-top: 18px;
}
