.welcome {
    width: 100%;
    margin-top: 44px;
    width: 295px;
    height: 82px;
}

.welcome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block {
    width: 100%;
    padding: 23px;
    position: relative;
}

.blockTitle {
    width: 153px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFEE4;
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url('../images/blocktitle.png') 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.blockMain {
    width: 100%;
    border-radius: 14px;
    background: #FFFEE4;
    padding: 0 16px;
    box-sizing: border-box;
    padding-top: 42px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.code {
    width: 100%;
    height: 58px;
    border-radius: 10px;
    box-sizing: border-box;
    color: #98614D;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Source Han Sans CN-Heavy, Source Han Sans CN;
    font-weight: 800;
    background: #FFFFFF;
}

.btn {
    margin-top: 20px;
    width: 208px;
    height: 48px;
    color: #FFFEE4;
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    background: url('../images/greenBtn.png') 0 0 no-repeat;
    background-size: 100% 120%;
    border-radius: 10px;
}

.btn.sort {
    width: 127px;
}

.downloadDrcode {
    width: 100px;
    height: 100px;
}

.downloadDrcodeTips {
    font-size: 12px;
    margin-top: 4px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #98614D;
}

.contentTips {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #98614D;
}

.contentheader {
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #98614D;
}

.componayDrcode {
    width: 81px;
    height: 81px;
}

.codeMain {
  margin-top: 177px;
  width: 100%;
  box-sizing: border-box;
}

.codeBlock {
  margin-bottom: 20px;
  padding: 0;
  padding-top: 23px;
}

/* .notUsed,
.used,
.deleted {
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: -25px;
  transform: rotate(36deg);
} */

.notUsed {
  /* background: #f6ffed; */
  color: #389e0d;
}

.used {
  /* background: #fdf6ec; */
  color: #e6a23c;
}

.deleted {
  /* background: rgb(254, 240, 240); */
  color: rgb(245, 108, 108);
}

.shipped{
  color: rgb(71, 84, 151);
}

.codeTips {
  width: 100%;
  self-align: flex-start;
  padding-top: 10px;
}

.codeTips > div {
  margin-top: 5px
}
