body{ 
    text-align:center
} 
.phone-input {
  position: relative;
  height: 1.16rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  /* justify-content: flex-start; */
  /* -webkit-justify-content: flex-start; */
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-direction: row;
  padding: .2rem;
  margin-top: .8rem;
  z-index: 12;
  width: 100%;
}

#search {
  width: 17%;
  color: #ff5400;
  font-size: .26rem;
  text-align: center;
  margin-left: .2rem;
}

#cardEncPwd {
  border: 0;
  width: 80%;
  /*width: 4.7rem;*/
  font-size: .26rem;
  color: #333;
  background: #f5f5f5;
  height: 100%;
  border-radius: .08rem;
  margin-left: 3%;
}

.phone-input .input-box {
/*width: 5.812rem;*/
width: 100%;
height: 0.9rem;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
align-items: center;
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-direction: row;
border-radius: 0.32rem;
-webkit-border-radius: 0.32rem;
}

.data-result {
/*width: 5.812rem;*/
width: 100%;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-webkit-justify-content: space-between;
align-items: center;
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-direction: row;
border-radius: 0.32rem;
-webkit-border-radius: 0.32rem;
}

.order-list {
text-align: center;
}

.noDataImage {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    opacity: 0.8;
  }

  .noDataImage.hidden {
    display: none !important;
  }