.search_container {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.search_container .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.search_container .bg_img img {
  width: 100%;
  height: 100%;
}
.search_container .header {
  width: 100vw;
  height: 99px;
  position: relative;
}
.search_container .header .header_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.22);
}
.search_container .header .logo_c {
  display: flex;
  align-items: center;
  width: 90%;
  height: 100%;
  margin: auto;
}
.search_container .header .logo_c img {
  width: auto;
  height: 45px;
}
.search_container .header .logo_c p {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
.search_container .header .logo_c p span:first-child {
  color: #FFFFFF;
  font-size: 25px;
  -webkit-text-stroke: 1px #FFFFFF;
}
.search_container .header .logo_c p span:last-child {
  color: #FFFFFF;
  font-size: 15px;
}
.search_container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Inter, Inter";
  font-size: 18px;
  color: #FFFFFF;
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 4%;
}
.search_container .content .title {
  text-align: center;
  font-family: "PingFang SC, PingFang SC";
  font-size: 46px;
  color: #FFFFFF;
  margin-bottom: 27px;
}
.search_container .content .search_text {
  margin-bottom: 30px;
}
.search_container .content .operation {
  width: 673px;
  height: 142px;
  background: rgba(211, 226, 255, 0.22);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_container .content .operation > input {
  width: 432px;
  height: 62px;
  background: #FFFFFF;
  box-shadow: 8px 8px 18px 0px rgba(128, 134, 149, 0.08);
  border-radius: 6px;
  font-size: 18px;
  color: #798190;
  font-family: "Montserrat, Montserrat";
  text-indent: 24px;
}
.search_container .content .operation > button {
  width: 153px;
  height: 62px;
  background: linear-gradient(90deg, #C72B31 0%, #EB363F 59%, #E1444D 100%);
  box-shadow: 10px 10px 10px 0px rgba(26, 98, 166, 0.12);
  border-radius: 6px;
  margin-left: 15px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_container .content .operation > button > img {
  padding-right: 5px;
}
.search_container .dataContent {
  width: 100vw;
  height: 250px;
  background: #FFFFFF;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.search_container .dataContent > p {
  font-family: "Montserrat, Montserrat";
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 50px;
  text-align: center;
}
.search_container .dataContent table {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
}
.search_container .dataContent table thead {
  background: #EAEEF1;
  font-size: 14px;
  color: #64698F;
}
.search_container .dataContent table tr {
  height: 56px;
  line-height: 56px;
  display: flex;
  font-size: 14px;
  color: #3E4373;
  text-align: center;
  border-bottom: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  box-sizing: border-box;
}
.search_container .dataContent table tr th, .search_container .dataContent table tr td {
  flex: 1;
  border-right: 1px solid #EDEDED;
}
.search_container .dataContent table tr td {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_container .dataContent table tr th:nth-child(1), .search_container .dataContent table tr th:nth-child(4), .search_container .dataContent table tr td:nth-child(1), .search_container .dataContent table tr td:nth-child(4) {
  flex: 1;
}
.search_container .dataContent table tr .success, .search_container .dataContent table tr .error {
  width: 4px;
  height: 4px;
  background: #FF2E42;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
}
.search_container .dataContent table tr .error {
  background: #30D987;
}

/*# sourceMappingURL=search.css.map */
