*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
/* 把marin和padding都设为0，以防不同浏览器的显示效果不一样 */
html {
  height: 100%;
  width: 100%;
  font-size: 12px;
}
@media (min-width: 1281px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 20px;
  }
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  font-family:system-ui,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,apple color emoji,segoe ui emoji,segoe ui symbol;
  font-family: -apple-system,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell','Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: fixed;
  top:0;
  left:0;
  /* background: url(../../../../assets/demos/VSLab/images/backgroundImage/bgImg3.jpg)  0 0 no-repeat fixed; */
  background-image: url(../images/backgroundImage/bgImg3.jpg);
  /* /* background-repeat: no-repeat; */
  background-attachment: fixed;
  background-position: center center;
  background-size:cover;
  /* background-size: 100%; */
  /* backgroun d-repeat:no-repeat; */
  /* background-color: teal; */
}

.bgArea{
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
  justify-content:center; 
  align-items:center;
}
.backgroundImage{
  height: 100%;
  width: 100%;
  position: relative;
}
.registerContainer{
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content:flex-start; 
  align-items:flex-start;
  top:0;
  left:0;
  overflow-y: auto;
}

.contentArea{
  background-color: rgb(216, 172 , 2 12);
  min-height:45rem;
  width: 35rem;
  display: flex;
  flex-direction: column;
  justify-content:flex-start; 
  align-items:flex-start;
  position: relative;
  margin-top: 1rem;
  margin-left:21vw;
}

.container {
  /* background-color: rgb(11, 66, 218); */
  display: flex;
  flex-direction: column;
  justify-content:flex-start; 
  align-items:flex-start;
  position: relative;
  width:50%;
  height:100%;
}
@media (min-width: 1281px) {
  .container{
    justify-content:center; 
  }
}
.topTitleIconArea{
  /* background-color: tomato; */
  width: 100%;
  height:5.7rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content:center; 
  align-items:center;
  font-size: 1.2rem;
  font-weight:600;
  /* margin-top:4rem; */
}

