/* 手机端 */
@media screen and (max-width: 440px) {
  .nav {
    padding: 20px 0 0;
  }

  .enName {
    display: none;
  }

  footer {
    display: none;
  }

  .canvas {
    display: none;
  }

  .login-body .login-account div {
    margin: 12px 0;
  }

  .main {
    padding: 0;
    padding-top: 20px;
    text-align: center;
  }

  .ramk1 {
    display: block;
    padding-bottom: 12px;
  }

  .ramk2 {
    display: none;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 440px) {
  .nav {
    padding: 40px 0 0;
  }

  .enName {
    display: none;
  }

  /* 
  footer {
    display: none;
  } */

  /* .canvas{
    display: none;
  } */
  .login-body .login-account div {
    margin: 12px 0;
  }

  .main {
    padding: 10px;
    text-align: center;
  }
}


/* 登录 */
input {
  width: 75%;
  box-sizing: border-box;
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}



#emalibox {
  display: none;
  position: absolute;
  width: 73%;
  box-sizing: border-box;
  z-index: 1;
  text-align: left;
  right: 6px;
  top: 40px;
  background: white;
  border: 1px solid #66b8fb;
  padding: 0;
  margin: 0;
  /* border-radius: 4px;
  border-top-left-radius: 2em 0.5em;
  border-top-right-radius: 1em 3em; */
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: auto;
  max-height: 300px;
}

.on {
  display: none;
}

#emalibox>ul {
  margin: 0px;
  padding: 0px;

}

#emalibox>ul>li {
  height: 40px;
  line-height: 40px;
  /* text-indent: 1em; */
  padding: 6px 11px;
}

.tagli {
  background-color: #66b8fb;
}

html,
body,
.root {
  height: 100%;
}

