html {
  -webkit-tap-highlight-color: transparent;
  /* scroll-padding-top: 80px; */
  /* background-color: #fff; */
  /* width: 100%; */
  /* height: 100% */
}

* {
  box-sizing: border-box;
}

body {
  /* min-width: 100vw !important; */
  /* height: 100%; */
  /* display: flex; */
  flex-grow: 1;
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

.zyjs ul li::marker {
  color: #fff !important;
  /* 使默认标记颜色透明 */
}

ul {
  margin: 0;
}

ul li::marker {
  color: #1964FF;
  /* 使默认标记颜色透明 */
}

ul li::marker {
  color: #ccc;
}

ul li:hover::marker {
  color: #1964FF;
}

.bottom-item p:hover,
.dynamic-box-right p:hover {
  color: #1964FF;
  cursor: pointer;
}

.course ul li::marker {
  color: #1964FF;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
}

[v-cloak] {
  display: none;
}

.menu-icon {
  display: none;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  z-index: 1;
}

.content {
  width: 1200px !important;
  margin: auto;
}

.app-container {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.nav-item{
  margin-right: 33px !important;
}
.top-nav-right{
  width: max-content;
}
.mycontent {
  max-width: 100vw;
  min-width: 1200px;
  /* width: 100%; */
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  /* border:1px solid red; */
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner .swiper {
  width: 100%;
  /* height: 30.667vw;  */
  height: 600px;
  position: relative;
}

.swiper .modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.title1 {
  font-size: 40px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #1F2329;
}

.core,
.core-content {
  padding-top: 72px;
}

.trend-box {
  padding: 72px 0;
  background: #E8F1FF;
  margin-top: 72px;
}

.common-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  text-align: right;
  font-style: normal;
}

.list-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #1F2329;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}

.list-one-title {
  font-size: 16px;
}

.list-explain {
  color: #666C75;
}

.trend-title {
  color: #ffffff;
}

/* 产教融合| 数字人才培养创新模式 */
.jn-item-box {
  width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 三列，每列等宽 */
  gap: 29px 35px;
  position: relative;
  cursor: pointer;
  margin: 72px auto 0;
}

.jn-item {
  width: 378px;
  height: 492px;
  background-color: #fff;
  border-radius: 13px;
  position: relative;
}

.jn-img {
  width: 367px;
  height: 68px;
  position: absolute;
  left: -9px;
  top: 17px;
}

.jn-title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 35px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: absolute;
  left: 21px;
  top: 36px;
}



.trend-btn {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.jn-item-box .list {
  padding: 0 22px;
  margin-top: 105px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 16px;
  color: #666C75;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
}

.list-content {
  height: 260px;
}

.jn-item-box .list p {
  margin: 2px !important;
}

a {
  text-decoration: none;
  /* 去掉下划线 */
  color: inherit;
  /* 继承父元素的颜色 */
}

/* 培养定位 | 创新型数字化人才孵化基地 */
.capacity-content {
  width: 97%;
  height: 570px;
  margin: 0 auto;
  padding: 72px;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #F5F7FF;
  overflow: hidden;
  border-radius: 20px;
}

.progress-capacity-content {
  padding: 50px 72px;
}

.progress-box {
  padding-top: 32px !important;
}

.capacity-content img {
  width: 573px;
  height: 430px;
}

/* 竖向进度线 */
.progress-line {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  border-left: 2px dashed #ccc;
  /* 默认灰色虚线 */
  transition: border-color 0.3s ease;
}

.progress-item:first-child .progress-line {
  top: 8px;
}

/* 蓝色实线 */
.progress-line.blue-line {
  border-left: 2px solid #007BFF !important;
}

/* 每个 item 容器 */
.progress-item {
  position: relative;
  padding-left: 32px;
  transition: all 0.3s ease;
  padding-bottom: 11px;
  cursor: pointer;
}

.progress-content .capacity-content-explain {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.progress-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 小圆点 */
.progress-dot {
  position: absolute;
  left: 11px;
  top: -5px;
  width: 10px;
  height: 10px;
  background-color: #C0D4FF;
  border-radius: 50%;
  z-index: 1;
  transition: background-color 0.3s ease;
}

.progress-blue-dot {
  left: 8px;
}

/* 蓝色小圆点 */
.progress-dot.blue-dot {
  background-color: #007BFF;
}

.progress-item:last-child .progress-line {
  display: none;
}
.progress-text{
  margin-top: -10px;
}
.progress-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #1F2329;
}

/*积云教育郑州航空港校区动态  */
.guide-box {
  width: 100%;
  padding: 72px 0;
}

.guide-title-box {
  display: flex;
  justify-content: center;
  margin-top: 72px;
  align-items: center;
  width: 1200px;
  margin: auto;
  position: relative;
}

.guide-title {
  margin-top: 0px;
}

.more {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #666C75;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 45px;
}

.more:hover,
.work-content:hover {
  color: #296FFF;
  cursor: pointer;
}

.guide-title {
  margin: 32px 0;
}

.dynamic-box-left ul li p,
.activity-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.capacity-left {
  width: calc(100% - 647px);
  height: 100%;
  position: relative;
}
.edu-down{
  height: 90%;
}

.capacity-content-bigtitle {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 36px;
  color: #373a4b;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.capacity-circle {
  width: 16px !important;
  height: 16px !important;
  background-color: #c0d4ff;
  /* 浅蓝色 */
  border-radius: 50%;
  position: relative;
  overflow: visible;
  margin-right: 12px;
}

.progress-circle {
  width: 16px !important;
  height: 16px !important;
  background-color: #c0d4ff;
  /* 浅蓝色 */
  border-radius: 50%;
  overflow: visible;
  margin-right: 12px;
}

.blue-circle {
  width: 8px;
  height: 8px;
  background: #1763FF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.capacity-content-stitle {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500 !important;
  font-size: 20px;
  color: #1763FF !important;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}

.capacity-content-list .capacity-content-title {
  display: flex;
  margin: 24px 0;
  align-items: center;

}

.capacity-content-explain {
  font-family: SourceHanSansCN, SourceHanSan;
  font-weight: 400;
  font-size: 16px;
  color: #666C75;
  line-height: 28px;
  text-align: justify;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  margin-bottom: 20px;
}

.capacity-content-title .icon {
  width: 33px;
  height: 30px;
  margin-left: 40px;
  margin-right: 14px;
}

.capacity-btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 0px !important;
}

.vertical-progress-container {
  position: relative;
  margin: 20px 0;
  height: 70%;
}

/* 特色园区| 航空港成长赋能空间 */
.group-box {
  padding-bottom: 72px;
}

.group-tab-box {
  width: 1200px;
  margin: 72px auto 0px;
  display: flex;
  justify-content: center;
}

.group-tab {
  height: 48px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  font-style: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 2%;
  padding: 10px;
}

.group-active {
  width: max-content;
  height: 48px;
  color: #1763FF;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 20px 0px rgba(15, 68, 177, 0.22);
  border-radius: 8px;
}

.scroll-container {
  margin: 32px auto 0;
  overflow: hidden;
  position: relative;
}

.youth-box {
  margin: 72px 0;
}

.scroll-content {
  display: flex;
  animation: scroll 50s linear infinite;
  height: 100%;
  margin-bottom: 26px;
}

.youth-box .youth-content {
  margin-bottom: 72px;
}

.scroll-item {
  padding: 3px;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.scroll-title {
  width: 100%;
  position: absolute;
  bottom: 18px;
  color: #ffffff;
  z-index: 3;
  text-align: left;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scroll-content img {
  width: 420px;
  height: 272px;
  border-radius: 15px;
  object-fit: cover;
}

/* 青春纪实 | 学员成长记录  */
.news-olky {
  position: absolute;
  bottom: 4px;
  left: 2px;
  width: 420px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  border-radius: 0 0 20px 20px;
}



.top-border {
  width: 328px;
  height: 20px;
  background: #296FFF;
}

.left-border {
  width: 20px;
  height: 206px;
  background: #296FFF;
}

/* 成长见证 | 学员蜕变纪实  */
.group-witness {
  width: 100%;
  background: #E8F1FF;
  padding: 72px 0;
}

.witness-box {
  width: 1200px;
}

.witness-item {
  width: 386px;
  height: 436px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-right: 21px;
}

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

.witness-item img {
  display: block;
  width: 386px;
  height: 232px;
  border-radius: 20px 20px 0 0;
}

.witness-content-box {
  padding: 0 32px;
}

.witness-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #1F2329;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}

.witness-explain {
  font-weight: 400;
  color: #1F2329;
  line-height: 24px;
  height: 48px;
  text-align: justify;
  font-style: normal;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制为2行 */
  overflow: hidden;
}
.witness-more{
  color:#296FFF;
  cursor: pointer;
}
.dynamic-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 497px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 6px 20px 0px rgba(64, 74, 115, 0.08);
  border-radius: 20px;
  border: 2px solid #FFFFFF;
}

.dynamic-box>div {
  padding: 32px;
}

.dynamic-box-right,
.dynamic-box-left {
  height: 360px;
  cursor: pointer;
}

.dynamic-box>div:first-child {
  position: relative;
  /* 使伪元素定位基于此元素 */
}

.dynamic-box>div:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 32px;
  height: 433px;
  width: 1px;
  background-color: #D8D8D8;
}

.scroll-class {
  overflow-y: auto;
  padding-right: 50px;
}

.scroll-class::-webkit-scrollbar {
  width: 10px;
  height: 50px;
}

.scroll-class::-webkit-scrollbar-track,
.kernel-box::-webkit-scrollbar-track {
  height: 50px;
  background: #ffffff;
  opacity: 0.5;
  /* 滚动条轨道背景色 */
  border-radius: 25px;
}

.scroll-class::-webkit-scrollbar-thumb {
  height: 50px;
  /* 滚动条高度 */
  background: #e3e8ff;
  border-radius: 25px;
}

.scroll-class::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background: #e3e8ff;
  /* 滚动条悬停颜色 */
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0)
  }
}

