html, body {
    font-size: 50px;
}


.public_header {
    height: 0.9rem;
    line-height: 0.9rem;
    background: #ee4d4c;
    width: 100%;
    position: relative;
}
.public_h_con {
    text-align: center;
    font-size: 0.32rem;
    color: #ffffff;
}
.public_h_menu {
    position: absolute;
    right: 0.25rem;
    top: 50%;
    margin-top: -0.2rem;
    width: 1.18rem;
    line-height: 0.38rem;
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.05rem;
}

.no-tips .public_k {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #949494;
}

.order-list {
  background: #F3F6FF;
  padding: .3rem 0;
}
.order-item {
  margin: .25rem;
  border-radius: .2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 0.18rem 0 hsl(0deg 0% 52% / 20%);
  box-shadow: 0 3px 0.18rem 0 hsl(0deg 0% 52% / 20%);
  padding: .25rem .3rem;
}
.order-item-status {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order-item-status, .order-item-status .order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.order-item-status, .order-item-status .order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.order-item-status .order {
  font-size: .26rem;
  color: #444;
  font-weight: 700;
  margin-right: .15rem;
  height: .5rem;
}
.order-item-status .order .left-icon {
  display: block;
  width: .09rem;
  height: .35rem;
  background: #da1932;
  border-radius: 5px;
  margin-right: .2rem;
}
.order-item-status .order .order-sn {
  width: 4.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.order-item-status strong {
  width: 1.1rem;
  font-size: .3rem;
  color: #da1932;
}

.order-item-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: .2rem;
  padding-bottom: .2rem;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.order-item-desc div:first-child {
  width: 1.7rem;
  border-radius: .13rem;
  overflow: hidden;
  margin-right: .3rem;
}
.order-item-desc p {
  font-size: .24rem;
  color: #444;
  line-height: .44rem;
  max-width: 4.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-item-desc span {
  color: #8c8c8c;
}
.order-item-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  margin: .2rem;
}
.order-item-btn .btn-icon {
  width: .98rem;
  height: auto;
}
.order-item-btn .btn-icon {
  width: .98rem;
  height: auto;
}

.order-box img {
  width: 100%;
  vertical-align: top;
  border: 0;
}

.order-box p.no-data {
    margin-top: 0.3rem;
    text-align: center;
    font-size: .28rem;
    color: #4a4a4a;
    line-height: .4rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.main-box {
  -webkit-box-shadow: 0 0 0.5rem 0 hsl(0deg 0% 65% / 40%);
  box-shadow: 0 0 0.5rem 0 hsl(0deg 0% 65% / 40%);
  /*border-radius: .21rem;*/
  width: 96%;
  margin: 0 auto .625rem;
  margin-top: 10px;
}
.main-box-hiding {
  height: 70vh;
  overflow: hidden;
  position: relative;
}
.bottom-box {
  bottom: 0;
  text-align: center;
  padding: 0 .3rem;
  background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),color-stop(20%,hsla(0,0%,100%,.97)),to(#fff));
  background: linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.97) 20%,#fff);
  position: absolute;
  width: 100%;
}
.main-box .bottom-box .tip {
  font-size: .32rem;
  font-weight: 700;
  color: #000;
  margin-top: 20%;
}
.main-box .bottom-box .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  margin: .25rem auto .35rem;
  height: .8rem;
  border: 1px solid #f56334;
  border-radius: .4rem;
  font-size: .32rem;
  font-weight: 700;
  color: #f56334;
}

.main-box .bottom-box .btn img {
  width: .35rem;
  height: .35rem;
}

.main-box .bottom-box .instructions {
  font-size: .24rem;
  color: #000;
  line-height: .46rem;
  padding-bottom: .2rem;
  /*background: #fff;*/
  text-align: left;
}
.main-box-hiding.active .bottom-box {
  position: relative;
  background: none;
}

.main-box-hiding.active .bottom-shadow-box {
  display: none;
}

.bottom-zd-box {
  display: none;
}

.main-box-hiding.active .bottom-zd-box {
  display: block;
}

.main-box-hiding.active {
  height: 100%;
  overflow:visible;
}

.base_info .edit {
  position: absolute;
  top: 0.2rem;
  right: 1rem;
}

.base_info .edit img {
  width: .6rem;
}

.instructions {
  font-size: .24rem;
  color: #000;
  line-height: .46rem;
  padding-bottom: 0.2rem;
  /* background: #fff; */
  text-align: left;
}

.og_con {
  border: 1px solid #f59e9e;
  background-color: #ffe9e9;
  margin: 5px 10px;
  padding: 10px;
  border-radius: 5px;
}
.og_con .og_name {
  font-size: 0;
  text-align: center;
  position: relative;
  padding: 0 0 10px;
}

.og_name i {
  width: 50px;
  border: 1px solid #e9193c;
  height: 6px;
  border-top: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px
}

.og_name i:after,.og_name i:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  left: 22px
}

.og_name i:after {
  border-top: 6px solid #e9193c;
  bottom: -6px
}

.og_name i:before {
  border-top: 6px solid #ffe9e9;
  bottom: -4px;
  z-index: 2
}

.og_name .l {
  margin-left: -85px
}

.og_name .c {
  margin-left: -25px
}

.og_name .r {
  margin-left: 35px
}

.og_name div {
  width: 40px;
  height: 40px;
  font-size: 36px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  margin: 0 10px;
  color: #8c0000;
}

.og_all,.og_txt {
  font-size: 16px;
  text-align: center
}

.og_name div span {
  display: block;
  border: 1px solid #d7d7d7;
  background-color: #fff
}

.og_txt {
  padding: 8px 0
}

.og_txt span {
  padding: 0 8px
}

.og_all {
  width: 140px;
  border: 1px solid #e9193c;
  height: 36px;
  border-top: none;
  margin: 6px auto 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 40px;
  position: relative
}

.bc_img,.bc_tit {
  line-height: 30px
}

.og_all:after,.og_all:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  left: 67px
}

.og_all:after {
  border-top: 6px solid #e9193c;
  bottom: -6px
}

.og_all:before {
  border-top: 6px solid #ffe9e9;
  bottom: -4px;
  z-index: 2
}

.qrcode {
    width: 100%;
    height: auto;
}