@charset "UTF-8";
html,
body {
  font-family: -apple-system, PingFang SC, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif; }

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*去除移动端特有的点击高亮效果*/
  -webkit-tap-highlight-color: transparent; }

ul,
li,
dl,
dd,
dt {
  list-style: none; }

.btn-theme {
  background-color: #85B839;
  color: #fff; }

a {
  text-decoration: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #121212; }

a:hover {
  text-decoration: none; }

.pf {
  position: fixed !important; }

.pr {
  position: relative; }

i {
  font-style: normal; }

.pa {
  position: absolute; }

.al-c {
  text-align: center; }

img {
  max-width: 100%; }

.line-2 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all; }

.line-1 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all; }

.pointer {
  cursor: pointer; }

.flex {
  display: flex; }

.flex-btw {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-cen {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-hh {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fixed {
  position: fixed; }

.red {
  color: #E02020; }

.hide {
  display: none; }

.toast {
  width: auto;
  min-width: 50px;
  padding: 15px;
  height: auto;
  min-height: 50px;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 14px;
  z-index: 9999;
  opacity: 1; }

.toast .iconfont {
  font-size: 14px;
  line-height: 45px;
  padding: 0 30px; }

.toast p {
  line-height: 30px; }

/*对话框*/
.confirm {
  position: fixed;
  max-width: 80%;
  min-width: fit-content;
  border-radius: 5px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 9999;
  transition: opacity .15s linear;
  margin-left: 0 !important;
  margin-top: 0 !important; }

.confirm-t {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  padding: 15px; }

.confirm-title {
  font-size: 16px;
  line-height: 45px;
  padding: 15px; }

.confirm-btn {
  height: 45px;
  line-height: 45px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.confirm-btn span {
  width: 50%;
  border-right: 1px solid #eee;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #3478F6;
  flex: 1;
  height: 100%;
  display: inline-block; }

.confirm-btn span:last-child {
  border: 0; }

.Validform_error {
  color: #f00;
  border-color: #f00; }

.gui-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 13;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.gui-mask.gui-show {
  opacity: 1;
  visibility: visible; }

.gui-back {
  cursor: pointer; }

.AR-rtl {
  direction: rtl;
  text-align: -webkit-auto;
  text-align: right; }

@media screen and (max-width: 767px) {
  .confirm {
    min-width: 80%; }
  .confirm-t {
    font-size: 14px;
    line-height: normal; } }

.position-left-bottom {
  left: 0;
  bottom: 0; }

.hide-important {
  display: none !important; }

[v-cloak] {
  display: none !important; }

.fixed {
  max-width: 640px; }

html,
body,
.body-box,
.logistics {
  height: 100%; }

body {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 2.8rem;
  background-color: #f8f8f8; }

.pad-lr {
  padding-left: 0.2rem;
  padding-right: 0.2rem; }

.logistics {
  background-color: #f8f8f8;
  font-size: 0.38rem; }

.bg-f {
  background-color: #fff; }

.theme-btn {
  background-color: #85B839;
  color: #fff; }

.hide-btn {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  z-index: -1; }

.cus-header {
  height: 1.3rem;
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  font-size: 0.4rem;
  top: 0;
  z-index: 11; }
  .cus-header .cus-header-c {
    flex: 1; }
  .cus-header span {
    width: 1.2rem;
    text-align: center; }
  .cus-header .iconfont {
    font-size: 0.5rem; }

.log-input {
  height: 1rem;
  line-height: 1rem;
  border: 1px solid #e7e7e7;
  background: none;
  border-radius: 3px;
  width: 100%;
  padding: 0 0.1rem; }

.log-from {
  width: 100%;
  padding: 0.1rem 0.3rem;
  top: 63px;
  height: 1.5rem;
  z-index: 10; }
  .log-from .search-input {
    flex: 1;
    position: relative; }
    .log-from .search-input .iconHOT-4del {
      position: absolute;
      right: 0.2rem;
      top: 0.18rem; }
  .log-from .search-btn {
    width: auto;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.3rem;
    font-size: 0.35rem;
    border-radius: 3px;
    margin-left: 0.2rem; }

.load-box,
.empty-box {
  padding: 2rem 0;
  text-align: center; }
  .load-box img,
  .empty-box img {
    width: 3rem; }
  .load-box p,
  .empty-box p {
    margin: 0.3rem;
    line-height: 1.8; }

.log-tip-box {
  height: 1rem;
  line-height: 1rem;
  width: 100%;
  background: #F8EFA7;
  color: #E5853A;
  font-size: 0.36rem;
  text-align: center; }

.log-info {
  line-height: 0.5rem;
  width: 100%;
  font-size: 0.36rem;
  margin-top: 0.2rem;
  padding-top: 0.1rem;
  margin-bottom: 0.2rem; }
  .log-info .info-item {
    padding-top: 0.2rem;
    padding-bottom: 0.15rem;
    height: 1.4rem; }
    .log-info .info-item img {
      width: 1.2rem;
      height: 1.2rem;
      margin-right: 0.2rem; }
    .log-info .info-item .info-text {
      flex: 1; }
      .log-info .info-item .info-text div {
        color: #999;
        font-size: 0.32rem; }
  .log-info .log-amout {
    height: 1rem;
    border-bottom: 2px solid #e7e7e7; }
    .log-info .log-amout .red {
      font-size: 0.42rem;
      margin-left: 0.1rem; }
    .log-info .log-amout .log-more {
      width: auto;
      height: 0.6rem;
      line-height: 0.6rem;
      border-radius: 0.6rem;
      padding: 0 0.4rem;
      font-size: 0.35rem; }
      .log-info .log-amout .log-more.btn-disabled {
        cursor: not-allowed;
        pointer-events: none; }
      .log-info .log-amout .log-more i {
        font-size: 0.3rem;
        margin-left: 0.1rem; }
  .log-info .order-info {
    padding-top: 0.2rem;
    line-height: 0.6rem; }
    .log-info .order-info .order-info-l {
      min-width: 1.8rem;
      display: inline-block; }
    .log-info .order-info a {
      color: #81aaf5; }
    .log-info .order-info .order-copy {
      border: 0;
      background: 0;
      margin-right: 0.2rem; }
      .log-info .order-info .order-copy i {
        font-size: 0.4rem; }

.log-list {
  padding: 0.4rem 0.2rem 0.2rem 0.5rem; }
  .log-list .log-item {
    padding-bottom: 0.8rem;
    border-left: 1px solid #e7e7e7;
    position: relative; }
    .log-list .log-item:last-child {
      border: 0;
      padding-bottom: 0; }
    .log-list .log-item .icon {
      position: absolute;
      left: -0.3rem;
      top: 0;
      width: 0.6rem;
      height: 0.6rem; }
      .log-list .log-item .icon .iconfont {
        font-size: 0.6rem;
        color: #999; }
        .log-list .log-item .icon .iconfont.font-theme {
          color: #85B839; }
    .log-list .log-item .log-item-msg {
      padding-left: 0.4rem;
      font-size: 0.35rem;
      color: #121212; }
      .log-list .log-item .log-item-msg p {
        font-size: 0.4rem;
        margin-bottom: 0.24rem; }

.add-time {
  border-bottom: 1px solid #e7e7e7;
  height: 0.8rem;
  line-height: 0.8rem; }

.tip {
  padding: 0.2rem;
  font-size: 14px; }
  .tip span {
    color: #85B839; }

.to-home {
  background: #85B839;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: .25rem .75rem; }
  .to-home:focus {
    box-shadow: none; }

.float-service-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  position: fixed;
  right: 10px;
  bottom: 180px;
  z-index: 2000;
  text-align: center;
  cursor: pointer; }

.float-service-btn .iconfont {
  font-size: 26px; }

.AR-rtl .float-service-btn {
  right: auto;
  left: 10px; }

@media screen and (min-width: 640px) {
  html {
    font-size: 48px !important; }
  .float-service-btn {
    right: calc(50% - 310px); }
  .AR-rtl .float-service-btn {
    right: auto;
    left: calc(50% - 310px); } }

.log-box > p {
  padding-left: 0.2rem; }
