.zk-auto-form {
  &-alert-text {
    @include styleFont(#575962, 12);
    margin: 10px 0;
    padding: 10px 46rpx;
    border-radius: 10px;
    background-color: #f7f8fa;
  }

  &-buttom-text {
    padding-left: 46rpx;
    padding-right: 46rpx;
    padding-bottom: 30px;

    &-text {
      line-height: 50rpx;
      @include styleFont(#9699a2, 12);
    }
  }
}

.border-body {
  padding: 0;
}

.box-top {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  font-weight: 600;
  position: relative;
  @include styleFont(#e95a40, 15);
}

.box-top::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(0.3);
  background-color: #e5e5e5;
}

.boxItem {
  padding: 0 10px;
}

.box {
  border-bottom-width: 1rpx;
  border-bottom-color: #e5e5e5;
  // @include borderBotton(#F7F7F7);
}

.zk-auto-form {
  &-btn-box {
    padding: 15px 0;

    &-but {
      background-color: #e3b66e;
    }
  }
}

.box-bottom {
  @include styleFont(#666, 13);
  justify-content: flex-end;
  margin-right: 15px;

  &-text {
    margin: 0 5px;
  }
}

.group-title {
  background-color: #f2f3f4;
  height: 40px;
  padding-left: 10px;

  &-text {
    font-size: 14px;
    color: #999999;
    line-height: 40px;
  }
}

.zk-exchange-pay {
  border-radius: 10px;
  padding: 10px;
  @include flexRowCenter;

  &-text {
    @include styleFont(#9699a2, 12);
  }

  &-act {
    @include styleFont(#f42e14, 12);
  }

  &-checkbox {
    transform: scale(0.6);
  }
}