html,
body {
  padding: 0;
  margin: 0;
}

body {
  padding: 10px 5px;
  min-height: 100vh;
  box-sizing: border-box;
  background-color: #759FF7;
}

.container {
  margin-top: 30px;
  min-height: 92vh;
  border-radius: 8px;
  background-color: #fff;
  height: 100%;
  padding: 12px 18px;
  box-sizing: border-box;
}

input {
  appearance: none;
  outline: none;
  border: 0px;
  padding: 5px 8px;
  border-radius: 4px;
  box-sizing: border-box;
  height: 40px;
  width: 295px;
  background: rgba(243, 243, 243, 1);
  display: flex;
}

.input-container {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  /* justify-content: center; */
}

.search {
  color: #759FF7;
  white-space: nowrap;

}

.device {
  margin-top: 20px;
}

.device-list {
  margin-top: 10px;
  display: flex;
}

.card {
  /* display: flex; */
  width: 48%;
  border: 1px solid #759FF7;
  border-radius: 5px;
  text-align: center;
  padding: 10px 5px;
  box-sizing: border-box;
}

.card:nth-child(n) {
  margin-right: 4%;
}

.card:nth-child(2n) {
  margin-right: 0px;
}

.card img {
  width: 130px;
  height: 130px;

}

.nodata {
  text-align: center;
  margin-top: 40px;
}

.nodataimg {
  margin: 0 auto;
}

.nodataimg {
  width: 160px;
}

.tip {
  color: #999;
  text-align: center;
}

.backImg {
  width: 25px;
}

#back {
  display: inline-flex;
  align-items: center;
}

.back {
  color: #759FF7;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #fff;
  width: 100vw;
  height: 30px;
}

#cardList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}

.card {
  margin-top: 10px;
  /* display: inline-block; */
}