html{
  background-color: #ffffff;
}
body{
  margin:0;
  /* 弹性布局实现底部置底 */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.search-banner{
  width: 100%;
  height: 420px;
  background-color: #deeaff;
  background: url(../images/partner/banner-bg.png) center center no-repeat;
  padding-top: 73px;
  box-sizing: border-box;
}

.content{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#wrap{
  position: relative;
  /* 主体区域自动撑开剩余高度 */
  flex-grow: 1;
  /* 给搜索结果预留和页脚之间的间距，根治图片贴近footer */
  padding-bottom: 10px;
}

.search-banner .content .banner-title{
  font-size: 40px;
  color: #252d4d;
  font-weight: 600;
  margin-bottom: 22px;
  position: relative;
}

.search-banner .content .desc-title{
  font-size: 19px;
  color: #252d4d;
  margin-bottom: 28px;
  position: relative;
} 

.search-banner .content .banner-list{
  display: flex;
  gap: 16px;
  position: relative;
}

.search-banner .content .banner-list li.item{
  color: #ffffff;
  font-size: 14px;
  padding-left: 12px;
  line-height: 33px;
  
}

.search-banner .content .banner-list li.item em{
  font-size: 18px;
  font-weight: 600;
}

.search-banner .content .banner-list li.item:first-child{
  background: url(../images/partner/banner-titile-bg-01.png) center center no-repeat;
  background-size: 100%;
  width: 219px;
  height: 33px;
}

.search-banner .content .banner-list li.item:nth-child(2){
  background: url(../images/partner/banner-titile-bg-02.png) center center no-repeat;
  background-size: 100%;
  width: 229px;
  height: 33px;
}

.search-banner .content .banner-list li.item:last-child{
  background: url(../images/partner/banner-titile-bg-03.png) center center no-repeat;
  background-size: 100%;
  width: 251px;
  height: 33px;
}


 .search-type {
    display: flex;
    align-items: center;
    gap: 8px; 
    margin-top: 43px;
  }

  .type-btn {
    display: inline-block;
    padding: 10px 22px;
    font-size: 16px;
    color: #356dee;
    background-color: #c2dafb;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.5;
  }

  .type-btn-left {
   clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
    z-index: 1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .type-btn-right {
      margin-left: -28px;
    clip-path: polygon(0px 0, 100% 0, 135% 160%, 14% 107%);
    z-index: 2;
     border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .type-btn.active {
    background-color: #356dee;
    color: #fff;
  }


  .search-input-wrapper {
    display: flex;
    align-items: center;
    width: 1198px;
    height: 62px;
    margin-top: 5px;
  }

  .search-input {
    width: 1017px;
    height: 62px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    border-right: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    box-sizing: border-box;
  }

  .search-btn {
    width: 181px;
    height: 62px;
    background-color: #356dee;
    border: none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  }

  .search-btn:hover {
    background-color: #5d89f0; 
  }

  .search-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .search-input:focus {
  border: 1px solid rgb(114, 154, 248);
  }


 .nodata {
  font-size: 13px;
  color: #ff0000;
  padding-left: 13px;
  margin-top: 13px;
}

 .resule-data {
  margin-bottom: 15px;
  margin-top: 37px;
}

 .resule-data li.item {
  width: 100%;
  padding: 27px 30px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 17px;
   box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}
 .resule-data li.item .item-title {
  font-size: 0;
  margin-bottom: 16px;
}

 .resule-data li.item .item-title h2 {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
 .resule-data li.item .item-title label {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 6px;
  font-size: 12px;
  border-radius: 5px;
  color: #5a74ff;
  background-color: #e2edfd;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  margin-top: 2px;
}
 .resule-data li.item .item-info {
  font-size: 13px;
  line-height: 21px;
  color: #666666;
}
  .result-cer{
  text-align: center;
  background-color: #fff;
}


.footer{
    width:100%;
}

[v-cloak] {
  display: none;
}