
/* 自定义中间弹出的Popup样式 */
.popup {
  /* 核心：让Popup居中显示 */
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  /* 覆盖默认bottom:0 */
  transform: translate(-50%, -50%) scale(0) !important;
  /* 初始缩放到0，准备动画 */
  -webkit-transform: translate(-50%, -50%) scale(0);
  width: 50% !important;
  height: 50% !important;
  /* 自定义宽度，按需调整 */
  max-width: 20rem;
  background: transparent !important;
}

.popup.modal-out {
  transform: translate(-50%, -50%) scale(0) !important;
}

.popup.modal-in {
  transform: translate(-50%, -50%) scale(1) !important;
  /* 缩放至1，居中显示 */
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
}

.modal {
  transform: translate(-50%,-50%) !important;
  margin: auto !important;
}

/* 可选：遮罩层样式（保持默认即可） */
.popup-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
}


.register {
  width: 20rem;
  height: 100%;
  background: url(../images/register-bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.register-header {
  padding: .64rem 0 0 .8rem;
}

.register-header>a {
  display: inline-block;
  background: url(../images/logo-black.png);
  background-size: 100% 100%;
  width: 6.0533rem;
  height: 1.7867rem;
}

.register-tab {
  margin: auto;
  margin-top: 2.5867rem;
  width: 10.7733rem !important;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.register-tab>a {
  display: inline-block;
  background: url(../images/btn-text-zc.png);
  background-size: 7.04rem;
  width: 3.2rem;
  height: 1.3333rem;
  border: none !important;
}

.register-tab>a:nth-child(2) {
  background-position-x: -3.5933rem;
}

.register-tab>a.active {
  background-position-y: -1.3733rem;
  border: none !important;
}

.register-tab>a:nth-child(2).active {
  background-position-x: -3.5933rem;
}

.tab-box {
  width: 19.2rem;
  margin: auto;
  margin-top: .3467rem;
  height: 58vh;
  min-height: 20.1333rem;
  background: #fff;
  border-radius: .3267rem;
  padding: .8533rem .8533rem 1.84rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* border: 1px solid #aac4e1; */
  box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.1);
}

.tab-box-p {
  padding-left: .6933rem;
  color: #c45c5c;
  font-size: .64rem;
}

.register-input {
  padding-left: .6933rem;
  font-size: .64rem;
  width: 100%;
  height: 2.1333rem;
  line-height: 2.1333rem;
  border-radius: 2.1333rem;
  background: #fffafa;
  border: none !important;
  touch-action: manipulation;
}

.register-flex {
  display: flex;
  justify-content: space-between;
}

.register-flex input {
  width: 10.4267rem !important;
}

.register-code {
  width: 6.3467rem;
  position: relative;
}

.register-code>img {
  width: 6.3467rem;
  height: 2.1333rem;
}

.register-code a {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1.0667rem;
  color: #c45c5c;
  font-size: .5333rem;
  width: 100%;
  text-align: center;
}

.register-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.register-bottom>a {
  display: inline-block;
  margin: 1.0667rem 0 .8rem;
  width: 10.4267rem;
  height: 2.1333rem;
  background-color: #b61c22;
  line-height: 2.1333rem;
  border-radius: 2.1333rem;
  text-align: center;
  color: #fff;
  font-size: .8rem;
}

.register-bottom-flex {
  display: flex;
  align-items: center;
  color: #b61c22;
  font-size: .48rem;
}
.register-bottom-flex a {
    color: #b61c22;
}
.register-bottom-flex input {
  margin-right: .3rem;
  accent-color: #B61C22;
  margin-bottom: .1rem;
}

.registerP{
  width: 15.0933rem !important;
  height: 14.5333rem !important;
  background: #fff !important;
  border-radius: .5333rem;
  position: relative;
  padding: 1.2rem .8533rem 0rem;
}

/* .registerP {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0rem .8533rem 1.84rem;
} */

.registerP>p {
  text-align: center;
  color: #000000;
  font-size: .64rem;
}

.registerP-box {
  height: 7.4667rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: .4667rem;
}

.registerP-box input {
  width: 13.4933rem !important;
}

.registerP-box .register-flex input {
  width: 6.7467rem !important;
}

.register-buttom {
  width: 6.3467rem;
  height: 2.1333rem;
  text-align: center;
  border-radius: 2.1333rem;
  border: 2px solid #f47e7e;
  background: #ffeaea;
  color: #f47e7e;
  font-size: .64rem;
}

.registerP-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  border-top: 1px solid #fcdfdf;
}

.registerP-bottom a {
  display: inline-block;
  font-size: .6933rem;
  color: #828282;
  text-align: center;
  width: 50%;
  height: 2.6667rem;
  line-height: 2.6667rem;
}

.registerP-bottom a:nth-child(2) {
  color: #b61c22;
  border-left: 1px solid #fcdfdf;
}



.registerImgT {
  width: 15.0933rem !important;
  height: 9.04rem !important;
  background: #fff !important;
  border-radius: .5333rem;
  position: relative;
  padding: .9rem .8533rem 0rem;
}

.registerImg {
  width: 15.0933rem !important;
  height: 9.04rem !important;
  background: #fff !important;
  border-radius: .5333rem;
  position: relative;
  padding: .9rem .8533rem 0rem;
}

.registerImg>p {
  text-align: center;
  font-size: .64rem;
  color: #000000;
}

.registerImg-flex {
  display: flex;
  margin-top: .5333rem;
}

p {
  margin: 0;
}

.retrieve-p {
  padding-left: 1.12rem;
  color: #000000;
  font-size: 1.0133rem;
  margin-top: 2.72rem;
}
