/* 查单词 start */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dict-wrap {
  margin-bottom: 20px;
  padding-top: 20px;
}

.dict-search-wrap {
  display: flex;
  align-items: center;
  height: 44px;
  margin-bottom: 10px;
  column-gap: 10px;
}

.dict-search-wrap .dict-search-input {
  flex: 1;
  background: #FFFFFF;
  border-radius: 46px;
  height: 100%;
  padding: 10px 20px;
  column-gap: 6px;
}

.dict-search-wrap .dict-search-input input {
  width: 100%;
  height: 24px;
  border: 0;
  outline: none;
}

.dict-search-wrap .dict-search-btn {
  flex: none;
  width: 142px;
  height: 100%;
  border-radius: 41px;
  background: #4285F4;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}

.dict-search-wrap .dict-search-btn:hover {
  background: rgba(66, 133, 244, 0.7);
}

.dict-word-wrap {
  column-gap: 10px;
  align-items: flex-start;
}

.dict-word-detail {
  width: 764px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
}

.dict-word-detail .detail-item  {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  padding: 30px 0;
}

.dict-word-detail .detail-base {
  padding-top: 0;
  flex-flow: column nowrap;
  align-items: flex-start;
  row-gap: 14px;
}

.dict-word-detail .detail-base .word {
  font-weight: 700;
  font-size: 40px;
}

.dict-word-detail .detail-base .tag-list {
  column-gap: 10px;
}

.dict-word-detail .detail-base .tag-list .tag-list-item {
  height: 28px;
  padding: 6px 8px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  border-radius: 4px;
  background: rgba(66, 133, 244, 0.1);
}

.dict-word-detail .detail-base .pronunciation-list {
  column-gap: 40px;
}

.dict-word-detail .detail-base .pronunciation-list .pronunciation-list-item {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  column-gap: 10px;
}

.pronunciation-audio-icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url('/statics/fanyi-net/old/images/audio.png') 100% 100% / contain no-repeat;
}

.pronunciation-audio-icon.audio-active {
  background: url('/statics/fanyi-net/old/images/audio-active.png') 100% 100% / contain no-repeat;
}

.detail-main-title {
  font-weight: 700;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 20px;
}

.detail-dict .detail-dict-list {
  flex-flow: column nowrap;
  align-items: flex-start;
  row-gap: 10px;
}

.detail-dict .detail-dict-list .detail-dict-list-item {
  font-weight: 400;
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
}

.detail-tense .detail-tense-list {
  flex-flow: column nowrap;
  align-items: flex-start;
  row-gap: 10px;
}

.detail-tense .detail-tense-list .detail-tense-list-item {
  font-weight: 400;
  font-size: 12px;
  color: rgba(51, 51, 51, 1);
}

.detail-tense .detail-tense-list .detail-tense-list-item .detail-tense-list-item-value {
  color: rgba(51, 51, 51, 1);
}

.detail-example {
  padding-bottom: 10px !important;
  border-bottom: 0 !important;
}

.detail-example .detail-example-list {
  flex-flow: column nowrap;
  align-items: flex-start;
  row-gap: 20px;
}

.detail-example .detail-example-list .detail-example-list-item {
  font-weight: 400;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  background: rgba(51, 51, 51, 0.05);
  border-radius: 6px;
  padding: 12px 6px;
}

.dict-recommend {
  width: 425px;
  flex-flow: column nowrap;
  row-gap: 10px;
}

