﻿/* 攻略内容页-商家调用 */
.post-cards {
  margin: 10px auto 20px;
}
.card-link {
  display: flex;
  width: 100%;
  height: 160px;
  background-color: rgba(26, 26, 26, 0.03);
  margin: 0 auto;
  text-decoration: none !important;
  cursor: pointer;
}
.card-image {
  width: 130px;
  height: 130px;
  margin: 15px;
  background-size: contain;
}
.card-image img {
}
.card-info {
  padding-top: 30px;
  margin-left: 20px;
  width: calc(100% - 200px);
}
.card-info p {
line-height: 5px;
}
.card-header {
  display: flex;
  justify-content: space-between;
}
.card-tag {
  display: flex;
  align-items: center;
}
.card-flag img{
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  border-radius: 50%;
}
.card-tag span {
  margin-left: 6px;
  color: #333 !important;
}
.card-rebate {
  height: 22px;
  line-height: 22px;
  padding: 0 6px;
  font-weight: 500;
  font-size: 12px !important;
  background-color: #fe5a58;
  color: #fff;
  border-radius: 3px;
}
.card-title {
  margin: 10px 0 6px;
  font-weight: bold;
}
.card-desc {
  color: #999;
  font-size: 12px;
  margin: 0 0 5px;
  height: 24px;
}
.card-features {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.card-features li {
  list-style: none;
  margin: 0 10px 0 0;
  height: 20px;
  line-height: 20px;
  padding: 1px 5px;
  background: #ececec;
  color: #696969;
  border-radius: 3px;
}

/*海淘工具*/
.common-info ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
.common-info .info-item {
    line-height: 1;
}
.common-info .info-item a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1f1f1f;
    text-decoration: none;
    gap: 5px;
    white-space: nowrap; /* 防止文字换行 */
}
.svg-icon--black {
    width: 24px;
    height: 24px;
    fill: #1f1f1f;
}