body {
  user-select: none;
}
a {
  color: #f34d4f;
  font-weight: bold;
}
.wrap {
  position: relative;
}
.srcollBox {
  width: 92vw;
  margin-left: 4vw;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.srcollBox-search {
  width: 92vw;
  margin-left: 4vw;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.srcollBox .box {
  width: 45vw;
  margin-top: 4vw;
  height: auto;
}
.srcollBox-search .box {
  width: 45vw;
  margin-top: 4vw;
  height: auto;
}
.box div {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 3.5vw;
  margin-top: 8px;
}
.box img {
  width: 100%;
  height: 28.7vw;
  border-radius: 16px;
}
.dialogContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}
.dialogContent {
  position: fixed;
  top: 50%;
  width: 80%;
  left: 10%;
  transform: translate(0%, -50%);
  padding: 16px 24px;
  box-sizing: border-box;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
  z-index: 200;
}
.content {
  word-break: break-all;
  font-size: 12px;
}
.imgDiv {
  height: 28vw;
}
.imgDiv img {
  border-radius: 16px;
  width: 60%;
  margin-top: 5%;
  margin-left: 20%;
}
.name {
  margin-top: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.desc {
  margin-top: 10px;
}
.desc a {
  display: inline;
}
.button {
  margin-top: 16px;
  color: #f34d4f;
  font-weight: bold;
  text-align: center;
}
.clickBtn,.query-cardno span {
  color: #007dff;
  font-weight: bold;
}

.copyShowToast {
  display: none;
	position: fixed;
  padding: 0 16px;
  background-color: #565656;
  color: #eeeeee;
  bottom: 36px;
  left: 50%;
  border-radius: 18px;
  z-index: 111;
  text-align: center;
  font-size: 13px;
  line-height: 36px;
  transform: translate(-50%);
}
@media (min-width:600px) {
  .imgDiv {
      height: 30vw;
  }
}
.tips-text{
  display: inline;
}
.search {
  display: flex;
  justify-content: center;
  height: 30px;
}
.search-box {
  width: 60vw;
  position: relative;
}
.search-inp {
  box-sizing: border-box;
  border: 1px solid #4788f7;
  border-radius: 20px;
  color: #4788f7;
  padding-left: 40px;
  height: 100%;
  width: 100%;
}
.search-inp::placeholder {
  color: #4788f7;
}
.search-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 16px;
  height: 16px;
}
.hide {
  display: none;
}