*{
  margin: 0;
  padding: 0;
}
[v-cloak]{
  display: none;
}
a{ 
  text-decoration:none; 
  color:#333; 
  } 
header{
  background-color: #047efd;
  padding: 20px;
  display: flex;
  align-items: center;
}
header div{
 position: relative;
 flex: 1;
}
header input{
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  border-radius: 15px;
  border: none;
  box-sizing: border-box;
  outline: none;
}
header span{
  margin-left: 10px;
  color: #fff;
}
header img{
  width: 15px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.mypicker{
  display: flex;
  margin: 15px 0 30px;
}
.mypicker div{
  flex: 1;
  text-align: center;
  color: #666;
}
.myflex{
  display: flex;
  align-items: center;
}
