.tips[data-v-9d9b5276] {
  display: flex;
  margin-left: 41px;
  width: 100%;
}
.tips p[data-v-9d9b5276] {
  padding: 2px 0;
  margin: 0;
}
.tips p[data-v-9d9b5276]:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
}
.tips p[data-v-9d9b5276]:nth-of-type(2) {
  font-size: 12px;
  color: #999999;
}
.tips .drop[data-v-9d9b5276] {
  width: 12px;
  height: 12px;
  background: #c7000b;
  border-radius: 50%;
  margin: 0 10px;
  margin-top: 15px;
  z-index: 10;
}
.tips .drop-border[data-v-9d9b5276] {
  position: relative;
}
.tips .drop-border[data-v-9d9b5276]::before {
  content: "";
  display: block;
  height: 100%;
  border-right: 1px solid #ccc;
  position: absolute;
  left: -16px;
}
.tips .tips-content[data-v-9d9b5276] {
  margin: 10px;
  width: 98%;
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tips .el-icon-error[data-v-9d9b5276] {
  font-size: 16px;
  display: none;
}
.tips .tips-content[data-v-9d9b5276]:hover {
  color: #c7000b;
}
.tips .tips-content:hover .el-icon-error[data-v-9d9b5276] {
  color: #c7000b;
  display: block;
}
.red[data-v-9d9b5276] {
  width: 10px;
  height: 10px;
  background-color: #c7000b;
  border-radius: 50%;
}
.left[data-v-98adb754] {
  width: 100%;
}
.left .text[data-v-98adb754] {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #ddd;
  margin-top: 10px;
  position: relative;
}
.left .text .arrow[data-v-98adb754] {
  position: absolute;
  width: 10px;
  height: 40px;
  background: #dad5d5;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.left .text .message .message-head[data-v-98adb754] {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
  padding: 20px;
}
.left .text .message-tabs[data-v-98adb754] {
  border-top: 1px solid #ccc;
}
.left .text .message-tabs ul[data-v-98adb754] {
  margin-left: 25px;
}
.left .text .message-content[data-v-98adb754] {
  overflow-y: scroll;
  margin-top: 20px;
  scroll-behavior: smooth;
}
.left .text .notice[data-v-98adb754] {
  display: flex;
  align-content: center;
  padding: 20px 45px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.left .text .notice img[data-v-98adb754] {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.left .text .notice .notice-text[data-v-98adb754] {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  padding: 5px 30px;
}
.left .text .notice .notice-text .text-title[data-v-98adb754]:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
}
.left .text .notice .notice-text .text-title[data-v-98adb754]:nth-child(2) {
  font-size: 14px;
  color: #888585;
}
.left .text .notice .notice-text .text-title[data-v-98adb754]:nth-child(3) {
  font-size: 14px;
  color: #888585;
}
.left .text .notice[data-v-98adb754]:last-child {
  border: none;
}
.color[data-v-98adb754] {
  background-color: var(--theme);
  color: #fff !important;
}
.loading[data-v-98adb754] {
  text-align: center;
  font-size: 14px;
  color: #ccc;
}
@charset "UTF-8";
.el-progress__text[data-v-2d0b9394] {
  font-size: 24px !important;
  font-weight: bold;
}
.head[data-v-2d0b9394] {
  padding: 30px 0 30px 60px;
  color: #fff;
  font-weight: bold;
}
.head p[data-v-2d0b9394]:nth-child(1) {
  font-size: 18px;
}
.content[data-v-2d0b9394] {
  display: flex;
  margin: 10px 0;
}
.content .left[data-v-2d0b9394] {
  width: 100%;
  transition: 2s;
  -webkit-transition: 2s;
  /* Safari */
}
.content .left .card[data-v-2d0b9394] {
  display: flex;
  justify-content: space-between;
}
.content .left .card .card-content[data-v-2d0b9394] {
  width: 100%;
  height: 130px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.content .left .card .card-content[data-v-2d0b9394]:hover {
  cursor: pointer;
}
.content .left .card .card-content p[data-v-2d0b9394] {
  margin: 10px;
  padding: 0;
}
.content .left .card .card-content img[data-v-2d0b9394] {
  width: 70px;
}
.content .left .card .card-content .num[data-v-2d0b9394] {
  margin: 10px;
  display: flex;
  align-items: center;
  height: 30px;
}
.content .badge[data-v-2d0b9394] {
  position: relative;
  height: calc(100vh - 255px);
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  margin-left: 10px;
  transition-duration: 0.4s;
}
.content .badge .arrow-right[data-v-2d0b9394] {
  position: absolute;
  width: 10px;
  height: 40px;
  background: #dad5d5;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.bg-img1[data-v-2d0b9394] {
  background: url(../img/1.4f7f1da7.jpg) center no-repeat;
  background-size: cover;
}
.bg-img2[data-v-2d0b9394] {
  background: url(../img/2.dbe3362c.jpg) center no-repeat;
  background-size: cover;
}
.bg-img3[data-v-2d0b9394] {
  background: url(../img/3.145a0d67.jpg) center;
  background-size: cover;
}
.bg-img4[data-v-2d0b9394] {
  background: url(../img/4.1e55b92d.jpg) center no-repeat;
  background-size: cover;
}

/*滑入——从右侧*/
.tabs[data-v-2d0b9394] {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs li[data-v-2d0b9394] {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.rightToRight-info[data-v-2d0b9394] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rightToRight-info .rightToRight-info-title[data-v-2d0b9394] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.rightToRight-info .rightToRight-info-title .rightToRight-info-center[data-v-2d0b9394] {
  margin: 5px 0;
}
.rightToRight-info .rightToRight-info-title .rightToRight-info-center[data-v-2d0b9394]:nth-child(4) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.rightToRight-info .rightToRight-info-title .rightToRight-info-center[data-v-2d0b9394]:nth-child(3) {
  width: 100%;
}
.rightToRight-info .progress[data-v-2d0b9394] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.rightToRight-info .progress .progress-text[data-v-2d0b9394] {
  margin-left: 30px;
}
.rightToRight-info .progress .progress-text .p1[data-v-2d0b9394] {
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