.tyLogoIcon{
  width:3.374rem;
  height:3.626rem;
}
.topTitleIconArea > p{margin-top:1rem;}
.contentTitleArea{
  height:3.1rem;
  width:100%;
  /* background-color: violet; */
  margin-top:1.4rem;
  margin-bottom:1rem;
  position: relative;
}
.contentTitle{font-size: 1.2rem;}
.contentTipsLoginArea{
  height:1.7rem;
  width:100%;
  /* background-color: rgb(130, 238, 148); */
  margin-top:0.1rem;
  display: flex;
  flex-direction:row;
  justify-content:flex-start; 
  align-items:center;
}
.contentTips{font-size: 0.9rem;line-height:1.3rem;color: rgb(190, 182, 182);}
.contentToLogin{font-size: 1.2rem;color:#00DCFF;letter-spacing: 0.15rem;}
.contentToLogin:hover{opacity: 0.65;}
.passwordArea{
  height:1.8rem;
  width:100%;
  display: flex;
  flex-direction:row;
  justify-content:flex-start; 
  align-items:center;
  /* background-color: rgb(255, 51, 0); */
  position: relative;
  margin-top:1rem;
  /* border-bottom: 0.14rem solid #888888; */
}

form{
  /* background-color: rgb(28, 180, 240); */
  width:100%;
  height:auto;
  margin-top: 2rem;
}
.diffPasswordTips{
  width:100%;
  height:auto;
  font-size: 0.6rem;
  /* background-color: springgreen; */
  position: relative;
  margin-top: 0.5rem;
}
.input_tips{
  width:100%;
  height:auto;
  font-size: 0.75rem;
  letter-spacing: 0.12rem;
  /* background-color: springgreen; */
  position: relative;
  margin-top: 0.5rem;
  color:#00DCFF;
}

/* Full-width input fields */
.inputTextArea{
  height:1.8rem;
  width:100%;
  border-bottom: 0.14rem solid #888888;
  /* background-color: rgb(15, 235, 63); */
  display: flex;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
  margin-top:1rem;
}
.inputVerificationCodetArea{
  height:1.8rem;
  width:11rem;
  border-bottom: 0.14rem solid #888888;
  /* background-color: rgb(202, 16, 240); */
  display: flex;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
  /* margin-top:1rem; */
}
input[type=text]{
  width: 100%;
  padding: 0.1rem;
  /* margin: 1rem 0 1rem 0; */
  border: none;
  /* background: #f1f1f1; */
  background-color: transparent;
  font-size:1rem;
  font-weight:400;
  line-height:1.4rem;
  color:rgba(255,255,255,1);
}
.verificationCode{
  width: 9.2rem;
  padding: 0.1rem;
  margin: 1rem 0 1rem 0;
  border: none;
  /* background: #f1f1f1; */
  background-color: transparent;
  font-size:1rem;
  font-weight:400;
  line-height:1.4rem;
  color:rgba(255,255,255,1);
}

input[type=password] {
  width: 14rem;
  height:100%;
  border: none;
  background-color: transparent;
  font-size:1rem;
  font-weight:400;
  line-height:1.4rem;
  color:rgba(255,255,255,1);
  position: relative;
}
input[type=reset] {
  width: 100%;
  height:auto;
  letter-spacing: 0.15rem;
  /* margin-left:1vmin; */
  /* background-color: #888888; */
  background-color: transparent;
  border: 0.14rem solid #888888;
  font-size:1rem;
  color:rgba(255,255,255,1);
}
input[type=reset]:hover {background-color: #252222;}
input[type=reset]:active {background-color: #888888;}


input[type=text]:focus, input[type=password]:focus {
  /* background-color: #ddd; */
  outline: none;
  background-color: transparent;
}


.resetPasswordBtn{
  color: white;
  height:2rem;
  margin-top:5.7rem;
  background:rgba(80,188,176,1);
  opacity:0.85;
  border: none;
  border-radius:0.4rem;
  cursor: pointer;
  width:100%;
  display: flex;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
  font-size:0.8rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
}

.resetPasswordBtn:hover {
  opacity: 1;
}
a{
text-decoration:none;
}
input:focus {color: white;background-color: transparent;}
.registerbtn {
  color: white;
  height:2rem;
  margin-top:1.8rem;
  background:rgba(80,188,176,1);
  opacity:0.85;
  border: none;
  border-radius:0.4rem;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
}

.registerbtn:hover {
  opacity: 1;
  cursor: pointer;
}
.registerbtn:active {
  opacity: 1;
}
a{
text-decoration:none;
}
input:focus {color: white;background-color: transparent;}
.registerInfoArea{
  height:auto;
  width:100%;
  /* background-color: rgb(236, 170, 161); */
  display: flex;
  flex-direction:row;
  justify-content:flex-start; 
  align-items:center;
  font-size:0.5rem;
  margin: 0.2rem 0 0.2rem 0;
  position: absolute;
}
.registerInfoTips{
  width:0.7rem;
  height:0.7rem;
  border:0.1rem solid white;
  transform: rotate(45deg);
  margin: 0 0.4rem 0 0.1rem;
  display: flex;
  justify-content:center; 
  align-items:center;
}
.registerInfoTipsInner{
  width:0.3rem;
  height:0.3rem;
  background-color:  white;
  /* transform: translate(0.1rem,0.1rem); */
  /* transform: rotate(45deg); */
}
.registerInfo{margin:0.4rem 0 0.5rem 0;color:#CCCCCC;font-size: 1rem;}
.registerInfo a{color:#50BCB0;}
/*.registerInfo:hover{opacity: 0.65;}*/
.dashedLine{width:100%;border-top: 0.1rem solid transparent;border-style: dashed;border-width: 0.1rem;margin-top:3rem;}

.redClearIcon{
  height:auto;
  width:1.5rem;
  position: absolute;
  left:-1.5rem;
  padding-bottom:1rem;
  display: none;
  transform: translate(0,-30%);
  opacity: 0.85;
  /* background-color: tomato; */
  /* z-index: 9; */
}
.redClearIcon:hover{width:1.55rem;opacity: 1;}
.redClearIcon:active{width:1.55rem;opacity: 1;}
.getVerificationCodeBtn{
  color: white;
  height:2rem;
  width:6.2rem;
  /* margin:0 0 0 0; */
  background:rgba(80,188,176,1);
  opacity:0.85;
  border: none;
  border-radius:0.4rem;
  cursor: pointer;
  /* width: 100%; */
  display: flex;
  position:absolute;
  right:0;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}
.getVerificationCodeBtn:hover{opacity: 1;}
.getVerificationCodeBtn_Countdown{
  color: #FFFFFF;
  height:2rem;
  width:6.2rem;
  background:#888888;
  opacity:0.65;
  border: none;
  position: absolute;
  right:0;
  border-radius:0.4rem;
  cursor: wait;
  display:none;
  flex-direction:row;
  justify-content:center; 
  align-items:center;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}

.showPasswordIcon{
  height:auto;
  width:2.5vmin;
  position: absolute;
  right:1vmin;
  display: block;
  transform: translate(0,-80%);
}
.hidePasswordIcon{
  height:auto;
  width:2.5vmin;
  position: absolute;
  right:1vmin;
  transform: translate(0,-80%);
  display: none;
}
.showPasswordIcon2{
  height:auto;
  width:2.5vmin;
  position: absolute;
  right:1vmin;
  display: block;
  transform: translate(0,-80%);
}
.hidePasswordIcon2{
  height:auto;
  width:2.5vmin;
  position: absolute;
  right:1vmin;
  transform: translate(0,-80%);
  display: none;
}
.showPasswordIcon:hover,.hidePasswordIcon:hover,.showPasswordIcon2:hover,.hidePasswordIcon2:hover{opacity: 1;cursor: pointer;}


.changeVerificationCodeArea{
  color: white;
  height:2rem;
  width:10rem;
  /* margin:-2vmin 0vmin 0vmin 2vmin; */
  /* background:rgba(80,188,176,1); */
  opacity:0.85;
  border: none;
  border-radius:0.4rem;
  display: flex;
  flex-direction:row;
  justify-content:flex-start; 
  align-items:flex-end;
  right: -3.8rem;
  position: absolute;
}
.verificationCodeIcon{
  height:2rem;
  width:6.2rem;
}
.changeVerificationCodeBtn{
  height:2rem;
  width:3rem;
  color:#00DCFF;
  font-size: 1rem;
  font-weight: 400;
  /* margin: 0.5vmin 0 0 0.5vmin; */
  opacity: 0.85;
  margin-left:0.8rem;
  display: flex;
  flex-direction:column;
  justify-content:flex-end; 
  align-items:flex-start;
  /* position: absolute; */
}
.changeVerificationCodeBtn:hover{opacity: 1;border-bottom:1px solid #00DCFF;cursor: pointer;}
.changeVerificationCodeBtn:active{opacity: 1;border-bottom:1px solid #00DCFF;cursor: pointer;}



.returnLoginArea{
  width:100%;
  height:2rem;
  /* background-color: rgb(233, 199, 89); */
  display: flex;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
  position: relative;
  margin-top:4rem;
  margin-bottom:2rem;
}
.returnLoginBtn{
  width:7.4rem;
  height:2rem;
  background:rgba(80,188,176,1);
  opacity:1;
  border-radius:0.4rem;
  display: flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
}
.returnLoginBtn:hover{
  opacity: 0.7;
}
.returnLoginBtn:active{
  opacity: 0.7;
}
.WXLoginReturnIcon{
  width:auto;
  height:1rem;
  /* background-color: darkred; */
  /* margin: 0 0 0 1.5vmin; */
}
a{
  text-decoration:none;
  }
.returnLoginBtnText{
  font-size: 0.8rem;
  color:#FFFFFF;
}

/* 弹出框样式 失败 */
.retrievePssByEmFailedAlertArea{
  height: 100%;
  width: 100%;
  position: absolute;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items:center;
  z-index: 999;
}
.retrievePssByEmFailedAlertBox{
  height: 8.898rem;
  width: 24.109rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items:center;
  box-shadow:0 1rem 5rem rgba(8,31,36,1);
  border-radius:1rem;
  background-color: rgba(255,255,255,1);
  z-index: 0;
}
.retrievePssByEmFailedAlertBoxForFlex{
  height: 8.898rem;
  width: 24.109rem;
  /* background-color: cyan; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}
.retrievePssByEmFailedAlertBG_LT{
  height: 3rem;
  width: 6rem;
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
  /* background-color: crimson; */
  background: url("../images/backgroundImage/decorateLT.png") no-repeat center;
  background-size: cover; 
}
.retrievePssByEmFailedAlertBG_RB{
  height: 3rem;
  width: 6rem;
  position: absolute;
  bottom:0;
  right:0;
  z-index: 2;
  /* background-color: crimson; */
  background: url("../images/backgroundImage/decorateRB.png") no-repeat center;
  background-size: cover; 
}
.retrievePssByEmFailedAlertTitle{
  position: relative;
  color:#184E5A;
  font-size:1.2rem;
  font-weight:600;
  opacity:1;
  margin:0.5rem 0 0.7rem 0;
  /* background-color: steelblue; */
}
.retrievePssByEmFailedAlertDes{
  position: relative;
  color:#184E5A;
  font-size:0.9rem;
  letter-spacing: 0.05rem;
  font-weight:400;
  margin:0 0 0.9rem 0;
  /* background-color: springgreen; */
}
.retrievePssByEmFailedAlertBtn{
  height:1.645rem;
  width:5.476rem;
  font-size: 0.8rem;
  margin:0 0 0.5vmin 0;
  background-color: #50BCB0;
  border: none;
  border-radius:0.4rem;
  opacity: 1;
}
.retrievePssByEmFailedAlertBtn:hover{opacity: 0.9;}
/* 弹出框样式 成功*/
.retrievePssByEmSuccessAlertArea{
  height: 100%;
  width: 100%;
  position: absolute;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items:center;
  z-index: 999;
}
.retrievePssByEmSuccessAlertBox{
  height: 12.4rem;
  width: 28.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items:center;
  box-shadow:0px 1rem 5rem rgba(8,31,36,1);
  border-radius:1rem;
  background-color: rgba(255,255,255,1);
  z-index: 0;
}
.retrievePssByEmSuccessAlertBoxForFlex{
  height: 12.4rem;
  width: 28.4rem;
  /* background-color: cyan; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items:center;
}

.retrievePssByEmSuccessAlertBG_LT{
  height: 4rem;
  width: 9rem;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  /* background-color: crimson; */
  background: url("../images/backgroundImage/decorateLT.png") no-repeat center;
  background-size: cover; 
}
.retrievePssByEmSuccessAlertBG_RB{
  height: 4rem;
  width: 9rem;
  position: absolute;
  bottom:0;
  right:0;
  z-index: 1;
  /* background-color: crimson; */
  background: url("../images/backgroundImage/decorateRB.png") no-repeat center;
  background-size: cover; 
}
.retrievePssByEmSuccessAlertTitleArea{
  height: 3rem;
  width: 100%;
  /* background-color: cyan; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items:center;
}
.greenConfirmIcon{
  height: 1.393rem;
  width: 1.393rem;
  margin:5vmin 1vmin 4vmin 0;
}
.retrievePssByEmSuccessAlertTitle{
  color:#2BD474;
  font-size:1.2rem;
  font-weight:600;
  margin:4vmin 0 4vmin 0;
}
.retrievePssByEmSuccessAlertDes1{
  color:#184E5A;
  font-size:0.8rem;
  letter-spacing: 0.05rem;
  font-weight:400;
  margin:1.2rem 0 0.6rem -10rem;
}
.retrievePssByEmSuccessAlertDes2{
  color:#50BCB0;
  font-size:1rem;
  letter-spacing: 0.05rem;
  font-weight:400;
  margin:0rem 0 1rem -8rem;
}
.retrievePssByEmSuccessAlertBtnArea{
  height: 3rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items:flex-end;
  /* background-color: darkred; */
}
.retrievePssByEmSuccessAlertBtn_refuse{
  height:1.4rem;
  width:5.4rem;
  font-size: 0.8rem;
  /*margin:3vmin 2vmin 0.5vmin 0;
  */background-color: #50BCB0;
  border: none;
  border-radius:0.4rem;
  margin-right:2.4rem;
  cursor: pointer;
  z-index: 3;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.retrievePssByEmSuccessAlertBtn_bind{
  height:1.4rem;
  width:5.4rem;
  font-size: 0.8rem;
  /*margin:3vmin 0 0.5vmin 2vmin;
  */background-color: #50BCB0;
  border: none;
  border-radius:0.4rem;
  /* margin-left:2vmin; */
  cursor: pointer;
  z-index: 3;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.retrievePssByEmSuccessAlertBtn_refuse:hover{
  background-color: #C8C8C8;
}
.retrievePssByEmSuccessAlertBtn_bind:hover{
  background-color: #C8C8C8;
}