.scroll-content.scroll-left {
  display: flex;
  animation: scroll 50s linear infinite;
}

.scroll-container:hover .scroll-content {
  animation-play-state: paused;
}

.scroll-content.scroll-right {
  animation: scrollRight 50s linear infinite;
}

.scroll-item img {
  width: 420px;
  height: 272px;
  margin-right: 16px;
  border-radius: 15px;
}

/* 课程体系| 数字化人才培养模式 */
.training-box {
  padding: 72px 0;
  width: 100%;
  position: relative;
}

.training-content {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin: 95px auto 72px;
}

.training-item {
  width: 590px;
  border-radius:0 0 8px 8px ;
}

.training-top {
  padding: 36px 0 0 32px;
  color: #fff;
}

.training-bottom {
  width: 590px;
  height: 364px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 6px 20px 0px rgba(64, 74, 115, 0.08);
  border-radius: 8px 48px 8px 8px;
  border: 2px solid #FFFFFF;
  margin-top: 48px;
  padding: 0px 0 0px 32px;
}

.training-bottom p {
  margin: 0 0 24px 0 !important;
}

.training-title {
  font-size: 24px;
  margin: 12px 0;
}

/* 双师领航|护航职业成长之路 */
.teach-box {
  width: 100%;
  padding: 72px 0;
  position: relative;
}

