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;
  background: url("/util/banner-images/year_banner_bg.png") center no-repeat #CF3F3F;
  height: 475px;
}

body .body-wrapper {
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}

body.ready .body-wrapper {
  opacity: 1;
}

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

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;
}

.header {
  width: 100%;
  height: 120px;
}
.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;
}

.sidebar {
  position: fixed;
  right: 20px;
  top: 172px;
  width: 50px;
  z-index: 99;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.sidebar > a {
  display: block;
  margin-bottom: 4px;
  position: relative;
}
.sidebar > a .tag {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  min-width: 10rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  -webkit-transition: opacity 300ms ease-in-out, visibility 300ms;
  transition: opacity 300ms ease-in-out, visibility 300ms;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  top: 0;
  display: block;
  margin: auto;
}
.sidebar > a .tag img, .sidebar > a .tag canvas {
  background: white;
  padding: 0.2rem;
  height: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar > a .tag .qr-code {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sidebar > a .tag .tag-detail {
  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;
  gap: 5px;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-style: italic;
  margin-top: 7px;
}
.sidebar > a .tag .app-path {
  margin-top: 10px;
  padding: 5px 3px;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  background-color: #333;
  border-radius: 0 0 4px 4px;
}
.sidebar > a .tag.tag-left {
  right: 65px;
}
.sidebar > a > .link-icon {
  position: relative;
  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;
  border-radius: 40%;
}
.sidebar > a > .link-icon.morse, .sidebar > a > .link-icon.app-download {
  background: #F6612C;
}
.sidebar > a > .link-icon.morse .icon {
  width: 50px;
}
.sidebar > a > .link-icon.dhw {
  background: #532c81;
}
.sidebar > a > .link-icon.dhw .icon {
  width: 25px;
}
.sidebar > a > .link-icon.qq {
  background: #0099cc;
}
.sidebar > a > .link-icon.qq .icon {
  width: 24px;
}
.sidebar > a > .link-icon.wechat {
  background: #009900;
}
.sidebar > a > .link-icon.livechat {
  background: #FFAE00;
}
.sidebar > a > .link-icon.livechat .icon {
  width: 30px;
}
.sidebar > a > .link-icon.kefu {
  background: #d93d50;
}
.sidebar > a > .link-icon.mac {
  background: #d5208a;
}
.sidebar > a > .link-icon.windows {
  background: #7225c1;
}
.sidebar > a > .link-icon.windows .icon {
  width: 24px;
}
.sidebar > a > .link-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40%;
  border: 4px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.sidebar > a > .link-icon .icon {
  width: 28px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.sidebar > a:hover > .link-icon::before {
  opacity: 1;
}
.sidebar > a:hover .tag {
  visibility: visible;
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}

.login {
  min-width: 250px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  height: auto;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.login .title {
  margin: 15px 0 0 20px;
  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;
}
.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: 6px;
  width: 270px;
  height: 50px;
  margin: 10px 0;
  background: url("../img/input_bg.png") no-repeat;
}
.login label {
  display: block;
  height: 35px;
  width: 38px;
  margin: 6px 0px 0 10px;
}
.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: 120px;
  background: url("../img/login_bu.png") no-repeat left top;
}
.login .button#loginBtn:hover {
  background: url("../img/login_bu.png") no-repeat left -52px;
}
.login .button#registerBtn {
  width: 98px;
  background: url("../img/login_bu.png") no-repeat left -104px;
}
.login .button#registerBtn:hover {
  background: url("../img/login_bu.png") no-repeat left -156px;
}
.login .button#guestLoginBtn {
  cursor: pointer;
  height: 49px;
  width: 270px;
  background: url("../img/login_bu.png") no-repeat left -207px;
}
.login .button#guestLoginBtn:hover {
  background: url("../img/login_bu.png") no-repeat left -253px;
}
.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;
}

.download-frame {
  display: none;
}

.hide {
  display: none;
}
/*# sourceMappingURL=../maps/styles.css.map */
