.layout {
  min-width: 1200px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
    .layout .headerContainer {
        flex-shrink: 0;
        /* height: 64px; */
        z-index: 10;
    }
.layout .contentContainer {
  position: relative;
  flex-grow: 1;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  z-index: 9;
}
.layout .contentContainer .center {
  margin: 0 auto;
  width: 1200px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.layout .contentContainer .center .background {
  width: 1200px;
  flex-grow: 1;
  border-radius: 12px;
  background-color: #fff;
  padding: 24px;
  margin-bottom: 24px;
}
.layout .footerContainer {
  flex-shrink: 0;
  height: 184px;
}
.layout .contentContainer .center .routesBreadcrumb {
  flex-shrink: 0;
  height: 36px;
  display: flex;
  align-items: center;
}
.layout .contentContainer .center .routesBreadcrumb .breadcrumb {
  font-size: 12px;
}

.register {
  margin-bottom: 36px;
}
.register .main{
  margin: 0 auto;
  width: 1200px;
  border-radius: 12px;
  box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  padding: 64px 0;
}
.register .contentWidth {
  width: 700px;
}
.register .content {
  margin: 0 auto;
  width: 700px;
}
.register .content .empty {
  position: relative;
  height: 520px;
}
.register .content .top .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.register .content .top .desc {
  color: #FF8900;
  background-color: #fff9f2;
  padding: 6px;
  margin-bottom: 20px;
}
.register .formWidth {
  width: 520px;
}
.register .form {
  margin-top: 48px;
  width: 520px;
}
.register .stepBtn {
  width: 128px;
}
.register .complete {
  margin-top: 48px;
  width: 700px;
}
.register .captchaRowMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.register .nameRowMain {
  display: flex;
  justify-content: space-between;
}
.register .nameRowMain .insertMiddleDotBtn {
  flex-shrink: 0;
  margin-left: 16px;
  font-size: 14px;
}
