*,
*::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: 0px;
  padding: 0px;
  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%;
  position: fixed;
  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:10vmin;
}


/* 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;
  width:15.8rem;
  height:auto;
  /* overflow-y: auto; */
}
.topTitleIconArea{
  /* background-color: tomato; */
  width: 100%;
  height:5.7rem;
  /* height:12.1482vmin; */
  /* position: absolute; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content:center; 
  align-items:center;
  font-size: 1.2rem;
  font-weight: 600;
}
.tyLogoIcon{
  width:3.374rem;
  height:3.626rem;
  /* position: absolute; */
}
.topTitleIconArea > p{margin-top:1rem;}
.contentTitleArea{
  height:3.1rem;
  width:100%;
  /* background-color: violet; */
  margin-top:1.4rem;
  margin-bottom:2rem;
}
.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{
  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;
}
.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;
  /* right:0.5rem; */
  /* top:1rem; */
  display: flex;
  /* transform: translate(0,-50%); */
  /* background-color: rgb(128, 29, 12); */
}
.hidePasswordIcon{
  display: none;
  height:auto;
  width:1.8rem;
  position: relative;
  /* right:0.5rem; */
  /* top:1rem; */
  /* transform: translate(0,-45%); */
  /* background-color: skyblue; */
}
.showPasswordIcon:hover,.hidePasswordIcon:hover{opacity: 0.8;cursor: pointer;}
/* 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;
}
input[type=text]{
  width: 100%;
  padding: 0.1rem;
  margin: 1rem 0 1rem 0;
  /* display: inline-block; */
  border: none;
  /* background: #f1f1f1; */
  background-color: transparent;
  
  font-size:1rem;
  /* font-family:PingFang SC; */
  font-weight:400;
  line-height:1.4rem;
  color:rgba(255,255,255,1);
}
.inputPasswordArea{
  width: 13rem;
  height:1.8rem;
  /* background-color: vio let; */
  display: flex;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
}
input[type=password] {
  width: 13rem;
  height:100%;
  /* padding: 0.15rem; */
  /* margin: 1rem 0 1rem 0; */
  /* display: inline-block; */
  border: none;
  /* background: #f1f1f1; */
  background-color: transparent;
  /* border-bottom: 0.14rem solid #888888; */
  font-size:1rem;
  /* font-family:PingFang SC; */
  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:2.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;
}

.registerbtn:hover {
  opacity: 1;
}
a{
text-decoration:none;
}
input:focus {color: white;background-color: transparent;}
.registerInfoArea{
  height:auto;
  width:15.8rem;
  /* background-color: rgb(236, 170, 161); */
  display: flex;
  flex-direction:row;
  justify-content:flex-end; 
  align-items:center;
  font-size:1rem;
  margin: 0.3rem 0 0.5rem 0;
  position: absolute;
}
.registerInfoTips{
  width:1.2vmin;
  height:1.2vmin;
  border:1px solid white;
  transform: rotate(45deg);
  margin: 0 0.8vmin 0 0.5vmin;
  display: flex;
  justify-content:center; 
  align-items:center;
}
.registerInfoTipsInner{
  width:0.6vmin;
  height:0.6vmin;
  background-color:  white;
  /* transform: translate(0.15vmin,0.15vmin); */
  /* transform: rotate(45deg); */
}
.registerInfo{margin-left:0.5vmin;color:#50BCB0;font-size: 1rem;}
.registerInfo:hover{opacity: 0.65;}
.dashedLine{width:100%;border-top: 1px solid transparent;border-style: dashed;border-width: 1px;margin-top:3rem;}
.fastRegisterArea{
  height:auto;
  width:100%;
  /* background-color: tomato; */
  display: flex;
  flex-direction:column;
  justify-content:center; 
  align-items:center;
}
.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:3.1482vmin;}

/* 弹出框样式 */
.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: dark  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;
}
