.nav-tips {
  height: 60px;
  line-height: 60px;
}
.nav-tips .tipsText {
  font-size: 14px;
  color: #fff;
}
.nav-tips .s_text {
  color: #ff3800;
  margin: 0 4px;
}
.nav-tips a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 12px;
  position: relative;
  transition: all 0.3s ease;
}
.nav-tips a:hover {
  background-color: #dbeafe;
  color: #5282e9;
}
.nav-tips a:first-child::after {
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 4px;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #2170d6;
}
.nav-tips .nav-link {
  margin-left: 20px;
  display: inline-block;
}
.pull-right {
  display: flex;
}
.pull-right .nav-activity {
  margin-left: 20px;
}
.header {
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn {
  min-height: auto;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .bbdb {
  height: 432px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .bbdb::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .bbdb::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .bbdb::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
  transition: background 0.3s ease;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .bbdb::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.app .app-body .intro-bar .intro-tab .r-bar-ctn .bbdb::-webkit-scrollbar-thumb:active {
  background: #888888;
}
.app .app-body {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  margin-top: 0;
}
.app .app-body > div {
  height: calc(100vh - 120px);
  min-height: 753px;
}
.app .app-body .ctn-body {
  overflow: auto;
  border-radius: 10px;
}
.app .app-body .intro-bar .intro-tab {
  height: auto;
  padding: 0;
  background-color: transparent;
}
.app .app-body .intro-bar {
  width: 418px;
}
.image2 img,
.image1 img {
  max-width: 100%;
}
.image1 {
  margin-bottom: 20px;
}
