.link-wrap {
  margin-bottom: 20px;
}

.link-wrap .link-card {
  position: relative;
  width: 25%;
  height: 204px;
  float: left;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  box-shadow: inset 1px 0 0 0 #edf0f2;
}

.link-wrap .link-card > a {
  padding: 40px 8px;
  display: block;
  text-decoration: none;
}

.link-wrap .link-card .link-img {
  width: 72px;
  height: 72px;
}

.link-wrap .link-card .link-text {
  margin-top: 20px;
  font-size: 20px;
  color: #222222;
  font-weight: bold;
}
.search-card {
  color: #fff;
  background: none;
}

.interact-main .card-content ul.list {
  height: 286px;
}

.search-card .box-top {
  height: 260px;
  background-color: #78d5ff;
  background: url('../assets/interact-exchange/feedback_search_bg.png') no-repeat bottom right / cover;
  position: relative;
}

.search-card .card-title {
  color: #fff;
}

.search-card .card-title::before {
  background: #fff;
}

.search-card .feedback-search {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 48px;
}

.search-card .feedback-search-form {
  height: 60px;
}

.search-card .feedback-search-form .search-input {
  height: 100%;
  width: 394px;
  padding-left: 24px;
  font-size: 16px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 30px 0 0 30px;
}

.search-card .feedback-search-form .search-btn {
  width: 107px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 0 30px 30px 0;
  background-image: linear-gradient(174deg, #00ffda 0%, #5377fd 100%);
}

.search-card .tip-info {
  padding-left: 58px;
}

.search-card .tip-info .tip-left {
  display: inline-block;
  width: 40px;
  margin-right: 18px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}

.search-card .tip-info .tip-right {
  display: inline-block;
  min-height: 36px;
  margin-top: 4px;
  padding-left: 18px;
  border-left: 1px solid #fff;
}

.search-card .tip-conts .tip-row {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
}

.search-card .tip-conts .tip-row .point {
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
  vertical-align: middle;
}

.search-card .tip-conts .tip-row:last-child {
  margin-bottom: 0;
}

.search-card .box-bottom {
  position: relative;
  height: 106px;
  line-height: 106px;
  margin-top: 20px;
  background: #fff;
}
.search-card .box-bottom .vote-btn {
  display: block;
  width: 100%;
  height: 100%;
}

.search-card .box-bottom .bg-image {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.other-card {
  width: 100%;
}

.other-card li.interact-card {
  position: relative;
  width: 586px;
  height: 160px;
  padding: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: rgba(29, 129, 235, 0.1);
  border-radius: 12px;
}

.other-card li.interact-card:nth-child(odd) {
  float: left;
}
.other-card li.interact-card:nth-child(even) {
  float: right;
}

.card-box.other-card .card-content {
  padding-bottom: 4px;
}

.interact-card .item-icon {
  position: absolute;
  width: 72px;
  height: 72px;
}

.interact-card .item-content {
  margin-left: 92px;
}

.interact-card .video-item {
  margin-right: 124px;
}

.interact-card .item-btns {
  position: absolute;
  right: 40px;
  top: 28px;
}

.interact-card .item-btns .view-btn {
  display: block;
  width: 86px;
  height: 30px;
  margin-top: 12px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #1d81eb;
  background: #fff;
  border: 1px solid #1d81eb;
  font-weight: bold;
  border-radius: 16px;
}

.interact-card .interact-title {
  margin-bottom: 16px;
  font-size: 20px;
  color: #2861c9;
  line-height: 16px;
  font-weight: bold;
}

.interact-card .major-txt {
  font-size: 20px;
  color: #ffa000;
  font-weight: bold;
}

.interact-card .interact-content {
  line-height: 24px;
  font-size: 16px;
  color: #222222;
}

body.oldFixed .link-wrap .link-card {
  height: auto;
}

body.oldFixed .search-card .tip-info {
  padding-bottom: 18px;
}

body.oldFixed .search-card .tip-info .tip-left {
  width: auto;
  line-height: 2;
}

body.oldFixed .search-card .box-top {
  height: auto;
}

body.oldFixed .other-card li.interact-card {
  width: 100%;
  height: auto;
}

body.oldFixed .interact-card .interact-title {
  line-height: 1;
}

body.oldFixed .interact-card .interact-content {
  line-height: 2;
}
