body {
  background-color: #f4f8fc;
}

/* 淡入动画的关键帧 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 初始状态设置透明度为0 */
.fade-in-element {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* 这里设置了1秒的淡入过渡效果 */
}

/* 当添加了.fade-in类时，触发淡入动画 */
.fade-in {
  opacity: 1;
}

.page-main-body {
  padding: 1rem 0;
  min-height: calc(100vh - 12.625rem);
}

.search-main-left {
  width: 50.25rem;
  margin-right: 0.9375rem;
}

.smart-main-quandan-body {
  display: flex;
  flex-direction: column;
  width: 23.75rem;
}

.page-list-search-form {
  display: flex;
  width: 100%;
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.page-list-search-form .search-input-box-text {
  width: 76%;
  position: relative;
  background-color: #ffffff;
  border: 0.0625rem solid rgba(220, 224, 230, 1);
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  overflow: hidden;
  flex: 1;
}

.page-list-search-form .search-input-text {
  width: 100%;
  line-height: 3rem;
  font-size: 0.875rem;
  color: #000000;
  padding-left: 1rem;
}

.page-list-search-form .search-input-text-clear {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  display: none;
  width: 0.625rem;
  height: 0.625rem;
  background: url(cancel-icon.svg) no-repeat center;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.page-list-search-form .search-input-button {
  width: 5.25rem;
  font-size: 1rem;
  color: #ffffff;
  line-height: 3rem;
  background: url(white-search.svg) no-repeat 0.875rem center #1e78ff;
  background-size: 1rem auto;
  padding-left: 1.125rem;
  margin-left: 0.625rem;
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  text-align: left;
  padding-left: 2.375rem;
  cursor: pointer;
}

.askaquestion-bgn {
  display: flex;
  align-items: center;
  width: 5.25rem;
  background: url(wytw-white.svg) no-repeat 0.875rem center #1e78ff;
  background-size: 1rem auto;
  margin-left: 0.625rem;
  border-radius: 0.375rem;
  color: #ffffff;
  font-size: 1rem;
  padding-left: 2.375rem;
}

.askaquestion-bgn:hover {
  color: #ffffff;
}

.search-module-block {
  min-height: 7.5rem;
  border-radius: 0.5625rem;
  -webkit-border-radius: 0.5625rem;
  -moz-border-radius: 0.5625rem;
  -ms-border-radius: 0.5625rem;
  -o-border-radius: 0.5625rem;
  background-color: #ffffff;
  overflow: hidden;
}

.recommend-handle-word {
  padding: 1.125rem;
  background-image: linear-gradient(90deg, #ffffff 15%, #c6e2ff 100%);
}

.search-module-block-title {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 500;
  line-height: 1.375rem;
}

.recommend-handle-word-title {
  margin-bottom: 0.625rem;
}

.recommend-handle-word-content li a {
  display: flex;
  align-items: center;
}

.recommend-handle-word-content .handle-word-icon {
  width: 2.5rem;
}

.recommend-handle-word-content .handle-word-title {
  font-size: 1.3125rem;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  margin-left: 0.75rem;
}

.hot-correlation-tools-title {
  color: #1a1a1a;
  font-weight: 600;
  background-image: linear-gradient(270deg, rgba(30, 120, 255, 0) 0%, rgba(30, 120, 255, 0.12) 100%);
  padding: 12px 1.125rem;
}

.hot-correlation-tools-content {
  padding: 0 1rem 1rem;
}

.hot-correlation-tools-content li {
  width: 31.78125%;
  background: #ffffff;
  border: 0.0625rem solid rgba(234, 234, 234, 1);
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  margin: 1rem 1rem 0 0;
}

.hot-correlation-tools-content li:nth-child(3n) {
  margin-right: 0;
}

.hot-correlation-tools-content li a {
  display: flex;
  align-items: center;
  padding: 0.875rem;
}

.hot-correlation-tools-content .tools-icon {
  width: 2.3438rem;
  height: 2.3438rem;
}

.hot-correlation-tools-content .tools-title {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.88);
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 400;
  margin-left: 0.75rem;
}

.search-main-list-body {
  background-color: #ffffff;
  border-radius: 0.5rem;
}

.search-main-classify-tags {
  background-image: linear-gradient(270deg, rgba(30, 120, 255, 0) 0%, rgba(30, 120, 255, 0.12) 100%);
  padding: 0 1.25rem;
  border-radius: 0.5rem 0.5rem 0 0;
}

.search-main-classify-tag-item {
  display: flex;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #1a1a1a;
  font-weight: 400;
  /* cursor: pointer; */
  margin-right: 1.5rem;
}

.search-main-classify-tag-item span {
  display: block;
  padding: 0.75rem 0.5rem;
  position: relative;
}

.search-main-classify-tag-item span::after {
  display: block;
  content: "";
  width: 0%;
  height: 0.1875rem;
  background: transparent;
  position: absolute;
  bottom: 0;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.search-main-classify-tag-item:last-child {
  margin-right: 0;
}

.search-main-classify-tag-item.active {
  font-weight: 600;
}

/* .search-main-classify-tag-item.active span::after,
.search-main-classify-tag-item:hover span::after {
  background: #1e78ff;
  width: 100%;
} */

.search-main-list-item {
  padding: 1rem 1.125rem;
  border-bottom: 0.0625rem solid #eeeeee;
}

.search-main-list-item.pack-up,
.search-main-list-item.not-digest .search-main-list-item-auxiliary-infos {
  border-bottom: none;
}

.search-main-list-item.pack-up .search-main-list-item-digest {
  display: none;
  overflow: hidden;
}

.search-main-list-item:last-child {
  border-bottom: none;
}

.information-label {
  display: inline-block;
  text-align: center;
  min-width: 4.5rem;
  font-size: 0.75rem;
  color: #0668ff;
  font-weight: 400;
  line-height: 1rem;
  padding: 0.25rem 0.75rem;
  background: rgba(6, 104, 255, 0.08);
  margin-right: 0.5rem;
}

.search-main-list-item-title-link {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #333333;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.search-main-list-item-auxiliary-infos {
  display: flex;
  align-items: center;
  margin-top: 0.5625rem;
  border-bottom: 0.0625rem solid #eeeeee;
  padding-bottom: 0.625rem;
}

.search-main-list-item-auxiliary-info {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #999999;
  letter-spacing: 0.7px;
  font-weight: 400;
  margin-right: 1.5625rem;
}

.search-main-list-item-auxiliary-info:last-child {
  margin-right: 0;
}

.search-main-list-item-time {
  background: url(time.svg) no-repeat left center;
  background-size: 0.875rem auto;
  padding-left: 1.25rem;
}

.search-main-list-item-unfold-button {
  display: block;
  margin-left: auto;
  font-size: 0.875rem;
  color: #808997;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.25rem;
  background: #f4f8fc;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  padding: 0.5rem 0.875rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search-main-list-item-unfold-button::after {
  display: block;
  content: "";
  width: 0.5625rem;
  height: 0.375rem;
  background: url(unfold.svg) no-repeat center;
  background-size: 100% auto;
  margin-left: 0.3125rem;
}

.search-main-list-item.pack-up .search-main-list-item-unfold-button::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.search-main-list-item-digest {
  padding-top: 1rem;
}

.search-main-list-item-digest-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.8125rem;
}

.search-main-list-item-digest-title-icon {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
}

.search-main-list-item-digest-title-link {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #333333;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.authentication-mark {
  display: block;
  width: 0.875rem;
  height: 0.8125rem;
  background: url(authentication-mark.png) no-repeat center;
  background-size: 100% auto;
  margin-left: 0.125rem;
}

.search-main-list-item-digest-content {
  padding-left: 2.25rem;
}

.search-main-list-item-digest-article {
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.625rem;
  font-weight: 400;
}

.search-main-list-item-digest-auxiliary-infos {
  margin-top: 0.5rem;
}

.search-main-list-item-collect {
  background: url(collect.svg) no-repeat left center;
  background-size: 0.875rem auto;
  padding-left: 1.25rem;
}

.askaquestion {
  background: #ffffff;
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
  min-height: 3rem;
  display: flex;
}

.askaquestion a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #1e78ff;
  text-align: left;
  line-height: 1.375rem;
  font-weight: 500;
}

.askaquestion span {
  display: flex;
  align-items: center;
}

.askaquestion span::before {
  display: block;
  content: "";
  background: url(wytw.svg) no-repeat center;
  width: 0.9375rem;
  height: 0.9375rem;
  background-size: 100% auto;
  margin-right: 0.375rem;
}

.smart-main-quandan-content {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  padding: 1.25rem;
  background-color: #ffffff;
  flex: 1;
}

.smart-main-quandan-content-item {
  margin-bottom: 1.25rem;
}

.smart-main-quandan-content-item:last-child {
  margin-bottom: 0;
}

.smart-main-quandan-title {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #333333;
  letter-spacing: 0.05rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.smart-main-quandan-title.hqqw span {
  font-family: "AlimamaShuHeiTi-Bold";
  color: transparent;
  background: linear-gradient(to right, #8873fe, #3d50fe, #3bcafa);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.smart-main-quandan-title.hqqw img {
  display: block;
  width: 7.5rem;
}

/* .smart-main-quandan-title.hqqw {
  background: url(ai.png) no-repeat left center;
  background-size: 1.625rem auto;
  padding-left: 2rem;
} */

.smart-main-quandan-describe {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 0.0437rem;
  line-height: 1.625rem;
  font-weight: 400;
}

.handling-guide-item {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 0.05rem;
  line-height: 1.625rem;
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 1.25rem;
  display: flex;
}

.handling-guide-item.float-content {
  display: block;
}

.handling-guide-item.float-content .handling-guide-item-title {
  float: left;
}

.handling-guide-item:last-child {
  margin-bottom: 0;
}

.handling-guide-item-title {
  font-weight: 550;
  width: 25%;
}

.handling-guide-item-content {
  /* float: left; */
  flex: 1;
}

.handling-procedures-title {
  color: #333333;
}

.handling-procedures-step {
  background: #f4f8fc;
  font-size: 0.9375rem;
  color: #333333;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 0.375rem 0.8rem;
  text-align: center;
}

.handling-procedures-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0;
}

.handling-procedures-arrow img {
  display: block;
  width: 1.125rem;
}

.ai-result {
  display: none;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.25rem;
}

.ai-xzs-content {
  background-color: #fff;
  padding: 1.125rem;
  padding-bottom: 0;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.ai-xzs {
  margin-bottom: 1rem;
}

.ai-robot-image {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-image: linear-gradient(270deg, rgba(30, 120, 255, 0) 0%, rgba(30, 120, 255, 0.12) 100%);
  display: flex;
  align-items: flex-end;
  padding: 0.2rem 1rem 0.7rem;
}

.ai-xzs img {
  display: block;
  width: auto;
  height: 2rem;
}

.ai-xzs img:last-child {
  width: auto;
  height: 1rem;
  margin-left: 0.5rem;
  margin-bottom: 0.125rem;
}

.ai-result-tip {
  display: flex;
  align-items: center;
  height: 1.75rem;
  border: 0.0625rem solid #fceae3;
  background-color: #fef8f6;
  border-radius: 0.375rem;
  padding: 0 0.75rem;
}

.ai-result-tip .icon {
  color: #bc7a1a;
  font-size: 0.875rem;
  margin-right: 0.375rem;
}

.ai-result-tip span {
  font-size: 0.75rem;
  letter-spacing: 0;
  font-weight: 400;
  background-image: linear-gradient(45deg, #bc7a1a 0%, #a26610 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ai-result-body {
  max-height: 19.2rem;
  line-height: 36px;
  overflow-y: auto;
  transition: max-height 0.3s ease-in-out;
}

.ai-result-body p {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 0.05rem;
  line-height: 1.625rem;
  font-weight: 400;
}

.ai-result-body a {
  color: #333;
}

.ai-result-body a:hover {
  color: #1e78ff;
  text-decoration: underline;
}

.ai-result-body .ai-loading {
  color: #666;
  font-size: 1rem;
  font-style: italic;
}

.ai-result-footer {
  padding-bottom: 1rem;
  position: relative;
  text-align: center;
}


.ai-result-more {
  display: none;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border: 0.8px solid rgba(30, 120, 255, 1);
  border-radius: 8px;
  padding: 0.4rem 1rem;
  margin-top: 0.8rem;
}

.ai-result-footer.more .ai-result-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ai-result-more::after {
  display: block;
  content: "";
  width: 0.5625rem;
  height: 0.375rem;
  background-image: url(arrow_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-left: 0.3125rem;
}

.ai-result-more span {
  display: block;
  font-size: 0.875rem;
  color: #1E78FF;
  letter-spacing: 0.05rem;
  font-weight: 400;
  cursor: pointer;
}

.ai-result-more.on span {
  color: #1e78ff;
}

.ai-result-more.on::after {
  color: #1e78ff;
  background-image: url(arrow_up.png);
}

.expansion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.expansion-title span {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 0.05rem;
  line-height: 1.625rem;
  font-weight: 400;
}

.expansion-title .more {
  display: none;
  color: #808997;
  padding-right: 0.875rem;
  background-image: url(ai_up.svg);
  background-repeat: no-repeat;
  background-size: 0.625rem auto;
  background-position: right center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.expansion-title .more.on {
  background-image: url(expansion_up.svg);
}

.expansion-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  max-height: 14rem;
  transition: max-height 0.3s ease-in-out;
}

.expansion-item {
  max-height: 5.6rem;
  width: 14.5rem;
  background: #ffffff;
  box-shadow: 0px 0.375rem 0.375rem 0px rgba(1, 40, 108, 0.04);
  border-radius: 0.5rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  padding: 1.25rem 1rem;
}

.service-matters .expansion-jbimg {
  position: absolute;
  right: -1rem;
  top: -0.2rem;
  width: 3.125rem;
  margin-right: 0.875rem;
}

.expansion-item:nth-child(3n) {
  margin-right: 0;
}

.ai-result-content {
  padding: 1rem;
  background: #F4F7F9;
  border-radius: 8px;
}

.service-matters {
  display: none;
}

.service-matters .expansion-item-img {
  flex: 0 0 auto;
  width: 3.125rem;
  margin-right: 0.875rem;
}

.expansion-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.service-matters .expansion-item-con p {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.75rem;
  font-weight: 500;
  height: 3.5rem;
  overflow: hidden;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin-bottom: 0.625rem;
}

.service-matters .expansion-item-con p a {
  font-size: 1rem;
  color: #333333;
}

.service-matters .expansion-item-con p a:hover,
.service-matters .expansion-item-con>a:hover {
  color: #1e78ff;
}

.service-matters .expansion-item-con>a {
  display: inline-block;
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.25rem;
}

.service-matters .expansion-item-con a.arrow {
  padding-right: 1.25rem;
  background-image: url(arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem auto;
  background-position: right center;
}

.smart-main-quandan-body section {
  margin-bottom: 1rem;
}

.smart-main-quandan-body section {
  background-color: #fff;
  border-radius: 0.5rem;
}

.section-title,
.section-title-p {
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, rgba(30, 120, 255, 0) 0%, rgba(30, 120, 255, 0.12) 100%);
  border-radius: 8px 0px 0px 0px;
  padding: 0.75rem 1.25rem;
}

.section-title-p {
  justify-content: space-between;
}

.section-title-p .more {
  color: #777;
}

.section-title-p .more:hover {
  color: #1890ff;
}

.section-title-c {
  display: flex;
  align-items: center;
}

.section-title img,
.section-title-c img {
  width: 1.25rem;
}

.section-title h2,
.section-title-c h2 {
  font-size: 1rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.375rem;
  margin-left: 0.5rem;
}

.section-content {
  padding: 1.125rem 1.25rem;
}

.evaluation p {
  margin-top: 1rem;
  font-size: 0.9375rem;
  color: #333333;
  line-height: 1.25rem;
  font-weight: 400;
}

.evaluation p a {
  color: #1e78ff;
}

.evaluation-select {
  display: flex;
  justify-content: space-between;
}

.evaluation-select>div {
  background: #ffffff;
  border: 1px solid rgba(234, 234, 234, 1);
  border-radius: 0.375rem;
  width: 10.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.evaluation-select>div:hover span {
  color: #1e78ff;
}

.evaluation-select>div .icon {
  width: 1.25rem;
  height: 2.25rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.evaluation-dissatisfied .icon {
  background-image: url(icon_satisfied.png);
}

.evaluation-unsatisfactory .icon {
  background-image: url(microphone.png);
}

.evaluation-select>div span,
.evaluation-select>div a {
  display: block;
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  font-weight: 400;
  line-height: 3rem;
}

.evaluation-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.evaluation-result .icon {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  background: url(icon_evaluation.png) no-repeat;
  background-size: cover;
}

.evaluation-result span {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #333;
  text-align: center;
  margin-top: 0.375rem;
}

.evaluation-result p {
  font-size: 0.875rem;
  color: rgb(153, 153, 153);
  margin-top: 0.375rem;
  display: block;
  text-align: center;
}

.recommend-item {
  display: flex;
  align-items: center;
  width: 100%;
  background-image: url(bg_entry.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5rem;
  padding: 0.875rem;
}

.recommend-item:not(:first-child) {
  margin-top: 1rem;
}

.recommend-item img {
  display: block;
  margin-right: 0.875rem;
  width: 2.5rem;
}

.recommend-item span {
  display: block;
  font-size: 1.25rem;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.75rem;
}

.tool-item {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid rgba(234, 234, 234, 1);
  border-radius: 0.375rem;
  padding: 0.875rem;
}

.tool-item:not(:first-child) {
  margin-top: 1rem;
}

.tool-item img {
  display: block;
  margin-right: 0.875rem;
  width: 2.375rem;
}

.tool-item span {
  font-size: 0.9375rem;
  color: rgba(0, 0, 0, 0.88);
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 400;
}

.recommend-item:hover span,
.tool-item:hover span {
  color: #1e78ff;
}

.section-content.correlation,
.section-content.hot-search-list {
  padding: 0.75rem 1.25rem;
}

.hot-search-list li {
  display: flex;
  align-items: center;
}

.hot-search-list li::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: #1e78ff;
  margin-right: 0.5rem;
  transform: rotate(45deg);
}

.formulation-list li {
  border: 1px solid rgba(234, 234, 234, 1);
  padding: 0.88rem;
  border-radius: 0.38rem;
  margin-top: 0.88rem;
}

.formulation-list li:nth-child(1) {
  margin-top: 0;
}

.formulation-list li a {
  display: block;
  cursor: pointer;
  line-height: 1.25rem;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #333333;
  font-weight: 400;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hot-search-list li a {
  display: block;
  cursor: pointer;
  padding: 0.5rem 0;
  line-height: 1.25rem;
  font-size: 0.9375rem;
  color: #333333;
  font-weight: 400;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.formulation-list li .bom {
  display: flex;
  justify-content: space-between;
}

.formulation-list li .bom .left {
  font-size: 0.75rem;
}

.formulation-list li .bom .left span {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  border-radius: 0.125rem;
}

.formulation-list li .bom .right span {
  font-size: 1rem;
  color: #FF993A;
}

.formulation-list li .bom .right .yellow {
  color: #FF993A;
}

.formulation-list li .bom .right .grey {
  color: #ccc;
}

.formulation-list li .bom .left span:nth-of-type(1) {
  color: #0668FF;
  background: rgba(6, 104, 255, 0.08);
}

.formulation-list li .bom .left span:nth-of-type(2) {
  color: #FF8000;
  background: rgba(255, 153, 58, 0.14);
}

.correlation-list li {
  cursor: pointer;
  padding: 0.5rem 0;
  line-height: 1.25rem;
  font-size: 0.9375rem;
  color: #333333;
  font-weight: 400;
}

.correlation-list li:hover,
.hot-search-list li:hover,
.hot-search-list li:hover a,
.formulation-list li:hover,
.formulation-list li:hover a {
  color: #1e78ff;
}

.ai-unrelated {
  display: none;
}

.ai-related>section {
  display: none;
}

.page-tips {
  display: none;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem;
}

.page-tips img {
  display: block;
  width: 18.75rem;
  margin: 0 auto;
}

.page-tips-text {
  width: 100%;
  padding-bottom: 2.5rem;
}

.page-tips-text p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #333333;
  letter-spacing: 0.8px;
  font-weight: 500;
  text-align: center;
}

.search-tools {
  padding: 1rem 1.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid #eeeeee;
  display: none;
}

.search-tools>div {
  display: none;
  margin-bottom: 0.75rem;
}

.search-tools>div.on .tools-expand span {
  background-image: url(arrow_up.png);
}

.search-tools>div.on .tools-expand span::after {
  content: "收起";
}

.tools-label {
  flex: 0 0 auto;
  margin-right: 0.5rem;
}

.tools-label span {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

.tools-select {
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.tools-select.checkbox {
  max-height: 1.5rem;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.checkbox {
  display: flex;
}

.tools-expand {
  flex: 0 0 auto;
}

.tools-expand span {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: #1e78ff;
  cursor: pointer;
  padding-right: 1.25rem;
  background-image: url(arrow_down.png);
  background-repeat: no-repeat;
  background-size: 0.75rem;
  background-position: right center;
}

.tools-expand span::after {
  display: block;
  content: "展开";
  font-size: 1rem;
  line-height: 1.5;
  color: #1e78ff;
}

.search-policy-label.on .tools-expand span {
  background-image: url(arrow_up.png);
}

.search-policy-label.on .tools-expand span::after {
  content: "收起";
}

/* 自定义radio */
.search-tools label {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  font-size: 1rem;
  list-style: none;
  margin-right: 0.5rem;
  cursor: pointer;
}

.search-tools .radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
  position: relative;
  display: inline-block;
  outline: none;
  cursor: pointer;
  align-self: center;
}

.search-tools .radio-input {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  line-height: normal;
}

.search-tools .radio-inner {
  box-sizing: border-box;
  position: relative;
  inset-block-start: 0;
  inset-inline-start: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 50%;
  transition: all 0.2s;
}

.search-tools .radio-inner::after {
  box-sizing: border-box;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-block-start: -0.5rem;
  margin-inline-start: -0.5rem;
  background-color: #fff;
  border-block-start: 0;
  border-inline-start: 0;
  border-radius: 1rem;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: "";
}

.search-tools .radio+* {
  padding: 0 0.5rem;
  line-height: 1.5;
}

.search-tools label:hover .radio-inner {
  border-color: #1e78ff;
}

.search-tools .radio-input:checked+.radio-inner,
.search-tools .radio-checked .radio-inner {
  border-color: #1e78ff;
  background-color: #1e78ff;
}

.search-tools .radio-input:checked+.radio-inner::after,
.search-tools .radio-checked .radio-inner::after {
  transform: scale(0.375);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.time-type {
  display: inline-block;
  position: relative;
}

.time-type>p {
  line-height: 1.5;
  font-size: 1rem;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
  background-image: url(pulldown.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right center;
  cursor: pointer;
}

.time-type-list {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: -0.5rem;
  background-color: #fff;
  box-shadow: rgba(32, 85, 191, 0.14) 0px 0.3125rem 0.625rem 0px;
  padding: 0.5rem;
  min-width: 6.875rem;
}

.time-type-list>span {
  display: inline-block;
  line-height: 1.5;
  font-size: 1rem;
  padding-right: 1.5rem;
  background-image: url(pullup.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right center;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.time-type-list>p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  cursor: pointer;
  color: #999;
}

.time-type-list>p:last-of-type {
  margin-bottom: 0;
}

.time-type-list>p:hover {
  color: #1e78ff;
}

.time-select {
  display: none;
  margin-top: 0.5rem;
}

.time-select .layui-input {
  padding-left: 0.625rem;
  height: auto;
  font-size: 0.875rem;
  line-height: 2;
  color: #999;
}

/* 自定义checkbox */
.search-tools .sidebar-checkbox {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 1rem;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  align-self: center;
  margin-right: 0.5rem;
}

.search-tools .sidebar-checkbox-inner {
  box-sizing: border-box;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  direction: ltr;
  background-color: #ffffff;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 0.25rem;
  border-collapse: separate;
  transition: all 0.3s;
}

.search-tools .sidebar-checkbox.sidebar-checked .sidebar-checkbox-inner {
  background-color: #1e78ff;
  border-color: transparent;
}

.search-tools .sidebar-checkbox-inner::after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  inset-inline-start: 21.5%;
  display: table;
  width: 0.3571rem;
  height: 0.5714rem;
  border: 0.125rem solid #fff;
  border-top: 0;
  border-inline-start: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  content: "";
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}

.search-tools .sidebar-checkbox.sidebar-checked .sidebar-checkbox-inner::after {
  opacity: 1;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.search-tools .sidebar-checkbox-inner+span {
  padding: 0 0.5rem;
  line-height: 1.5;
}

.layui-laydate-range.layui-laydate-linkage .layui-laydate-content,
.layui-laydate-range.layui-laydate-linkage .layui-laydate-header {
  border-left: 0.0625rem solid #e2e2e2 !important;
}

.result-body .loading {
  width: 100%;
  text-align: center;
  line-height: 12.5rem;
}

.result-body .loading i {
  font-size: 3rem;
  color: #1e78ff;
}

.no-result {
  width: 100%;
  min-height: 15rem;
  background-image: url(page_noresult.png);
  background-repeat: no-repeat;
  background-size: auto 7.5rem;
  background-position: center 2rem;
  padding-top: 11.5rem;
}

.no-result p {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #333333;
  letter-spacing: 0.8px;
  font-weight: 500;
  text-align: center;
}

.search-result-tips span {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

.search-result-tips span em {
  margin: 0 0.5rem;
  color: #1e78ff;
}

.result-body {
  padding: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.result-body .title:hover {
  color: #1e78ff;
}

.result-body em {
  color: #ff0000;
}

.activity_box em {
  color: #ff0000;
}

#paging {
  display: flex;
  justify-content: center;
  padding-bottom: 0.5rem;
}

#paging .layui-laypage {
  margin: 0.625rem 0;
}

#paging .layui-laypage a,
#paging .layui-laypage span {
  padding: 0 1rem;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}

#paging .layui-laypage a:hover {
  color: #1e78ff;
}

#paging .layui-laypage .layui-laypage-skip {
  display: inline-flex;
  align-items: center;
}

#paging .layui-laypage input,
#paging .layui-laypage button {
  width: 3rem;
  margin: 0 0.625rem;
  padding: 0 0.375rem;
  height: 1.75rem;
  line-height: 1.75rem;
}

#paging .layui-laypage button:hover {
  color: #1e78ff;
}

#paging .layui-laypage input:focus {
  border-color: #1e78ff !important;
}

.back-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  visibility: hidden;
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s;
}

.back-top img {
  display: block;
  width: 44px;
  height: auto;
}

/* #region 检索模板的样式 */
.content_policy_item {
  width: 100%;
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #e5eaf9;
}

.content_policy_item:last-child {
  border-bottom: none;
}

.content_policy_item_left {
  flex: 1;
}

.content_policy_item_left .title {
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  line-height: 1.75rem;
  position: relative;
  padding-left: 4.5rem;
}

.content_policy_item_left a.title>span {
  width: 4rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: .75rem;
  font-weight: 400;
  color: #0668FF;
  background: #ebf3ff;
  margin-right: .5rem;
  position: absolute;
  top: .125rem;
  left: 0;
}

.content_policy_item_left .txt {
  display: inline-block;
  font-size: 0.875rem;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.375rem;
  margin-top: 0.625rem;
}

.content_policy_item_left .time {
  display: block;
  font-size: 0.875rem;
  color: #999999;
  line-height: 1.375rem;
  margin-right: 1.25rem;
  margin-top: 0.625rem;
}

/* .content_policy_item_left .time span {
  color: #1e78ff;
} */

.content_policy_item_right {
  flex: 0 0 8.875rem;
  width: 8.875rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.content_policy_item .bq {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content_policy_item .bq .time {
  width: 47%;
  padding-left: 1.25rem;
}

.content_policy_item .bq .time:nth-child(1) {
  background: url('./time-icon.png') no-repeat center left;
  background-size: 14px 14px;
}

.content_policy_item .bq .time:nth-child(2) {
  background: url('./company-icon.png') no-repeat center left;
  background-size: 15px 16px;
}

.content_policy_item .bq .time:nth-child(3) {
  background: url('./industry-icon.png') no-repeat center left;
  background-size: 16px 16px;
}

.content_policy_item .bq .time:nth-child(4) {
  background: url('./policy-icon.png') no-repeat center left;
  background-size: 15px 15px;
}

.policy_btn {
  display: inline-block;
  padding: 0.3125rem 0.8125rem;
  background-image: linear-gradient(90deg, #66a3ff 0%, #1e78ff 100%);
  border-radius: 1rem;
  font-size: 1rem;
  color: #ffffff;
}

.content_Appeal_item {
  margin: 1.125rem 0;
  background: #f4f7fe;
  border-radius: 4px;
  padding: 1.25rem;
  width: 100%;
  position: relative;
}

.content_Appeal_item:last-child::after {
  display: none;
}

.content_Appeal_item::after {
  position: absolute;
  content: "";
  display: block;
  clear: both;
  width: 100%;
  bottom: -1.25rem;
  left: 0;
  height: 1px;
  background: #e5eaf9;
}

.content_Appeal_item .title {
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.5rem;
  padding-left: 34px;
  position: relative;
  margin-bottom: 0.625rem;
}

.content_Appeal_item .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(wen.png) no-repeat center;
}

.content_Appeal_item .txt {
  font-size: 1rem;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.375rem;
  padding-left: 0 1.25rem;
  padding-left: 2.125rem;
  position: relative;
}

.content_Appeal_item .txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(da.png) no-repeat center;
}

.content_server_item {
  width: 100%;
  padding: 1.25rem 0;
  position: relative;
}

.content_server_item:last-child::after {
  display: none;
}

.content_server_item::after {
  position: absolute;
  content: "";
  display: block;
  clear: both;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: #e5eaf9;
}

.content_server_item.ts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content_server_item .title {
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  line-height: 1.375rem;
  cursor: pointer;
}

.content_server_item.ts .title {
  margin-bottom: 0;
  cursor: default;
}

.content_server_item.ts>div:nth-child(1) {
  flex: 1;
}

.content_server_item.ts>div:nth-child(2) {
  flex: 0 0 4.875rem;
  width: 4.875rem;
  display: flex;
  justify-content: flex-end;
}

.content_server_item.ts>div:nth-child(2) span {
  color: #1e78ff;
  cursor: pointer;
  font-size: 1rem;
}

.content_server_item .txt {
  margin-top: 0.625rem;
  font-size: 1rem;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.375rem;
}

.content_server_item .time {
  margin-top: 0.625rem;
  display: block;
  font-size: 1rem;
  color: #999999;
  line-height: 1.375rem;
}

.content_server_item .time span {
  color: #1e78ff;
}

.ts.content_server_item .bq,
.content_news_item.content_server_item .bq {
  display: flex;
  flex-wrap: wrap;
}

.content_news_item.content_server_item .bq .time:nth-child(2) {
  margin-left: 1.25rem;
}

.ts.content_server_item .bq .time {
  margin-right: 1.25rem;
}

/* 服务产品*/
.content_product_item {
  width: calc((100% - 2.5rem) / 3);
  padding: 10px;
  margin-right: 1.25rem;
  border: 1px solid #e5eaf9;
  border-radius: 4px;
  margin-bottom: 1.25rem;
}

.content_product_item:nth-child(1),
.content_product_item:nth-child(2),
.content_product_item:nth-child(3) {
  margin-top: 1.25rem;
}

.content_product_item:nth-of-type(3n) {
  margin-right: 0;
}

.content_product_item .product_img {
  width: 100%;
  height: 7.75rem;
  margin-bottom: 0.625rem;
}

.content_product_item .title {
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.content_product_item .txt {
  font-size: 0.875rem;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
}

.content_product_item .product_bq_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}

.content_product_item .product_bq_box .product_bq_item {
  padding: 0.125rem 0.3125rem;
  font-size: 0.875rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 10px;
}

.content_product_item .product_bq_box .product_bq_item.serviceTypeName {
  color: #ffa717;
  border-color: #ffa717;
  margin-right: 0.625rem;
}

.content_product_item .product_bq_box .product_bq_item.areaName {
  color: #1e78ff;
  border-color: #1e78ff;
}

.content_product_item .product_jiage {
  font-size: 0.875rem;
}

.content_product_item .product_jiage .product_jiage_item span {
  font-size: 1rem;
  color: #ff3a38;
  font-weight: bold;
}

/* 服务供应商 */
.content_supplier_item {
  width: 100%;
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e5eaf9;
}

.content_supplier_item:last-child {
  border-bottom: none;
}

.supplier_img_box {
  width: 7.5rem;
  height: 7.5rem;
  flex: 0 0 7.5rem;
  margin-right: 1.25rem;
  text-align: center;
}

.supplier_img_box img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.supplier_right_box {
  flex: 1;
}

.content_supplier_item .title {
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  line-height: 1.375rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.content_supplier_item .txt {
  font-size: 0.875rem;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
}

.content_supplier_item .supplier_bq {
  display: flex;
  flex-wrap: wrap;
}

.content_supplier_item .supplier_bq .supplier_bq_item {
  padding: 0.125rem 0.3125rem;
  font-size: 0.875rem;
  border-width: 1px;
  border-style: solid;
  background: #f4f7fe;
  border-radius: 4px;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  color: #1e78ff;
}

/* 活动 */
.content_activity_item {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #e5eaf9;
  margin-bottom: 1rem;
}

.content_activity_item:last-child {
  margin-bottom: 0rem;
}

.activity_img_box {
  width: 30%;
  height: 3.75rem;
  margin-right: 1rem;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.activity_img_box img {
  height: 100%;
  max-width: 100%;
}

.activity_img_box .image_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 8px;
}

.activity_img_box .green {
  background-image: linear-gradient(180deg, #78DC78 0%, #37AD37 100%);
}

.activity_btn {
  display: inline-block;
  padding: 0.2rem 0.4rem;
  background-image: linear-gradient(90deg, #66a3ff 0%, #1e78ff 100%);
  font-size: 0.6rem;
  border-top-left-radius: 4px;
  color: #ffffff;
}

.activity_btn.disabled {
  background: #eff2f9;
  color: #00000040;
  cursor: not-allowed !important;
}

.activity_box {
  flex: 1;
}

.content_activity_item .title {
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 100%;
  font-weight: 600;
}

.content_activity_item .txt {
  font-size: 0.8rem;
  color: #999999;
  line-height: 1.375rem;
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content_activity_item .txt span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content_activity_item .txt :nth-of-type(1) {
  color: #1890ff;
}

.content_activity_item .txt span img {
  width: 0.8rem;
  margin-right: 0.3rem;
  margin-top: 0.1rem;
}



.content_activity_item .txt span.youxiao {
  color: #12acff;
}


/* 培训 */
.content_training_item {
  width: calc((100% - 2.5rem) / 3);
  padding: 0.625rem;
  margin-right: 1.25rem;
  border: 1px solid #e5eaf9;
  border-radius: 4px;
  margin-bottom: 1.25rem;
}

.content_training_item:nth-of-type(3n) {
  margin-right: 0;
}

.content_training_item:nth-of-type(-n + 3) {
  margin-top: 1.25rem;
}

.content_training_item .training_img {
  width: 100%;
  height: 7.75rem;
  margin-bottom: 0.625rem;
}

.content_training_item .training_img+div {
  min-height: 3rem;
  margin-bottom: 1.25rem;
}

.content_training_item .title {
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 100%;
}

.training_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.training_user {
  padding-left: 1.3rem;
  background: url(global.png) no-repeat left center;
  background-size: 1rem 1rem;
  font-size: 0.875rem;
  color: #999999 !important;
}

.time {
  font-size: 0.875rem;
  color: #999999;
}

.matters-detaillayero.layui-layer {
  background: transparent;
  box-shadow: none;
}

.matters-detaillayero.layui-layer .layui-layer-content {
  padding: 0 3.25rem 2.25rem;
}

.matters-detaillayero.layui-layer .layui-layer-setwin {
  right: 1.25rem;
  top: 1.75rem;
}

.matters-detaillayero.layui-layer .layui-layer-setwin a {
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(cross.svg) no-repeat center;
  background-size: 100%;
}

.matters-detaillayero.layui-layer .layui-layer-title {
  background: transparent;
  border: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  height: auto;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}

.matters-detaillayero.layui-layer .layui-layer-title span {
  background: url(decor.png) no-repeat left center;
  background-size: 1.625rem auto;
  padding-left: 2rem;
}

.matters-detaillayero.layui-layer .layui-layer-content {
  overflow: hidden;
}

.matters-detail-page {
  position: relative;
  height: 100%;
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -ms-border-radius: 0.75rem;
  -o-border-radius: 0.75rem;
}

.matters-detail-page .matters-detail-swiper {
  overflow: hidden;
  height: 100%;
}

.matters-detail-page .matters-detail-swiper .swiper-slide {
  overflow: hidden;
  background: url(matters-detaillayero-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 1.25rem;
}

.matters-detail-page .matters-detail-content {
  height: 86.3%;
  overflow-y: auto;
}

.matters-detail-page .matters-detail-content::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
}

.matters-detail-page .matters-detail-content::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  -o-border-radius: 0.375rem;
}

.matters-detail-page .matters-detail-content::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}

.matters-detail-page .matters-detail-content::-webkit-scrollbar-thumb:hover {
  background-color: #eee;
}

.matters-detail-swiper-next {
  right: -3.25rem;
  background: url(right-aw.png) no-repeat center;
  background-size: 100% 100%;
}

.matters-detail-swiper-prev {
  left: -3.25rem;
  background: url(left-aw.png) no-repeat center;
  background-size: 100% 100%;
}

.matters-detail-page .matters-detail-swiper-pagination {
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%);
}

.matters-detail-page .matters-detail-swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0.625rem;
}

.matters-detail-page .matters-detail-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

.matters-detail-swiper-next,
.matters-detail-swiper-prev {
  width: 2.1875rem;
  height: 2.1875rem;
}

.matters-detail-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  height: auto;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.matters-detail-name span {
  background-size: 1.625rem auto;
}

.matters-detail-closeBtn {
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background: url(close.png) no-repeat center;
  background-size: 100%;
  z-index: 9;
}

.matters-detail-header {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}

.matters-detail-header-item {
  font-size: 0.875rem;
  color: #282947;
  letter-spacing: 0.0419rem;
  font-weight: 300;
  width: 50%;
}

.matters-detail-header-item p {
  display: flex;
}

.matters-detail-header-item p span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.25rem;
  padding: 0.6rem 1.0594rem;
}

.matters-detail-header-item .detail-header-item-name {
  font-weight: 400;
  width: 38%;
  background-color: #e6f0ff;
  font-size: 0.875rem;
  color: #282947;
}

.matters-detail-header-item .detail-header-item-present {
  font-weight: 500;
  flex: 1;
}

.matters-detail-module-title {
  font-size: 1.125rem;
  color: #ffffff;
  letter-spacing: 0.0469rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.matters-detail-basic-info {
  border-radius: 0.25rem;
  margin-bottom: 0.875rem;
}

.matters-detail-basic-info-title {
  background: rgba(255, 255, 255, 0.66);
  line-height: 3rem;
  font-size: 1rem;
  color: #282947;
  letter-spacing: 0.0419rem;
  font-weight: 500;
  text-align: center;
}

.matters-detail-basic-info-item {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  letter-spacing: 0.67px;
  line-height: 24px;
  font-weight: 400;
}

.matters-detail-basic-info-item-name {
  font-weight: 400;
  font-size: 0.875rem;
  color: #282947;
  width: 19%;
  background: rgba(255, 255, 255, 0.89);
  line-height: 1.25rem;
  padding: 0.6rem 1.0594rem;
  display: flex;
  align-items: center;
}

.matters-detail-basic-info-item-present {
  color: #282947;
  background-color: #ffffff;
  line-height: 1.25rem;
  padding: 0.6rem 1.0594rem;
  display: flex;
  align-items: center;
}

.matters-detail-processing-method-content {
  display: flex;
  justify-content: space-between;
}

.matters-detail-method-item {
  width: calc((100% - 1rem) / 2);
  height: 10.125rem;
  border-radius: 0.25rem;
  padding: 1rem 1.25rem;
  background-size: 100% 100% !important;
}

.matters-detail-method-item.online {
  background: url(online-bg.png) no-repeat;
  background-size: 100%;
}

.matters-detail-method-item.offline {
  background: url(offline-bg.png) no-repeat;
  background-size: 100%;
}

.matters-detail-method-item-title {
  font-family: "YouSheBiaoTiHei";
  font-size: 1.875rem;
  letter-spacing: 0;
  font-weight: 400;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2.4375rem;
  margin-bottom: 0.5rem;
}

.matters-detail-method-item.online .matters-detail-method-item-title {
  background-image: linear-gradient(to right, #ffb929, #ff641e);
}

.matters-detail-method-item.offline .matters-detail-method-item-title {
  color: transparent;
  background-image: linear-gradient(to right, #29b1ff, #1e78ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.matters-detail-method-item-list {
  min-height: 5.375rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.matters-detail-method-item-list li {
  width: 100%;
  background-image: linear-gradient(101deg, #ffffff 5%, rgba(255, 255, 255, 0.37) 100%);
  font-size: 0.9375rem;
  color: #282947;
  letter-spacing: 0.0387rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 0.5625rem 0.5rem;
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
}

.matters-detail-method-item-list li:last-child {
  margin-bottom: 0;
}

.matters-detail-method-item-list li .clickGoto {
  font-family: "AlibabaPuHuiTi_2_65_Medium";
  font-size: 0.875rem;
  color: #1e78ff;
  font-weight: 500;
  margin-left: 1rem;
}

.offline-title {
  font-size: 0.9375rem;
  color: #282947;
  letter-spacing: 0.0387rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.8125rem;
}

.matters-detail-method-item-list li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 75%;
}

.offline .matters-detail-method-item-list li span {
  max-width: 100%;
}

.offline .matters-detail-method-item-list {
  justify-content: flex-start;
}

.offline .matters-detail-method-item-list li {
  background-image: linear-gradient(94deg, #ffffff 0%, rgba(255, 255, 255, 0.24) 100%);
  color: #1e78ff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1.75rem;
}

.offline .matters-detail-method-item-list li::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(locate-icon.svg) no-repeat center;
  background-size: 1rem auto;
}

.matters-detail-complain-telephony {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #eff6fb;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.matters-detail-method-item-list li.qr-code:hover .qr-code-img {
  display: block;
}

.matters-detail-method-item-list li.qr-code .qr-code-name {
  position: relative;
  max-width: 100%;
  overflow: visible;
}

.matters-detail-method-item-list li.qr-code .qr-code-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.matters-detail-method-item-list li.qr-code .qr-code-img {
  position: absolute;
  right: -6.25rem;
  top: -50%;
  transform: translateY(-25%);
  display: none;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  padding: 0.3125rem;
}

.matters-detail-method-item-list li.qr-code .qr-code-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.matters-secondary-container {
  position: relative;
}

.matters-secondary-container-close {
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  width: 1.375rem;
  height: 1.375rem;
  background: url(close.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.content_server_item.not .title {
  cursor: not-allowed;
}

/* #endregion 检索模板的样式 */

.content-claim-item {
  width: 100%;
}

.content-claim-q {
  display: flex;
  padding: 1rem 0;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #eee;
}

.claim-q-left {
  flex: 1;
}

.claim-q-company {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.first-text {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #40b0ff 0%, #1e78ff 100%);
  line-height: 1.75rem;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 500;
  margin-right: 0.5rem;
}

.claim-q-company span {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 0.05rem;
  font-weight: 500;
  line-height: 1.375rem;
}

.claim-q-title {
  zoom: 1;
  margin-bottom: 0.5rem;
}

.claim-q-title::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.claim-q-title span {
  float: left;
  padding: 0 0.75rem;
  line-height: 1.5rem;
  background-color: rgba(6, 104, 255, 0.08);
  font-size: 0.75rem;
  color: #0668ff;
  letter-spacing: 0;
  font-weight: 400;
  margin-right: 0.5rem;
}

.claim-q-title p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #333333;
  letter-spacing: 0.75px;
  font-weight: 400;
}

.claim-q-time span {
  background-image: url(icon_time.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem auto;
  background-position: left center;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  color: #999999;
  letter-spacing: 0.05rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.claim-q-right {
  flex-shrink: 0;
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

.claim-q-right span {
  padding-left: 0.875rem;
  padding-right: 1.75rem;
  line-height: 2.25rem;
  background: #f4f8fc;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  color: #808997;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
  background-image: url(ai_up.svg);
  background-repeat: no-repeat;
  background-size: 0.625rem auto;
  background-position: 4.6875rem center;
}

.content-claim-a {
  border-bottom: 0.0625rem solid #eee;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.claim-a-organization {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

.claim-a-organization span {
  font-size: 1rem;
  color: #333333;
  letter-spacing: 0.05rem;
  font-weight: 500;
  line-height: 1.375rem;
}

.claim-a-organization.official span {
  padding-right: 1rem;
  background-image: url(authentication-mark.png);
  background-size: 0.875rem auto;
  background-repeat: no-repeat;
  background-position: right center;
}

.claim-a-content {
  padding-left: 2.25rem;
  margin-bottom: 0.5rem;
}

.claim-a-content p {
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.625rem;
  font-weight: 400;
  text-align: justify;
}

.claim-a-time {
  padding-left: 2.25rem;
  margin-bottom: 1rem;
}

.claim-a-time span {
  font-size: 0.875rem;
  color: #999999;
  letter-spacing: 0.05rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.content-claim-item.on .content-claim-a {
  opacity: 1;
}

.content-claim-item.on .claim-q-right span {
  background-image: url(expansion_up.svg);
}

.evaluation-wrap {
  display: none;
}

.page-main-body a.not-allowed {
  cursor: not-allowed;
}

.page-main-body a.not-allowed:hover {
  color: #999999;
}

.activity-list .activity-img {
  width: 6rem;
  height: 4rem;
}

.activity-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}