/* 搜问一体块 */
.vector-search {
  padding: unset;
  background: transparent;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .2);
  border-radius: 12px;
  position: relative;
}

.vector-head {
  margin-bottom: unset;
  padding: 20px;
  background: linear-gradient(to right, #CEE2FF, #D5F3FF);
  border-radius: 12px 12px 0px 0px;
  height: 40px;
}

.vector-head .vector-head-title {
  width: 100%;
}

.vector-head .vector-head-right {
  margin-left: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vector-head .vector-head-right .link_ai_search {
  cursor: pointer;
  margin-left: 20px;
  width: 240px;
  height: 46px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #3A86F3;
  display: flex;
  color: #1467F3;
  align-items: center;
  justify-content: center;
}

.vector-head .vector-head-right .link_ai_search img {
  width: 22px;
  margin-left: 14px;
}

.vector-search .vector-content {
  padding-bottom: unset;
  border-radius: 12px;
  position: static;
}

.vector-search .vector-content.on {
  padding-bottom: unset;
}

.ai_info_div {
  margin-top: unset;
  position: absolute;
  right: 20px;
  height: 50px;
  bottom: 0;
}

.ai_info_div .ai_info_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/ai_info_icon.png") no-repeat center;
  background-size: 100%;
  margin-right: 12px;
}

.ai_info_div .ai_info_text {
  color: #A27DFF;
}

.vector-content-expend {
  width: 100%;
  position: relative;
  height: 50px;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 86%);
  border-radius: 0 0 12px 12px;
}

.vector-content-expend.hide_btn {
  height: 50px;
}

.vector-content-expend.hide {
  position: absolute;
  height: 170px;
  bottom: 0;
}

.vector-content-expend.hide_btn .vector-content-expend-inner {
  display: none;
}

.vector-content-expend-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 auto;
  cursor: pointer;
  height: 100%;
  height: 50px;
  z-index: 999;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #1467F3;
}

.vector-content-expend .vector-content-expend-img {
  width: 16px;
  height: 9px;
  background: url(../images/jt_blue.png) no-repeat center;
  background-size: 100% 100%;
}

.vector-content-expend .open .vector-content-expend-img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}