@charset "utf-8";

.regist-page{
  background: linear-gradient(180deg, #0CBB7F 0%, #7DF189 100%);
  border-radius: 0px 0px 0px 0px;
}
.regist-main{
  min-height: calc(100vh - 260px);
  box-sizing: border-box;
}
.regist-container{
  width: 532px;
  margin: 0px auto 78px;
  padding: 60px 0 10px;
}
.regist-container h1 {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
}
.login-tabs{
  text-align: center;
}
.login-tabs span {
  display: inline-block;
  line-height: 42px;
  margin: 0 0 35px;
  text-align: center;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 400;
  cursor: pointer;
}
.login-tabs span:nth-child(1){
  margin-right: 62px;
}

.login-tabs span.active {
  position: relative;
  padding-bottom: 10px;
  color: #0A8B5F;
}
.login-tabs span.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0A8B5F;
  border-radius: 63px 63px 63px 63px;
  opacity: 1;
}
.login-body{
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  border-radius: 13px 13px 13px 13px;
  width: 100%;
  box-sizing: border-box;
  padding: 46px 40px 35px;
}
.regist-form{

}
.regist-form h2{
  font-size: 32px;
  font-weight: 400;
  color: #0A8B5F;
  margin-bottom: 25px;
}
.regist-form .itemWrap {
  position: relative;
  margin-bottom: 25px;
}
.regist-form .itemWrap .item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  border-radius: 69px;
  background: #fff;
  border: 1px solid #DCDFE6;
  padding: 0px 26px;
  box-sizing: border-box;
}
.regist-form .itemWrap .item em{
  margin-top: -3px;
}
.regist-form .itemWrap .item input {
  background: transparent;
  width: calc(100% - 20px);
  height: 50px;
  line-height: 50px;
  border: none 0;
  font-size: 14px;
  padding-left: 5px;
  box-sizing: border-box;
}
.regist-form .itemWrap .item input::-webkit-input-placeholder{
  font-size: 16px;
}
.regist-form .itemWrap .error {
  position: absolute;
  bottom: -24px;
  left: 24px;
  margin-top: -10px;
  font-size: 14px;
  color: #ff0000;
  display: none;
}
.regist-form .itemWrap.error .item{
  border-color: #ff7e71;
}
.regist-form .itemWrap.error .error{
  display: block;
}
.regist-form .itemWrap .codeItem .item{
  width: 222px;
  display: inline-block;
  vertical-align: middle;
}
.code-img{
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
  margin-left: 22px;
  margin-right: 10px;
  max-width: 140px;
}
.codeItem .change {
  font-size: 14px;
  color: #434343;
  line-height: 18px;
  vertical-align: bottom;
}
.regist-form .itemWrap .verifyCode .item{
  width: 222px;
  display: inline-block;
  vertical-align: middle;
}
.regist-form .itemWrap .verifyCode.item input{
  padding-right: 138px;
}
.verifyCode .toGetCode {
  margin-left: 22px;
  display: inline-block;
  width: 195px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #DCDFE6;
  vertical-align: middle;
  color: #0A8B5F;
  font-size: 18px;
}
.verifyCode .sendCodeBox{
  position: absolute;
  display: inline-block;
  right: 42px;
  top: 0;
  color: #0A8B5F;
}
.verifyCode .sendCodeBox::before{
  content: '';
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #0A8B5F;
  position: absolute;
}
.verifyCode .sendCodeBox a{
  color: #0A8B5F;
}

.regist-button{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #E8BA00;
  border-radius: 69px 69px 69px 69px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
}
.regist-button a{
  color: #000;
  display: block;
}
.read-checkbox{
  margin-bottom: 15px;
  /* text-align: left; */
  font-size: 14px;
  font-weight: 400;
  color: #848484;
}
.read-checkbox a{
  color: #0A8B5F;
}
.login-page-btn{
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  text-align: right;
  margin-top: 25px;
}
.login-page-btn a{
  color: #1E9E3B;
}

.read-checkbox input,
.pass-checkbox input {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 15px;
  height: 15px;
}
.read-checkbox input[type="checkbox"]::after,
.pass-checkbox input[type="checkbox"]::after {
  width: 15px;
  height: 15px;
  content: " ";
  color: #fff;
  display: inline-block;
  visibility: visible;
  border-radius: 2px;
  padding: 1px 2px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.read-checkbox input[type="checkbox"]:hover::after,
.pass-checkbox input[type="checkbox"]:hover::after {
  border-color: #0A8B5F;
}
.read-checkbox input[type="checkbox"]:checked::after,
.pass-checkbox input[type="checkbox"]:checked::after {
  content:"";
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #0A8B5F;
  border-color: #0A8B5F;
  background-image: url('../images/sj/input-chenked.png');
  background-size: contain;
}
.pass-checkbox{
  margin-top: 15px;
  color: #3E3E3E;
  text-align: center;
  margin-bottom: 15px;
}
.pass-checkbox a{
  color: #0A8B5F;
  font-size: 14px;
}
.other-login{
  margin-top: 25px;
}
.other-login .other-account {
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  line-height: 18px;
  text-align: center;
  position: relative;
}
.other-login .other-account::before{
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 119px;
  height: 1px;
  background: #5E5E5E;
}
.other-login .other-account::after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 119px;
  height: 1px;
  background: #5E5E5E;
}
.other-select{
  margin-top: 32px;
  padding: 0 43px;
  position: relative;
}
.other-select::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1px;
  height: 29px;
  background: #A4A4A4;
}
.login-alert-third-item{
  vertical-align: middle;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 1px;
  color: #797979;
  font-size: 12px;
  text-decoration: none;
  margin: 0 4px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.login-alert-third-item1{
  background-image: url('../images/icon/icon-wechat.png');
}
.login-alert-third-item2{
  background-image: url('../images/icon/icon-qq.png');
}
.login-alert-text{
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #373737;
  line-height: 18px;
}
.other-select-l,
.other-select-r{
  display: inline-block;
}
.other-select-r{
  float: right;
}