.hanweb-page .hanweb-modal {
  width: 454px;
  background: #ffffff;
  border: 1px solid #D9D9D9;
  margin: 100px auto;
}

.hanweb-modal-content {
  padding: 20px 75px;
  font-size: 20px;
  text-align: center;
  color: gray;
}

.hanweb-back-none {
  display: none;
}

.hanweb-back {
  margin-top: 15px;
  font-size: 14px;
}

.hanweb-pageback button {
    width: 100px;
    background-color: #1890FF;
    border-radius: 4px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    border: none;
    outline: none;
    margin-top: 20px;
    font-size: initial;
    cursor:pointer;
}