@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0 auto;
  padding: 0;
  min-width: 1200px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-family: PingFangSC-Regular, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}
div,
ul,
li,
h1,
p,
hr,
form,
input {
  margin: 0;
  padding: 0;
}
table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
}
a,
input,
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  background: none;
  outline: none;
  border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input:focus {
  border: none;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.zt-wrap img {
  display: block;
  width: 100%;
}
.hide {
  display: none;
}
.flex-column-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  align-items: stretch;
}
.flex-column-wrapper .flex-column {
  flex: 1 1 auto;
  height: 0%;
}
#app img {
  width: 100%;
}
.nav {
  height: 50px;
  width: 100%;
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/navbg.png) no-repeat;
  background-size: 100% 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav-link-box {
  height: 100%;
}
.link-box {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link-box li {
  width: calc(100% / 6);
  text-align: center;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-link-li a {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 1.2px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.active-page-link-li {
  background-image: linear-gradient(180deg, #c20e08 0%, #d92f28 100%);
}
/* 主题亮点 */
#section-theme {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(https://h5cdn.jjl.cn/pc/20250516_offlineEducation/img/theme-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ztld-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.ztld-list-item {
  width: 380px;
  height: 285px;
  position: relative;
}
.ztld-img {
  width: 100%;
}
.ztld-td {
  width: 100%;
  position: absolute;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ztld-title {
  line-height: 33px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: Bold;
  font-size: 24px;
  color: #ffffff;
}
.ztld-desc {
  margin-top: 6px;
  line-height: 25px;
  font-family: PingFangSC-Regular;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
}
/* 展会亮点 */
#offlineEducation {
  padding-top: 64px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 248, 237, 0.69) 100%);
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.title-logo {
  width: 403px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
}
.offlineEducation-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.offlineEducation-item {
  position: relative;
  margin-bottom: 72px;
  width: 197px;
  height: 134px;
}
.offlineEducation-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.offlineEducation-desc {
  position: absolute;
  width: 100%;
  height: 134px;
}
.ld-txt {
  position: absolute;
  top: 26px;
  left: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 32px;
  background-image: url('https://h5cdn.jjl.cn/pc/20250116_offlineEducation/img/ld/ld-txt-bg.png');
  background-size: 100% 100%;
  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  text-shadow: 0px 2px 1px #880f03;
  text-align: left;
  font-style: normal;
}
.offlineEducation-desc p {
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  position: absolute;
  top: 52%;
  display: flex;
  justify-content: center;
  left: 20px;
  right: 20px;
  text-align: center;
  line-height: 24px;
}
/* 优选服务 */
#server {
  padding-top: 50px;
  padding-bottom: 50px;
}
.server-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.server-nav img {
  width: 60px !important;
  height: 60px;
  margin-bottom: 15px;
}
.server-nav {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  letter-spacing: 1.2px;
}
.server-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 8);
  padding-bottom: 13px;
  cursor: pointer;
  line-height: 28px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  letter-spacing: 1.33px;
}
.server-item {
  width: 100%;
  display: none;
}
.server-item .flex-column {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 12px;
}
.item-item {
  width: 277px;
}
server-item-bottom .socadd {
  color: #333 !important;
}
.server-item-active {
  display: flex !important;
  justify-content: space-between;
}
.server-item-top {
  padding: 10px 11px 30px 10px;
  height: 300px;
  /* border-radius: 20px; */
}
.server-item-top p:nth-child(1) {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.server-item-top p:nth-child(2) {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 300;
  color: #ffffff;
  line-height: 19px;
  letter-spacing: 1px;
}
.server-item-bottom {
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  /* height: 140px; */
  padding-bottom: 10px;
}
.server-item .item-item:nth-child(1) {
  border-radius: 8px;
  border: 1px solid #eb720f;
}
.server-item .item-item:nth-child(2) {
  border-radius: 8px;
  border: 1px solid #3c77df;
}
.server-item .item-item:nth-child(3) {
  border-radius: 8px;
  border: 1px solid #cb3939;
}
.server-item .item-item:nth-child(4) {
  border-radius: 8px;
  border: 1px solid #663ae5;
}
.server-item-bottom p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  line-height: 25px;
}
.server-item-bottom p span:nth-child(1) {
  font-weight: 600 !important;
}
.server-nav-item-active {
  color: #b80417 !important;
  position: relative;
}
.server-nav-item-active::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  height: 3px;
  background: #e61e08;
}
.server-item-bottom span {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  letter-spacing: 1px;
}
.server-item .item-item:nth-child(1) .server-item-top {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/server/s1.png) no-repeat;
  background-size: 100% 100%;
}
.server-item .item-item:nth-child(2) .server-item-top {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/server/s2.png) no-repeat;
  background-size: 100% 100%;
}
.server-item .item-item:nth-child(3) .server-item-top {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/server/s3.png) no-repeat;
  background-size: 100% 100%;
}
.server-item .item-item:nth-child(4) .server-item-top {
  background: url(https://h5cdn.jjl.cn/pc/20230901_offlineEducation/img/server/s4.png) no-repeat;
  background-size: 100% 100%;
}
.server-btns {
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 260px;
  width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.server-btns div {
  cursor: pointer;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  width: 280px;
  height: 48px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 48px;
}
.server-btns div:nth-child(1) {
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/b1.png) no-repeat;
  background-size: 100% 100%;
}
.server-btns div:nth-child(2) {
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/server/b2.png) no-repeat;
  background-size: 100% 100%;
}
.no-haveDate {
  padding-top: 155px;
  width: 185px;
  height: 42px;
  margin: 0 auto;
  margin-bottom: 117px;
}
#school {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/czyx-bg-2.png) center bottom no-repeat;
  background-size: cover;
}
#school .section-btn-wrap {
  margin-top: 30px;
}
#school .title-logo {
  margin-bottom: 50px;
}
.school-box-left {
  /* width: 315px; */
  height: 572px;
  background-image: linear-gradient(179deg, #ffffff 7%, #ffe3b9b0 100%);
  border-radius: 8px;
  margin-right: 25px;
  padding: 30px 0 20px 15px;
  padding-top: 70px;
}
.school-box-right {
  background: #ebb019;
  border-radius: 8px;
  /* flex: 1; */
  padding: 30px 60px;
  padding-bottom: 10px;
}
.school-box-left-conuntry {
  /* font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 42px;
  letter-spacing: 2px;
  margin-bottom: 30px; */
}
.school-box-left-img1 img {
  height: 37px !important;
  width: inherit !important;
}
.school-box-left-img1 {
  margin-bottom: 12px;
}
.school-box-left-public {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.page-link-li:hover a {
  color: #fff !important;
}
.page-link-li a:hover {
  color: #fff !important;
}
.school-box-left-img2 img,
.school-box-left-img3 img {
  height: 37px !important;
  margin-bottom: 12px;
  width: inherit !important;
}
.school-box-left-public1 {
  margin-bottom: 119px;
}
.school-box-left-fix {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
  text-align: center;
}
.school-logo {
  width: 141px;
  height: auto;
  object-fit: cover;
  /* margin-bottom: 8px; */
}
.school-name {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.school-list {
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
  display: none;
}
.school-list-active {
  display: flex !important;
}
.school-item {
  margin-bottom: 10px;
  width: 26%;
  height: 121px;
}
.school-box-last {
  margin-left: 35px;
  width: 160px;
  height: 572px;
}
.school-box-last {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.school-box-last-item {
  width: 160px;
  height: 64px;
  cursor: pointer;
  background: red;
  text-align: center;
  line-height: 64px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}
.school-box-last-item {
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/s1.png) no-repeat;
  background-size: 100% 100%;
}
.school-box-last-item-active {
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/s2.png) no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #7f5d00;
}
.school-content-box-inner {
  padding: 0 20px;
  box-sizing: border-box;
}
#schoolSwiper {
  width: 100%;
  display: inline-block;
  padding-bottom: 72px;
  background: none;
}
#schoolSwiper .swiper-slide {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 24px;
}
#schoolSwiper .swiper-slide .school-item-wrap:nth-child(1) {
  z-index: 5;
}
#schoolSwiper .swiper-slide .school-item-wrap:nth-child(1) .popup-wrapper {
  display: block;
}
#schoolSwiper .school-item-wrap {
  width: 100%;
  min-width: 0;
}
#schoolSwiper .school-item-wrap .school-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 277px;
  margin: 0 auto;
  height: 108px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