.teacherSwiper-box .swiper-wrapper .swiper-slide {
  margin: 0 !important;
  width: 200px !important;
}

.teacherSwiper-box .swiper-button-prev {
  background-image: url('/assets/img/index/prev.png') !important;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  color: transparent !important;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  left: 0;
}

.teacherSwiper-box .swiper-button-next {
  background-image: url('/assets/img/index/next.png') !important;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  color: transparent !important;
  background-size: contain;
  cursor: pointer !important;
  position: absolute;
  right: 0;
}

.teach-btn {
  margin: 72px 0 0px 0 !important;
}

.teach-btn .rgznfk-item-btn {
  margin-bottom: 0px !important;
}

.teacherSwiper {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}

.teacherSwiper-box {
  width: 1400px;
  margin: 72px auto;
  position: relative;
}

.teach-item {
  width: 200px;
  height: 263px;
  position: relative;
  display: flex;
  justify-content: center;
}


.teach-item:hover .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: justify;
  padding: 24px;
}

.overlay .line {
  width: 32px;
  height: 4px;
  background: #FFBA3F;
  border-radius: 4px;
  margin: 14px 0;
}

.teach-explain {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

/* 校园环境 */
.campus-container {
  padding-top: 72px;
}

.campus-content {
  display: flex;
  box-sizing: border-box;
  margin-top: 72px !important;
}

.leftpic {
  width: 590px;
  /* height: 480px; */
  display: flex;
  /* flex-duirection: column; */
  justify-content: space-between;
  flex-wrap: wrap;
  /* border:1px solid red; */
}

.leftpic>div {
  /* margin-right: 20px;  */
  margin-bottom: 20px;
  width: 285px;
  height: 230px;
}

.leftpic>div img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
}

.rightpic img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.rightpic {
  margin-left: 20px;
  width: 590px;
  height: 480px;
  border-radius: 20px;
}

/* 新闻 */
.campus-title-box {
  display: flex;
  justify-content: space-between;
}

.campus-title {
  font-weight: 500;
  font-size: 24px;
  color: #1F2329;
  line-height: 36px;
  text-align: left;
  font-style: normal;
}

