.rescueTitle {
  padding-bottom: 10px;
  margin-top: 90px;
  position: relative;
}
.rescueTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2.86rem;
  height: 0.02rem;
  background-color: #9d9d9d;
}

.rescueTitle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0.8rem;
  height: 0.06rem;
  background-color: #0095e7;
}

.english {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  font-family: HarmonyOS_Sans_SC;
  font-weight: SC;
  font-size: 0.56rem;
  color: #9d9d9d;
  text-align: center;
}

.chinese {
  height: 0.8rem;
  line-height: 0.8rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.6rem;
  color: #0095e7;
  text-align: center;
}

.about-container {
  margin-top: 67px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
  text-align: justify;
  line-height: 29px;
}

.middle-box {
  width: 100%;
  padding-top:2rem;
  padding-bottom:2rem;
  margin-top: 2rem;
  background: no-repeat url("../images/bj.png") center;
  background-size: cover;
}

.middle-card {
  box-sizing: border-box;
  width: 100%;
  padding: 0.4rem;
  background: #ffffff;
  box-shadow: 0 2px 11px 0 #00000033;
  align-items: center;
  margin-top: 1rem;
}
.middle-card:first-child{margin-top:0}
.card-right {
  box-sizing: border-box;
  padding: 0px 0 0 25px;
}

.card-right-two {
  box-sizing: border-box;
  padding: 0px 25px 0 0;
}

.card-title {
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #0095e7;
  height: 7%;
}

.card-container {
  box-sizing: border-box;
  padding-top: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #5c5c5c;
  text-align: justify;
  line-height: 28px;
  max-height: 80%;
  overflow: hidden; /* 隐藏超出容器的内容 */
  position: relative; /* 设置相对定位，以便伪元素定位 */
}

.card-container::after {
  content: "..."; /* 伪元素的内容是省略号 */
  position: absolute; /* 绝对定位 */
  bottom: 0; /* 位于容器底部 */
  right: 0; /* 位于容器右侧 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    white 50%
  ); /* 渐变背景，使省略号逐渐变成容器背景颜色 */
  padding-left: 10px; /* 增加左侧内边距，确保省略号不紧贴文本 */
}

.newsContent-container {
  box-sizing: border-box;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #5c5c5c;
  text-align: justify;
  line-height: 28px;
  max-height: 80%;
  overflow: hidden; /* 隐藏超出容器的内容 */
  position: relative; /* 设置相对定位，以便伪元素定位 */
}

.newsContent-container::after {
  content: "..."; /* 伪元素的内容是省略号 */
  position: absolute; /* 绝对定位 */
  bottom: 0; /* 位于容器底部 */
  right: 0; /* 位于容器右侧 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    #f6f7fb 50%
  ); /* 渐变背景，使省略号逐渐变成容器背景颜色 */
  padding-left: 10px; /* 增加左侧内边距，确保省略号不紧贴文本 */
}

.card-bottom {
  height: 12%;
}

.card-pic {
  width: 100%;
  height: 100%;
}

.search-box {
  width: 100%;
  min-height: 360px;
  background-color: #ffffff;
}

.search-title {
  margin-top: 0;
}

.search-container {
  margin-top: 70px;
  cursor: pointer;
}

