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

.reg_info {
  width: 1000px;
  margin: 0 auto;
}

.reg_title {
  position: relative;
  background: url(../img/reg_line.gif) repeat-x left bottom;
  margin: 0 0 45px 0;
}
.reg_title img {
  display: block;
  margin: 0 12px;
  float: left;
}
.reg_title li {
  font-size: 24px;
  color: #ce483f;
  line-height: 45px;
  margin: 0 0 20px 0;
  background: url("../img/ico_reg.gif") no-repeat left;
  padding-left: 50px;
}
.reg_title .back-home {
  color: rgba(0, 0, 0, 0.87);
  position: absolute;
  line-height: 45px;
  right: 0;
  top: 0;
}

.reg_te {
  width: 96%;
  margin: 0 auto;
}
.reg_te table {
  border-spacing: 0 10px;
}
.reg_te th {
  font-size: 18px;
  width: 100px;
  color: #313131;
  font-weight: normal;
}
.reg_te li {
  font-size: 16px;
  line-height: 38px;
  color: #898989;
  margin: 0 0 18px 0;
}
.reg_te span {
  display: block;
  width: 100px;
  font-size: 18px;
  color: #313131;
  text-align: right;
  float: left;
}
.reg_te li input {
  border-top: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 15px 0 0;
  float: left;
}
.reg_te li img {
  display: block;
  float: left;
}

.reg_bu {
  margin: 0 0 60px 0;
}
.reg_bu li {
  font-size: 16px;
  color: #898989;
  line-height: 40px;
  margin: 30px 0;
}
.reg_bu a {
  display: block;
  width: 202px;
  height: 43px;
  text-indent: -9999em;
  margin: 0 20px 0 115px;
  float: left;
}

.bu_reg {
  outline: none;
  background: url(../img/reg_bu.jpg) no-repeat left top;
}
.bu_reg:hover {
  background: url(../img/reg_bu.jpg) no-repeat left -43px;
}

.bu_login {
  background: url(../img/reg_bu.jpg) no-repeat left -86px;
}
.bu_login:hover {
  background: url(../img/reg_bu.jpg) no-repeat left -129px;
}

.bu_line {
  border-bottom: 4px solid #e3e3e3;
  padding: 0 0 30px 0;
}

.te01 {
  width: 300px;
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  text-indent: 5px;
}

.te02 {
  width: 120px;
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  text-indent: 5px;
}

.header {
  background: url(../img/reg_headbg.jpg) repeat-x left top;
}

.headerc {
  height: 160px;
  margin: 0 0;
  background: url(../img/reg_bg.jpg) no-repeat center top;
}

.reg_nav {
  width: 100%;
  height: 50px;
  background: url(../img/reg_navbg.jpg) repeat-x left top;
}

.inp-txt {
  width: 340px;
  height: 34px;
  font-size: 20px;
  line-height: 34px;
  text-indent: 5px;
  border-top: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 15px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inp-txt.input-otp {
  width: 230px;
}

.register-otp-wrapper #mobileOtpCode {
  background-color: #EFEFEF !important;
  border-radius: 0px !important;
}

.bu_reg {
  width: 202px;
  height: 43px;
  margin: 0 20px 0 124px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
  color: white;
  line-height: 30px;
  background: #594b47;
  text-align: right;
}
footer > div {
  padding-right: 5vw;
}
/*# sourceMappingURL=../maps/register.css.map */
