@charset "gb2312";

.search-area-wrap {
  width: 836px;
  height: 175px;
  margin: 0 auto;
  /*background-color: #10568a;*/
  /* overflow: hidden; */
  text-align: left;
  z-index: 10;
}

.search-area-wrap .search-wrap {
  width: 100%;
  margin-top: 70.58px;
  display: flex;
  position: relative;
}

.search-area-wrap .search-wrap .left-search-group {
  height: 64px;
  flex: 1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 0px;
  background: rgba(255, 255, 255, 0.9);
}

.search-area-wrap .search-wrap .left-search-group #drop-group {
  width: 76px;
  height: 22px;
  margin-left: 20px;
  outline: none;
  border: none;
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}

.search-area-wrap .search-wrap .left-search-group #drop-group option {
  border: 0;
  margin-top: 5px;
}

.search-area-wrap .search-wrap .left-search-group .middle-infor-icon {
  width: 34px;
  height: 22px;
  text-align: right;
  margin-left: 12px;
  border-left: 1px solid rgba(185, 185, 185, 0.4);
  display: none;
}

.search-area-wrap .search-wrap .left-search-group .middle-infor-icon .infor-icon {
  width: 22px;
  height: 22px;
  margin-left: 12px;
}

.search-area-wrap .search-wrap .left-search-group .input-area {
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0em;
  color: #333333;
  background: transparent;
  border-radius: 4px;
}

.search-area-wrap .search-wrap .left-search-group .search-icon {
  width: 100px;
  height: 64px;
  background: #10568A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 4px 4px 0;
}

.search-area-wrap .search-wrap .left-search-group .search-icon:hover{
  background-color: rgb(0, 110, 171,0.8);
}

.search-area-wrap .search-wrap .left-search-group .search-icon img {
  /* width: 16.83px;
  height: 16.83px; */
}

