@charset "UTF-8";
.serchBox {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.serchBox #searchInput {
  height: 16px;
  padding: 12px 16px;
  font-size: 16px;
  margin: 0;
  vertical-align: top;
  outline: 0;
  box-shadow: none;
  border-radius: 10px 0 0 10px;
  border: 2px solid #c4c7ce;
  background: #fff;
  color: #222;
  overflow: hidden;
  box-sizing: content-box;
  -webkit-tap-highlight-color: transparent;
  width: 443px;
  padding-right: 87px;
  border-color: #ec4d3d;
}
.serchBox .button {
  background: #ec4d3d;
  color: #fff;
  cursor: pointer;
  width: 108px;
  height: 44px;
  line-height: 45px;
  line-height: 44px \9 ;
  padding: 0;
  background: 0 0;
  background-color: #ec4d3d;
  border-radius: 0 10px 10px 0;
  font-size: 17px;
  color: #fff;
  box-shadow: none;
  font-weight: 400;
  border: none;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.serchBox .xiangji {
  height: 44px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -48px;
  cursor: pointer;
  position: relative;
}
.serchBox .xiangji .img {
  width: 24px;
  height: 24px;
  background-image: url("../images/common/xiangji.png");
  background-size: 100% 100%;
  position: relative;
  cursor: pointer;
}
.serchBox .xiangji .img:hover {
  background-image: url("../images/common/xiangjifill.png");
}
.serchBox .xiangji .img #file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.serchBox .xiangji .upimage {
  height: 200px;
  position: absolute;
  top: calc(100% + 6px);
  border-radius: 10px;
  z-index: 99;
  border: 1px solid #bfbfbf;
  display: none;
}
.serchBox .xiangji .upimage .uimg {
  width: 400px;
  height: 200px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.serchBox .xiangji .upimage .triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bfbfbf; /* 修改颜色为你想要的颜色 */
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.serchBox .xiangji .upimage .close {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.serchBox .xiangji .upimage .close .cimg {
  width: 22px;
  height: 22px;
}

.wordCloud {
  width: 1440px;
  height: 45%;
  margin: auto;
}