// 模块样式
.modules {
  margin: 0 auto;
}
.some {
  color: #fff;
}
.headTitle {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
}
.auth-manage {
  .ant-badge {
    position: absolute;
    top: 45px;
    left: 126px;
  }
  .operate {
    button {
        margin-left: 12px;
    }
  }
}

.scanerBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  .linkBack {
    width: 118px;
    height: 118px;
    background-color: rgb(248,248,248);
    border-radius: 118px;
    text-align: center;
    line-height: 118px;
  }
  > span {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin-top: 30px;
  }
}

.auth-modal-title {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.auth-scan {
  overflow: hidden;
  padding-top: 10px;
  .ant-form {
    width: 320px;
    float: left;
  }
  .scanImg {
    padding-top: 30px;
    padding-left: 20px;
    width: 120px;
    float: left;
    text-align: center;
    img {
      width: 120px;
    }
  }
}

.auth-excel {
  overflow: hidden;
  .excelSubTitle {
    font-size: 14px;
    color: #212223;
    font-weight: bold;
  }
  .bn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    img {
      width: 50px;
    }
  }
  >div {
    padding: 40px 20px;
    width: 50%;
    float: left;
    text-align: center;
    h3 {
      margin-bottom: 12px;
    }
  }
}
