@font-face {
  font-family: "AlibabaPuHuiTi-Regular";
  font-weight: 400;
  src: url("../fonts/Regular.woff2") format("woff2"),
    url("../fonts/Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "AlibabaPuHuiTi-Heavy";
  
  src: url("../fonts/Heavy.woff2") format("woff2"),
    url("../fonts/Heavy.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "AlibabaPuHuiTi-Black";
  font-weight: 1000;
  src: url("../fonts/Black.woff2") format("woff2"),
    url("../fonts/Black.woff") format("woff");
  font-display: swap;
}

body {
  background-color: #fff;
  min-width: 1840px;
}

header {
  background-color: #fff;
}

.toper-head {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 8px;
  box-sizing: border-box;
  background-color: #fff;
  font-family: "AlibabaPuHuiTi-Regular";
}

.banner-box {
  width: 100%;
  height: 900px;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 8px;
}

.banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
  position: relative;
}

.step-line {
  content: "";
  position: absolute;
  z-index: 1;
  width: 2px;
  top: 128px;
  left: 237px;
  background-color: #36d5f5;
}

.step-box {
  padding: 80px 282px;
  border-radius: 28px;
  background-color: #e0f4ff;
  box-sizing: border-box;
}

.small-box-title {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}

.small-box-title-text {
  font-family: "AlibabaPuHuiTi-Black";
  color: #05060a;
  font-size: 36px;
  text-align: left;
  line-height: 44px;
  position: relative;
  z-index: 2;
}

.small-box-title::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(
    90deg,
    rgba(50, 210, 242, 0.4) 0%,
    rgba(40, 140, 234, 0.4) 100%
  );
}

.small-box-text {
  color: #383838;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}

.highlight-text {
  color: #2d83ed;
  font-family: "AlibabaPuHuiTi-Heavy";
}

.head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.head-box::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 24px;
  left: -56px;
  background-color: #36d5f5;
}

.head-box .step-title-box {
  width: 168px;
  height: 72px;
}

.head-box .step-title-box .step-title-img {
  display: block;
  width: 100%;
  height: 100%;
}

.head-box .show-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.head-box .show-btn .btn-text {
  color: #2d83ed;
  font-size: 28px;
  line-height: 36px;
}

.head-box .show-btn .btn-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.small-box {
  border-radius: 32px;
  overflow: hidden;
  border: 4px solid #ffffff;
  background: linear-gradient(0deg, #fefefe 0%, #ebf9ff 100%);
  box-sizing: border-box;
}

.p40 {
  padding: 40px;
}

.box-flex-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.box-flex-item {
  display: flex;
  gap: 24px;
}

.loadding-text {
  text-align: center;
  color: #383838;
  font-size: 18px;
  line-height: 28px;
}

.w25 {
  width: calc(25% - 12px);
}

.w50 {
  width: calc(50% - 12px);
}

.w75 {
  width: calc(75% - 12px);
}

.video-box {
  width: 100%;
  height: 640px;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 24px;
}

.video-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

.play-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.text-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 42px;
}

.text-clip {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(90deg, #248ce3, #3ad2f9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 36px;
  font-family: "AlibabaPuHuiTi-Heavy";
  text-align: left;
  line-height: 48px;
}

.dszt-icon {
  display: block;
  width: 106px;
  height: 106px;
}

.cydx {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.cydx-item {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background-color: #fff3e0;
  padding: 8px;
  box-sizing: border-box;
  gap: 24px;
}

.year-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.year-text {
  color: #383838;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.year-value {
  color: #383838;
  font-size: 24px;
  font-family: "AlibabaPuHuiTi-Black";
  line-height: 36px;
}

.zzdw {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.zzdw-text {
  color: #383838;
  font-size: 24px;
  text-align: left;
  line-height: 36px;
  padding-left: 26px;
  position: relative;
}

.zzdw-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #2d83ed;
  border-radius: 50%;
}

.dsap-item-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 16px * 2 / 3);
}

.dsap-icon-list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
}

.dsap-icon {
  display: block;
  width: 120px;
  height: 120px;
}

.dsap-circle-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  margin-top: 32px;
  margin-bottom: 20px;
}

