
.sd-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.sd-flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.sd-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sd-justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sd-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.sd-disabled {
  pointer-events: none;
  opacity: 0.6; }

.sd-ell {
  display: inline-block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all; }

.sd-ell2 {
  -webkit-line-clamp: 2; }

.sd-ell3 {
  -webkit-line-clamp: 3; }

.sd-red-card-owner .sd-avatar-title-txt {
  font-size: 24rpx;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 33rpx;
  max-width: 300rpx; }

.sd-red-card-progress {
  margin-bottom: 32rpx; }
  .sd-red-card-progress .at-progress__outer-inner {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 6rpx; }
  .sd-red-card-progress .at-progress__outer-inner-background {
    height: 12rpx; }

.sd-shadow-button {
  padding: unset;
  margin: unset;
  background: unset;
  color: unset;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  font-size: unset;
  text-align: unset;
  text-decoration: unset;
  line-height: unset;
  border-radius: unset; }
  .sd-shadow-button::after {
    border: none; }

.sd-bold-primary {
  text-shadow: 0 0 #c69c6d, 0 0 #c69c6d, 0 0 #c69c6d, 0 0 #c69c6d; }

.sd-bold-white {
  text-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white; }

.sd-bold-black {
  text-shadow: 0 0 #262626, 0 0 #262626, 0 0 #262626, 0 0 #262626; }
