body {
  font-family: '';
}
[v-cloak] {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#root {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  font-size: 0.7rem;
}
#root .header {
  background: #607D8B;
  padding: 0.4rem 0;
}
#root .header .header-title {
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
  color: aliceblue;
}
#root .container {
  background: #59c1bd;
  padding: 0.3rem 0;
}
#root .container .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.3rem 0;
  height: 1.8rem;
}
#root .container .item .left {
  width: 32%;
  text-align: end;
  color: #fff;
  font-weight: bold;
}
#root .container .item .right {
  width: 63%;
  display: flex;
}
#root .container .item .right .yzm {
  width: 45%;
  height: 1.4rem;
  border: 0px;
  margin-right: 5%;
}
#root .container .item .right .code-btn {
  width: 50%;
  height: 1.4rem;
}
#root .container .item .right .code-btn img {
  width: 100%;
}
#root .container .item .right input {
  width: 100%;
  line-height: 1.4rem;
  border: 0;
  box-sizing: border-box;
  border-radius: 0.2rem;
  background: #fff;
}
#root .container .item .right select {
  width: 103%;
  height: 1.5rem;
  border: 0;
  box-sizing: border-box;
  border-radius: 0.2rem;
  font-size: 0.7rem;
  background: #fff;
}
#root .container .submit-btn {
  width: 50%;
  margin: 1rem auto;
}
#root .container .submit-btn .box {
  width: 100%;
  height: 2rem;
  background: #FF9800;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
#root .zgdw {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
#root .zgdw .search {
  width: 100%;
  height: 2rem;
  background-color: #59c1bd;
}
#root .zgdw .search .search-box {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#root .zgdw .search .search-box input {
  width: 60%;
  height: 1.5rem;
  line-height: 1.5rem;
  border: 0;
  box-sizing: border-box;
}
#root .zgdw .search .search-box .confirm-btn {
  width: 15%;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #FF9800;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  border: 0;
  box-sizing: border-box;
}
#root .zgdw .search .search-box .cancel-btn {
  width: 15%;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #F44336;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  border: 0;
  box-sizing: border-box;
}
#root .zgdw .zgdw-list {
  overflow: auto;
}
#root .zgdw .zgdw-list .item {
  width: 95%;
  margin: 0 auto;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ccc;
}
