*,
*::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;
}

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

.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;
  /* background-color: teal; */
}

.contentArea{
  /* background-color: rgb(216, 172 , 212); */
  height:55rem;
  width: 35rem;
  display: flex;
  flex-direction: column;
  justify-content:flex-start; 
  align-items:flex-start;
  position: relative;
  margin-left:21vw;
  margin-top:14vmin;
 }


/* Add padding to containers */
.container {
  /* background-color:transparent; */
  /* background-color: rgb(11, 66, 218); */
  display: flex;
  flex-direction: column;
  justify-content:center; 
  align-items:flex-start;
  position: relative;
  /*width:50%;
  height:100%;*/
  width:15.8rem;
  height:auto;
}
.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:rem; */
}
/* @media (min-width: 1024px) {
  .topTitleIconArea{
    margin-top:2rem;
  }
}
@media (min-width: 1366px) {
  .topTitleIconArea{
    margin-top:0rem;
  }
} */
.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;
}
.contentTitle{font-size: 1.2rem;font-weight: 400;}
.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;font-weight: 400;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,.passwordArea2{
  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:2rem;
  border-bottom: 0.14rem solid #888888;
}
/* .passwordArea2{margin-top:1rem;} */
.showHidePssIconArea{
  width:2.8rem;
  height:1.8rem;
  position: absolute;
  right:0;
  top:0;
  /* background-color: rgb(198, 231, 9); */
  /* border-bottom: 0.14rem solid #888888; */
  display: flex;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
}
.showPasswordIcon{
  height:auto;
  width:1.8rem;
  position: relative;
  display: flex;
  /* background-color: rgb(128, 29, 12); */
}
.showPasswordIcon:active,.hidePasswordIcon:active{opacity: 0.8;}
.hidePasswordIcon{
  display: none;
  height:auto;
  width:1.8rem;
  position: relative;
}
form{
  /* background-color: rgb(28, 180, 240); */
  width:100%;
  height:auto;
}
.diffPasswordTips{
  width:100%;
  height:auto;
  font-size: 0.8rem;
  /* background-color: springgreen; */
  position: relative;
  margin-top: 0.5rem;
  margin-bottom:3rem;
}
/* Full-width input fields */
.inputTextArea{
  height:1.8rem;
  width:100%;
  border-bottom: 0.14rem solid #888888;
  /* background-color: slateblue; */
  display: flex;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
  margin-top:2rem;
}
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);
}
.inputPasswordArea{
  width: 14rem;
  height:1.8rem;
  /* background-color: violet; */
  display: flex;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
}
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;
}


