@charset "UTF-8";
.disable-copy {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clear-float::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  background: none;
  list-style: none;
  outline: none;
  text-decoration: none; }

html {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 14px; }

html, body {
  height: 100%; }

body {
  background: no-repeat center center/cover;
  background-attachment: fixed; }

button {
  box-sizing: content-box;
  cursor: pointer; }

main {
  height: 100%; }

header {
  position: relative;
  top: 0;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  height: 70px;
  padding: 10px;
  font-size: 0;
  z-index: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
header .logo {
  display: block;
  height: 100%;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer; }
header .change-lang {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem; }

section {
  position: relative;
  width: 1280px;
  height: 0;
  margin: 100px auto 0 auto;
  text-align: center; }
section::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
section .panel-row {
  position: relative;
  margin-bottom: 20px;
  font-size: 0; }
section .panel-row::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
section .panel-row:last-child {
  margin-bottom: 0; }
section .panel-row .label {
  display: inline-block;
  width: 60px;
  font-weight: 600;
  line-height: 10px;
  text-align: justify; }
section .panel-row .label::after {
  width: 65%;
  display: inline-block;
  content: ""; }
section .panel-row .value {
  vertical-align: top;
  line-height: 10px;
  margin-left: 40px; }
section .panel {
  display: inline-block;
  width: 420px;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-top: 10px solid #1D1D1D;
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
  text-align: left;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px); }
section .panel:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12); }
section .title-container {
  text-align: center; }
section .scan-qrcode, section .wework-qrcode {
  text-align: center;
  margin: 0 auto 30px;
  width: fit-content; }
section .title {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 40px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
section .panel-notice {
  overflow-y: auto;
  float: left; }
section .panel-notice .content {
  height: calc(100% - 60px);
  overflow-y: auto; }
section .panel-notice .list-group .list-item {
  line-height: 30px; }
section .panel-notice .list-group .list-item::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
section .panel-notice .list-group .list-index {
  float: left;
  margin-right: 10px; }
section .panel-notice .list-group .list-title {
  cursor: pointer;
  float: left; }
section .panel-notice .list-group .list-title:hover {
  color: #1976D2; }
section .panel-notice .list-group time {
  float: right; }
section .panel-login {
  float: right;
  overflow-y: auto; }
section .panel-login .input-icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid rgba(29, 29, 29, 0.5);
  border-radius: 4px 0 0 4px;
  background: rgba(29, 29, 29, 0.05);
  font-size: 1.5rem;
  color: #1D1D1D;
  transition: all 0.3s; }
section .panel-login .input-icon:hover {
  background: rgba(29, 29, 29, 0.1); }
section .panel-login label {
  font-size: 1rem;
  line-height: 40px;
  cursor: pointer; }
section .panel-login .protocol {
  user-select: none; }
section .panel-login input {
  background: #FFFFFF;
  height: 40px;
  width: 100%;
  border: 1px solid rgba(29, 29, 29, 0.5);
  border-radius: 4px;
  font-size: 1rem; }
section .panel-login input[type=text]:focus, section .panel-login input[type=password]:focus {
  border-color: #1D1D1D; }
section .panel-login button {
  color: #FFFFFF;
  font-size: 1rem;
  width: 100%;
  height: 40px;
  border-radius: 4px; }
section .panel-login .domain {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  font-size: 1rem;
  padding: 0 10px;
  border-left: 1px solid #1D1D1D;
  cursor: pointer; }
section .panel-login .domain:hover {
  background: rgba(200, 200, 200, 0.1); }
section .panel-login .domain option {
  cursor: pointer; }
section .panel-login .forget {
  float: right;
  font-size: 1rem;
  line-height: 40px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
section .panel-login .forget:hover {
  color: #1976D2; }
section .panel-login .remember {
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
section .panel-login .input-label {
  display: block;
  float: left;
  width: 15%; }
section .panel-login .label-remember {
  vertical-align: middle;
  cursor: pointer; }
section .panel-login .input-remember {
  height: auto;
  width: auto;
  padding: unset;
  border: unset;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle; }
section .panel-login .input-protocol {
  height: auto;
  width: auto;
  padding: unset;
  border: unset;
  cursor: pointer;
  vertical-align: middle; }
section .panel-login .btn-login {
  background: #1976D2;
  color: #FFFFFF;
  cursor: pointer; }
section .panel-login .btn-login:hover {
  background: #0865c1; }
section .panel-login .btn-login:active {
  background: #0054b0; }
section .panel-login .btn-logout {
  background: #C10015;
  color: #FFFFFF;
  cursor: pointer; }
section .panel-login .btn-logout:hover {
  background: #b00004; }
section .panel-login .btn-logout:active {
  background: #9f0000; }
section .panel-login .btn-self-service {
  background: #21BA45;
  color: #FFFFFF;
  cursor: pointer; }
section .panel-login .btn-self-service:hover {
  background: #10a934; }
section .panel-login .btn-self-service:active {
  background: #009823; }
section .panel-login .btn-get-vcode {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 0 20px;
  border-left: 1px solid rgba(29, 29, 29, 0.5);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.05);
  color: #1D1D1D; }
section .panel-login .btn-get-vcode:hover {
  background: rgba(0, 0, 0, 0.1); }
section .panel-login .btn-get-vcode:active {
  background: rgba(0, 0, 0, 0.2); }
section .panel-login .panel-row-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center; }
section .panel-login .panel-row-title h4 {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600; }
section .panel-login .panel-row-title h4::before, section .panel-login .panel-row-title h4::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  transform: scale(0.5);
  width: 200px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5); }
section .panel-login .panel-row-title h4::before {
  left: 50px; }
section .panel-login .panel-row-title h4::after {
  right: 50px; }
section .panel-login .panel-row-item {
  display: inline-block;
  width: 33.33%;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
section .panel-login .panel-row-item:hover {
  color: #1976D2; }
section .panel-login .panel-row-item .icon {
  font-size: 1.25rem;
  margin-right: 5px;
  vertical-align: middle; }

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  line-height: 1.8;
  color: #FFFFFF;
  z-index: 10; }
footer:hover {
  filter: brightness(0.9); }
footer p {
  display: inline-block;
  white-space: nowrap;
  padding: 5px 15px;
  margin: 0;
  color: inherit; }

@media screen and (max-width: 1280px) {
  section {
    width: 991px !important; } }
@media screen and (max-width: 991px) {
  section {
    width: 720px !important; }
  section .panel {
    width: 350px !important; }
  section .panel .panel-row-item {
    width: 33.33%; } }
@media screen and (max-width: 768px) {
  header {
    height: 60px !important; }

  section {
    height: auto;
    width: 100% !important;
    margin-top: 40px !important; }
  section .panel {
    width: 90% !important;
    float: none !important;
    margin: 20px auto; }
  section .panel .panel-row-item {
    width: 50%; }

  footer {
    position: relative; }
  footer p {
    white-space: unset; } }
@media screen and (max-height: 700px) {
  section {
    height: auto;
    margin-bottom: 75px; } }

/*# sourceMappingURL=main.css.map */