label {
  cursor: pointer;
  display: inline-block;
  padding: 3px 6px;
  text-align: right;
  width: 402px;
  vertical-align: top;
  position: relative;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.footer {
  box-sizing: border-box;
  z-index: 10;
  font-size: 14px;
  color: #9E9E9E;
  padding: 20px 16px;
  text-align: center;
}

.qrCode {
  display: none;
}

.official {
  position: relative;
  cursor: pointer;
  margin-left: 7px;
  color: rgb(24, 144, 255);
}

.companyInfo {
  /* color: #d9d9d9; */
  color: rgb(24, 144, 255);
}

.companyInfo:hover {
  color: #096dd9;
}

.official:hover .qrCode {
  display: inline-block;
  position: absolute;
  top: -172px;
  left: -49px;
}

@media screen and (max-width: 768px) {
  .root {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #eee;
    box-sizing: border-box;
  }

  .layout-content {
    box-sizing: border-box;
    background: #eee;
    /* width: 100%; */
    /* height: 100%; */
    flex: 1 1;
    display: block;
    margin: auto;
    padding-bottom: 24px;
  }

  .눈_눈 {
    box-sizing: border-box;
    /* width: 100%; */
    padding-top: 30px;
  }

  canvas {
    display: none;
  }

  .footer {
    background: #eee;
  }
}

/** iPad **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .root {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #eee;
    box-sizing: border-box;
  }

  .layout-content {
    display: flex;
    flex: 1 1;
    padding-bottom: 24px;
    overflow: hidden;
  }

  .wrap-left {
    display: none;
  }

  .wrap-right {
    margin: 0 auto;
  }

  .눈_눈 {
    width: 450px;
    margin-top: 130px;
    background: #eee;
    border-radius: 10px;
    box-shadow: 0 1px 10px #cdcdcd;
    z-index: 100;
  }

  canvas {
    /* display: none; */
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .ramk1 {
    display: none;
    padding-bottom: 12px;
  }

  .ramk2 {
    display: block;
    padding-bottom: 12px;
  }

  .layout-content {
    margin: 0 10%;
    display: flex;
    flex: 1 1;
    padding-bottom: 24px;
  }

  .눈_눈 {
    width: 450px;
    margin-top: 130px;
    background: #eee;
    border-radius: 10px;
    box-shadow: 0 1px 10px #cdcdcd;
  }

  canvas {
    /* background-color: #eee; */
    /* z-index: -1; */
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.wrap-left {
  flex: 1;
}

.wrap-right {
  z-index: 11;
}

.nav {
  /* padding: 40px 0 0; */
  text-align: center;
}

.nav .logo a {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 33px;
  font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}


.nav .enName {
  margin-top: 12px;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

/* .main {
  padding: 10px;
  text-align: center;
} */
.main .login-tab {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: row;
}

.main .login-tab li.login-on {
  /* text-decoration: underline; */
  border-bottom: 2px solid #1890ff;
  color: #1890ff;
}

.tab-status {
  display: none;
}

.main .login-tab>li {
  margin: 0 32px 0 0;
  box-sizing: border-box;
  padding: 12px 16px;
  cursor: pointer;
}

.main .login-tab>li:hover {
  color: #096dd9;
}

.logBtn,
#phoneLog,
.pwdBtn,
.regBtn {
  width: 80%;
  margin-top: 24px;
  color: #fff;
  background-color: #1890ff;
  border-color: #096dd9;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  border: 1px solid transparent;
  /* margin-bottom: 24px; */
  cursor: pointer;
}

.login-phone div {
  margin: 24px 0;
}

#getCaptcha,
#getRegCap {
  width: 28%;
  padding: 7px;
  margin-left: 9px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

#getCaptcha:hover,
#getRegCap:hover {
  border-color: #40a9ff;
  color: #40a9ff;
  border-right-width: 1px !important;
}

.login-bottom {
  text-align: center;
  margin-left: 24px;
  margin-bottom: 10px;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 20px;
}

.regAccount {
  color: #1890ff;
  margin-left: 15%;
}

/* 注册 */

.next, .next2 {
  line-height: 40px;
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 40px;
  padding: 7px 31px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.next:hover, .next2:hover {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}

.hasAccount {
  font-size: 14px;
  float: right;
  line-height: 40px;
  color: #1890ff;
  margin-right: 31px;
}

.check {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 15px;
  margin: 0 10px;
}

.check::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  border: 6px solid green;
  border-radius: 1px;
  border-top: none;
  border-right: none;
  background: transparent;
  transform: rotate(-45deg);
}

.private {
  display: none;
}

.label-input-left:before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}

.label-input-left {
  float: left;
  width: 25%;
  text-align: right;
  height: 40px;
  line-height: 40px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.label-input-left:after {
  content: ":";
  position: relative;
  top: -.5px;
  margin: 0 8px 0 2px;
}



@keyframes myfirst {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.loading {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../image/1100加载中.png);
  animation: myfirst 1s linear 0s infinite;
  -moz-animation: myfirst 1s linear 0s infinite;
  /* Firefox */
  -webkit-animation: myfirst 1s linear 0s infinite;
  /* Safari 和 Chrome */
  -o-animation: myfirst 1s linear 0s infinite;
}

.user-checkbox {
  margin: 0 !important;
}

.rememenber-pwd {
  width: 75%;
  margin: 0 auto !important;
  text-align: left;
  line-height: 30px;
  height: 30px;
  position: relative;
}

.rememenber-pwd>input {
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* .rememenber-pwd>span {} */

.serpwd {
  width: 450px;
  margin-top: 130px;
  background: #eee;
  border-radius: 10px;
  box-shadow: 0 1px 10px #cdcdcd;
}

.titlepwd {
  height: 50px;
  text-align: center;
  margin: 10px;
  padding-top: 40px;
}

.pwdbox {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.oldPwd {
  padding-bottom: 10px;
}

.newPwd {
  padding-bottom: 10px;
}

.pwdspan {
  color: #f5222d;
}

/* .againPwd {} */

.login-body .user-pwd,
.serpwd .oldPwd,
.serpwd .newPwd,
.serpwd .againPwd {
  position: relative;
}

.login-body .user-pwd #passwordeye.bgImg,
.serpwd .oldPwd #passwordeye_old.bgImg,
.serpwd .newPwd #passwordeye_new.bgImg,
.serpwd .againPwd #passwordeye_again.bgImg {
  position: absolute;
  top: 10px;
  right: 65px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.serpwd .oldPwd #passwordeye_old.bgImg,
.serpwd .newPwd #passwordeye_new.bgImg,
.serpwd .againPwd #passwordeye_again.bgImg {
  top: 10px;
  right: 15px;
}

.login-body .user-pwd #passwordeye.bgImg.invisible,
.serpwd .oldPwd #passwordeye_old.bgImg.invisible,
.serpwd .newPwd #passwordeye_new.bgImg.invisible,
.serpwd .againPwd #passwordeye_again.bgImg.invisible {
  background-image: url(../image/yanjing_yincang.png);
}

.login-body .user-pwd #passwordeye.bgImg.visible,
.serpwd .oldPwd #passwordeye_old.bgImg.visible,
.serpwd .newPwd #passwordeye_new.bgImg.visible,
.serpwd .againPwd #passwordeye_again.bgImg.visible {
  background-image: url(../image/yanjing_xianshi.png);
}

/* 翻译 */

#switchImg {
  position: relative;
  left: 15px;
}

#switchImg img {
  height: 20px;
}

#test {
  top: -17px;
  left: 36px;
  position: absolute;
  border-width: 10px;
  border-style: solid;
  width: Opx;
  height: Opx;
  border-color: transparent;
  border-bottom-color: #fff;
}

#switchLang {
  width: 100px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: -35px;
  top: 27px;
  font-size: 14px;
  display: none
}

#switchLang li {
  padding: 8px;

}

#switchLang li:hover {
  background-color: rgb(230, 247, 255);
  cursor: pointer;
}