.team-type-con {
  width: 120px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.active-con {
  width: 100px;
  display: flex;
  height: 30px;
  line-height: 30px;
}

.select-type {
  width: 50px;
  border: none;
}

.select-type:focus {
  outline: none;
  border: none;
}

.select-type-con {
  display: none;
}

.search-input {
  width: calc(100% - 156px);
  cursor: pointer;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  padding: 0 15px;
  font-weight: SC;
  font-size: 18px;
  color: #b7b7b7;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-input-type {
  padding: 0 15px 0 115px;
}

.search-input:focus {
  outline: none;
  border-color: #00c7f5;
}

.search-button {
  width: 156px;
  height: 60px;
  background-image: linear-gradient(180deg, #00c7f5 0%, #0095e7 100%);
  border-radius: 6px;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-total {
  height: 65px;
  line-height: 65px;
  text-align: right;
  font-family: HarmonyOS_Sans_SC;
  font-weight: SC;
  font-size: 18px;
  color: #5c5c5c;
}

.result-card {
  box-sizing: border-box;
  width: 1200px;
  height: 180px;
  padding: 28px 58px;
  background: #ffffff;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  margin-bottom: 30px;
}

.result-card:last-child {
  margin-bottom: 150px;
}

.result-left {
  width: 17%;
  height: 100%;
}
.result-right {
  box-sizing: border-box;
  width: 83%;
  padding-left: 40px;
}

.result-right-status {
  width: 94px;
  height: 30px;
  background: #c3f4cb;
  border-radius: 2px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #1a8162;
}

.is-impower {
  background: #dceaff;
  color: #0f63e7;
}

.team-name {
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #2a2a2a;
}

.team-code {
  min-width: 148px;
  height: 23px;
  background: #0095e71a;
  border-radius: 2px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #0095e7;
  margin-left: 10px;
}

.team-phone {
  font-family: HarmonyOS_Sans_SC;
  font-weight: SC;
  font-size: 18px;
  color: #5c5c5c;
  margin-top: 25px;
  flex: 1;
}

.team-adress {
  font-family: HarmonyOS_Sans_SC;
  font-weight: SC;
  font-size: 18px;
  color: #5c5c5c;
  margin-top: 25px;
  flex: 2;
}

.tenet-box {
  flex: 1;
  background: #f6f7fb;
  margin-top: 60px;
}

.img-box {
  width: 100%;
  height: 340px;
}

.content-box {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #2a2a2a;
}

.tab-box {
  width: 790px;
  border-bottom: 2px solid #d6d6d6;
}

.tab {
  flex: 1;
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  font-size: 16px;
}

.tab-active {
  color: #0095e7;
  border-bottom: 3px solid #0095e7;
}

.knowledge-box {
  width: 280px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}

.knowledge-input {
  width: 236px;
  height: 36px;
  cursor: pointer;
  border: none;
  padding: 0 15px;
  font-weight: SC;
  font-size: 18px;
}

.knowledge-input::placeholder {
  color: #b7b7b7;
}

.knowledge-input:focus {
  outline: none;
  border-color: #ffffff;
}

.knowledge-box:focus {
  outline: none;
  border-color: #00c7f5;
}

.knowledge-search {
  width: 36px;
  height: 36px;
}

.video-box {
  width: 378px;
  height: 268px;
  margin-bottom: 43px;
}

.video-con {
  width: 378px;
}

.page {
  width: 32px;
  height: 32px;
  margin: 0 4px;
  background: #ffffff;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #2a2a2a;
}

.native-page {
  background: #0095e7;
  border-radius: 3px;
  border: none;
  color: #ffffff;
}

.previous-page,
.next-page,
.ellipsis-page {
  border: none;
}

.swiper-container-equipment {
  width: 1200px;
  height: 270px;
  margin: 60px auto 160px;
  position: relative;
}

.swiper-img {
  width: 380px;
  height: 235px;
  background-image: linear-gradient(180deg, #00000000 0%, #141414 100%);
}

.swiper-des {
  position: absolute;
  top: 200px;
  left: 20px;
  color: #ffffff;
}

.help-con {
  height: 355px;
}

.help-info {
  color: #000000;
  font-family: "Source Han Sans SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 37px;
  line-height: 37px;
}

.help-phone {
  color: #000000;
  font-family: "Source Han Sans SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  height: 37px;
  line-height: 37px;
  margin-left: 50px;
}

.form-con {
  width: 1200px;
  height: 1360px;
}

.form-con-join {
  height: 1560px;
}

.form-left-title {
  color: #000000;
  font-family: "Source Han Sans SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-left {
  flex: 2;
  height: 1160px;
  border-right: 1px solid #999999;
}

.form-right {
  flex: 1;
  height: 1160px;
}

.help-input {
  box-sizing: border-box;
  width: 450px;
  height: 50px;
  padding: 11px 20px 11px 25px;
  border-radius: 4px;
  border: 1px solid #b7b7b7;
}

.note-input {
  padding-right: 125px;
}

.auth-input {
  padding-right: 145px;
}

.help-input:focus {
  outline: none;
  border-color: #00c7f5;
}

.help-input::placeholder {
  color: #b7b7b7;
}

.help-label {
  width: 590px;
  height: 50px;
  margin-bottom: 25px;
}

/* .help-label:first-child {
  margin-top: 70px;
} */

.help-input-label {
  box-sizing: border-box;
  padding-right: 12px;
  color: #000000;
  font-family: "Source Han Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100px;
}

.note-button {
  box-sizing: border-box;
  width: 121px;
  height: 50px;
  line-height: 50px;
  color: #0095e7;
  font-family: "Source Han Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}

#auth-code {
  width: 141px;
}

.promise-info {
  color: #0095e7;
  font-family: "Source Han Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
  border-radius: 4px;
}

.confirm-button,
.cancel-button {
  width: 170px;
  height: 50px;
  padding: 15px 40px;
  justify-content: center;
  align-items: center;
  background: #0095e7;
  border: none;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #0095e7;
}

.cancel-button {
  margin-left: 50px;
  color: #000000;
  background: #dbdbdb;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}

.upload-icon {
  width: 28px;
  height: 28px;
}

.file-uploader {
  display: none;
}

.upload-box {
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 138px;
  height: 138px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.help-label-upload {
  height: auto;
}

.upload-text {
  color: #475669;
  font-family: "Source Han Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

.qrcode-con {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 160px;
}

.qrcode-img {
  width: 150px;
  height: 150px;
}

.qrcode-text {
  color: #0095e7;
  font-family: "Source Han Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
}

.qrcode-box {
  margin-left: 100px;
  margin-top: 50px;
}

.el-upload-list__item {
  width: 138px;
  height: 138px;
  margin-right: 7px;
  margin-bottom: 7px;
}

.upload-img {
  width: 100%;
  height: 100%;
}

.file-list {
  max-width: 450px;
  flex-wrap: wrap;
}

.teamwork-box,
.join-box {
  flex-direction: column;
}

.teamwork-con {
  height: 75px;
}

.teamwork-con1 {
  height: 150px;
}


.teamwork-form {
  margin-bottom: 300px;
}

.join-con {
  height: 160px;
}

.join-con:last-child {
  align-items: start;
}

.rule-logo {
  width: 30px;
  height: 30px;
}

.rule-con {
  margin-left: 10px;
}

.rule-text {
  color: #000000;
  font-family: "Source Han Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
}

.rule-text:nth-child(1) {
  height: 30px;
  line-height: 30px;
  color: #000000;
  font-family: "Source Han Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.join-button {
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #0095e7;
  font-family: "Source Han Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}

.join-input {
  padding-right: 40px;
}

.select-con {
  width: 450px;
  height: 170px;
  overflow-y: auto;
  left: 100px;
  top: 50px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 5px 0;
  display: none;
  z-index: 100;
}

.select-con-type {
  left: 0;
  width: 200px;
}

.select-item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}

.select-item:hover {
  background-color: #f5f7fa;
}

.rescue-pre,
.rescue-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.04rem;
  height: 1.04rem;
  background: #d6d6d6;
}

.rescue-pre {
  left: -1.2rem;
  top: 109px;
}

.rescue-next {
  right: -1.2rem;
  top: 109px;
}

.rule-icon-red {
  color: #f64b45;
  font-size: 25px;
}

.notclick {
  pointer-events: none;
}

.radio-box {
  margin: 70px 0;
}

.hidden {
  display: none;
}

.person-button {
  width: 40px;
  cursor: pointer;
}

.num-add,
.num-minus {
  width: 40px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  user-select: none;
}

.preview-card {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0008;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.preview-con {
  width: 50%;
  height: 70%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

.el-upload-list__item-actions:hover {
  opacity: 1;
}

.el-upload-list__item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise-info-error {
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 4px 0 0 10px;
  display: none;
}

.name-error,
.phone-error,
.address-error,
.content-error,
.phone-code-error,
.contactInformation-error,
.mailbox-error,
.mailbox-code-error,
.person-name-error,
.phone-number-error,
.id-card-error,
.join-name-error,
.introduction-error,
.team-names-error,
.contact-error,
.area-error,
.phone-number-code-error,
.id-card-code-error {
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 4px 0 0 0;
  display: none;
}

.el-upload-list__item-delete {
  width: 20px;
  height: 20px;
  color: #ffffff;
}

.pause-btn {
  position: absolute;
  left: 161.5px;
  top: 106.5px;
}

.video-text-box {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  color: #ffffff;
  background-image: linear-gradient(0deg, #00000000 0%, #141414 100%);
}

.video-title,
.video-view-num {
  flex: 1;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 18px;
}

.video-title {
  padding-left: 20px;
}

.video-view-num {
  text-align: right;
  padding-right: 20px;
}

.preview-video-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0008;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
}

.preview-video-main .preview-video-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  flex-direction: column;
}
.preview-video-main .preview-video-box .close-btn-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.preview-video-main .preview-video-box i {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.preview-video-main .preview-video-box video {
  max-width: 100%;
}

.map-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

#container {
  width: 1200px;
  height: 20rem;
  margin-top: 50px;
}

.mark-box {
  width: 228px;
  height: 230px;
}

.mark-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mark-title span {
  width: 140px;
  height: 20px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #2a2a2a;
}

.mark-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mark-content .mark-name {
  margin-top: 20px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #5c5c5c;
}

.mark-content .mark-phone {
  margin-top: 10px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #5c5c5c;
}

.mark-content .mark-join {
  margin-top: 24px;
  width: 102px;
  height: 32px;
  line-height: 32px;
  background-image: linear-gradient(180deg, #00c7f5 0%, #0095e7 100%);
  border-radius: 2px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

.mark-content .mark-join a {
  color: #ffffff;
  text-decoration: none;
}

.mark-bottom {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #5c5c5c;
  text-align: justify;
  line-height: 18px;
  margin: 10px;
  box-sizing: border-box;
  padding: 0 10px;
}

.message-box {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 2000;
  display: flex;
  justify-content: center;
}

.message-info {
  width: 300px;
  height: 20px;
  line-height: 20px;
  padding: 15px 15px 15px 20px;
  background-color: #f0f9eb;
  border-color: #e1f3db;
  color: #67c23a;
}

.amap-icon img {
  width: 20px;
  height: 20px;
}

.help-box {
  width: 228px;
  overflow-y: auto;
}

.help-item {
  display: flex;
  flex-direction: column;
}

.task-logo,
.position-logo,
.team-logo {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.task-info,
.position-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.team-info {
  display: flex;
  flex-direction: column;
}

.team-info-title {
  display: flex;
  align-items: center;
}

.task-name,
.team-info-name {
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  font-size: 16px;
  color: #2a2a2a;
}

.position-name {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #0095e7;
  text-align: justify;
  line-height: 22px;
}

.team-contactName,
.team-info-phone {
  margin-left: 26px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #5c5c5c;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #dcdfe6;
  margin: 10px 0;
}

.amap-info-content {
  padding-top: 18px;
  padding-right: 10px;
}

.search-btn-submit {
  border: none;
}

.rescueTitle-reset {
  margin-top: 0px;
}
