/*去除input默认样式*/

input {
  background: none;
  outline: none;
  border: none;
}

* {
  margin: 0;
  padding: 0;
}

/*全屏块样式*/
.full-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  min-width: 1000px;
}

/*logo块调整*/
.index-logo {
  text-align: center;
  margin-top: 117px;
  margin-bottom: 50px;
}

/*搜索块样式*/
.index-search {
  display: flex;
  width: fit-content;
  height: 46px;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 60px;
}

/*首页搜索输入块样式*/
.index-search .search-input {
  border: 2px solid #c4c7ce;
  border-right: none;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  align-items: center;
}

/*首页搜索input样式*/
.index-search .search-input input {
  width: 490px;
  padding-left: 12px;
  height: 44px;
  line-height: 44px;
  border-radius: 10px 0px 0px 10px;
}

/*首页搜索语音按钮样式*/
.index-search .search-input .search-input-image {
  width: 12px;
  height: 20px;
  margin-top: -3px;
  margin-left: 15px;
  margin-right: 20px;
  cursor: pointer;
  background: url("../image/voice.png");
  background-size: 100% 100%;
}

/*搜索按钮样式*/
.index-search .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 46px;
  background: #bd1a2d;
  border-radius: 0px 10px 10px 0px;
  color: #fff;
  cursor: pointer;
}

/*搜索按钮 图片样式*/
.index-search .search-btn .search-btn-img {
  width: 23px;
  height: 21px;
  margin-left: 10px;
  background: url("../image/search-img.png");
  background-size: 100% 100%;
}

/*首页底部*/
.index-footer {
  display: flex;
  justify-content: center;
  padding: 0px 20px;
  position: absolute;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  align-items: center;
}
.index-footer a {
  padding: 0px 17px;
}

/*首页底部左侧图片*/
.index-footer-left {
  width: 50px;
  height: 62px;
  background: url("../image/jiguan.png");
  background-size: 100% 100%;
}

/*首页底部右侧图片*/
.index-footer-right {
  width: 110px;
  height: 55px;
  background: url("../image/jiucuo.png");
  background-size: 100% 100%;
}

/*底部中间文字*/
.index-footer-info .footer-info {
  width: 745px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
  margin-left: 22px;
  margin-right: 22px;
}

/*大家还在搜样式*/
.still-search {
  width: 762px;
  height: 200px;
  margin: 0 auto;
}

/*大家还在搜标题*/
.still-search-title {
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #202020;
  line-height: 18px;
  margin-bottom: 20px;
}

/*大家还在搜内容*/
.still-search-con {
  display: flex;
  flex-wrap: wrap;
}

/*单个大家还在搜索*/
.still-search-item {
  max-width: 183px;
  padding: 11px 20px;
  background: #f6f6f6;
  border-radius: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*大家还在搜与热门搜索块*/
.still-search-all {
  display: flex;
  justify-content: center;
}

/*大家还在搜样式*/
.still-search-all .still-search {
  width: 455px;
  margin: inherit;
  margin-right: 220px;
}

/*与搜索页面右侧热门搜索样式共用----start*/

.hot-indo-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.hot-item-num {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  line-height: 16px;
  margin-right: 10px;
}

.hot-item-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  max-width: 285px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-indo-item:first-child .hot-item-num {
  color: #a91728;
}

.hot-indo-item:nth-child(2) .hot-item-num {
  color: #f55c10;
}

.hot-indo-item:nth-child(3) .hot-item-num {
  color: #ffba25;
}

.affiliated-institutions {
  width: 80px;
  height: 80px;
  background: url("../image/blue.png");
  background-size: 100% 100%;
}

/*与搜索页面右侧热门搜索样式共用-----over*/
