body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}

.box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--search-section-max-width);
  min-width: 500px;
  min-height: 90px;
  max-height: 1000px;
  transition: height 0.2s ease-out;
  height: var(--search-section-height);
}
.Tabbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#boxs {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 20px;
}
.wrapper {
  /* height: var(--search-section-height-without-image-link-section); */
  height: 20vh;
  display: flex;
  align-items: flex-end;
}
.search-logo {
  position: relative;
  width: 100%;
  opacity: 1;
  text-align: center;
  height: calc(100% - var(--search-form-height));
  transition: height 0.2s ease-out;
}
.lis_icons {
  position: relative;
  display: flex;
  margin-right: 20px;
  align-items: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.lis_icons .text {
  font-size: 12px;
}
.active {
  border-radius: 15px;
  padding: 0 12px;
  margin-left: -12px;
  margin-right: 8px;
  background: rgba(216, 216, 216, 0.3);
}

.itms {
  /* display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle; */
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.search {
  border: 2px solid rgba(26, 115, 232, 1);
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 500px;
  /* min-height: 90px; */
  /* max-height: 1000px; */
  background: #ffffff;
  opacity: 0.9;
  border-radius: 24px;
  overflow: hidden;
  padding: 5px;
  padding-left: 20px;
  cursor: pointer;
}
.search-icon {
  padding: 5px;
  display: flex;
  align-items: center;
  width: 45px;
  background-color: white;
  cursor: pointer;
}
.pops {
  position: absolute;
  display: none;
  top: calc(100% + 5px);
  /* top: calc(100% - 5px); */
  left: 0px;
  width: 118px;
  z-index: 100;
  text-align: left;
  font-size: 14px;
  border: 1px solid var(--background-to-text-color-1, rgba(238, 238, 238, 1));
  border-radius: 4px;
  margin-left: 0px;
  box-shadow: var(--image-link-item-box-shadow);
  background-color: var(--page-background-color);
  transition: height 0.2s ease-out;
  background-color: #fff;
}
.popsli {
  height: 32px;
  line-height: 32px;
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px;
  cursor: pointer;
}
.popsli:active {
  background-color: #f5f5f5;
}
.img1 {
  width: 20px;
  height: 20px;
  background: url(../image/search-icon/baidu-icon.png);
}
.img2 {
  width: 13px;
  height: 8px;
  margin-left: 6px;
  outline: none;
  background: url(../image/down.png) no-repeat center center;
}

input {
  flex-grow: 1;
  padding: 0;
  margin: 1px;
  font-size: 16px;
  outline: none;
  border: none;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 37px;
}

.sousuo {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
.sousuobtn {
  border: none;
  cursor: pointer;
  outline: none;
  height: 100%;
  width: 36px;
  padding: 0;
  background: #fff;
  text-align: left;
  color: rgba(26, 115, 232, 1);
}

.pops2 {
  position: absolute;
  display: none;
  top: calc(100% + 8px);
  width: 100%;
  background-color: #fff;
  z-index: 100;
  text-align: left;
  font-size: 14px;
  border: 1px solid var(--background-to-text-color-1, rgba(238, 238, 238, 1));
  border-radius: 4px;
  margin-left: 0px;
  box-shadow: var(--image-link-item-box-shadow);
  max-height: 320px;
  overflow: auto;
}
.popsA {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 32px;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 32px;
  text-decoration: none;
  color: var(--default-text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buttomList {
  width: 60%;
  width: 800px;
  max-width: var(--image-links-wrapper-max-width);
  margin-top: 30px;
  overflow: hidden;
}
.page {
  display: flex;
  height: 362px;
  transform: translateX(0%);
  transition: width 5s linear 0s;
}

.limtlis {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: none;
  width: 100%;
  align-content: start;
  min-width: 500px;
}

.limtli {
  display: flex;
  flex-direction: column;
  width: 20%;
  align-items: center;
  min-width: 50px;
  margin-bottom: 20px;
}
.limtlis .limtli:nth-child(n + 5) {
  margin-bottom: 0px;
}
.icondiv {
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons {
  min-width: 50px;
  min-height: 50px;
  /* width: 100px;
  height: 100px;
  cursor: pointer;
  background-color: #f6f6f6;
  border-radius: 50%; */
}
.name {
  margin-top: 12px;
  font-size: 14px;
}
.btnli {
  width: 80%;
  text-align: center;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
.iconli {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0px 5px;
  border-radius: 50%;
  background-color: #cccccc;
  cursor: pointer;
}
.check {
  width: 31px;
  border-radius: 3px;
  background-color: rgba(33, 145, 255, 1);
}
