* {
  font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  overflow: hidden;
}

html {
  font-size: 68px;
}

@media (max-width: 1950px) {
  html {
    font-size: 66px;
  }
}

@media (max-width: 1900px) {
  html {
    font-size: 64px;
  }
}

@media (max-width: 1850px) {
  html {
    font-size: 60px;
  }
}

@media (max-width: 1800px) {
  html {
    font-size: 60px;
  }
}

@media (max-width: 1750px) {
  html {
    font-size: 58px;
  }
}

@media (max-width: 1700px) {
  html {
    font-size: 56px;
  }
}

@media (max-width: 1650px) {
  html {
    font-size: 54px;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 52px;
  }
}

@media (max-width: 1550px) {
  html {
    font-size: 50px;
  }
}

@media (max-width: 1500px) {
  html {
    font-size: 48px;
  }
}

@media (max-width: 1450px) {
  html {
    font-size: 46px;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 44px;
  }
}

@media (max-width: 1350px) {
  html {
    font-size: 42px;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 40px;
  }
}

@media (max-width: 1250px) {
  html {
    font-size: 38px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 36px;
  }
}

@media (max-width: 1150px) {
  html {
    font-size: 34px;
  }
}

@media (max-width: 1100px) {
  html {
    font-size: 32px;
  }
}

@media (max-width: 1050px) {
  html {
    font-size: 30px;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 28px;
  }
}

@media (max-width: 950px) {
  html {
    font-size: 26px;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 24px;
  }
}

@media (max-width: 850px) {
  html {
    font-size: 22px;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  html {
    font-size: 18px;
  }
}






body {
  background: url(/Content/images/bgImage.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

a {
  color: #27A9E3;
  text-decoration: none;
  cursor: pointer;
}

.banner {
  width: 68%;
  height: 60%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10% auto;
}

.describe {
  width: 46.8%;
  height: auto;
  padding: .4rem .8rem .4rem 0;
  position: relative;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: right;
}

.describe>.bgColor {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.describe>.ch {
  width: 100%;
  font-size: .62rem;
  color: #fff;
}


.describe>.en {
  width: 100%;
  font-size: .55rem;
  color: #fff;
  opacity: .6;
  letter-spacing: .14rem;
}


.describe>.desc {
  width: 100%;
  font-size: .5rem;
  color: #fff;
}

.login {
  width: 36%;
  height: 100%;
  overflow: auto;
  /* overflow: hidden; */
  /* height: auto; */
  padding: .5rem .8rem;
  background-color: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.logo {
  text-align: center;
  /* padding: 20px 0; */
}

.logo>img {
  width: 80px;
  height: 80px;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email],
select {
  border: 1px solid #DCDEE0;
  vertical-align: middle;
  border-radius: 3px;
  height: 1rem;
  padding: 0px .32rem 0 1rem;
  font-size: 14px;
  color: #999999;
  outline: none;
  width: 100%;
}

input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus {
  border: 1px solid #27A9E3;
}


input[type=submit],
input[type=button] {
  display: inline-block;
  vertical-align: middle;
  padding: .24rem .48rem;
  margin: 0px;
  font-size: .36rem;
  line-height: .48rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  background-color: #F57E0B;
  border-radius: .06rem;
  border: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  height: 1rem;
}

.userWrap {
  width: 100%;
  height: auto;
  position: relative;

}

.userWrap .icon,
.pwdWrap .icon,
.phoneWrap .icon,
.vCodeWrap .icon,
.twpwdWrap .icon {
  position: absolute;
  top: .28rem;
  left: .28rem;
  width: .4rem;
  height: .4rem;
}

.pwdWrap,
.phoneWrap,
.vCodeWrap,
.twpwdWrap {
  position: relative;
  margin-top: .4rem;
}

.copyright {
  font-size: .28rem;
  color: rgba(255, 255, 255, 0.85);
  display: block;
  position: absolute;
  bottom: .3rem;
  right: .3rem;
}

#subbutton {
  margin-top: .5rem;
}

#msg,
#mfaMsg {
  min-height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: red;
  font-size: .32rem;
}

.tech-tag {
  color: #F57E0B;
  text-align: center;
  font-size: .35rem;
}

#footer {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 5%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}

#footer a {
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

#mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.7;
  z-index: 100;
}

/* .twpwdWrap{
  width: 50%;
  margin-left: 25%;
  top: 50%;
  position: absolute;
  margin-top: -10%;
  z-index: 101;
  padding: 1rem 1rem .5rem;
  border: 1px solid #fff;
  background-color: #fff;
} */
/* .twpwdWrap .icon{
  position: absolute;
  top: 1.28rem;
  left: 1.28rem;
  width: .4rem;
  height: .4rem;
} */
#getVCodeBtn {
  background-color: #F57E0B;
  color: #fff;
  border: none;
  width: 55%;
  font-size: .30rem;
  border-radius: 5px;
}

#getVCodeBtn:hover {
  cursor: pointer;
}

