.no-data{
  display: flex;
  height: 70px;
  font-size: 13px;
  color: #ccc;
  align-items: center;
  justify-content: center;
}
.wmt_wrap_p {
  background-color: #efefef;
}
.upper-word{
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color:rgba(0,0,0,.25);
}

.footer-account-box{
  position: fixed;
  bottom: 0;
  height: 46px;
  width: 100%;
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.disabled{
  pointer-events: none;
}

/*订单三种状态*/
.order-status-txt{
  font-size: 12px;
}
.order-status-txt.unpay{
  color: #B42F2D;
}
.order-status-txt.payed{
  color: #AB956D;
}
.order-status-txt.done{
  color: #57AB53;
}

.order-no-txt{
  letter-spacing: 1px;
  color: #999;
}

.add-new-address{
  width: 100%;
  height: 45px;
  font-size:28px;
  color:#989898;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-new-address .icon{
  /*font-size: 40px;*/
  color:#AB956D;
  margin-right: 5px;
}

.order-container{
    background-color: #F4F4F4;
    overflow-x: hidden;
    font-size: 14px;
}
.order-container>div{
    background-color: #fff;
}
.order-main{
    padding-bottom:46px;
}
.order-address-info,.order-basic-info{
    padding:10px 20px;
}

.order-basic-info{
    border-bottom: 1px solid #E9E9E9;
    display: flex;
}

.order-time-no{
    flex: 1;
}
.order-status{
    display: flex;
    flex-basis: 55px;
    align-items: center;
    justify-content: flex-end;
}
.order-time-no div:first-child{
   margin-bottom:7px ;
}
.order-time-no div .key{
    color: #999999;
}.order-time-no div .val{
    margin-left: 5px;
    color: #333;
}
.order-address-info{
    margin-bottom: 10px;
}

.contact-box{
    display: flex;
}
.contact-box>view:first-child{
    flex: 1;
}
.contact-icon{
    flex-basis: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contact-icon img{
    transform: rotate(270deg);
    height: 24px;
    width: 24px;
}
.contact{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.contact div{
    display: flex;
    align-items: center;
}
.contact .mobile-box{
    flex-basis: 100px;
}
.contact img{
    height:16px;
    width:16px;
    margin-right: 5px;
}
.contact .val{
    color:#333;
}
.contact-box .detail{
    color:#999999;
}



.product-item{
    display: flex;
    justify-content: space-around;
    height:90px;
    color: #6D6D6D;
    border-bottom: 1px solid #E9E9E9;
    padding:10px;
}
.product-item .item-left{
    flex-basis: 90px;
    height: 100%;
    background-color: #F5F6F5;
    border-radius: 2px;
}
.product-item .item-left img{
    height: 100%;
    width: 100%;
}
.product-item .item-middle{
    flex: 1;
    margin-left: 10px;
}
.product-item .item-middle div{
    margin: 7px 0;
}
.product-item .item-right{
    flex-basis: 40px;
    text-align: center;
}

.order-accounts{
    background-color: #fff;
    max-width: 640px;
}
.order-accounts>div{
    display: flex;
    align-items: center;
}
.total-account{
    flex: 1;
    color:#93312E;
    padding-left: 10px;
}
.pay{
    flex-basis: 120px;
    background-color: #da420d;
    color: #fff;
    justify-content: center;
    cursor: pointer;
}
.pay:active{
    background: #84704d;
}
.pay.disabled{
    background: rgba(171,149,109,0.6);
    pointer-events: auto;
}
img.banner {
  width: 100%;
}
.bottom img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.red {
  color: #ff0505;
  margin-right: 15px;
}
.grey {
  color: #afafaf;
  display: inline-block;
  position: relative;
}
.fr {
  float: right;
}
.order-container>div.content {
  padding: 7px;
  background-color: #efefef;
}
.wrap {
  padding: 10px 12px;
  background-color: #fff;
}
body {
  height: 100%;
  background-color: #efefef;
}
.line {
  width: 110%;
  height: 1px;
  background-color: #959595;
  position: absolute;
  bottom: 10px;
}
.enjoy {
  color: #ff7e00;
  background-color: #fff3de;
  padding: 3px 10px;
  width: fit-content;
}
.title {
  font-size: 32px;
  margin: 15px 0 35px 0;
}
.bottom {
  display: flex;
  justify-content: space-between;
}
.bottom>div {
  color: #c5c5c5;
}
.shotiframe {
  width: 200%;
  height: 2000px;
  transform: scale(0.5);
  margin-left: -50%;
  margin-top: -500px;
}
