.searchContainer{
  background: url(https://zhzyyxh.obs.myhuaweicloud.com/zhzyyalk/banner-bg.png);
  background-size: 100% 100%;
  width: 100%;
  max-height: 400px;
  min-height: 200px;
  height: 37vh;
}

.searchContainer .searchBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.searchInput {
  display: flex;
  align-items: center;
  position: relative;
}

.searchInput .boxBg{
  background: url(https://zhzyyxh.obs.myhuaweicloud.com/zhzyyalk/search-bg.png);
  background-size: 100% 100%;
  max-width: 900px;
  height: 56px;
  display: flex;
  align-items: center;
  width: 900px;
}


.searchInput .advancedSearchText {
  margin-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #05754F;
  position: relative;
  line-height: 16px;
}

.searchInput .advancedSearchText::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  background: #05754F;
  left: 0;
}

.searchInput .btnBox{
  background: url(https://zhzyyxh.obs.myhuaweicloud.com/zhzyyalk/ssbg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  width: 125px;
  height: 100%;
  cursor: pointer;
}
.searchInput .btnBox img{
  width: 20px;
  height: 20px;
}
.searchInput .boxBg .line{
  width: 2px;
  height: 26px;
  background: #D8D8D8;
}

.searchInput .el-input__inner{
  border: none;
  color: #333333;
  font-size: 16px;
}
.searchBox .el-input--suffix .el-input__inner{
  
}
.hotSearchTerm{
  display: flex;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  line-height: 15px;
  position: absolute;
  bottom: -40px;
  left: 20px;
}
.hotSearchTerm .list{
  display: flex;
}
.hotSearchTerm .list .item{
  padding-right: 20px;
  cursor: pointer;
}
/* H5搜索 */
.searchDrawer {
  align-items: center;
  justify-content: center;
}

.searchDrawer .advancedSearchText {
  margin-left: 10px;
  cursor: pointer;
  font-size: 18px;
}

.searchDrawer .searchBtn:hover {
  background: #FFF;
  color: rgb(96, 98, 102);
}
@media (min-width: 767px){
  .searchDrawer{
    display: none;
  }
}
@media (max-width: 767px){
  .searchContainer{
    height: 190px;
    margin-top: 100px;
  }
  .searchInput{
    display: none;
  }
  .searchDrawer {
    width: 100%;
    padding: 0 15px;
    font-size: 0;
  }

  .searchDrawer .typeSel {
    width: 100%;
  }

  .searchDrawer .contentSel {
    width: 100%;
    margin: 15px 0;
  } 

  .searchDrawer .advancedSearchText {
    display: inline-block;
  }
}