.comTitleMedia {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg768 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd768 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.popover {
  position: absolute;
  display: none;
  background: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  overflow: visible;
}
.popover.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.popover .popover-content {
  font-family: PingFang SC, Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.popover .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  top: -5px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
}
.dictionary-page {
  padding-top: 200px;
  min-height: 986px;
  position: relative;
}
.dictionary-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 986px;
  background: linear-gradient(180deg, #f2f5ff 0%, #d4ddff 80.17%, #ffffff 100%);
  opacity: 0.3;
  z-index: -1;
}
.dictionary-page .bg-img {
  background: url("/images/dictionary/bg.png") no-repeat;
  background-position: left top;
  background-size: 1112px auto;
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
  padding-bottom: 150px;
}
.dictionary-page .dictionary-title {
  line-height: 1.5em;
  font-weight: bold;
  font-size: 48px;
  color: #1b2c50;
  letter-spacing: 2px;
  text-align: center;
}
.dictionary-page .dictionary-search {
  background-color: #fff;
  height: 60px;
  border-radius: 100px;
  width: 60%;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 5px 30px;
  position: relative;
}
.dictionary-page .dictionary-search .icon {
  background: url("/images/dictionary/search.png") no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  width: 20px;
}
.dictionary-page .dictionary-search input {
  outline: none;
  border: none;
  flex: 1;
  margin: 0 10px;
  font-size: 16px;
}
.dictionary-page .dictionary-search .submit {
  width: 150px;
  background: #2d5aff;
  box-shadow: 0px 6px 12px 0px rgba(45, 90, 255, 0.2);
  border-radius: 54px 54px 54px 54px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dictionary-page .dictionary-search .search-result {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #eaecf6;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1;
  display: none;
}
.dictionary-page .dictionary-search .search-result .result-title {
  font-weight: bold;
  font-size: 18px;
  color: #1b2c50;
  line-height: 1.5em;
  padding: 0 20px;
}
.dictionary-page .dictionary-search .search-result .result-title span {
  color: #2d5aff;
}
.dictionary-page .dictionary-search .search-result .scroll-box {
  max-height: 440px;
  overflow: auto;
  padding: 0 20px;
  margin-top: 18px;
}
.dictionary-page .dictionary-search .search-result .scroll-box .result-item {
  line-height: 1.5em;
  padding: 15px 20px;
  background: #f5f7fa;
  border-radius: 6px 6px 6px 6px;
  display: block;
}
.dictionary-page .dictionary-search .search-result .scroll-box .result-item .result-item-title {
  font-weight: bold;
  font-size: 16px;
  color: #2d5aff;
}
.dictionary-page .dictionary-search .search-result .scroll-box .result-item .result-item-anchor {
  margin: 10px 0;
  font-weight: 400;
  font-size: 14px;
  color: #48536b;
  line-height: 22px;
}
.dictionary-page .dictionary-search .search-result .scroll-box .result-item .result-item-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #48536b;
}
.dictionary-page .dictionary-search .search-result .scroll-box .result-item + .result-item {
  margin-top: 5px;
}
.dictionary-page .dictionary-search .search-result .no-result {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #48536b;
  line-height: 1.5em;
}
.dictionary-page .dictionary-list {
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
}
.dictionary-page .dictionary-list .anchor-box {
  position: sticky;
  top: 190px;
  margin-top: 56px;
}
.dictionary-page .dictionary-list .anchor-box .anchor {
  font-weight: 400;
  font-size: 16px;
  color: #8892af;
  line-height: 28px;
  text-align: center;
  flex-shrink: 0;
  column-count: 2;
  column-gap: 10px;
}
.dictionary-page .dictionary-list .anchor-box .anchor a {
  color: #8892af;
  text-decoration: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 4px;
}
.dictionary-page .dictionary-list .anchor-box .anchor a:hover,
.dictionary-page .dictionary-list .anchor-box .anchor a.active {
  font-weight: bold;
  color: #2d5aff;
}
.dictionary-page .dictionary-list .list {
  flex: 1;
}
.dictionary-page .dictionary-list .list .dictionary-item + .dictionary-item {
  margin-top: 40px;
}
.dictionary-page .dictionary-list .list .dictionary-item {
  scroll-margin-top: 140px;
}
.dictionary-page .dictionary-list .list .title {
  line-height: 36px;
  font-weight: bold;
  font-size: 24px;
  color: #1b2c50;
  margin-bottom: 20px;
}
.dictionary-page .dictionary-list .list .dictionary-item-list {
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(170, 188, 255, 0.1);
  border-radius: 20px;
  border: 2px solid #e1ecf8;
  padding: 40px 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px 40px;
}
.dictionary-page .dictionary-list .list .dictionary-item-list .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 18px;
  position: relative;
}
.dictionary-page .dictionary-list .list .dictionary-item-list .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #48536b;
  border-radius: 50%;
}
.dictionary-page .dictionary-list .list .dictionary-item-list .item:hover {
  color: #2d5aff;
}
.dictionary-page .dictionary-list .list .dictionary-item-list .item:hover::before {
  background: #2d5aff;
}
@media screen and (max-width: 1200px) {
  .dictionary-page .dictionary-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dictionary-page .bg-img {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 860px) {
  .dictionary-page {
    width: 100vw;
    padding-top: 168px;
  }
  .dictionary-page .bg-img {
    padding-bottom: 60px;
  }
  .dictionary-page .dictionary-search {
    display: none;
  }
  .dictionary-page .dictionary-title {
    font-size: 34px;
  }
  .dictionary-page .dictionary-list {
    padding-left: 4vw;
    padding-right: 4vw;
    margin-top: 60px;
  }
  .dictionary-page .dictionary-list .anchor-box {
    display: none;
  }
  .dictionary-page .dictionary-list .list .title {
    margin-bottom: 10px;
  }
  .dictionary-page .dictionary-list .list .dictionary-item-list {
    padding: 20px 30px;
    gap: 20px 30px;
  }
  .dictionary-page .dictionary-list .list .dictionary-item + .dictionary-item {
    margin-top: 20px;
  }
}
