.reg-detail{
	margin: 0 auto;
  padding: 0;
  background-color: #f8f8f9;
}
.reg-detail-all{
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: calc(100vh - 256px);
}
.registepage {
  height: 620px;
  width: 1000px;
  margin: 0 auto;
  margin-top: 68px;
  box-shadow: 0 0 8px 0 rgba(204,204,204,0.50);
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  background-color: #fff;
}
.regtolog {
  position: absolute;
  top: -28px;
  right: 0px;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  line-height: 18px;
}
.regtolog a {
  color: #2E7BFB;
}
.regtolog a:hover {
  text-decoration: underline;
}
.regstep {
  width: 330px;
  margin: 0 auto;
  background: #f0f0f0;
  position: relative;
}
.regstep ul {
  height: 34px;
  overflow: hidden;
  list-style-type: none;
}
.regstep li {
  float: left;
  width: 165px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  background-color: #d8d8d8;
}
.regstep li em {
  position: absolute;
  right: -24px;
  top: -8px;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 25px 0 24px 24px;
  border-color: transparent transparent transparent #fff;
  border-style: dashed dashed dashed solid;
}
.regstep li i {
  position: absolute;
  right: -16px;
  top: 0;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 18px 0 15px 16px;
  border-color: transparent transparent transparent #d8d8d8;
  border-style: dashed dashed dashed solid;
}
.regstep li.active {
  background: #2e7bfb;
  z-index: 3;
}
.regstep li.active i {
  border-color: transparent transparent transparent #2e7bfb;
}
.regstep li .badges {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  color: #d8d8d8;
  margin-right: 14px;
}
.regstep li.active .badges {
  color: #2e7bfb;
}
.registepage-title {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 26px;
}
.registinput {
  width: 330px;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0; 
  border: 1px solid #CCCCCC;
}
.registinput:focus {
  border: 1px solid #2E7BFB;
}
.reginline {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 330px;
  margin-bottom: 1rem;
}
.reginline img {
  height: 40px;
}
.reginline a {
  line-height: 40px;
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
}

.reginline .reg-warn {
  display: none;
  right: 211px;
}

.registinput span {
  width: 130px;
}
.regidenty {
  width: 160px;
}
.regpower {
  font-size: 12px;
  color: #2E7BFB;
  letter-spacing: 0;
  width: 330px;
  margin: 0 auto;
  text-align: left;
}
.regpower a {
  vertical-align: top;
}
.regpower input[type="checkbox"]:not(:checked),
.regpower input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.regpower input[type="checkbox"]:not(:checked) + label,
.regpower input[type="checkbox"]:checked + label {
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 25px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.regpower input[type="checkbox"] + label::before,
.regpower input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
}
.regpower input[type="checkbox"]:not(:checked) + label::before {
  top: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #2E7BFB;
}
.regpower input[type="checkbox"]:not(:checked) + label::after {
  top: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #2E7BFB;
  z-index: 0;
}
.regpower input[type="checkbox"]:checked + label::before {
  top: 0px;
  width: 5px;
  height: 12px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #2E7BFB;
  border-bottom: 1px solid #2E7BFB;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);

  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
.regpower input[type="checkbox"]:checked + label::after {
  top: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #2E7BFB;
  z-index: 0;
}
.regpower input[type="checkbox"]:disabled:not(:checked) + label::before,
.regpower input[type="checkbox"]:disabled:checked + label::before {
  top:0;
  box-shadow: none;
  background-color: #444;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.regpower input[type="checkbox"]:disabled + label {
  color: #555;
}
.regpower input[type="checkbox"]:disabled:not(:checked) + label:hover::before {
  border-color: #2E7BFB;
}
.registe-click {
  width: 330px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  background-color:#2E7BFB;
  cursor: pointer;
}
.registe-click:hover {
  background-color:#4D90FF;
}
.reg-email-tip {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.12);
  border-radius: 4px;
  right: 3%;
  top: 24%;
  line-height: 50px;
  width: 280px;
  text-align: left;
  padding-left: 20px;
  color: #666666;
  font-size: 12px;
}
.reg-email-tip::after, .reg-email-tip::before{
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.reg-email-tip::after {
  border-color: rgba(136,183,213,0);
  border-right-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}
.reg-email-tip::before {
  border-color: rgba(136,183,213,0);
  border-right-color: rgba(0,0,0,0.06);
  border-width: 9px;
  margin-top: -9px;
}
.reg-password-tip {
  display: none;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.12);
  border-radius: 4px;
  right: 3%;
  top: 33%;
  line-height: 22px;
  width: 280px;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
  color: #666666;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.reg-password-tip::after, .reg-password-tip::before{
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.reg-password-tip::after {
  border-color: rgba(136,183,213,0);
  border-right-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}
.reg-password-tip::before {
  border-color: rgba(136,183,213,0);
  border-right-color: rgba(0,0,0,0.06);
  border-width: 9px;
  margin-top: -9px;
}
.reg-warn {
  display: none;
  position: absolute;
  font-size: 14px;
  color: #F7491E;
  letter-spacing: 0;
  line-height: 40px;
  margin-left: 20px;
}
.reg-clause-warn {
  position: absolute;
  font-size: 14px;
  color: #F7491E;
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 20px;
  left: 66.5%;
}
#registeform p{
  margin-bottom: 20px;
}
.regpower {
  margin-bottom: 10px!important;
}