@charset "UTF-8";
/* 绝对定位垂直居中 */
/* 绝对定位水平居中 */
/* 绝对定位水平垂直居中 */
.trans-slide-enter[data-v-3e653415], .trans-slide-leave-to[data-v-3e653415] {
  opacity: 0;
  transform: translateX(-30px);
}
.trans-slide-leave-active[data-v-3e653415] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-enter-active[data-v-3e653415] {
  transition: all .3s linear;
}
.trans-slide-right-enter[data-v-3e653415], .trans-slide-right-leave-to[data-v-3e653415] {
  opacity: 0;
  transform: translateX(30px);
}
.trans-slide-right-leave-active[data-v-3e653415] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-right-enter-active[data-v-3e653415] {
  transition: all .3s linear;
}
.trans-slide-y-enter[data-v-3e653415], .trans-slide-y-leave-to[data-v-3e653415] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-leave-active[data-v-3e653415] {
  transition: all 100ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-enter-active[data-v-3e653415] {
  transition: all 100ms linear;
}
.trans-slide-y-300-enter[data-v-3e653415], .trans-slide-y-300-leave-to[data-v-3e653415] {
  opacity: 0;
  transform: translateY(-30px);
}
.trans-slide-y-300-leave-active[data-v-3e653415] {
  transition: all 300ms cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-slide-y-300-enter-active[data-v-3e653415] {
  transition: all 300ms linear;
}
.trans-fade-enter[data-v-3e653415], .trans-fade-leave-to[data-v-3e653415] {
  opacity: 0;
}
.trans-fade-leave-active[data-v-3e653415] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-enter-active[data-v-3e653415] {
  transition: all .3s linear;
}
.trans-fade-fast-enter[data-v-3e653415], .trans-fade-fast-leave-to[data-v-3e653415] {
  opacity: 0;
}
.trans-fade-fast-leave-active[data-v-3e653415] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-fade-fast-enter-active[data-v-3e653415] {
  transition: all .1s linear;
}
.trans-bounce-enter[data-v-3e653415], .trans-bounce-leave-to[data-v-3e653415] {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.trans-bounce-leave-active[data-v-3e653415] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.trans-bounce-enter-active[data-v-3e653415] {
  transition: all .3s linear;
}
.businessState_[data-v-3e653415] {
  background: #F5F6FA;
  box-sizing: border-box;
  padding-bottom: 0;
}
.businessState_head[data-v-3e653415] {
    position: relative;
}
.businessState_head .businessState_headBox[data-v-3e653415] {
      background: #FFCC33;
      width: 100%;
      height: 2.06rem;
}
.businessState_head img[data-v-3e653415]:nth-child(2) {
      height: 3.4rem;
      width: 100%;
}
.businessState_head_Data[data-v-3e653415] {
      position: absolute;
      top: 0.64rem;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-wrap: nowrap;
      width: 100%;
}
.businessState_head_Data img[data-v-3e653415]:nth-child(1) {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
}
.businessState_head_Data div[data-v-3e653415]:nth-child(2) {
        font-weight: 800;
        font-size: 0.32rem;
        color: #222;
        margin-top: .08rem;
}
.businessState_head_Data div[data-v-3e653415]:nth-child(3) {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        font-weight: 800;
        font-size: 0.44rem;
        color: #222;
        margin-top: .34rem;
        height: 1.1rem;
        width: 2.12rem;
        border-width: .5px 0 .5px 0;
        border-style: solid;
        border-color: #222;
}
.businessState_head_Data .businessState_time[data-v-3e653415] {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: nowrap;
        font-weight: 400;
        font-size: 0.24rem;
        color: #222;
        max-width: 5rem;
        margin-top: 0.24rem;
        text-align: center;
}
.businessState_head_Data .businessState_time img[data-v-3e653415] {
          margin-left: .16rem;
          width: 0.36rem;
          height: 0.36rem;
}
.businessState_ .businessState_write1[data-v-3e653415] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    font-weight: 800;
    font-size: 0.28rem;
    color: #222;
    width: 7rem;
    height: 0.8rem;
    background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
    border-radius: 0.4rem;
    margin: 0 0.24rem;
    margin-top: .8rem;
}
.businessState_ .businessState_write2[data-v-3e653415] {
    font-weight: 400;
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.24rem;
    text-align: center;
}

