html,
body {
  width: 100%;
  height: 100%;
}

a{
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .login-desc{
    display: none !important;
  }
  .boxHeight{
    height: 75vh !important;
  }
  .login-outer{
    width: 70% !important; 
  }
}


body {
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/body.8aa7c4a6.svg");
  background-color: rgb(251, 251, 251);
  background-size: 100%;
}

.login-desc{
  flex: 1.3;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background-color: rgb(246, 247, 250);
}

.desc-title{
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 20px;
}

.desc-bgc{
  width: 90%;
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 3px 3px 4px 2px rgb(233 237 241);
  background-color: rgb(236, 238, 245);
}

.login-normal {
  display: none;
}

.login-register {
  display: none;
}

.login-outer {
  width: 65%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgb(246, 247, 250);
  box-shadow: 0px 3px 5px 4px rgb(233 237 241);
}


.register-outer {
  /* position: absolute;
  margin: -190px 0 0 -201px;
  top: 40%;
  left: 50%;
  width: 422px;
  min-height: 380px; */
}

.register-inner{
  padding-top: 1.1% !important;
}

.login-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-height: 70vh;
  background-color: white;
  font-size: 14px;
  box-sizing: border-box;
  font-family: Helvetica Neue, Microsoft Yahei, Helvetica, Arial, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

.login-inner>.login-corner {
  background: url("/templates/website/res/img/corner.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  text-align: right;
  cursor: pointer;
  color: #fff;
  border-radius: 0 0 8px;
}

.login-inner>.login-corner>.corner-txt {
  position: absolute;
  top: 50%;
  right: 5px;
}

.login-inner>div.js-active {
  display: block;
}

.register-inner .login-center,
.login-inner>div>form {
  width: 100%;
  height: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  font-family: Helvetica Neue, Microsoft Yahei, Helvetica, Arial, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

.login-logo {
  position: absolute;
  top: -20%;
  width: 100%;
  height: 76px;
  line-height: 76px;
  font-size: 12px;
  text-align: center;
}

.login-logo img {
  vertical-align: middle;
}


.login-title {
  text-align: center;
  margin: 25px 0 40px 0;
}

.register-title{
  margin: 10px 0 20px 0 !important;
}

.login-title #loginTitle {
  font-size: 20px;
  font-weight: 600;
  margin: 0 5px;
  text-align: left;
  box-sizing: border-box
}

.login-submit {
  width: 100%;
  height: 44px;
  margin-top: 20px;
  background-color: rgb(91, 156, 248);
  border-radius: 4px 4px 4px 4px;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1.4px;
}

.login-tips {
  padding: 20px 0;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
  letter-spacing: 1.2px;
}

.login-dialog {
  width: 180px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  display: none;
}

.login-dialog.js-active {
  display: block;
}

.login-dialog.animateit {
  animation: walkindown .6s;
}

.login-dialog img {
  float: left;
}

.login-dialog span {
  display: inline-block;
  font-size: 14px;
}


#messageDialog {
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 5px;
  display: none;
}

#messageDialog.js-active {
  display: block;
}

#messageDialog.animateit {
  animation:messageDialog 3s;
}

@keyframes messageDialog {
  0%{opacity:0}50%{opacity:1}100%{opacity:0}
}

.login-normal-forgot {
  position: absolute;
  top: 50px;
  right: 0;
  width: 40%;
  line-height: 18px;
}

.login-normal-forgot a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
}

.login-normal-forgot #login-normal-rememberPw {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: pointer;
}

.login-normal-forgot label {
  font-size: 12px;
  color: #333;
  vertical-align: middle;
  cursor: pointer;
}


.login-tips.login-normal-tips {
  margin-top: 18px;
  text-align: center;
  color: #444444;
}

.login-tips.login-normal-tips a {
  text-decoration: none;
  color: rgb(91, 156, 248);
}


.login-tips.login-register-tips{
  text-align: center;
  color: #444444;
}

.login-tips.login-register-tips a{
  text-decoration: none;
  color: rgb(91, 156, 248);
}


#login-normal-submit {
  margin-top: 30px;
}

.login-restore {
  width: 100%;
  height: 100%;
}

.login-form-row {
  position: relative;
}

.login-form-row input {
  width: 100%;
  padding: 0 2.5em;
  box-sizing: border-box;
  height: 44px;
  line-height: 28px;
  font-size: 14px;
  color: rgba(0,0,0,.85);;
  outline: none;
  transition: border-color .4s, box-shadow .4s;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d9d9d9;
  font-family: Helvetica Neue, Microsoft Yahei, Helvetica, Arial, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

.login-form-row input:hover{
  box-shadow: 0px 0px 7px 0px rgba(122, 175, 249, 0.5);
  border: solid 1px rgba(122, 175, 249, 0.5);
}

.login-form-row input:focus {
  box-shadow: 0px 0px 7px 0px rgba(122, 175, 249, 0.5);
  border: solid 1px rgba(122, 175, 249, 0.5);
}

.login-form-row .login-input-icon {
  position: absolute;
  top: 3px;
  left: 0;
  text-align: center;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
}

.login-form-row .login-input-icon img {
  vertical-align: middle;
}

.login-form-row .alert p {
  margin: 0;
  height: 30px;
  line-height: 30px;
  color: #ff0000;
  font-size: 12px;
  margin-bottom: 5px;
}

.login-form-row .alert p.narrow {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.login-getcaptcha {
  position: absolute;
  top: 0px;
  right: 0;
  width: 86px;
  height: 44px;
  border-radius: 4px 4px 4px 4px;
  border: solid 1px #999999;
  cursor: pointer;
  background-color: transparent;
  /* letter-spacing: 1.2px; */
  color: #09bb07;
}

.login-getcaptcha:focus {
  outline: none;
}

.login-getcaptcha .frozen-text {
  display: none;
}

.login-getcaptcha .normal {
  display: inline;
}

.login-getcaptcha.frozen {
  background-color: white;
  color: #aaa;
  cursor: default;
}

.login-getcaptcha.frozen .normal {
  display: none;
}

.login-getcaptcha.frozen .frozen-text {
  display: inline;
}

@font-face {
  font-family: "iconfont"; /* Project id 2317061 */
  src: url('//at.alicdn.com/t/font_2317061_ceaut6jf2z.woff2?t=1649226430778') format('woff2'),
  url('//at.alicdn.com/t/font_2317061_ceaut6jf2z.woff?t=1649226430778') format('woff'),
  url('//at.alicdn.com/t/font_2317061_ceaut6jf2z.ttf?t=1649226430778') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconicon-test:before {
  color: rgb(235, 164, 62);
  content: "\e652";
}
.beianhao{
  bottom: 20px;
  left: 50%;
  transform: translate(-50%,0);
}
p.beianhao { 
  font-size: 12px;
  color: #888;
}
.beianhao a{ 
  font-size: 12px;
  text-decoration: none;
  color: #888;
  cursor: pointer;
}