.campus-more {
  color: #666C75;
  font-size: 20px;
}

.campus-more:hover {
  color: #296FFF;
  cursor: pointer;
}

.xinglogo {
  height: 16px;
}

.hovertitle {
  color: #286eff;
}


.form-con {
  /* height: 400px; */
  border: 1px solid #e5e5e5;
  margin-top: 30px;
  background: skyblue;
  padding: 78px 0;
  position: relative;
  overflow: hidden;
  /* background-image: url('/assets/img/index/form-bg.jpg') !important; */
  background-size: cover;
}

.form-content {
  width: 1200px;
  /* height: 400px; */
  margin: 0 auto;
  display: flex;
  position: relative;
}

.form-content>div:nth-child(1) {
  background: #fff;
  width: 700px;
  /* height: 445px; */
  border-radius: 15px;
}

.title-con {
  display: flex;
  align-items: center;
}

.age-icon {
  width: 38px;
  margin-right: 9px;
}

.age-icon img {
  width: 100%;
}

.phone-icon {
  width: 32px;
}

.status-box {
  padding: 0 10px;
  display: flex;
  cursor: pointer;
  margin-top: 9px;
  justify-content: space-between;
}

.age-text {
  cursor: pointer;
  justify-content: space-between;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #1B1B1B;
}

.status-item {
  width: 22%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #FF4E65;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #1B1B1B;
}

.status-item.active {
  background: #FC3C86;
  border: none;
  color: #fff;
}

.input-box {
  display: flex;
  width: calc(100% - 40px);
  align-items: center;
  border: 1px solid #FF4E65;
  height: 50px;
  border-radius: 5px;
  background: #fff;
  margin: 20px auto;
  padding: 0 10px;
}

.input-box>div:nth-child(1) {
  /* width: 60px; */
  text-indent: 10px;
  margin-right: 10px;
}

.input-box>div:nth-child(2) {
  margin: 0px 13px 0 10px;
  width: 2px;
  height: 31px;
  background-color: #FFD6D8;
}

.input-box input {
  width: 80%;
  height: 100%;
  border: none;
  background: transparent;
  font-family: MicrosoftYaHei;
  font-size: 18px;
}

.input-box input:focus {
  outline: none;
}

.form-content .tips {
  color: #C7C7C7;
  font-size: 14px;
  margin-top: 17px;
  padding: 0 10px;
}

.form-content .btn {
  width: 260px;
  height: 56px;
  margin: 30px auto;
  background: #ffc600;
  text-align: center;
  line-height: 56px;
  border-radius: 28px;
  color: #fff;
  font-size: 20px;
  background: #FF7804;
}

.form-con .img-box {
  width: 410px;
  position: absolute;
  left: 820px;
  bottom: -82px;
}

.form-con .img-box img {
  width: 100%;
  /* height: 100%; */
}

.footer {
  background: #000;
  color: #fff;
  overflow: hidden;
  padding: 80px 0 80px;
}

.footer-content {
  margin: 0 auto;
  /* width: 1200px; */
}

.footer-top {
  display: flex;
  padding-bottom: 59px;
  border-bottom: 1px solid #666;
}

.contract>div {
  display: flex;
  align-items: center;
}

.contract>div .img-icon-box {
  width: 37px;
  height: 37px;
  background: #42454A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
}

.contract>div img {
  width: 20px;
}

.about_us {
  margin-top: 20px;
}

.copyright {
  text-align: center;
  margin-top: 33px !important;
  padding-bottom: 0px;
}

.footer .text {
  margin-top: 10px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #bfbfbf;
  line-height: 30px;
}

.footer-item-title {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 27px;
  margin-bottom: 25px;
}

.new-con:hover .swiper-button-prev {
  /* visibility: visibility; */
  display: block;

}

.new-con:hover .swiper-button-next {
  /* visibility: visibility; */
  display: block;

}

.nav-modal {
  display: none;
}

.swiper-video-wrap {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid red;
  display: flex;
  align-items: center;
}


.zyjs-container {
  /* width: 1200px; */
  height: 540px;
  margin: 0 auto;
  position: absolute;
  top: 60px;
  left: calc(50% - 600px);
  /* transform: translateX(-100%) */
  z-index: 1;
  cursor: pointer;
  /* border:1px solid red; */
}

.zyjs-wrap {
  /* width: 1200px; */
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
}

.zyjs {
  width: 289px;
  height: 540px;
  z-index: 1;
  padding: 32px;
  padding-top: 0;
  padding-right: 10px;
  background: #00237f;
  box-sizing: border-box;
}

