* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  height: 100%;
}

.mask_content {
  width: 100%;
  height: 650px;
  background: rgba(0, 0, 0, 0);
  position: relative;
}

.mask_content .center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -250px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  padding-bottom: 92px;
}

.mask_content .center #modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mask_content .modal_content_inner {
  width: 400px;
}

.mask_content .center #modal_content .logoImg {
  margin: 0 auto;
  margin-top: 44px;
  width: 178px;
  height: 42px;
}

.mask_content .center #modal_content .logoImg img {
  width: 100%;
  height: 42px;
}

.mask_content .center .contents_box {
  margin-top: 28px;
}

.mask_content .center .msg_box {
  width: 100%;
  margin-bottom: 23px;
}

.mask_content .center .ta_c {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 22px;
  color: #f29921;
}

.mask_content .center .error_msg {
  color: #ff3c67;
  font-weight: bold;
  display: none;
  font-size: 17px;
  text-align: center;
  margin-top: 12px;
}
.mask_content .center input#password {
  margin: 0px auto 17px;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border: 1px #b6b6b6 solid;
  padding: 0 8px;
  font-size: 14px;
  -webkit-appearance:none;
}

.mask_content .center .bar {
  vertical-align: bottom;
  width: 100%;
  text-align: center;
  margin-bottom: 33px;
  height: 60px;
  display: inline-block;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.mask_content .center .btn_login {
  cursor: pointer;
  border: none;
  color: #fff !important;
  background-color: #f29921;
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  -webkit-appearance:none;
}

.mask_content .modal_content_inner .tip_box {
  width: 400px;
  font-size: 13px;
  word-break: keep-all;
}

.modal_footer {
  font-size: 11px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media screen and (max-width:1200px) and (min-width: 481px) {

  html,
  body {
    width: 100% !important;
  }

  .mask_content {
    background: rgba(0, 0, 0, 0);
    width: 100%;
  }
}

@media screen and (max-width:480px) {

  html,
  body {
    height: 100%;
  }

  .mask_content {
    background: rgba(0, 0, 0, 0);
    min-width: auto;
    width: 100%;
  }

  .mask_content .center {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -175px;
    width: 350px;
    padding-bottom: 49px;
  }

  .center #modal_content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;
  }

  .center #modal_content .modal_content_inner {
    width: 100%;
    height: 100%;
  }

  .center #modal_content .modal_content_inner .logoImg {
    margin: 0 auto;
    margin-top: 28px !important;
    width: 118px;
    height: 28px;
  }

  .center #modal_content .modal_content_inner .logoImg img {
    width: 118px;
    height: 28px;
  }

  .center #modal_content .modal_content_inner .contents_box {
    margin-top: 20px !important;
  }

  .center #modal_content .modal_content_inner .contents_box .msg_box {
    margin-bottom: 24px;
  }

  .center #modal_content .modal_content_inner .contents_box .msg_box .ta_c {
    font-size: 15px;
  }

  .mask_content .center .input_field input#password {
    border: 1px solid #ccc;
    margin: 0 auto 17px;
  }

  .mask_content .center .bar {
    vertical-align: bottom;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
    height: 54px;
    display: inline-block;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  }

  .mask_content .center .btn_login {
    cursor: pointer;
    border: none;
    color: #fff !important;
    background: #f29921;
    display: block;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    width: 100%;
    text-align: center;
  }

  .mask_content .modal_content_inner .tip_box {
    width: 100%;
  }

  .mask_content .modal_footer {
    font-size: 11px;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

}