#schoolSwiper .school-item-wrap .school-logo {
  display: block;
  height: 100%;
  width: auto !important;
}
#schoolSwiper .school-item-wrap .school-name {
  margin-top: 12px;
  line-height: 22px;
  font-family: PingFangSC-Medium, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
  text-align: center;
}
#schoolSwiper .school-item-wrap .popup-wrapper {
  display: none;
  padding-top: 20px;
  height: 205px;
  transition: all 0.3s;
}
#schoolSwiper .school-item-wrap .popup-wrapper .icon-jt {
  display: block;
  width: 18px;
  height: 10px;
  margin: -6px auto 0;
}
#schoolSwiper .school-item-wrap .popup-content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  min-height: 148px;
  height: auto;
  padding: 22px 24px 20px;
  box-sizing: border-box;
  background: #fff8f6;
  border: 1px solid #e61e08;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
#schoolSwiper .school-item-wrap .popup-content .popup-title {
  font-family: PingFangSC-Semibold, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}
#schoolSwiper .school-item-wrap .popup-content .popup-enname {
  margin-top: 6px;
  line-height: 22px;
  font-family: PingFangSC-Medium, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #888888;
}
#schoolSwiper .school-item-wrap .popup-content .popup-text {
  display: flex;
  width: 100%;
  margin-top: 12px;
  align-items: flex-start;
}
#schoolSwiper .school-item-wrap .popup-content .popup-label {
  flex-shrink: 0;
  font-family: PingFangSC-Medium, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
