/*  imported from style.css  */

.search__style___1K3XW {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.search__style___1K3XW.searchExtend__style___coKGi {
  width: 60px;
  text-align: right;
}
.searchExtend__style___coKGi {
  border-bottom: 1px solid #878B94;
}
.searchBtn__style___1PK14 {
  width:32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  display: inline-block;
  margin-left:14px;
  text-align: center;
}
.searchBtn__style___1PK14 i{
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.inputArea__style___465kB {
  width: 190px;
  left: -190px;
  position: absolute;
  top: 0;
  height: 32px;
  overflow: hidden;
  border-bottom: 1px solid #878B94;
  box-sizing: content-box;
}
.searchInput__style___282ae {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  padding-top: 2px;
  font-size: 12px;
  color: #555555;
  background: transparent;
  border:0 none;
  outline: none;
}
.searchInput__style___282ae::-webkit-input-placeholder{color:#ccc!important}
.searchInput__style___282ae::-moz-placeholder{color:#ccc!important}
.searchInput__style___282ae::-ms-input-placeholder{color:#ccc!important}
.inputEnter__style___bg_Vk {
  left: 0;
  width: 0;
}
.inputEnter__style___bg_Vk.inputEnterActive__style___hYsb8 {
  width: 250px;
  left: -250px;
  transition: all 300ms ease-in;
}
.inputLeave__style___2Z81v {
  width: 250px;
  left: -250px;
}
.inputLeave__style___2Z81v.inputLeaveActive__style___2xRxg {
  width: 0;
  left: 0;
  transition: all 300ms ease-in;
}

.search__style___1K3XW button{
  border: none;
  border-radius: 0;
  border-top:1px solid #888888;
  font-size: 12px;
}

.clearSearch__style___3WMmK {
  background: #cfcfcf;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  margin-bottom:1px;
  line-height: 12px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.clearSearch__style___3WMmK:hover{
  background: #888888;
}
.search__style___1K3XW .clearSearch__style___3WMmK .iconfont {
  font-size: 12px;
  color: #fff;
}
.SearchWin__style___NSnGJ {
  left: -236px;
  position: absolute;
  top: 30px;
  width:333px;
  height:0;
  background:rgba(255,255,255,1);
  border-radius: 3px ;
  overflow: hidden;
  border: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  max-height:436px;

}
.SearchWin__style___NSnGJ.showheight__style___2ciQH{
  height:auto;  border: 1px solid rgba(78, 89, 104,.19);
  box-shadow: 1px 2px 4px rgba(74, 81, 93,.25);top: 40px;min-height: 40px;
  z-index: 10;
}

.SearchWin__style___NSnGJ .searchContent__style___3LRS3{
   width: 100%;
   max-height: 434px;
   overflow: auto;
   position: relative;
}
.SearchWin__style___NSnGJ .searchWindom__style___2By9F{
  /* float: left; */
  /* width: 300px; */
  margin-top: 14px;
  text-align: left;
}
.SearchWin__style___NSnGJ .searchContent__style___3LRS3 .searchWindom__style___2By9F:last-child{
  padding-bottom: 40px;
}
.SearchWin__style___NSnGJ .searchWindom__style___2By9F > h3 {
  font-size:14px;
  font-family:'MicrosoftYaHei';
  color:#111111;
  line-height:19px;
  padding-left: 25px;
  font-weight: 600;
}
.SearchWin__style___NSnGJ .searchWindom__style___2By9F > ul > li {
  width: 100%;
  margin-top: 10px;
  padding-left:25px;
}
.SearchWin__style___NSnGJ .searchWindom__style___2By9F > ul > li:hover{
  background: #f3f3f3;
}
.SearchWin__style___NSnGJ .searchBtnAll__style___2TPue {
  background: #f3f3f3; 
  cursor: pointer; 
  line-height: 40px;
  font-size: 14px; 
  text-align: center; 
  position: absolute;
  bottom:0;
  width: 100%;
  height: 40px;
  color: #555555;
}
.SearchWin__style___NSnGJ .searchBtnAll__style___2TPue:hover{ 
  background: #e4e4e4; 
}

.SearchWin__style___NSnGJ em{
  width: 100%;
  text-align: center;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: #555;
  font-style: normal;
  margin-top: 4px;
}
