@font-face {
  font-family: 'TaoBaoMaiCaiTi';
  src: url('./font/TaoBaoMaiCaiTi-Regular.woff2') format('woff2'),
       url('./font/TaoBaoMaiCaiTi-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* 头部区域结束 */
.content-item {
  overflow: hidden;
  background-color: #fff;
}
.content-box .main-header {
  margin-top: 60px;
}
.content-item .main-text {
  font-weight: normal;
  font-size: 44px;
  color: #1f2b42;
  text-align: center;
  font-weight: 600;
}
.content-item .sub-text {
  font-weight: 400;
  font-size: 28px;
  color: #788295;
  text-align: center;
  margin-top: 10px;
}
.content-box {
  background: linear-gradient(90deg, #effaff 0%, #edf9ff 100%);
}
/* 模块一 */
.content-first-item {
  height: 640px;
  min-height: calc(100vh - 268px);
  background-image: url("../img/fusion-publishing/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
.content-first-item .school-img-1 {
  width: 287px;
  height: 61px;
  position: absolute;
  top: 158px;
  left: 0;
}
.content-item-content {
  position: relative;
}
.content-first-item .desc-box {
  position: absolute;
  width: 720px;
  top: 250px;
  left: 0;
}

.content-first-item .desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  font-family: TBMCYXT;
}
.content-first-item .btn-box {
  width: 216px;
  height: 64px;
  background: #CEE4FB;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  color: #0090FF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 400px;
  left: 0;
  cursor: pointer;
}
.content-first-item .btn-box img {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}
.content-first-item .btn-box:hover {
  /* opacity: 0.8; */
}
.content-second-item {
  padding-top: 80px;
}

.content-bg-item {
  background: linear-gradient(#e1f4ff 0%, #ffffff 100%);
}
.content-bg-nochange-item {
  background: linear-gradient( 180deg, #EFF9FF 0%, #F8FDFF 100%);
}

.item-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.digital-img-2 {
  margin: 60px 0;
}
.digital-img-4 {
  width: 700px;
  height: 640px;
}
.digital-img-5 {
  width: 500px;
  height: 325px;
}
.digital-img-6 {
  width: 500px;
  height: 292px;
}
.digital-img-7 {
  width: 660px;
  height: 640px;
  margin-left: 40px;
}
.digital-img-8 {
  width: 700px;
  height: 640px;
}
.digital-img-9 {
  width: 480px;
  height: 288px;
}
.digital-img-10 {
  width: 570px;
  height: 364px;
}
.digital-img-11 {
  width: 660px;
  height: 640px;
}
.digital-img-12 {
  width: 700px;
  height: 640px;
}
.digital-img-13 {
  width: 500px;
  height: 271px;
}
.digital-img-14 {
  width: 570px;
  height: 364px;
}
.digital-img-15 {
  width: 660px;
  height: 640px;
}
.digital-img-16 {
  width: 700px;
  height: 640px;
}
.digital-img-17 {
  width: 500px;
  height: 271px;
}
.digital-img-18 {
  width: 1080px;
  height: 723px;
  margin-top: 60px;
  margin-bottom: 89px;
}
.digital-img-19 {
  width: 1200px;
  height: 582px;
  margin: 60px 0 80px;
}
.digital-img-20 {
  width: 100%;
  /* height: 582px;
  margin: 60px 0 80px; */
}
.digital-img-21 {
  width: 1080px;
  height: 360px;
  margin: 60px 0 120px;
}
.title {
  font-size: 90px;
  color: #FFFFFF;
  font-family: TaoBaoMaiCaiTi;
}
.sub-title {
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 45px;
  margin-bottom: 20px;
  letter-spacing: 12px;
}
.small-title{
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
}
.hero-login-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.hero-login-btn {
  min-width: 168px;
  height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.hero-login-btn:hover {
  transform: translateY(-2px);
}
.hero-login-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.hero-login-btn-primary {
  color: #1f2b42;
  background: linear-gradient(135deg, #ffe98a 0%, #ffd24d 100%);
  box-shadow: 0 14px 28px rgba(255, 210, 77, 0.32);
}