#schoolSwiper .school-item-wrap .popup-content .popup-txt {
  flex: 1;
  min-width: 0;
  line-height: 22px;
  font-family: PingFangSC-Regular, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
/* 深造方案 */
#section-szfa {
  min-height: 1188px;
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url(https://h5cdn.jjl.cn/pc/20250516_offlineEducation/img/szfa-bg.png) !important;
  background-position: bottom center;
  background-repeat: no-repeat !important;
  background-size: 100% 496px;
}
#section-szfa .title-logo {
  margin-bottom: 50px;
}
.section-szfa-wrap {
  width: 1200px;
  margin: 0 auto;
}
.section-szfa-tab {
  display: flex;
  height: 40px;
  margin-bottom: 20px;
}
.section-szfa-tab-item {
  cursor: pointer;
  flex: 1;
  width: 40px;
  line-height: 28px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.section-szfa-tab-item-text {
  padding: 0 30px 12px;
  display: inline-block;
  position: relative;
}
.section-szfa-tab-item.active .section-szfa-tab-item-text {
  color: #e61e08;
  border-bottom: 2px solid #e61e08;
}
.section-szfa-content {
  margin-bottom: 40px;
}
#section-szfa .section-btn {
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/section-btn-bg2.png) !important;
}
.section-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-btn {
  cursor: pointer;
  display: inline-block;
  width: 280px;
  height: 48px;
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/section-btn-bg2.png) !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
  line-height: 48px;
  font-family: PingFangSC-Semibold, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1.33px;
  text-align: center;
}
/* 艺术留学（夏展版：左图 art-state-1~6 + 右侧四宫格） */
#section-yslx.art-study {
  position: relative;
  padding: 50px 0 50px;
}
#section-yslx.art-study .art-study__inner {
  width: 1200px;
  margin: 0 auto;
}
#section-yslx.art-study .title-logo {
  margin-bottom: 50px;
}
#section-yslx.art-study .art-study__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
#section-yslx.art-study .art-study__tab {
  flex: 1 1 auto;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  appearance: none;
  font-family: PingFangSC,
      PingFang SC;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1.2px;
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  transform: translateY(10px);
  padding-bottom: 20px;
}
#section-yslx.art-study .art-study__tab:hover {
  background: rgba(255, 255, 255, 0.5);
}
#section-yslx.art-study .art-study__tab.is-active {
  color: #ffffff;
  font-weight: 600;
  background: linear-gradient(180deg, #ffc497 0%, #ff750d 100%);
  transform: translateY(10px);
  padding-bottom: 28px;
}
#section-yslx.art-study .art-study__board {
  padding: 24px 28px 32px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14);
  position: relative;
}
#section-yslx.art-study .art-study__board_top {
  display: flex;
  align-items: stretch;
  gap: 28px;
}
#section-yslx.art-study .art-study__media {
  flex: 0 0 360px;
  width: 360px;
}
#section-yslx.art-study .art-study__media img {
  display: block;
  object-fit: cover;
}
#section-yslx.art-study .art-study__grid {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  align-content: stretch;
}
#section-yslx.art-study .art-study__cell {
  padding: 20px 18px 18px;
  background: #ffffff;
  border: 1px solid rgba(230, 30, 8, 0.22);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
#section-yslx.art-study .art-study__cell-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 25px;
}
#section-yslx.art-study .art-study__cell-body {
  flex: 1;
  overflow: auto;
}
#section-yslx.art-study .art-study__line {
  position: relative;
  margin: 0 0 8px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}