.twpwdBtn {
  padding: .1rem .6rem;
  margin: 2% auto;
  font-size: .36rem;
  background-color: #F57E0B;
  color: #fff;
  border: none;
  width: 100%;
}

#userAgreement {
  display: none;
  position: absolute;
  width: 50%;
  margin-left: -25%;
  left: 50%;
  top: 5%;
  background-color: white;
  padding: .5rem;
  border: 1px solid #F57E0B;
  z-index: 101;
  height: 80%;
  overflow-y: scroll;
}

@media (max-width: 700px) {
  html {
    font-size: 16px;
  }

  .banner {
    width: 80%;
    height: 70%;
    overflow: hidden;
    display: flex;
    margin: 3rem auto;
    flex-direction: column;
    justify-content: space-around;
    /* align-items: center; */
  }

  .describe {
    position: relative;
    width: 100%;
    height: 5rem;
    top: 0;
    text-align: center;
  }

  .login {
    width: 100%;
    height: auto;
    padding: 2rem;
    border-radius: .5rem;
  }

  input[type=text],
  input[type=file],
  input[type=password],
  input[type=email],
  select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 1rem;
    padding: 0px .32rem 0 2rem;
    font-size: 14px;
    color: #999999;
    outline: none;
    width: 100%;
    height: 2rem;
  }

  input[type=text]:focus,
  input[type=file]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  select:focus {
    border: 1px solid #27A9E3;
  }

  input[type=submit],
  input[type=button] {
    display: inline-block;
    vertical-align: middle;
    padding: .24rem .48rem;
    margin: 0px;
    font-size: .36rem;
    line-height: .48rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #F57E0B;
    border-radius: .06rem;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    height: 2rem;
  }

  .pwdWrap {
    position: relative;
    margin-top: 1rem;
  }

  #subbutton {
    margin-top: 1rem;
  }

  .userWrap .icon,
  .pwdWrap .icon,
  .phoneWrap .icon,
  .vCodeWrap .icon,
  .twpwdWrap .icon {
    position: absolute;
    top: .4rem;
    left: .5rem;
    width: 1rem;
    height: 1rem;
  }

  #msg,
  #mfaMsg {
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    color: red;
    font-size: .32rem;
  }

  #footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: .8rem;
  }

  #footer a {
    color: #fff;
  }

  #footer a:hover {
    text-decoration: underline;
  }

  #mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.7;
    z-index: 100;
  }

  /* .twpwdWrap{
    width: 50%;
    margin-left: 25%;
    top: 50%;
    position: absolute;
    margin-top: -10%;
    z-index: 101;
    padding: 1rem 1rem .5rem;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .twpwdWrap .icon{
    position: absolute;
    top: 1.28rem;
    left: 1.28rem;
    width: .4rem;
    height: .4rem;
  } */

  .twpwdBtn {
    padding: .1rem .6rem;
    margin: 2% auto;
    font-size: .36rem;
    background-color: #F57E0B;
    color: #fff;
    border: none;
    width: 100%;
  }

}