
.register {
  position: relative;
  padding: 58px 30px;
}
.register-step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  color: #7F7F7F;
  text-align: center;
}
.register-point {
  width: 7px;
  height: 7px;
  margin-bottom: 13px;
  background: #CCCCCC;
  border: 6px solid #F5F5F5;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.register-item {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.register-item.active {
  color: #313335;
}
.active .register-point {
  background: #184CE9;
  border: 6px solid #D1DBFB;
}
.register-line {
  margin-top: 9px;
  width: 90px;
  height: 1px;
  background: #C0C4CC;
}
.register-line-on {
  background: #184CE9;
}
.register-logo {
  padding: 30px 0 40px 0;
  width: 127px;
  height: 45px;
}
.register-step-item {
  font-weight: 600;
  font-size: 14px;
  color: #1A1A1A;
  border-bottom: 1px solid #E4E5E7;
  margin-bottom: 30px;
}
.register-step-item .van-cell {
  padding: 14px 0;
  font-weight: 400;
  font-size: 16px;
  color: #C0C4CC;
}
.register-code-btn {
  width: fit-content;
  padding: 7px 12px;
  border-radius: 15px;
  border: 1px solid #184CE9;
  font-weight: 400;
  font-size: 14px;
  color: #184CE9;
}
.register-code {
  width: 50%;
}
.register-btn {
  width: 100%;
  text-align: center;
  padding: 13px 0;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  background: #002A79;
  border-radius: 10px;
}
.register-tips {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #7F7F7F;
}
.fc-blue {
  color: #184CE9;
}
.register-step2 {
  margin-top: 30px;
}
.register-step2-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-step2-btn {
  width: 100%;
  text-align: center;
  padding: 13px 0;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  background: #002A79;
  border-radius: 10px;
  border: 1px solid #1A1A1A;
}
.register-step2-off {
  margin-right: 15px;
  color: #1A1A1A;
  background: #fff;
  border: 1px solid #1A1A1A;
}
.register-step3 {
  font-weight: 600;
  font-size: 18px;
  color: #1A1A1A;
  text-align: center;
}
.register-step3-img {
  width: 132px;
  height: 89px;
  margin: 30px;
}
.register-step3-btn {
  margin-top: 30px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {

}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}