.zyjs-item {
  color: #fff;
  width: 100%;
}

.zyjs-item ul {
  padding-inline-start: 20px;
}

.zyjs-item ul li::marker {
  color: #1964FF;
  /* 小圆点白色 */
  /* list-style-type: disc; */
}

.zyjs-item ul li {
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  /* line-height: 21px; */
  margin-bottom: 12px;
}

.zyjs-right-content {
  margin-top: 230px;
  margin-left: 30px;
}

.zyjs-right-btn {
  width: 272px;
  height: 48px;
  /* background: linear-gradient(  #fff 0%, #FD9194 49%, #FD777A 100%); */
  background: linear-gradient(180deg, #FC802F 0%, #EB552F 100%);
  border: 2px solid #F7BE87;
  /* background: linear-gradient( #FD777A 0%, #C173F4 100%); */
  border-radius: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  margin-top: 40px;
}

.zyjs-right-title {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
}

.title-name {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  /* line-height: 27px; */
  margin-bottom: 16px;
  margin-top: 16px;
}

.rgznfk-wrap {
  width: 1200px;
  /* border:1px solid red; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: space-between;
  margin-top: 60px;
  padding: 10px;
  box-sizing: border-box;
}

.rgznfk-item {
  width: 580px;
  /* border:1px solid red; */
  background: #fff;
  box-sizing: border-box;
  /* background-image:url('/assets/img/home/fkitem-bg.png'); */
  padding: 40px 32px 32px;
  /* border: 1px solid #E0E0E0; */
  margin-bottom: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 4px 6px 20px 0px rgba(64, 74, 115, 0.08);
  cursor: pointer;
  padding-bottom: 0px;
}

.rgznfk-item:hover {
  background-image: url('/assets/img/home/fkitem-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.rgznfk-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #1F2329;
}

.rgznfk-item:hover .rgznfk-item-title {
  color: #fff;
}

.rgznfk-item .line {
  width: 48px;
  height: 8px;
  background: rgba(27, 102, 255, 0.32);
  border-radius: 4px;
  margin: 24px auto 24px;
}

.rgznfk-item:hover .line {
  background: rgba(255, 255, 255, 0.32);
}

.rgznfk-item-content {
  font-size: 20px;
  color: #666C75;
  /* height: 50px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rgznfk-item:hover .rgznfk-item-content {
  color: #FFFFFF;
}

.rgznfk-item-btn {
  width: max-content;
  padding: 0 34px;
  height: 48px;
  margin: 32px auto 32px;
  text-align: center;
  background: linear-gradient(-45deg, #3376FF 30%, #1763FF 40%, #3376FF 50%);
  border-radius: 24px;
  border: 2px solid #87ABF7;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-size: 400% 100%;
  animation: shines 10s linear infinite;
  cursor: pointer;
  /* box-shadow: 0px 15px 20px -15px #FF5605; */
}

.rgznfk-item-btn:hover {
  /* background: linear-gradient(-45deg, #FC802F 30%,#FB9148 40%, #FB9148 50%) !important; */
  box-shadow: 0px 4px 20px 0px rgba(177, 109, 15, 0.22), inset 0px 1px 3px 0px #f7be87;
  border-radius: 24px;
  border: 2px solid #f7be87;
  background: linear-gradient(-45deg, #FF9E25 30%, #FF8E17 40%, #FF9E25 50%);
}

.rgznfk-item:hover .rgznfk-item-btn {
  box-shadow: 0px 4px 20px 0px rgba(177, 109, 15, 0.22), inset 0px 1px 3px 0px #f7be87 !important;
  border-radius: 24px;
  border: 2px solid #f7be87;
  background: linear-gradient(-45deg, #FF9E25 30%, #FF8E17 40%, #FF9E25 50%) !important;
}

@keyframes shines {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

.qzxj-container {
  overflow: hidden;
  height: 400px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background: url(/assets/img/index/form-bg.png) no-repeat center/cover;}

.qzxj-form {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.qzxj-form input {
  width: 274px;
  height: 68px;
  background: #FFFFFF;
  /* 清除默认样式 */
  border: none;
  outline: none;
  padding-left: 24px;
  font-weight: 500;
  font-size: 24px;
  color: #1F2329;
  box-sizing: border-box;
}

.zixun-btns {
  width: 192px;
  height: 68px;
  background: linear-gradient(104deg, #1763FF 0%, #C173F4 60%, #FF8800 100%);
  text-align: center;
  line-height: 68px;
  font-size: 24px;
  color: #FFFFFF;
  cursor: pointer;
}