* {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: bottom;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  margin: 0 auto;
  font-family: MicrosoftYaHei;
}
header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: auto;
  background-color: #FFF;
}
header .logo {
  margin-left: 0.44rem;
  margin-top: 0.46666667rem;
}
header .logo img {
  width: 1.72rem;
  height: auto;
  vertical-align: top;
}
header .register {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: auto;
  margin-top: 0.33333333rem;
}
header .register .user_info {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  overflow: auto;
  margin-right: 0.30666667rem;
}
header .register .user_info .icon_persion {
  width: 0.45333333rem;
  height: 0.45333333rem;
  background-image: url("../images/icon_person.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 0.12rem;
}
header .register .btn_exit {
  margin-right: 0.36rem;
}
.dark {
  width: 100%;
  padding-top: 0.37333333rem;
  background-color: #FFF;
}
.dark img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.pageTip {
  position: relative;
  width: 100%;
  height: 1.53333333rem;
  box-shadow: 0px 5px 5px 0px #e7e6e5;
  background-color: #FFF;
}
.pageTip p {
  width: 100%;
  line-height: 1.53333333rem;
  text-align: center;
  font-size: 0.4rem;
  color: #221e1f;
}
#content {
  padding-top: 0.89333333rem;
  background-color: #FFF;
}
#content .registerForm {
  width: 8.57333333rem;
  margin: 0 auto;
}
#content .registerForm .index_submit .phone {
  width: 100%;
  height: 1.22666667rem;
  font-size: 0.29333333rem;
  color: #898989;
  line-height: 0.29333333rem;
  display: block;
  border: 1px solid #898989;
  border-width: 0.02666667rem;
  padding-left: 0.32rem;
  border-radius: 0.04rem;
}
#content .registerForm .index_submit .pictureCode {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.65333333rem;
}
#content .registerForm .index_submit .pictureCode .piccode {
  width: 6.33333333rem;
  height: 1.22666667rem;
  font-size: 0.29333333rem;
  color: #898989;
  line-height: 0.29333333rem;
  display: block;
  border: 1px solid #898989;
  border-width: 0.02666667rem;
  padding-left: 0.32rem;
  border-radius: 0.04rem;
}
#content .registerForm .index_submit .pictureCode .codeImage {
  width: 1.88rem;
  height: 1.21333333rem;
}
#content .registerForm .index_submit .phoneData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.65333333rem;
}
#content .registerForm .index_submit .phoneData .datacode {
  width: 6.33333333rem;
  height: 1.22666667rem;
  font-size: 0.29333333rem;
  color: #898989;
  line-height: 0.29333333rem;
  display: block;
  border: 1px solid #898989;
  border-width: 0.02666667rem;
  padding-left: 0.32rem;
  border-radius: 0.04rem;
}
#content .registerForm .index_submit .phoneData span {
  width: 2rem;
  height: 1.22666667rem;
  border-radius: 0.04rem;
  line-height: 1.22666667rem;
  font-size: 0.29333333rem;
  text-align: center;
  border: 1px solid #898989;
  border-width: 0.02666667rem;
}
#content .registerForm .index_submit .btn_register {
  width: 100%;
  height: 1.22666667rem;
  line-height: 1.22666667rem;
  font-size: 0.4rem;
  text-align: center;
  color: #ffffff;
  background-image: url('../images/btn_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-width: 0px;
  margin-top: 1.04rem;
}
#content .registerForm .index_submit .errorInput {
  border: 1px solid #d13239 !important;
  border-width: 0.02666667rem !important;
  outline: none!important;
  color: #d13239 !important;
}
#errorToast {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #666666;
  overflow: auto;
  z-index: 99;
  display: none;
}
#errorToast .toast {
  position: relative;
  width: 6.97333333rem;
  height: 4.96rem;
  margin: 0 auto;
  margin-top: 4.04rem;
  border-radius: 0.06666667rem;
  background-color: #ffffff;
  overflow: auto;
}
#errorToast .toast .successIcon {
  display: block;
  width: 0.89333333rem;
  height: 0.89333333rem;
  margin: 0 auto;
  margin-top: 0.65333333rem;
}
#errorToast .toast .tip {
  font-size: 0.34666667rem;
  line-height: 0.42666667rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  margin-top: 0.49333333rem;
}
#errorToast .toast #errorBtn {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 1.13333333rem;
  margin: 0 auto;
  background: url('../images/toastBtn.png') no-repeat;
  background-size: 100% 100%;
}
#errorToast .toast #errorBtn p {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.34666667rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.02666667rem;
  color: #fffefe;
}
.phonepwd-btn {
  border: 1px solid #898989;
  background-color: #fff;
  width: 1.7rem;
  height: 0.65rem;
  border-radius: 0.15rem;
  font-size: 0.28rem;
  margin-left: 0.15rem;
  color: #7a7979;
}
.privacy {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  color: #595757;
  font-size: 0.4rem;
  align-items: center;
  margin-top: 0.8rem;
}
.privacy > .privacyWapper {
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  border: 1px solid #181818;
  border-radius: 0.05rem;
  margin-right: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacy > .privacyWapper > .privacyInfoWapper {
  width: 0.38rem;
  height: 0.38rem;
  background: #bc9136;
  border-radius: 0.05rem;
}
.privacyTip {
  color: #bc9136;
}
.changeInput::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #d13239;
}
.privacy > p > span {
  color: #00c1de;
  text-decoration: underline;
}