/* Set a style for the submit button */
.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;
}
a{
text-decoration:none;
}
input:focus {color: white;background-color: transparent;}
.registerInfoArea{
  height:auto;
  width:16.8rem;
  /* background-color: rgb(236, 170, 161); */
  display: flex;
  flex-direction:row;
  justify-content:flex-end; 
  align-items:center;
  font-size:0.7rem;
  margin: 0.2rem 0 0.5rem 0;
  position: absolute;
}
.registerInfoTips{
  width:0.7rem;
  height:0.7rem;
  border:0.1rem solid white;
  transform: rotate(45deg);
  margin: 0 0.4rem 0 0.2rem;
  display: flex;
  justify-content:center; 
  align-items:center;
}
.registerInfoTipsInner{
  width:0.3rem;
  height:0.3rem;
  background-color:  white;
  /* transform: translate(0.125rem,0.125rem); */
  /* 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;} */
hr {
  border:none;
  border-top:0.1rem dashed #fff;
  /* color:#fff; */
  /* background-color:#fff; */
  height:0.1rem;
  width:100%;
  margin-top:4rem;
  margin-bottom:0.5rem;
  position:relative;
}
.fastRegisterArea{
  height:auto;
  width:100%;
  /* background-color: tomato; */
  display: flex;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
  position: relative;
  margin-bottom: 1rem;
}
.fastRegisterTitle{
  font-size: 0.8rem;
  color: white;
  margin:0.5rem 0 1rem 0;
}
.fastRegisterIcon{
  
}
.wxLoginIcon,.phoneLoginIcon{
  width:2.4rem;
  height:auto;
}
.wxLoginIcon:hover,.phoneLoginIcon:hover{opacity: 0.65;}
.phoneLoginIcon{margin-left:1.5rem;}

/* 弹出框样式 */
.loginFailedAlertArea{
  height: 100%;
  width: 100%;
  position: absolute;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items:center;
}
.loginFailedAlertBox{
  min-height: 8.898rem;
  min-width: 24.109rem;
  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;
}
.loginFailedAlertBoxForFlex{
  min-height: 8.898rem;
  min-width: 24.109rem;
  /* background-color: cyan; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items:center;
}
.loginFailedAlertBG_LT{
  height: 1rem;
  width: 3rem;
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
  /* background-color: crimson; */
  background: url("../images/backgroundImage/decorateLT.png") no-repeat center;
  background-size: cover; 
}
.loginFailedAlertBG_RB{
  height: 1rem;
  width: 3rem;
  position: absolute;
  bottom:0;
  right:0;
  z-index: 2;
  /* background-color: crimson; */
  background: url("../images/backgroundImage/decorateRB.png") no-repeat center;
  background-size: cover; 
}
.loginFailedAlertTitle{
  color:#184E5A;
  font-size:1.7rem;
  font-weight:600;
  margin:1.1rem 0 1rem 0;
}
.loginFailedAlertDes{
  color:#184E5A;
  font-size:0.9rem;
  letter-spacing: 0.1rem;
  font-weight:400;
  margin:0 0 1.4rem 0;
}
.loginFailedAlertBtn{
  height:1.645rem;
  width:5.476rem;
  font-size: 0.8rem;
  margin:0 0 0.8rem 0;
  background-color: #50BCB0;
  border: none;
  border-radius:0.4rem;
}

/* 弹出框样式：找回密码*/
.findPasswordArea{
  height: 100%;
  width: 100%;
  position: absolute;
  color: #FFFFFF;
  display: none;
  justify-content: center;
  align-items:center;
}
.findPasswordBox{
  height: 12.4rem;
  width: 26.3rem;
  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;
}
.findPasswordBoxForFlex{
  height: 12.4rem;
  width: 26.3rem;
  /* background-color: cyan; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items:center;
}

.findPasswordBG_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; 
}
.findPasswordBG_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; 
}
.findPasswordTitleArea{
  height: 4.4rem;
  width: 26.3rem;
  /* background-color: rgb(0, 4, 255); */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items:center;
  position: relative;
}
.findPasswordTitle{
  color:#184E5A;
  font-size:1.1rem;
  font-weight:600;
}
.findPasswordBtnArea{
  height: 8rem;
  width: 26.3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items:center;
  position: relative;
  color:#184E5A;
  /* background-color: red; */
}
.findPasswordBtn_phone{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items:center;
}
.findPasswordBtn_Email{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items:center;
}
.findPasswordIcon{
  height: 4.2rem;
  width: 4.2rem;
  margin:-1rem 2.1rem 0.6rem 2.1rem;
  opacity: 0.9;
}
.findPasswordIcon:hover{opacity: 1;}
.findPasswordText{
  color:#184E5A;
  font-size:0.9rem;
  font-weight:400;
}
.closePopoutBox{
  width:2rem;
  height:2rem;
  background:rgba(240,240,240,1);
  box-shadow:0px 0.3rem 0.6rem rgba(0,0,0,0.22);
  border-radius:50%;
  opacity:1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
}
.close {
  display: flex;
  position: relative;
  color: #888888;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  transition: 0.3s;
  margin-top:-0.2rem;
  /* background-color: slateblue; */
}

.close:hover,
.close:active {
  opacity: 0.75;
  cursor: pointer;
}