.dsap-circle-list::after {
  content: "";
  position: absolute;
  top: 11px;
  left: calc(100% / 3 / 2);
  right: calc(100% / 3 / 2);
  height: 2px;
  background-color: #fbce56;
}

.dsap-circle {
  width: 24px;
  height: 24px;
  border: 6px solid #fbce56;
  border-radius: 50%;
  background-color: #ff7b1a;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.dsap-info-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.dsap-info-item {
  width: calc(100% / 3 - 16px * 2 / 3);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-title {
  color: #383838;
  font-size: 28px;
  font-family: "AlibabaPuHuiTi-Heavy";
  text-align: center;
  line-height: 36px;
}

.info-text {
  color: #808080;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}

.bmsj {
  padding-top: 40px;
  box-sizing: border-box;
}

.bmsj-icon {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.bmsj-text {
  color: #383838;
  font-size: 32px;
  
  font-family: "AlibabaPuHuiTi-Heavy";
  text-align: center;
  line-height: 48px;
}

.qcode-box {
  width: 100%;
}

.qcode {
  display: block;
  width: 100%;
  height: auto;
}

.qcode-text {
  color: #000000;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  margin-top: 14px;
}

.bmfs-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.bmfs-item {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 20px 32px;
  box-sizing: border-box;
  box-shadow: 0px 4px #def3ff;
}

.bmfs-icon {
  display: block;
  width: 48px;
  height: 48px;
}

.jxsz-list {
  display: flex;
  gap: 16px;
}

.jxsz-item {
  border-radius: 24px;
  padding: 4px;
  box-sizing: border-box;
  width: calc(100% / 3 - 16px * 2 / 3);
}

.jxsz-item-1 {
  background: linear-gradient(180deg, #f9b451 0%, #fadd87 100%);
}

.jxsz-item-2 {
  background: linear-gradient(180deg, #61abff 0%, #a8d1ff 100%);
}

.jxsz-item-3 {
  background: linear-gradient(180deg, #f7663c 0%, #ffab94 100%);
}

.jxsz-item-1 .jxsz-num {
  color: #ff9700;
}

.jxsz-item-2 .jxsz-num {
  color: #61abff;
}

.jxsz-item-3 .jxsz-num {
  color: #f7663c;
}

.jxsz-item-main {
  background: linear-gradient(0deg, #fefefe 0%, #ebf9ff 100%);
  padding: 36px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
}

.jxsz-list .jxsz-icon {
  display: block;
  width: 100px;
  height: 100px;
}

.jxsz-name {
  color: #383838;
  font-size: 28px;
  font-family: "AlibabaPuHuiTi-Heavy";
  text-align: center;
  line-height: 36px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.jxsz-num {
  display: flex;
  align-items: flex-end;
  font-family: "AlibabaPuHuiTi-Heavy";
}

.jxsz-num .num {
  font-size: 48px;
  line-height: 48px;
}

.jxsz-num .unit {
  font-size: 28px;
  line-height: 40px;
}

.jxsz-tips-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jxsz-tip-item {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 20px 32px;
  border: 2px solid #ebf9ff;
  box-sizing: border-box;
}

.jxsz-tips-list .jxsz-icon {
  display: block;
  width: 48px;
  height: 48px;
}

.jxsz-tips {
  margin-top: 24px;
  color: #808080;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}

.tips-icon {
  color: #ff0000;
  font-size: 18px;
  line-height: 28px;
}

.ygsx-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.slides-flex {
  margin-top: 24px;
  display: flex;
  gap: 24px;
}

.slide-box {
  width: calc(50% - 12px);
  box-sizing: border-box;
  border-radius: 20px;
  background: linear-gradient(90deg, #2393e8 0%, #32c9f0 100%);
  overflow: hidden;
}

.slide-img-list {
  display: flex;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
}

.slide-img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  flex-shrink: 0;
  position: relative;
  left: 0;
  transition: all 0.3s;
}

.slide-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  box-sizing: border-box;
}

.slide-name {
  color: #ffffff;
  font-size: 28px;
  font-family: "AlibabaPuHuiTi-Heavy";
  line-height: 36px;
}

.slide-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.prev,
.next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.slide-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.jcsj-imgs {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}

.jcsj-img-box {
  width: calc(100% / 4 - 24px * 3 / 4);
  border-radius: 24px;
  overflow: hidden;
}

.jcsj-img {
  display: block;
  width: 100%;
  height: 238px;
  object-fit: cover;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tips {
  margin-top: 24px;
  color: #808080;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}

.fsrxmd,
.jsrxmd {
  display: flex;
  gap: 40px;
  margin-top: 32px;
}

.md-box {
  width: calc(50% - 20px);
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 #1870990f;
  padding: 32px 8px 32px 32px;
  box-sizing: border-box;
}

.md-box .fsrxmd-head-box {
  padding-right: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.md-box .fsrxmd-head-box .name {
  color: #383838;
  font-size: 28px;
  font-family: "AlibabaPuHuiTi-Heavy";
  text-align: left;
  line-height: 36px;
}

.md-box .fsrxmd-head-box .switch-box {
  border-radius: 24px;
  padding: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.switch-item {
  color: #383838;
  font-size: 18px;
  font-family: "AlibabaPuHuiTi-Heavy";
  text-align: center;
  line-height: 28px;
  padding: 6px 16px;
  cursor: pointer;
}

.switch-active {
  border-radius: 36px;
  box-sizing: border-box;
  color: #fff;
}

.table-box {
  padding-right: 24px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 24px;
  height: 440px;
}

.table-box .thead {
  display: flex;
  gap: 2px;
}

.table-box .thead .th-1 {
  border-radius: 16px 0 0 0;
  overflow: hidden;
}

.table-box .thead .th-2 {
  border-radius: 0 16px 0 0;
  overflow: hidden;
}

.table-box .thead .th {
  width: calc(50% - 1px);
  padding: 10px 0;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  font-family: "AlibabaPuHuiTi-Heavy";
  text-align: center;
  line-height: 28px;
}

.table-box .tbody {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.table-box .tbody .tr {
  display: flex;
  gap: 2px;
}

.table-box .tbody .tr .td {
  width: calc(50% - 1px);
  padding: 10px 0;
  box-sizing: border-box;
  color: #383838;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}

.table-box .thead .th-100 {
  width: 100%;
  border-radius: 16px 16px 0 0;
}

.table-box .tbody.td-100 .tr .td {
  width: 100%;
}

.sz .fsrxmd-head-box .switch-box {
  background-color: #e8f7ff;
}

.hk .fsrxmd-head-box .switch-box {
  background-color: #fff5e3;
}

.sz .fsrxmd-head-box .switch-box .switch-active {
  background: linear-gradient(132.1deg, #2391e8 0%, #33cdf1 100%);
}

.hk .fsrxmd-head-box .switch-box .switch-active {
  background: linear-gradient(90deg, #ff7516 0%, #fbd35a 100%);
}

.sz .table-box .thead .th {
  background-color: #2db6ee;
}

.hk .table-box .thead .th {
  background-color: #f9b451;
}

.sz .table-box .tbody .tr:nth-child(even) .td {
  background-color: #def3ff;
}

.hk .table-box .tbody .tr:nth-child(even) .td {
  background-color: #ffecc9;
}

.sz .table-box::-webkit-scrollbar {
  width: 6px;
}

.sz .table-box::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #ebf8ff;
}

.sz .table-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #c2e7fc;
}

.hk .table-box::-webkit-scrollbar {
  width: 6px;
}

.hk .table-box::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #fff5e8;
}

.hk .table-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #ffd69c;
}

.time-place {
  display: flex;
  gap: 40px;
  margin-top: 34px;
}

.time-place .time-place-box {
  width: calc(50% - 20px);
  border-radius: 24px;
  background: #def3ff;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}

.time-place .time-place-box .icon-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.time-place .time-place-box .icon-title .icon {
  display: block;
  width: 24px;
  height: 24px;
}

.time-place .time-place-box .icon-title .title {
  color: #383838;
  font-size: 20px;
  text-align: left;
  line-height: 32px;
}

.time-place .time-place-box .value {
  color: #383838;
  font-size: 24px;
  font-family: "AlibabaPuHuiTi-Heavy";
  text-align: left;
  line-height: 32px;
}

.juesai .video-list {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.juesai .video-item {
  width: calc(50% - 12px);
  height: 440px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}

.juesai .hjmd-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.juesai .hjmd-50 {
  width: calc(50% - 20px);
  border-radius: 24px;
  background: linear-gradient(180deg, #fffae8 0%, #ffffff 19%);
  box-shadow: 0 2px 12px 0 #1870990f;
  padding: 40px 32px 32px;
  box-sizing: border-box;
}

.juesai .hjmd-100 {
  width: 100%;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffae8 0%, #ffffff 19%);
  box-shadow: 0 2px 12px 0 #1870990f;
  padding: 40px 32px 32px;
  box-sizing: border-box;
}

.juesai img.title-img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 40px;
  margin-bottom: 12px;
}

.juesai .title-img-text {
  color: #808080;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

.juesai .hjmd-100 .content {
  color: #383838;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}

.juesai .hjmd-50 .imgs,
.juesai .hjmd-100 .imgs {
  display: flex;
  gap: 32px;
  margin: 24px 0 32px;
}

.juesai .hjmd-50 .imgs img.img-50,
.juesai .hjmd-100 .imgs img.img-50 {
  display: block;
  width: calc(50% - 16px);
  height: auto;
}

.juesai .area-sz {
  margin-bottom: 16px;
}

.juesai .area-hk,
.juesai .area-sz {
  display: flex;
  align-items: flex-start;
  border-radius: 28px;
  background-color: #fff5e3;
  padding: 8px;
  box-sizing: border-box;
  gap: 12px;
}

.juesai .area-sz {
  background-color: #e8f7ff;
}

.juesai .area-hk .hk-icon,
.juesai .area-sz .sz-icon {
  width: 68px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(90deg, #ff7717 0%, #fbd058 100%);
  color: #ffffff;
  font-size: 18px;
  
  font-family: "AlibabaPuHuiTi-Heavy";
  text-align: center;
  line-height: 40px;
  flex-shrink: 0;
}

.juesai .area-sz .sz-icon {
  background: linear-gradient(90deg, #2392e8 0%, #33cdf1 100%);
}

.juesai .area-hk .names,
.juesai .area-sz .names {
  color: #383838;
  font-size: 20px;
  text-align: left;
  line-height: 38px;
}

.jqqd-text {
  height: 100px;
  border-radius: 32px;
  border: 4px solid #ffffff;
  background: linear-gradient(0deg, #fefefe 0%, #ebf9ff 100%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #383838;
  font-size: 24px;
  line-height: 40px;
}

.registration-steps-container {
  display: flex;
  justify-content: space-between;
}

.registration-steps-container .steps-list {
  display: flex;
  align-items: flex-start;
  gap: 52px;
  position: relative;
  padding-left: 8px;
  box-sizing: border-box;
}

.registration-steps-container .steps-list::before {
  content: "";
  position: absolute;
  top: 63px;
  left: 68px;
  right: 200px;
  height: 2px;
  background-color: #fbce56;
  z-index: 0;
}

.registration-steps-container .flex-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.registration-steps-container .steps-list .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.registration-steps-container .steps-list .step-item .step-number {
  color: #808080;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
}

.registration-steps-container .steps-list .step-item .dot {
  width: 24px;
  height: 24px;
  background-color: #ff7b1a;
  border: 6px solid #fbce56;
  box-sizing: border-box;
  border-radius: 50%;
}

.registration-steps-container .steps-list .step-item .step-text {
  color: #383838;
  font-size: 28px;
  
  font-family: "AlibabaPuHuiTi-Heavy";
  text-align: left;
  line-height: 36px;
}

.registration-steps-container .steps-list .step-item .download-link {
  border-radius: 12px;
  border: 1px solid #2d83ed;
  background-color: #ffffff;
  color: #2d83ed;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  padding: 8px 16px;
  box-sizing: border-box;
}

.step-description {
  color: #808080;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}

.contact-info {
  border-radius: 24px;
  border: 2px solid #ebf9ff;
  padding: 28px;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.contact-title {
  color: #383838;
  font-size: 24px;
  text-align: left;
  line-height: 32px;
}

.contact-number {
  color: #2d83ed;
  font-size: 36px;
  
  font-family: "AlibabaPuHuiTi-Heavy";
  text-align: left;
  line-height: 44px;
  margin-top: 16px;
  margin-bottom: 28px;
}

.contact-note,
.contact-time {
  color: #383838;
  font-size: 20px;
  text-align: left;
  line-height: 32px;
}
