.box {
  margin: 100px auto;
  width: 340px;
  height: auto;
  text-align: center; }

.pic-lock {
  width: 340px;
  height: 279px;
  background: url(../static/lock.f56ad269.svg); }

.title {
  font-size: 24px;
  font-family: PingFangSC-Semibold,PingFang SC;
  font-weight: 600;
  color: #60709D;
  line-height: 33px;
  margin-top: 34px; }

.manager-box .check-text {
  color: #333; }
  .manager-box .check-text a {
    text-decoration: none;
    color: #5582F3; }
    .manager-box .check-text a:hover, .manager-box .check-text a:active {
      color: #2341a0; }

.manager-box .check-box {
  margin-top: 24px; }
  .manager-box .check-box .check-text {
    margin-left: 4px; }

.manager-box .open-btn {
  width: 170px;
  height: 32px;
  background-color: #5582F3;
  border-radius: 2px;
  margin-top: 14px;
  color: #fff;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  border: none;
  cursor: pointer; }
  .manager-box .open-btn:hover {
    background-color: #779bf5; }
  .manager-box .open-btn:active {
    background-color: #5582F3; }
  .manager-box .open-btn[disabled], .manager-box .open-btn[disabled]:hover {
    cursor: not-allowed;
    border-color: #c6cfe2;
    color: #fff;
    background-color: #c6cfe2; }

.manager-box .err-box {
  display: none;
  color: #FD6C6A;
  margin-top: 14px; }

.desc {
  margin-top: 27px;
  color: #7684AC; }

#checkbox {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  #checkbox + label {
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    margin-left: -16px;
    margin-top: 3px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #5582F3; }
  #checkbox:checked + label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #5582F3; }

#manager,
#cluster {
  display: none; }
