.header-bar[data-v-704a8dc0] {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 1.5rem 1.375rem 2rem;
  background-color: transparent;
}
.header-bar .title-box[data-v-704a8dc0] {
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(90deg, #01afff 5%, #0273fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-bar .btn-box[data-v-704a8dc0] {
  display: flex;
  align-items: center;
  width: max-content;
  height: 2rem;
  background: linear-gradient(180deg, #01afff 5%, #0273fe 100%);
  border-radius: 4px 4px 4px 4px;
  padding: 0 0.625rem;
  font-size: 1rem;
  color: #ffffff;
}
.header-bar .btn-box .home-icon[data-v-704a8dc0] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
}

.root-box[data-v-691ae494] {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-image: url('/new/icon_back_home.png');
  background-size: cover;
  background-position: unset;
  display: flex;
  flex-direction: column;
}

.content-style[data-v-19e77724] {
  padding: 1.875rem 1.5rem;
}
.item-style[data-v-19e77724] {
  margin-top: 1.25rem;
  height: calc(100vh - 11.875rem);
  overflow-y: scroll;
  overflow-x: hidden;
}
.item-style .card-style[data-v-19e77724] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 31.75rem;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 0.9375rem;
}
.item-style .card-style .header[data-v-19e77724] {
  width: 100%;
  height: 4.25rem;
  background: url('/new/header_bg.png');
  background-repeat: no-repeat;
  /* 禁止重复 */
  background-position: center center;
  /* 水平+垂直居中 */
  background-size: cover;
  border-radius: 8px 8px 0px 0px;
  font-size: 1.5rem;
  color: #ffffff;
}
.item-style .card-style .card-content[data-v-19e77724] {
  flex: 1;
  padding: 1rem 1.25rem;
  overflow-y: scroll;
}
.item-style .card-style .card-content .train-item[data-v-19e77724] {
  height: 2.75rem;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 1rem;
  color: #0f3979;
  line-height: 1.5rem;
}
.item-style .card-style .card-content .train-item .train-name[data-v-19e77724] {
  width: calc(100% - 2.5rem);
  height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-style .card-style .card-content .train-item img[data-v-19e77724] {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}
.item-style .card-style .btn-style[data-v-19e77724] {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-bottom: 1.875rem;
  height: 2.5rem;
  background: linear-gradient(270deg, #3bbaff 0%, #2e8cff 100%);
  border-radius: 4px;
  font-weight: 400;
  font-size: 1.125rem;
  color: #ffffff;
  cursor: pointer;
}
.search-row[data-v-19e77724] {
  height: 2.5rem;
}
.search-row .left-row[data-v-19e77724] {
  width: 24.25rem;
}
.search-row .left-row span[data-v-19e77724] {
  font-weight: 400;
  font-size: 1rem;
  color: #0f3979;
}
.search-row .left-row .search-input[data-v-19e77724] {
  width: 18.75rem;
  height: 2.5rem;
}
.right-row[data-v-19e77724] {
  width: 7.5rem;
  height: 2.5rem;
  background: #0273fe;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
}
.ant-btn-primary[disabled][data-v-19e77724] {
  color: rgba(0, 0, 0, 0.25) !important;
  background-color: #f5f5f5 !important;
}
.flex[data-v-19e77724] {
  display: flex;
}
.flex_warp[data-v-19e77724] {
  flex-wrap: wrap;
}
.a-center[data-v-19e77724] {
  align-items: center;
}
.j-center[data-v-19e77724] {
  justify-content: center;
}
.j-end[data-v-19e77724] {
  justify-content: flex-end;
}
.j-sb[data-v-19e77724] {
  justify-content: space-between;
}
.ml32[data-v-19e77724] {
  margin-left: 2rem;
}
/* 文字溢出 */
.ell[data-v-19e77724] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.container[data-v-19e77724] {
  margin: 0 1.5rem 1.5rem;
  padding: 1rem 1.5rem;
  background: #ffffff;
  border-radius: 8px;
}
.container .back-style[data-v-19e77724] {
  display: inline-flex;
  width: auto;
  height: 2.5rem;
  background: #f2f5fa;
  border-radius: 4px;
  padding: 0 1rem;
  font-weight: 400;
  font-size: 1rem;
  color: #0F3979;
  cursor: pointer;
}
.container .back-style img[data-v-19e77724] {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 8px;
}
.container .card-box[data-v-19e77724] {
  padding: 1.5rem 1.5rem 0;
}
.title-style[data-v-19e77724] {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 1.25rem;
  color: #0F3979;
}
.vertical-line[data-v-19e77724] {
  width: 6px;
  height: 1.25rem;
  margin: 0 8px;
}
.name-style[data-v-19e77724] {
  font-weight: 500;
  font-size: 1.25rem;
  color: #0F3979;
}
.no-data[data-v-19e77724] {
  flex: 1;
  font-weight: 400;
  font-size: 1.25rem;
  color: #0F3979;
  line-height: 18.75rem;
  height: 18.75rem;
  text-align: center;
}
.p24[data-v-19e77724] {
  padding: 0 1.5rem 1.5rem;
}
.left-style[data-v-19e77724] {
  min-height: calc(100vh - 7.5rem);
  width: 17.5rem;
  background: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
}
.left-style .avatar-img[data-v-19e77724] {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
}
.left-style .name-style[data-v-19e77724] {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #0f3979;
}
.left-style .name-style img[data-v-19e77724] {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 8px;
}
.left-style .line-style[data-v-19e77724] {
  height: 1px;
  background: rgba(15, 57, 121, 0.15);
  margin: 1.5rem 0px;
}
.left-style .icon-style[data-v-19e77724] {
  height: 1.5rem;
  width: 1.5rem;
}
.left-style .icon-style img[data-v-19e77724] {
  height: 100%;
  width: 100%;
}
.left-style .text-style[data-v-19e77724] {
  font-weight: 400;
  font-size: 1rem;
  color: #0F3979;
  line-height: 1.5rem;
  max-width: 5rem;
}
.left-style .value-style[data-v-19e77724] {
  font-weight: 400;
  font-size: 1rem;
  color: #0F3979;
  line-height: 1.5rem;
  max-width: 8rem;
}
.mt16[data-v-19e77724] {
  margin-top: 1rem;
}
.right-card[data-v-19e77724] {
  width: calc(100% - 19rem);
}
.right-card .card-style[data-v-19e77724] {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 1.5rem;
}
.right-card .item-content[data-v-19e77724] {
  width: 7.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.625rem;
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #0F3979;
}
.right-card .item-content .img-style[data-v-19e77724] {
  width: 4rem;
  height: 4rem;
  margin-bottom: 8px;
  position: relative;
}
.right-card .item-content .img-style .img[data-v-19e77724] {
  width: 100%;
  height: 100%;
}
.right-card .line-style[data-v-19e77724] {
  height: 1px;
  background: rgba(15, 57, 121, 0.15);
  margin: 1rem 0px;
}
.right-card .btn-style[data-v-19e77724] {
  width: 7.5rem;
  height: 2rem;
  background: #0273fe;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}
.right-card .edit-style[data-v-19e77724] {
  width: 7.5rem;
  height: 2rem;
  background: rgba(15, 57, 121, 0.05);
  border-radius: 4px;
  border: 1px dashed rgba(15, 57, 121, 0.3);
  font-weight: 400;
  font-size: 1rem;
  color: #0F3979;
  margin-right: 1.5rem;
  cursor: pointer;
}
.right-card .add-style[data-v-19e77724] {
  width: 7.5rem;
  height: 2rem;
  background: rgba(2, 115, 254, 0.05);
  border-radius: 4px;
  border: 1px dashed rgba(2, 115, 254, 0.3);
  font-weight: 400;
  font-size: 1rem;
  color: #0273FE;
  margin-right: 1.5rem;
  cursor: pointer;
}
.right-card .close-style[data-v-19e77724] {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.right-card .text-center[data-v-19e77724] {
  text-align: center;
}
.right-card .no-data[data-v-19e77724] {
  flex: 1;
  font-weight: 400;
  font-size: 1.25rem;
  color: #0F3979;
  line-height: 18.75rem;
  height: 18.75rem;
  text-align: center;
}

