* {
  margin: 0;
  padding: 0;
}
/* body{
  background-color:rgb(235, 235, 235);
} */
.content{
  /* width: 1200px; */
  /* height: 900px; */
  /* background-color:rgb(235, 235, 235); */
  /* background-color: white; */
  margin: 20px auto;
  /* position:fixed;
  overflow: hidden; */
  margin-top: 0px;
}
.wl_search{
  height: 55px;
  /* background-color: cadetblue; */
  /* background-color: white; */
  position: relative;
  max-width: 370px;
}
.wl_search input{
  width: 350px;
  height: 35px;
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  border: 0.5px solid rgb(173, 173, 173);
  outline: none;
  padding-left: 20px;
  color: rgba(41, 17, 17, 0.849);
}
input::-webkit-input-placeholder {
  color: rgba(26, 19, 19, 0.486);
  font-size: 13px;
}

.wl_search img{
  width: 23px;
  height: 23px;
  right: 0px;
  top: 16px;
  position: absolute;
}

#trackNumber{
  height: 210px;
  /* background-color: powderblue; */
  background-color: white;
  position: relative;
}
#trackNumber #num{
  /* background-color: salmon; */
  font-size: 25px;
  position: absolute;
  top: 10px;
  left: 30px;

}
#trackNumber ul {
  list-style:none; 
  font-size: 17px;
  position: absolute;
  top: 90px;
  left: 67px;
}
#trackNumber ul li:first-child{
  margin-bottom: 17px;
  background:url(../img/ico2.png)  no-repeat 0 50%;
  margin-left: -35px;
  height: 30px;
  padding-left: 37px;

}
#trackNumber ul li:last-child{
  background:url(../img/ico1.png)  no-repeat 0 50%;
  margin-left: -35px;
  height: 30px;
  padding-left: 37px; 
}
#wl_state{
  background-color: white;
  margin-top: 10px;
  position: relative;
  height: 500px;
}
.top{
  /* background-color: salmon; */
  font-size: 25px;
  height: 67px;
  line-height: 67px;
  margin-left: 30px;
}
.line{
  border: 1px solid rgb(173, 173, 173);
}

#wl_state ul{
  list-style:none; 
  font-size: 17px;
  position: absolute;
  top: 90px;
  left: 67px;
}
#wl_state ul li{
  /* background-color:yellowgreen; */
  margin-bottom: 15px;
  background:url(../img/ico3.png)  no-repeat 0 50%;
  margin-left: -35px;
  height: 30px;
  padding-left: 37px;
}
#wl_state ul li span{
  display: block;
  font-size: 10px;
  color:rgb(217, 217, 217);
  margin-left: 9px;
}
#wl_state ul li:last-child{
  background:url(../img/ico4.png)  no-repeat 0 50%;
  margin-left: -35px;
  height: 30px;
  padding-left: 37px; 
}
/* ÃƒÂ©Ã‚ÂÃ‚Â®ÃƒÂ§Ã‚Â½Ã‚Â© */
.zhezhao {
  left: 0px;
  top: 0px;
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  display:none;
}
.tankuang {
  /* position: relative; */
  position: fixed;
  width: 60vw;
  height: 80vh;
  border-radius: 5px;
  /* background-color: slateblue; */
  left: 20vw;
  top: 10vh;
      z-index: 10;
}
 #box{
  background-color: #09aee0;
  width: 100%;
  top: 30px !important;
 } 
#header-right {
 position: static !important;
 width: 30px;
 height: 30px;
 border-radius: 5px;
 background-color: #09aee0;
 margin-left: calc((100% - 30px)/1);
 cursor: pointer;
 top: 0px !important;
}




