
.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.phone_bg {
  display: none;
}
.title {
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
  background: #f2f6f9;
}
.tips{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.search input {
  background: none;
  border: 1px solid rgba(255,255,255,0.7);
  border-right:none;
  height: 56px;
  width: 850px;
  padding: 0 30px;
  color: #fff;
}
.search input::placeholder {
    color: rgba(255,255,255,0.7);
    opacity: 1;
}

.search button {
   
  height: 56px;
 border:none;
 transform:none!important;
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
/*.search button:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  background-image: linear-gradient(135deg, #4270d5, #5c57c7 60%);
  transition: all 0.5s;
}
.search button svg {
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.search span{
    position: relative;
    z-index: 2;
}
.search button:hover:after{
  width: 200%;
}*/

.search_list {
  padding: 90px 0 186px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.search_list .repeat {
  height: 194px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}
.search_list .time {
  line-height: 1;
  color: rgba(255,255,255,0.7);
  margin-top: 15px;
}
.search_list .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search_list .name {
  color: #2863bb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #dde5f1;
  width: 70px;
  height: 30px;
  font-size: 12px;
  display: none;
}
.search_list .tit {
  /*width: calc(100% - 92px);*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.search_list .tit a {
  background: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #ffffff), color-stop(66.66%, #4270d5), to(#5c57c7));
  background: linear-gradient(to right, #ffffff 33.33%, #4270d5 66.66%, #5c57c7);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  background-position: 0% 0;
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
}
.search_list .tit a:hover {
  background-position: 100% 0;
}
@media screen and (max-width: 1600px) {
  .title {
    margin-top: 76px;
  }
  .search_list .repeat {
    height: 150px;
  }
  .search_list {
    padding: 4.6875% 0 9.6875%;
  }
  .search {
    margin-top: 60px;
  }
  .search input {
    width: 570px;
  }
}
@media screen and (max-width: 1200px) {
  .title {
    margin-top: 60px;
  }
  .search button {
    width: 120px;
  }
  .search input {
    width: 50%;
    padding: 0 20px;
  }
  .search_list .repeat {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .search {
    margin-top: 40px;
  }
  .search_list {
    padding: 10px 0 40px;
  }
  .search_list .repeat {
    height: 110px;
  }
  .search button {
    width: 100px;
  }
  .search input{
      width: 60%;
  }
  .bg {
    display: none;
  }
  .phone_bg {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
