@charset "UTF-8";
iframe#agreement-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  border: none;
}

iframe#iframe-tutorial {
  width: 100%;
  height: 600px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: url("/util/banner-images/year_banner_bg.png") center/cover no-repeat #bd2b2b;
  min-height: 450px;
  width: 100%;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main > img {
  height: 100%;
  margin-left: -33px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 960px) {
  .main > img {
    max-width: 40%;
  }
}
body .body-wrapper {
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}

body.ready .body-wrapper {
  opacity: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

html {
  height: 100%;
}

body {
  font-size: white;
  font-family: font-Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}

div,
ul,
ol,
li,
form,
img,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
pre,
code,
form,
fieldset,
legend,
button,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.footer {
  color: white;
  line-height: 30px;
  background: #594b47;
  text-align: right;
}
.footer ul {
  width: 1000px;
  margin: 0 auto;
}

.container {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header {
  width: 950px;
  height: 15vh;
  margin: 0 auto;
}
.header a {
  display: block;
  width: 300px;
  font-size: 12px;
  text-decoration: underline;
}
.header img {
  max-height: 100px;
}
.header ul {
  width: 1120px;
  margin: 0 auto;
}
.header li {
  float: left;
  padding-top: 20px;
}
.header span {
  display: block;
  width: 450px;
  height: 40px;
  font-size: 20px;
  color: white;
  line-height: 40px;
  background: #594b48;
  text-indent: 20px;
  margin: 100px 0 0 0;
  float: right;
}

.login {
  min-width: 220px;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 24px;
  height: auto;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.login .title {
  margin: 8px 0 0 5px;
  font-size: 24px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
}
.login .input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.login .input > input {
  font-size: 16px;
  width: 85%;
}
.login .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
  width: 220px;
  height: 50px;
  margin: 10px 0;
  background: url("../img/input_bg.png") no-repeat;
  background-size: 100% 100%;
}
.login label {
  display: block;
  height: 35px;
  width: 38px;
  margin: 2px 0px 3px 7px;
}
.login label.username {
  background: url("../img/login_ico.png") no-repeat top;
}
.login label.password {
  background: url("../img/login_ico.png") no-repeat 0 -38px;
}
.login label.verify {
  background: url("../img/login_ico.png") no-repeat 0 -72px;
}
.login .input.vcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.login .input.vcode #vcode {
  width: 120px;
}
.login .action-bar-wrapper {
  margin-top: 16px;
}
.login .action-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login .button {
  content: "";
  display: block;
  height: 52px;
}
.login .button#loginBtn {
  width: 93%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px 5px 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(63, 171, 35)), color-stop(26%, rgb(88, 188, 48)), color-stop(96%, rgb(179, 227, 98)), to(rgb(221, 243, 152)));
  background: linear-gradient(to top, rgb(63, 171, 35) 0%, rgb(88, 188, 48) 26%, rgb(179, 227, 98) 96%, rgb(221, 243, 152) 100%);
  color: #fff;
  font-size: 21px;
  border-radius: 4px;
  cursor: pointer;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgb(32, 72, 23);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgb(32, 72, 23);
}
.login .button#loginBtn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(108, 203, 49)), color-stop(68%, rgb(176, 227, 109)), to(rgb(224, 245, 180)));
  background: linear-gradient(to top, rgb(108, 203, 49) 0%, rgb(176, 227, 109) 68% 32%, rgb(224, 245, 180) 100%);
  color: rgb(10, 126, 38);
  cursor: pointer;
  font-weight: 450;
  text-shadow: none;
}
.login .button#loginBtn::after {
  content: "登录";
  letter-spacing: 1em;
  text-indent: 1em;
}
.login .button#enterBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  width: 98px;
  color: white;
  background-color: #7BCC44;
  font-weight: bold;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 0px black;
  box-shadow: 0px 2px 0px black;
}
.login .button#enterBtn:hover {
  background-color: #8FD959;
}
.login .button#logoutBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  width: 98px;
  color: white;
  background-color: #0080FF;
  font-weight: bold;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 0px black;
  box-shadow: 0px 2px 0px black;
}
.login .button#logoutBtn:hover {
  background-color: #00B8EE;
}

.hide {
  display: none;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}
/*# sourceMappingURL=../maps/styles.css.map */