#section-yslx.art-study .art-study__line:last-child {
  margin-bottom: 0;
}
#section-yslx.art-study .art-study__line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 14px;
  height: 14px;
  background: url('https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/icon-arrow.png') no-repeat center / 14px 14px;
}
#section-yslx.art-study .section-btn-wrap {
  margin-top: 40px;
}
#section-yslx.art-study .section-btn-wrap .section-btn {
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/section-btn-bg3.png) !important;
}
.section-yslx-cards {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.section-yslx-card {
  width: 380px;
  height: 348px;
  padding: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-yslx-card-img {
  display: block;
  width: 366px;
  height: 132px;
}
.section-yslx-card-title {
  margin-top: 22px;
  line-height: 33px;
  font-family: Alibaba-PuHuiTi-B;
  font-weight: Bold;
  font-size: 24px;
  color: #fff;
}
.section-yslx-card-desc {
  margin-top: 10px;
  padding: 0 22px;
  line-height: 25px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.section-yslx-card:nth-child(2) {
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/yslx-t2.png);
}
.section-yslx-card:nth-child(3) {
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/yslx-t3.png);
}
.section-yslx-imgs {
  width: 1200px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section-yslx-img {
  width: 285px;
  height: 152px;
  background: #e61e08;
  border: 1px solid #e61e08;
  border-radius: 8px;
}
.section-yslx-img-title {
  text-align: center;
  line-height: 42px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
#success {
  padding-top: 60px;
  padding-bottom: 49px;
  background: url(https://h5cdn.jjl.cn/pc/20250516_offlineEducation/img/success-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#success .list-bottom-btn {
  margin-top: 40px;
}
#success .list-bottom-btn .section-btn {
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/section-btn-bg2.png) !important;
}
#success .swiper-button-prev {
  /* left: -50px !important; */
  left: -79px !important;
  top: 50% !important;
  width: 40px !important;
  height: 40px !important;
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/l1.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
#success .swiper-button-next {
  top: 50% !important;
  /* right: -50px !important; */
  right: -79px !important;
  width: 40px !important;
  height: 40px !important;
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/r1.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.teacher-item {
  position: relative;
  /* width: 285px; */
  /* height: 367px; */
  width: 297px;
  height: 379px;
}
.teacher-item .p1 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 210px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.teacher-item .p2 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 266px;
}
/*
.teacher-item:nth-child(5) {
  margin-left: 152px;
} */
#success .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
}
#before {
  padding-top: 60px;
  padding-bottom: 82px;
  background: url(https://h5cdn.jjl.cn/pc/20250516_offlineEducation/img/wjhg-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
#before .section-btn-wrap {
  margin-top: 40px;
}
#success .title-logo::before {
  background: #fff !important;
}
/* #teamSwiper .swiper-wrapper{
  height: 434px !important;
  width: 1150px !important;
} */
#teamSwiper {
  position: relative;
  width: 1200px;
}
#success .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
#before .swiper-slide {
  width: 600px;
  height: 400px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#before .swiper-slide p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  height: 58px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  /* border-radius: 0px 0px 20px 20px; */
  line-height: 58px;
  display: none;
}
#before .swiper-slide-active {
  opacity: 1;
}
#before .swiper-slide-active p {
  display: block !important;
}
#before .swiper-slide-next {
  opacity: 1;
}
#before .swiper-slide-prev {
  opacity: 1;
}
#before .swiper-button-prev {
  left: -50px !important;
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/left.png) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: 100% 100% !important;
  top: 50% !important;
}
#before .swiper-button-next {
  right: -50px !important;
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/right.png) !important;
  width: 40px !important;
  height: 40px !important;
  background-size: 100% 100% !important;
  top: 50% !important;
}
.offlineEducation-item {
  transition: all 0.2s linear;
}
.offlineEducation-item:hover {
  margin-top: -10px;
}
#address {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f1402d;
}
#address .title-logo {
  margin-bottom: 50px;
}
#address .title-logo::before {
  background: #fff;
}
.list-top {
  display: flex;
  margin-bottom: 24px;
}
.div1 {
  width: 102px;
  height: 46px;
  background: linear-gradient(180deg, #ffffff 0%, #ffeabb 100%);
  border-radius: 6px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  margin-right: 20px;
}
.div1:last-child {
  margin-right: 0;
}
.div2 {
  width: 102px;
  height: 46px;
  background: #666666;
  border-radius: 6px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
}
.list-active {
  color: #fff !important;
  background: #ffbc16 !important;
}
.online-qianyue {
  display: block;
  position: fixed;
  top: 50%;
  right: 0.26vw;
  width: 10.42vw !important;
  margin-top: -0.42vw;
  z-index: 1001;
  cursor: pointer;
  max-width: 200px;
}
.list-bottom {
  width: 1200px;
  height: 371px;
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/address-bg.png) no-repeat;
  background-size: 100% 100%;
  display: none;
  position: relative;
  margin-top: 32px;
}
.list-bottom::before {
  content: '';
  position: absolute;
  top: -23px;
  left: var(--arrow-left, 51px);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 24px solid #fff7e5;
  z-index: 10;
}
.list-bottom-active {
  display: flex !important;
}
.list-bottom-right {
  flex: 1;
  overflow: hidden;
  padding: 0 40px;
  padding-top: 12px;
}
.list-bottom-left {
  padding-top: 60px;
  width: 489px;
}
.address-city {
  width: 100%;
  background: url(https://h5cdn.jjl.cn/pc/20250516_offlineEducation/img/city.png) no-repeat;
  background-size: 100% 100%;
  height: 104px;
  text-align: center;
  line-height: 104px;
  padding: 14px 0 10px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.address-city P:nth-child(1) {
  font-size: 40px;
  font-family: Alibaba-PuHuiTi-H, Alibaba-PuHuiTi;
  font-weight: 900;
  color: #ffffff;
  line-height: 55px;
  letter-spacing: 2px;
}
.address-city P:nth-child(2) {
  font-size: 20px;
  font-family: Arial-Black, Arial;
  font-weight: 900;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 4px;
}
.info1 i {
  display: block;
  margin-right: 5px;
  width: 18px;
  height: 19px;
  background: url(https://h5cdn.jjl.cn/pc/20240531_offlineEducation/img/time.png) no-repeat;
  background-size: 100% 100%;
}
.info2 i {
  display: block;
  margin-right: 5px;
  width: 16px;
  height: 19px;
  background: url(https://h5cdn.jjl.cn/pc/20240531_offlineEducation/img/adre.png) no-repeat;
  background-size: 100% 100%;
}
.info1 {
  margin-top: 30px;
}
.info2 {
  margin-top: 20px;
  position: relative;
  padding-left: 53px !important;
}
.info2 i {
  position: absolute;
  left: 30px;
  top: 4px;
}
.info span {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1.2px;
}
.info {
  display: flex;
  margin-bottom: 20px;
  padding: 0 30px;
  align-items: center;
}
.list-bottom-right .address-swiper {
  width: 100% !important;
  height: 303px;
  padding-bottom: 11px;
}
#success .address-swiper {
  width: 100% !important;
}
#address-box .address-swiper .swiper-container {
  height: 295px !important;
}
.list-bottom-btn {
  width: 280px;
  margin: 0 auto;
}
.avo {
  width: 140px;
  height: 158px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.avo-name {
  font-size: 28px;
  font-family: Alibaba-PuHuiTi-H, Alibaba-PuHuiTi;
  font-weight: 600;
  color: #333333;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 12px;
}
.avo-name span {
  font-family: PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: right;
  font-style: normal;
  margin-left: 10px;
}
.avo-title {
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.avo-time {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 15px;
}
#address .swiper-button-prev {
  background-image: url(https://h5cdn.jjl.cn/pc/20240531_offlineEducation/img/next.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px !important;
  height: 30px !important;
  left: 165px !important;
  top: 85px !important;
  transform: rotate(180deg);
}
#address .swiper-button-next {
  background-image: url(https://h5cdn.jjl.cn/pc/20240531_offlineEducation/img/next.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px !important;
  height: 30px !important;
  right: 165px !important;
  top: 85px !important;
}
.school-list-item:nth-child(5) .list-top {
  display: inline-flex !important;
}
.school-list-item:nth-child(5) .list-top div {
  margin-right: 20px;
}
.school-list-item {
  margin-bottom: 30px;
}
.address-tost {
  position: fixed;
  width: 240px;
  height: 50px;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.7);
  left: 50%;
  margin-left: -120px;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  display: block;
  line-height: 50px;
  z-index: 99;
}
.fixedTab {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  /* margin-left: -31.25vw !important; */
  /* width: 62.50vw; */
  height: 50px !important;
  /* background: #FCE391; */
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/navbg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
  display: flex !important;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  z-index: 1000;
}
.form {
  position: absolute;
  left: 50%;
  top: 50%;
  /* width: 450px;
  height: 593px; */
  width: max(319.22px, 23.44vw);
  height: max(421.77px, 30.89vw);
  transform: translate(-50%, -50%);
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/dia-bg.png) no-repeat;
  background-size: 100% 100%;
}
.closed-btn {
  position: absolute;
  /* width: 38px;
  height: 38px;
  bottom: -68px; */
  width: max(27.04px, 1.98vw);
  height: max(27.04px, 1.98vw);
  bottom: min(-48.26px, -3.54vw);
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.form-box {
  position: absolute;
  /* left: 20px;
  right: 20px;
  top: 117px;
  padding: 19px 35px;
  width: 410px;
  height: 449px; 
  border-radius: 10px; */
  left: max(14.22px, 1.04vw);
  right: max(14.22px, 1.04vw);
  top: max(83.25px, 6.09vw);
  padding: max(13.51px, 0.99vw) max(24.89px, 1.82vw);
  width: max(291.15px, 21.35vw);
  height: max(318.94px, 23.39vw);
  border-radius: max(7.11px, 0.52vw);
  background: #ffffff;
}
.form-item {
  background: #ffffff;
  /* height: 40px; */
  /* margin-bottom: 20px; */
  height: max(28.44px, 2.08vw);
  margin-bottom: max(14.22px, 1.04vw);
  position: relative;
}
select {
  border: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-placeholder {
  position: absolute;
  left: max(14.22px, 1.04vw);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  /* font-size: 16px; */
  font-size: clamp(11.41px, 0.83vw, 16px);
  color: #999999;
  letter-spacing: 0.97px;
}
.form-item input,
.form-item select {
  width: 100%;
  height: 100%;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  /*-khtml-user-select:none;!*早期浏览器*!*/
  user-select: none;
  outline: none;
  border: 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.97px;
  /* border-radius: 20px;
  line-height: 22px;
  font-size: 16px;
  padding-left: 20px; */
  border-radius: max(14.22px, 1.04vw);
  line-height: clamp(15.64px, 1.15vw, 22px);
  font-size: clamp(11.41px, 0.83vw, 16px);
  padding-left: max(14.22px, 1.04vw);
  box-shadow: 0px 2px 6px 0px rgba(224, 221, 221, 0.4);
  border: 1px solid #ededed;
}
.form-item input::placeholder {
  color: #999999;
}
.bbbb {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
}
.form-item-spe {
  display: flex;
}
.form-item-spe input {
  /* margin-right: 20px;
  width: 200px; */
  margin-right: max(14.22px, 1.04vw);
  width: max(142.19px, 10.42vw);
}
.send-code-btn {
  cursor: pointer;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.97px;
  /* font-size: 16px;
  line-height: 40px;
  width: 124px;
  height: 40px;
  border-radius: 20px; */
  font-size: clamp(11.41px, 0.83vw, 16px);
  line-height: max(28.44px, 2.08vw);
  width: max(88.24px, 6.46vw);
  height: max(28.44px, 2.08vw);
  border-radius: max(14.22px, 1.04vw);
  background: #e41e09;
  box-shadow: 0 2px 2px 0 #e0dddd66;
}
input[type='checkbox']:checked + label:before,
#xieyi_reg input[type='checkbox']:checked + label:before {
  background-color: inherit !important;
}
.agree-policy-label {
  /* font-size: 14px;
  line-height: 20px; */
  font-size: clamp(11.41px, 0.73vw, 14px) !important;
  line-height: clamp(14.22px, 1.04vw, 20px) !important;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: inline-flex !important;
  align-items: center !important;
}
input[type='checkbox']:checked + label {
  color: inherit !important;
}
.agree-policy-label a {
  color: #e41e09 !important;
}
.agree-policy {
  display: none;
}
.agree-policy + label::before {
  font-size: clamp(11.41px, 0.73vw, 14px) !important;
  content: '';
  display: inline-block;
  /* width: 16px !important;
  height: 16px !important; */
  width: clamp(11.41px, 0.83vw, 16px) !important;
  height: clamp(11.41px, 0.83vw, 16px) !important;
  border: 0 !important;
  border-radius: 0% !important;
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/unchecked.png);
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0 !important;
  margin-right: clamp(5.7px, 0.42vw, 8px) !important;
}
.xieyi-form-item {
  /* padding-left: 20px; */
  padding-left: max(14.22px, 1.04vw) !important;
}
.agree-policy:checked + label::before {
  font-size: clamp(11.41px, 0.73vw, 14px) !important;
  padding: 0 !important;
  display: inline-block;
  content: '';
  /* width: 16px !important;
  height: 16px !important; */
  width: clamp(11.41px, 0.83vw, 16px) !important;
  height: clamp(11.41px, 0.83vw, 16px) !important;
  background-image: url('https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/checked.png');
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0 !important;
  border-radius: 0% !important;
  cursor: pointer;
  margin-right: clamp(5.7px, 0.42vw, 8px) !important;
}
.form-btn {
  margin: 0 auto;
  cursor: pointer;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  /* font-size: 16px;
  line-height: 40px;
  margin-top: 20px; */
  font-size: max(11.41px, 0.83vw);
  line-height: max(30px, 2.08vw);
  margin-top: max(14.22px, 1.04vw) !important;
  text-align: center;
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/form-btn.png) no-repeat;
  background-size: 100% 100%;
}
.banner-wrapper {
  position: relative;
  height: 450px;
  background: url('https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/banner.png') center no-repeat;
  background-size: auto 100%;
}
.banner-wrapper .banner-form-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  pointer-events: none;
}
.banner-wrapper .banner-form-box .banner-form {
  width: 355px;
  min-height: 396px;
  box-sizing: border-box;
  position: absolute;
  right: 220px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/form-bg.png) no-repeat center top / 100% auto;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-head {
  position: relative;
  z-index: 2;
  height: 118px;
  padding-top: 52px;
  box-sizing: border-box;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-title {
  font-family: AlibabaPuHuiTi_3_85_Bold, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 20px;
  color: #ffef86;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-subtitle {
  margin-top: 20px;
  font-family: AlibabaPuHuiTi_3_85_Bold, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 20px;
  color: #000000;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-body {
  margin: 0 50px;
  margin-top: -10px;
  padding: 8px 20px 20px;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.banner-wrapper .banner-form-box .banner-form .banner-form-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-icon-country {
  width: 20px;
  height: 20px;
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/country-icon.png) no-repeat center center / 100% 100%;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-icon-phone {
  width: 20px;
  height: 20px;
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/phone-icon.png) no-repeat center center / 100% 100%;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-icon-code {
  width: 16px;
  height: 18px;
  margin: 0 12px 0 2px;
  background: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/code-icon.png) no-repeat center center / 100% 100%;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-input,
.banner-wrapper .banner-form-box .banner-form .banner-form-select {
  flex: 1;
  min-width: 0;
  height: 40px;
  border: 0;
  outline: none;
  background: transparent;
  font-family: PingFangSC-Regular, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 15px;
  color: #333333;
  appearance: none;
  -webkit-appearance: none;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-input::placeholder {
  color: #666;
}
.banner-wrapper .banner-form-box .banner-form .banner-select-placeholder {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #666;
  pointer-events: none;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #333333;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-item-code .banner-form-input {
  padding-right: 88px;
}
.banner-wrapper .banner-form-box .banner-form .banner-send-code-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: PingFangSC-Regular, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #f79200;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  background: transparent;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-agree {
  margin: 10px 0 16px;
  padding-left: 2px;
}
.banner-wrapper .banner-form-box .banner-form .banner-agree-label {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #000 !important;
}
.banner-wrapper .banner-form-box .banner-form .banner-agree-label .agreement-link {
  color: #f79200 !important;
}
.banner-wrapper .banner-form-box .banner-form .banner-form-btn {
  margin-top: 10px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-family: PingFangSC-Semibold, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  border-radius: 8px;
  background: linear-gradient(90deg, #ff7a18 0%, #ffb347 100%);
  box-shadow: 0 4px 12px rgba(255, 122, 24, 0.35);
}
.banner-img {
  display: block;
}
.item-course {
  width: 285px;
  height: 374px;
  flex-direction: column;
  background: url('https://h5cdn.jjl.cn/pc/2025/20250902_autumnExhibition/img/server/bg1.png') no-repeat center center / 100% 100%;
  border-radius: 8px;
  transition: all 0.3s;
}
.item-course:hover {
  background: url('https://h5cdn.jjl.cn/pc/2025/20250902_autumnExhibition/img/server/bg2.png') no-repeat center center / 100% 100%;
}
.item-course:hover .server-dot,
.item-course:hover .server-item-cont-top-txt,
.item-course:hover .server-item-cont-desc-row {
  color: #fff;
}
.item-course:hover .server-top {
  color: #ff643f;
}
.item-course:hover .server-dot {
  background: #fff;
}
.item-course .server-top,
.item-course .server-dot,
.item-course .server-item-cont-top-txt,
.item-course .server-item-cont-desc-row {
  transition: all 0.3s;
}
.server-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 285px !important;
  height: 86px;
  padding: 5px 68px 0 20px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}
.server-top .server-title {
  overflow: hidden;
  max-height: 60px;
  line-height: 30px;
}
.server-item-cont {
  height: 100%;
  padding-bottom: 10px;
  overflow-y: auto;
}
.server-item-cont-top {
  padding: 14px 12px 0;
}
.server-item-cont-top-tit {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding-bottom: 10px;
}
.server-dot {
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #e61e08;
  border-radius: 5px;
}
.server-item-cont-top-txt {
  padding-left: 10px;
  font-family: PingFangSC,
    PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.server-item-cont-desc-row {
  line-height: 24px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.server-item-cont-desc {
  display: flex;
  justify-content: center;
  font-family: PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  text-align: center;
  font-style: normal;
}
.server-item-cont-desc2 {
  min-height: 110px;
  overflow-y: auto;
}
.server-box--20260514 .section-btn {
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/section-btn-bg2.png) !important;
}
/* 优选服务 20260514：单卡 + server_bg + 分页点 */
.server-box--20260514 .server-nav-item-active {
  color: #b80417 !important;
}
.server-box--20260514 .server-nav-item-active::after {
  width: 30px;
  height: 6px;
  background-color: #e61e08;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.server-concent--20260514 {
  margin-top: 33px;
}
.server-concent--20260514 .server-concent-box {
  margin-bottom: 30px;
}
.server-product-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.server-product-card {
  display: flex;
  overflow: hidden;
  width: 1202px;
  height: 297px;
  background: url('https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/server_bg.png') center no-repeat;
  background-size: 100% 100%;
}
.server-product-card__meta {
  flex: 0 0 240px;
  width: 240px;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-left: 30px;
}
.server-product-card__num {
  font-size: 39px;
  color: #ffe3bf;
  line-height: 47px;
  font-weight: 800;
}
.server-product-card__name {
  font-family: PingFangSC,
    PingFang SC;
  font-weight: 600;
  font-size: 34px;
  color: #ffe3bf;
  line-height: 48px;
}
.server-product-card__mdesc {
  margin-top: 16px;
  font-family: PingFangSC,
    PingFang SC;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
}
.server-product-card__decor {
  margin-top: auto;
  height: 76px;
  position: relative;
  opacity: 0.5;
}
.server-product-card__decor::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 58px;
  height: 42px;
  border: 2px solid rgba(230, 30, 8, 0.35);
  border-radius: 3px 5px 5px 3px;
  box-shadow: inset -10px 0 0 rgba(230, 30, 8, 0.08);
}
.server-product-card__body {
  flex: 1;
  min-width: 0;
  padding: 36px 48px 40px 44px;
  background: transparent;
  box-sizing: border-box;
}
.server-product-card__tag {
  display: inline-block;
  padding: 6px 42px;
  border-radius: 22px;
  background: #f14642;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.server-product-card__desc {
  margin-top: 16px;
  line-height: 28px;
  max-width: 720px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.server-product-swiper {
  overflow: hidden;
}
.server-product-swiper .swiper-slide {
  height: auto;
}
.server-product-swiper-pagination.swiper-pagination-bullets {
  position: relative;
  bottom: 4px !important;
  left: auto;
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.server-product-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 !important;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ebebeb;
  cursor: pointer;
  opacity: 1;
  transition: background 0.2s, transform 0.2s;
}
.server-product-bullet-active {
  background: #f14642;
}
.server-product-bullet:focus {
  outline: 2px solid rgba(230, 30, 8, 0.35);
  outline-offset: 2px;
}
.school-nation-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 60px;
  padding: 4px;
  margin-bottom: 24px;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.school-nation {
  cursor: pointer;
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  border-radius: 26px;
}
.school-nation-active {
  width: 200px;
  height: 52px;
  background: #e61e08;
  border-radius: 30px;
  font-family: PingFangSC,
    PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  font-style: normal;
}
.school-content-box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 50px;
}
.school-num-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 148px;
  padding: 0 8px;
  box-sizing: border-box;
  border-radius: 10px;
  background: linear-gradient(180deg, #ed3133 0%, #ff967c 100%);
  box-shadow: 0 4px 14px rgba(229, 53, 43, 0.25);
}
.school-num-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
}
.school-num-img {
  display: block;
  width: auto !important;
  height: 61px;
  margin-bottom: 10px;
  object-fit: cover;
}
.school-num-txt {
  font-family: PingFangSC,
    PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  text-align: left;
  font-style: normal;
}
.num-line {
  width: 1px;
  height: 96px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: 1px;
}
.school-logo {
  display: inline-block;
  width: 257px !important;
  height: auto;
  object-fit: cover !important;
}
.school-name {
  padding-top: 10px;
  font-family: PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}
.swiper-slide-school {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.school-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid rgb(202, 83, 94); */
  border-radius: 8px;
  overflow: hidden;
}
.section-school {
  width: 100%;
  margin-top: 24px;
}
.swiper-pagination-school {
  bottom: 0 !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '' !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '' !important;
}
.school-my-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d9d9d9;
  margin-right: 20px;
  border-radius: 50%;
}
.school-bullet-active {
  background: #e61e08;
}
.teacher-swiper {
  position: relative;
}
.before-wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.intentionCity,
.intentionCountry {
  position: relative;
  z-index: 3;
}
.graduate-yslx-box {
  width: 100%;
  background: url('https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/gaokao-bg.png') no-repeat center top / 100% auto;
  background-color: #f14e4d;
}
.graduate-yslx-box .graduate-project__wrapper {
  padding: 48px 0 56px;
}
.graduate-yslx-box .graduate-project__wrapper .title-logo {
  margin-bottom: 50px;
}
.graduate-yslx-box .graduate-project__wrapper .graduate-project__box {
  width: 1200px;
  margin: 0 auto;
}
.graduate-yslx-box .graduate-project__wrapper .graduate-project__tabs.gaokao-tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 28px;
  padding: 0 120px;
  border-bottom: 1px solid #ffb7b7;
}
.graduate-yslx-box .graduate-project__wrapper .graduate-project__tabs.gaokao-tabs .graduate-project__tabs-item {
  flex: 0 0 auto;
  width: auto;
  padding: 6px 2px 10px;
  background: transparent !important;
  font-family: PingFangSC-Medium, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  padding-bottom: 17px;
  border-bottom: 2px solid transparent;
}
.graduate-yslx-box .graduate-project__wrapper .graduate-project__tabs.gaokao-tabs .graduate-project__tabs-item.is-active {
  border-bottom-color: #ffffff !important;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-card {
  display: flex;
  width: 100%;
  min-height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background: url('https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/graduate-bg.png') #fff left top / 360px auto no-repeat;
  padding: 0 33px 21px 20px;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-card__aside {
  position: relative;
  flex: 0 0 294px;
  width: 294px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 28px;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-card__aside-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 46px;
  color: #ffffff;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-card__aside-sub {
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: #ffffff;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-card__main {
  flex: 1;
  margin-top: 38px;
  display: flex;
  flex-direction: column;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-table-wrap {
  flex: 1;
  width: 100%;
  margin: 0;
  overflow: auto;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-table thead th {
  padding: 14px 18px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  background: #f14e4d;
  vertical-align: middle;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-table thead th:first-child,
.graduate-yslx-box .graduate-project__wrapper .gaokao-table tbody td:first-child {
  min-width: 160px;
  box-sizing: border-box;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-table tbody td {
  padding: 16px 12px;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  vertical-align: top;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-table tbody tr:nth-child(even) td {
  background: #f4f4f4;
}
.graduate-yslx-box .graduate-project__wrapper .gaokao-table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.graduate-yslx-box .graduate-project__wrapper .section-btn-wrap {
  margin-top: 40px;
}
.graduate-yslx-box .graduate-project__wrapper .section-btn-wrap .section-btn {
  background-image: url(https://h5cdn.jjl.cn/pc/2026/20260514_exhibition/imgs/section-btn-bg3.png) !important;
}
