#page1 {
  width: 100%;
}

.swiper {
  width: 100%;
  /*height: 400px;*/
  height: auto;
}
.swiper img {
  width: 100%;
  height: 100%;
}
.pct1 {
  padding: 32px;
}
.pct1Title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
}
.pct1Title span {
  color: #0655fe;
}
.pct1Card {
  margin-top: 16px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px -2px;
  padding: 32px;
  border-radius: 16px;
}
.pct1C_t {
  font-size: 24px;
  font-weight: 500;
}

.pct1C_c {
  margin-top: 16px;
  font-size: 20px;
  //text-indent: 2rem;
}

.pct2 {
  background-color: #032b82;
  margin-top: 32px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 16px 40px 28px;
}
.pct2_timeLine {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.pct2_t_once {
  flex: 1;
}
.pct2_t_once.active {
  /* background-color: #000; */
  color: #a1e9ff;
}
.pct2_t_once.active .pct2_t_line::after {
  background-color: #a1e9ff;
}
.pct2_t_line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.pct2_t_line::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pct2_t_c_title {
  margin-top: 16px;
  font-size: 14px;
}
.pct2_t_c_time {
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
  height: 60px;
}
.pct2_title {
  font-weight: 600;
}

.pct3 {
  display: flex;
  flex-direction: column;
  padding: 32px;
}

.pct3_once {
  display: flex;
  align-items: center;
}
.pct3_Left {
  border-left: 2px solid #000;
  padding: 16px 0;
}
.pct3_L_c {
  margin-left: 32px;
  padding: 16px;
  width: 300px;
  background-color: #3262c9;
  color: #fff;
  text-align: center;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pct3_once:nth-child(2n) .pct3_L_c {
  background-color: #a1befc;
}
.pct3_right {
  margin-left: 32px;
  font-size: 20px;
  //text-indent: 2rem;
}

.pct4 {
  padding-top: 32px;
  background-color: #f2f2f2;
}
.pct4_line {
  display: flex;
  align-items: center;
}
.pct4_left,
.pct4_right {
  height: 0.5px;
  background-color: #000;
  flex: 1;
  position: relative;
}

.pct4_left::after,
.pct4_right::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pct4_left::after {
  right: 0;
  transform: translate(50%, -50%);
}
.pct4_label {
  font-size: 12px;
  margin: 0 32px;
}

.pct4_content {
  font-size: 14px;
  padding: 32px;
  line-height: 32px;
  word-break: break-all;
  text-align: center;
}

.pct5 {
  padding: 32px;
}
.pct5_Submission {
  font-size: 24px;
  color: #0655fe;
  font-weight: 700;
}
.pct5_Portal {
  color: transparent; /* 文字颜色透明 */
  -webkit-text-stroke: 1px #0655fe; /* 描边颜色和宽度 */
}
.pct5_Mail {
  font-size: 20px;
  padding-top: 32px;
}
.pct5_MailUrl {
  color: #0655fe;
  cursor: pointer;
}
.pct5_m_content {
  font-size: 20px;
  padding-top: 10px;
}
.smIcon {
  width: 30px;
  height: 30px;
}

.pct5_cards {
  display: flex;
  flex-wrap: wrap;
}

.pct5_card {
  display: flex;
  align-items: stretch;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px -2px;
  margin-right: 32px;
  margin-top: 32px;
}
.pct5_c_left {
  width: 150px;
  height: 100%;
}
.pct5_c_left img {
  height: 100%;
  width: 100%;
}

.pct5_c_right {
  width: 400px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 32px;
}
.pct5_c_r_ewm img {
  width: 150px;
  /*height: 150px;*/
}
.pct5_c_r_name {
  display: flex;
  align-items: flex-end;
}
.pct5_c_r_dh,
.pct5_c_r_qq {
  display: flex;
  align-items: center;
}
.pct5_c_r_n {
  font-size: 28px;
  color: #0655fe;
  font-weight: 600;
}

.downBut {
  padding: 10px 64px;
  border-radius: 64px;
  background-color: #0655fe;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.idEwm {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
  margin-top: 32px;
}
.idEwm img {
  margin: 0;
}
.lsName {
  padding-top: 16px;
}

.cardEq {width: 120px;}