.search-area-wrap .search-wrap .right-btn-group {
  width: 124px;
  height: 64px;
  margin-left: 12px;
  border-radius: 4px;
  background-image: url("/hnzwfw/ywtb2024/images/icon_btn.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.search-area-wrap .search-wrap .right-btn-group .btn-logo_top {
  width: 86px;
  height: 86px;
  position: relative;
  bottom: 72px;
  left: 12px;
}

.search-area-wrap .hotKeys-group {
  font-family: Source Han Sans CN;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 16px;
}

.search-area-wrap .hotKeys-group .hotKeys-group-item {
  box-sizing: border-box;
  padding: 0px 10px;
  margin-right: 8px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  color: #27376F;
  line-height: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    font-family: Source Han Sans CN;
}
.search-area-wrap .hotKeys-group .hotKeys-group-item:hover{background-color: #fff;}

.search-area-wrap .hotKeys-group .title {
  display: flex;align-items: center;float: left; cursor: default;
}
.search-area-wrap .hotKeys-group .title img{width: 16px;height: 16px;margin-right: 4px;}
.search-area-wrap .hotKeys-group .hotKeys-group-item.title:hover{background: rgba(255, 255, 255, 0.65);}


.search-area-wrap .search-wrap .left-search-group .input-area::-webkit-input-placeholder {
  color: rgba(39, 55, 111, 0.25);
  font-size: 16px;
  font-weight: bold;
}

/***/
.hot-list{position:absolute;width:100%;max-height: 276px;top:70px;left:0; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03);border-radius:8px;background:#fff;z-index:100000;box-sizing:border-box;display:none;}
.hot-list ul{margin: 10px 0;max-height: 156px; overflow-y: auto;}
.hot-list li{padding: 0px 16px; line-height: 32px;}
.hot-list li:hover{background: rgba(255, 255, 255, 0.8118);}
.newdesc{line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:10px}
.hot-list li a{font-size:15px;font-weight:normal;color: rgba(0, 0, 0, 0.85);}
.hot-list li img{margin-left: 10px;}
.redfont{color:#ff0000}
.hot-list li img{height:20px;vertical-align:text-bottom}
.hot-list li a:hover{color:#006EAB;cursor:pointer}
.hot-list p.hot-btn{text-align:right}
.hot-list p.hot-btn a{padding-left:25px;font-size:12px;color:#8D8D8D}
.hot-list p.hot-btn a:hover{color:#006EAB}
.hot-list .zngwBlock{padding:12px 20px;position:relative;background:linear-gradient(98deg,#F6F9FF 0%,#E5FCFF 100%);border-top-left-radius:8px;border-top-right-radius:8px}
.hot-list .zngwBlock::after{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:2px;border-radius:2px;background:linear-gradient(270deg,#049AFA 16%,#00F0C1 100%)}
.zngw-inner-box{justify-content:space-between;}
.hot-list .align-center {display: flex;align-items: center;}
.zngw-inner-box .zngw-wrap{flex:1}
.zngw-inner-box .zngw-icon{width:64px;height:64px}
.zngw-inner-box .zngw-ask-reply{font-family:Alibaba PuHuiTi 2.0;font-size:16px;font-weight:bold;line-height:normal;display:flex;align-items:center;letter-spacing:0em;color:#3D3D3D;flex:1;background:linear-gradient(96deg,#FFFFFF 0%,rgba(246,249,255,0.00) 100%);height:44px;border-radius:8px;padding-left:16px;word-break:break-all;position:relative;margin-left:14px;text-align:left}
.zngw-inner-box .zngw-ask-reply::before{content:'';border:7px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:transparent;display:block;position:absolute;left:-14px;top:50%;transform:translateY(-50%)}
.zngw-inner-box .continue-chat{width:94px;height:36px;border-radius:216px;margin-left:10px;display:flex;align-items:center;background:linear-gradient(233deg,#0099FF 40%,#19D6F3 104%)}
.zngw-inner-box .continue-chat:hover{cursor:pointer}
.zngw-inner-box .continue-chat .continue-icon{width:20px;height:20px;margin-left:8px}
.zngw-inner-box .continue-chat .btn-continue{font-size:12px;font-weight:500;color:#FFFFFF}

/*设置滚动条宽度为 6px*/
.hot-list ul::-webkit-scrollbar {
  width: 4px;
}
/*设置背景颜色，并设置边框倒角，设置滚动动画，0.2 */
.hot-list ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  transition: all .2s ease-in-out;
}
/*设置滚动框为倒角*/
.hot-list ul::-webkit-scrollbar-track {
  border-radius: 10px;
}
/***/
#historyList{position:absolute;width: 100%;top: 70px;left:0;padding:10px 24px 20px;background: rgba(255, 255, 255, 0.9);border-radius: 4px;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03);z-index:99;display:none}
#historyList .history-ui {text-align: left;}
#historyList .history-ui .history-title {display: inline-block;margin-right: 18px;font-size: 15px;color: #3D3D3D;}
#historyList .history-ui .drop-down-history {display: inline-block;height: 33px;line-height: 33px;padding: 0 12px;background: #F7F7F7;font-size: 15px;color: #3D3D3D;margin-bottom: 10px;cursor: pointer;}
#historyList .history-ui .drop-down-history a{display: block;}
#historyList p.hot-btn{text-align:right}
#historyList p.hot-btn a{padding-left:25px;font-size:12px;color:#8D8D8D}
#historyList p.hot-btn a:hover{color:#006EAB}
#historyList .zngwBlock{padding:12px 20px;position:relative;background:linear-gradient(98deg,#F6F9FF 0%,#E5FCFF 100%);border-top-left-radius:8px;border-top-right-radius:8px}
#historyList .zngwBlock::after{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:2px;border-radius:2px;background:linear-gradient(270deg,#049AFA 16%,#00F0C1 100%)}

#historyList .zngwBlock{padding:12px 20px;position:relative;background:linear-gradient(98deg,#F6F9FF 0%,#E5FCFF 100%);border-top-left-radius:8px;border-top-right-radius:8px}
#historyList .zngwBlock::after{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:2px;border-radius:2px;background:linear-gradient(270deg,#049AFA 16%,#00F0C1 100%)}

.search-infobox-hd{display: flex;justify-content: space-between; align-items: center; height: 40px;}
.search-infobox-hd h2{font-size: 14px;font-weight: bold; color: #3D3D3D;}
.search-infobox-hd .hot-btn{display: flex;align-items: center;}
.search-infobox-hd .hot-btn a{font-size: 12px;color: #10568A;display: flex;margin-left: 20px;}
.search-infobox-hd .hot-btn a:hover{font-weight: bold;}

.search-form-recently-service-list{overflow: hidden;}
.search-form-recently-service-list a{float: left; font-size: 14px;color: #3D3D3D; padding: 0 8px; margin-right: 20px;line-height: 28px;}
.search-form-recently-service-list a:hover{color: #006EAB;font-weight: bold;}

.search-form-hot-service-list{overflow: hidden;}
.search-form-hot-service-list a{float: left; font-size: 14px;color: #10568A; padding: 0 8px; margin-right: 12px;line-height: 28px;background: #FFFFFF;border-radius: 4px;}
.search-form-hot-service-list a:hover{font-weight: bold;}

.hot-list .intelligentAssistant{background: url(/hnzwfw/ywtb2024/images/intelligentAssistant_bg.png) no-repeat;background-size: cover;}
.intelligentAssistant .zngw-icon{opacity: 0;}
.intelligentAssistant .zngw-ask-reply{margin-top: 39px;}

#searchMore{padding: 6px 24px;
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.85);}

@media screen and (max-width: 768px){
  .index-search-wrap{width: 95%;}
  .search-area-wrap{width: 100%; margin-top: 120px;height: 60px;}
  .search-area-wrap .hotKeys-group{display: none;}
  .search-area-wrap .search-wrap .left-search-group{position: relative;height: 50px;}
  .search-area-wrap .search-wrap .left-search-group .input-area{padding-right: 50px; padding-left: 10px;font-size: 14px;}
  .search-area-wrap .search-wrap .left-search-group .input-area::-webkit-input-placeholder {display: none; color: rgba(39, 55, 111, 0.25);font-size: 14px;font-weight: normal;}
  .search-area-wrap .search-wrap .left-search-group .search-icon{position: absolute;right: 0;background: transparent;width: auto;padding: 0 10px;height: auto;}
  .search-area-wrap .search-wrap .left-search-group .search-icon img{filter: invert(.7) sepia(1) saturate(5) hue-rotate(175deg);}
  .search-area-wrap .search-wrap .right-btn-group{width: 100px; height: 50px;}
  .search-area-wrap .search-wrap .right-btn-group .btn-logo_top{left: 28px !important;width: 80px !important;height: 80px !important;}

#historyList{top: 55px;}
}