.aiMatch {
  min-width: 1200px;
  padding: 0px 0 40px;
  background: #fff url('../../../images/aiMatch/bg.png') center top / 1920px 578px no-repeat;
}

.aiMatch__inner {
  width: 1200px;
  margin: 0 auto;
}

.aiMatch__eyebrow {
  line-height: 16px;
  color: #0066ff;
  text-align: center;
}

.aiMatch__title {
  margin-top: 16px;
  line-height: 36px;
  color: #1f2937;
  text-align: center;
}

.aiMatch__desc {
  margin-top: 8px;
  line-height: 20px;
  color: #999;
  text-align: center;
}

.aiMatch__form {
  margin-top: 18px;
  padding: 25px 32px 33px;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.aiMatch__field {
  position: relative;
}

.aiMatch__label {
  display: block;
  height: 16px;
  margin-bottom: 4px;
  line-height: 16px;
  color: #666;
  font-size: 12px;
  font-weight: 500;
}
.aiMatch__label .required {
  color: #E80101;
}

.aiMatch__titleInput.layui-input {
  height: 29px;
  padding: 0 118px 8px 0;
  line-height: 20px;
  color: #333;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #f3f4f6;
  border-radius: 0;
}

.aiMatch__titleInput.layui-input:focus,
.aiMatch__textarea.layui-textarea:focus {
  border-color: #0066ff !important;
  box-shadow: none;
}

.aiMatch__count {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #999;
  font-size: 10px;
  line-height: 16px;
}

.aiMatch__field--abstract {
  margin-top: 16px;
}

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

.aiMatch__meta {
  color: #999;
  font-size: 12px;
  line-height: 16px;
}

.aiMatch__subject {
  margin-right: 6px;
  color: #0066ff;
}

.aiMatch__textarea.layui-textarea {
  min-height: 106px;
  height: 106px;
  padding: 13px 0 14px;
  color: #333;
  font-size: 14px;
  line-height: 23px;
  border: 0;
  border-bottom: 1px solid #f9fafb;
  border-radius: 0;
  resize: none;
}

.aiMatch__filters {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
}

.aiMatch__filterLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 28px;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.aiMatch__filterLabel img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.aiMatch__selects {
  display: flex;
  align-items: center;
  gap: 8px;
}

.aiMatch__selects select.js-ms {
  flex: 0 0 200px;
  width: 200px;
  height: 30px;
  visibility: hidden;
}

.aiMatch__selects select.js-subjectSelect {
  flex-basis: 138px;
  width: 138px;
}

.aiMatch__selects .ms-parent {
  flex: 0 0 200px;
  width: 200px !important;
  height: 30px;
}

.aiMatch__selects .js-subjectSelect + .ms-parent {
  flex-basis: 200px;
  width: 200px !important;
}

.aiMatch__selects .ms-choice {
  height: 30px;
  line-height: 28px;
  color: #333;
  border-color: #e5e7eb;
  border-radius: 6px;
}

.aiMatch__selects .ms-choice > span {
  right: 50px;
  padding-left: 12px;
  font-size: 12px;
}

.aiMatch__selects .ms-choice > div.icon-close {
  display: none;
  right: 28px;
}


.aiMatch__selects .ms-choice > div.icon-caret {
  top: 50%;
  margin-top: -9px;
  right: 5px;
  width: 18px;
  height: 18px;
  border: 0;
  background: url('../../../images/aiMatch/image.png') center / 18px 18px no-repeat;
  transition: transform 0.2s;
}


.aiMatch__selects .ms-choice > div.icon-caret.open {
  border: 0;
  transform: rotate(180deg);
}

.aiMatch__selects .ms-drop {
  color: #333;
  border-color: #e5e7eb;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.aiMatch__selects .ms-drop ul > li {
  padding: 5px 10px;
  font-size: 12px;
}

.aiMatch__selects .ms-drop ul > li:hover {
  background: #f5f8ff;
}

.aiMatch__selects .ms-drop ul > li.selected {
  color: #0066ff;
  background: #eff6ff;
}

.aiMatch__selects .ms-drop ul > li.selected label {
  color: #0066ff;
}

.aiMatch__selects .ms-drop input[type="checkbox"]:checked {
  accent-color: #0066ff;
}

.aiMatch__selects .ms-search input {
  min-height: 28px;
  border-color: #e5e7eb;
}

.aiMatch__clear,
.aiMatch__submit {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.aiMatch__clear {
  margin-left: auto;
  color: #999;
  font-size: 14px;
}

.aiMatch__submit {
  width: 139px;
  height: 40px;
  margin-left: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  background: #0066ff;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px #bfdbfe, 0 4px 6px -4px #bfdbfe;
}

.aiMatch__submit:hover {
  background: #005be5;
}

.aiMatch__submit:disabled,
.aiMatch__submit.is-loading {
  cursor: not-allowed;
  background: #93c5fd;
  box-shadow: none;
}

.aiMatch__tips {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 15px;
  color: #333;
  font-size: 12px;
  line-height: 15px;
}

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

.aiMatch__tips img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.aiMatch__loginTip {
  height: 32px;
  margin-top: 16px;
  color: #0066ff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  background: rgba(230, 240, 255, 0.3);
  border: 1px solid #e6f0ff;
  border-radius: 6px;
}

.aiMatch__loginTip span {
  text-decoration: underline;
  cursor: pointer;
}

.aiMatch__result {
  margin-top: 30px;
  padding-bottom: 16px;
}

.aiMatch__resultHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}

.aiMatch__resultTitle {
  display: flex;
  align-items: center;
}

.aiMatch__resultTitle span {
  padding-left: 8px;
  color: #0066ff;
  font-size: 12px;
  line-height: 16px;
  border-left: 2px solid #0066ff;
}

.aiMatch__resultTitle strong {
  margin-left: 24px;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.aiMatch__resultTitle em {
  color: #0066ff;
  font-style: normal;
}

.aiMatch__sort {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 12px;
}

.aiMatch__sort button {
  height: 24px;
  padding: 0 12px;
  color: #333;
  font-size: 12px;
  line-height: 22px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
}

.aiMatch__journalList {
  margin-top: 12px;
}

.aiMatch__journalCard {
  display: flex;
  min-height: 253px;
  margin-top: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.aiMatch__journalCard:first-child {
  margin-top: 0;
}

.aiMatch__rank {
  display: flex;
  flex: 0 0 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0066ff;
  background: linear-gradient(180deg, #f7faff 0%, rgba(247, 250, 255, 0) 100%);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.aiMatch__rank strong {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.aiMatch__rank span {
  margin-top: 2px;
  color: #999;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1px;
}

.aiMatch__journalBody {
  position: relative;
  flex: 1;
  padding: 25px 28px 40px 24px;
}

.aiMatch__journalMain {
  width: 838px;
}

.aiMatch__journalMain .journalName {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.aiMatch__journalMain a.journalName:hover {
  color: #0066ff;
}

.aiMatch__journalMeta {
  margin-top: 2px;
  color: #989898;
  font-size: 12px;
  line-height: 16px;
}

.aiMatch__tagLine {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.aiMatch__tag {
  height: 21px;
  padding: 0 6px;
  color: #666;
  font-size: 12px;
  line-height: 19px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
}

.aiMatch__tag--primary {
  color: #fff;
  background: #0066ff;
  border-color: #0066ff;
}

.aiMatch__metric {
  color: #666;
  font-size: 12px;
  line-height: 15px;
}

.aiMatch__metric strong {
  font-size: 10px;
  color: #1f2937;
  font-weight: 600;
}

.aiMatch__benefits {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
}

.aiMatch__benefits span {
  color: #999;
}

.aiMatch__benefits em {
  position: relative;
  color: #f97316;
  font-style: normal;
}

.aiMatch__benefits em::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  vertical-align: 1px;
  background: #f97316;
  border-radius: 50%;
}

.aiMatch__reason {
  display: flex;
  align-items: center;
  /* min-height: 64px; */
  margin-top: 20px;
  padding: 15px 16px;
  background: rgba(239, 246, 255, 0.5);
  border: 1px solid rgba(219, 234, 254, 0.5);
  border-radius: 6px;
}

.aiMatch__reason span {
  display: flex;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: #0066ff;
  font-size: 12px;
  font-weight: 600;
  background: #dbeafe;
  border-radius: 50%;
}

.aiMatch__reason p {
  margin-left: 12px;
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

.aiMatch__score {
  position: absolute;
  top: 25px;
  right: 28px;
  text-align: right;
}

.aiMatch__score > span {
  display: block;
  color: #999;
  font-size: 10px;
  line-height: 15px;
}

.aiMatch__score div {
  margin-top: 4px;
  white-space: nowrap;
}

.aiMatch__score strong {
  color: #0066ff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.aiMatch__score em {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}

.aiMatch__rate {
  min-height: 16px;
  text-align: right;
}

.aiMatch__rate .layui-rate {
  padding: 0;
  line-height: 16px;
}

.aiMatch__rate .layui-rate li {
  margin-right: 0;
}

.aiMatch__rate .layui-rate li i.layui-icon {
  margin-right: 0;
  font-size: 12px;
}

.aiMatch__actions {
  position: absolute;
  right: 28px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.aiMatch__detailBtn,
.aiMatch__reviewBtn,
.aiMatch__consult button {
  border: 0;
  cursor: pointer;
}

.aiMatch__detailBtn {
  width: 72px;
  height: 28px;
  color: #666;
  font-size: 12px;
  line-height: 26px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  text-align: center;
}

.aiMatch__reviewBtn {
  width: 116px;
  height: 30px;
  color: #fff !important;
  font-size: 12px;
  line-height: 30px;
  background: #0066ff;
  border-radius: 15px;
  text-align: center;
}

.aiMatch__reviewBtn span {
  margin-left: 4px;
}

.aiMatch__consult {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  color: #989898;
  font-size: 14px;
  line-height: 28px;
}

.aiMatch__consult button {
  height: 28px;
  margin-left: 12px;
  padding: 0 24px;
  color: #666;
  font-size: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}

.aiMatch__inner .noResult {
  margin: 0 auto;
  padding-top: 20px;
}
.aiMatch__inner .noResult img{
  width: 250px;
}