.dict-recommend .recommend-guide-install {
  width: 100%;
  min-height: 408px;
  background: linear-gradient(180deg, #EACFFF 0%, #FFFFFF 100%);
  border-radius: 12px;
  padding: 30px 20px 20px;
  position: relative;
  /* overflow: hidden; */
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box {
  row-gap: 20px;
  position: relative;
  z-index: 1;
}

.dict-recommend .recommend-guide-install > img {
  position: absolute;
  top: 0;
  left: 0;
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .title {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 500;
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .code-box {
  padding: 0 10px 0 30px;
  border-radius: 60px;
  height: 56px;
  background: #ffffff;
  width: 100%;
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .code-box .code {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .code-box .copy-btn {
  cursor: pointer;
  width: 100px;
  height: 36px;
  background: #674FFF;
  border-radius: 20px;
  color: #ffffff;
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .download-info .tip {
  color: var(--text-sub-color);
  font-size: 13px;font-weight: 500;
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .download-info .download-list-item {
  height: 72px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FCFF 100%);
  border: 2px solid #E8F3FF;
  border-radius: 8px;
  padding: 0 16px;
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .download-list-item-text-info p {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .download-list-item-text-info span {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text-sub-color);
  font-size: 14px;
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .download-list-item button {
  width: 68px;
  height: 32px;
  border: 1px solid #BEDAFF;
  background: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  color: var(--primary-color);
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .download-list-item button:hover {
  cursor: pointer;
  background: var(--primary-color);
  color: #ffffff;
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .help-btn {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.dict-recommend .recommend-guide-install .recommend-guide-install-box .help-btn:hover {
  cursor: pointer;
  opacity: 0.9;
}

.dict-recommend .recommend-words {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px 20px 30px;
  flex-flow: column nowrap;
  row-gap: 16px;
}

.dict-recommend .recommend-words .recommend-words-list {
  flex-flow: column nowrap;
  row-gap: 10px;
  align-items: flex-start;
}

.dict-recommend .recommend-words .recommend-words-list .recommend-words-list-item {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.dict-recommend .recommend-words .recommend-words-list .recommend-words-list-item::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  background: #333333;
  border-radius: 50%;
}

.dict-recommend .recommend-words .recommend-words-list .recommend-words-list-item:hover {
  color: rgba(66, 133, 244, 1);
}

.dict-recommend .recommend-words .recommend-words-list .recommend-words-list-item:hover::after {
  background: rgba(66, 133, 244, 1);
}

.dict-input-empty-wrap {
  display: none;
}

.dict-search-empty-wrap {
  display: none;
}

.dict-search-empty-wrap .dict-search-empty-content {
  flex-flow: column nowrap;
  height: 139px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 0 30px 0;
}

.dict-search-empty-wrap .dict-search-empty-content .dict-search-empty-title {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
}

.dict-search-empty-wrap .dict-search-empty-content .dict-search-empty-btn {
  width: 190px;
  height: 50px;
  background: rgba(66, 133, 244, 1);
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}

.dict-search-empty-wrap .dict-search-empty-content .dict-search-empty-btn:hover {
  background: rgba(66, 133, 244, 0.7);
}

.dict-input-empty-wrap .dict-input-empty-hot {
  margin-bottom: 20px;
}

.dict-input-empty-wrap .dict-input-empty-hot,
.dict-input-empty-wrap .dict-input-empty-new {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 20px 30px;
  row-gap: 30px;
  flex-flow: column nowrap;
  align-items: flex-start;
}

.dict-input-empty-wrap .dict-input-empty-hot .dict-input-empty-hot-title,
.dict-input-empty-wrap .dict-input-empty-new .dict-input-empty-new-title {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}

.dict-input-empty-wrap .dict-input-empty-hot .dict-input-empty-hot-list,
.dict-input-empty-wrap .dict-input-empty-new .dict-input-empty-new-list {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.dict-input-empty-wrap .dict-input-empty-hot .dict-input-empty-hot-list .dict-input-empty-hot-list-item,
.dict-input-empty-wrap .dict-input-empty-new .dict-input-empty-new-list .dict-input-empty-new-list-item {
  cursor: pointer;
  font-size: 14px;
}

.dict-input-empty-wrap .dict-input-empty-hot .dict-input-empty-hot-list .dict-input-empty-hot-list-item:hover,
.dict-input-empty-wrap .dict-input-empty-new .dict-input-empty-new-list .dict-input-empty-new-list-item:hover {
  color: rgba(66, 133, 244, 1)
}



/* 查单词 end */