@font-face {
  font-family: 'PangMenZhengDao';
  src: url('../font/PangMenZhengDao.ttf');
}

.PangMen.text-wrapper h1 {
  font-family: "PangMenZhengDao";
  font-size: .98rem;
}

body {
  -webkit-font-smoothing: auto;
  font: 14px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
}

input:focus {
  outline: none;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
  margin-left: 20px;
  color: #303133;
}

* {
  margin: 0;
  padding: 0;
}

/*默认对话框*/
.el-message {
  opacity: 0;
  top: 20px;
  z-index: 999999;
  min-width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #EBEEF5;
  position: fixed;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #edf2fc;
  -webkit-transition: opacity .3s, top .4s, -webkit-transform .4s;
  transition: opacity .3s, top .4s, -webkit-transform .4s;
  transition: opacity .3s, transform .4s, top .4s;
  transition: opacity .3s, transform .4s, top .4s, -webkit-transform .4s;
  padding: 15px 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-message--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.el-message--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.el-message {
  border-radius: 4px;
  overflow: hidden;
}

.el-message__content {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}

.el-message.is-closable .el-message__content {
  padding-right: 16px;
}

.el-message--success .el-message__content {
  color: #67C23A;
}

.el-message--error .el-message__content {
  color: #F56C6C;
}

.el-message .el-icon-success {
  width: 18px;
  height: 18px;
  background: url(../images/success.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #67C23A;
}

.el-message .el-icon-error {
  width: 18px;
  height: 18px;
  background: url(../images/error.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #67C23A;
}

.el-message__icon {
  margin-right: 10px;
}

.el-message__closeBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url(../images/close1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* 动画 */
/*@方法二*/
.animate1 {
  /*进入动作*/
  -webkit-animation: enter .6s 0s forwards ease;
  animation: enter .6s 0s forwards ease;
}

/*进入*/
@-webkit-keyframes enter {
  0% {
    transform: translate(-50%, -200%);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
}





/**注册样式 start**/

.register-wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f9ff;
  padding-bottom: 30px;
}

.register-title {
  text-align: center;
  padding-top: 60px;
  font-size: 32px;
  letter-spacing: 1px;
  color: #24293B;
  font-weight: bold;
}

.reg-lab {
  margin-top: 24px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #8F959E;
  font-weight: 400;
  /* line-height: 44px; */
  text-align: center;
}

.step-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 90px;
}

.register-tab {
  width: 100%;
  border-bottom: 1px solid rgba(144, 149, 153, 0.2);
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.register-tab li {
  position: relative;
  margin-left: 56px;
  padding-bottom: 22px;
  font-size: 16px;
  color: #7d8bb3;
  font-weight: 400;
}

.register-tab li.active {
  color: #326AFF;
}

.register-tab li:first-child {
  margin-left: 0;
}

.register-tab li.active p span {
  color: #fff;
  background-color: #326AFF;
}

.register-tab li p span {
  margin-right: 8px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #8F959E;
}

.register-tab li.active:after {
  display: inline-block;
}

.register-tab li:after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 4px;
  border-radius: 10px;
  background-color: #326AFF;
}



ol,
ul {
  list-style: none;
}








.form-container {
  width: 520px;
  padding: 48px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  font-size: 14px;
  box-shadow: 0 4px 16px 0 rgb(0 60 179 / 12%);
  border-radius: 12px;
}

.sec-title {

  font-size: 24px;
  color: #24293B;
  margin-bottom: 26px;
}

.upload-wrapper {
  width: 200px;
  height: 152px;
  box-sizing: border-box;

  /* position: relative; */
}

.idcard-upload-wrapper {
  width: 202px;
}

.idcard-upload-wrapper .el-upload-dragger {
  width: 202px;
  height: 128px;
  border: 1px solid #FFF;

  box-shadow: 0px 0px 24px 0px rgba(19, 60, 110, 0.08);
  border-radius: 6px;
}


.certUpload {
  /* border: 1px solid #DDDFE1; */
}

.certPrewView {
  width: 202px;
  height: 152px;
  box-shadow: 0px 0px 24px 0px rgb(19 60 110 / 8%);
  border: 1px solid #DDDFE1;
  border-radius: 8px;
  display: inline-block;
  position: relative;
}

.certPrewView .thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: inline-block;
  position: relative;
}


.certPrewView .actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -25px;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 25px;
  background-color: rgba(0, 0, 0, .5);
  transition: opacity .3s;
  border-radius: 8px;
  padding-bottom: 30px;
}

.certPrewView .actions .item {
  padding: 0 5px;
}

.certPrewView .actions:hover {
  opacity: 1;
}

.certPrewView .actions:hover span {
  display: inline-block;
}

.certPrewView .actions span {
  display: none;
  cursor: pointer;
}





.mx-view {
  position: relative;
  width: 100%;

}

.pic-view {
  display: inline-block;
  width: 138px;
  height: 67px;
  margin: 14px auto;
}

.pic-view img {
  width: 100%;
  height: 100%;
}

.mx-view .text {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #326AFF;
  padding: 0;
  /* margin-top: 5px; */
  position: relative;
}

.idcard-upload-wrapper .el-upload-dragger:hover,
.idcard-prewView .el-upload-dragger:hover {
  border-color: #FFFFFF;
}

.el-upload--picture-card:hover,
.el-upload:focus {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.idcard-prewView {
  width: 202px;
  height: 128px;
  position: absolute;
  top: 0;
  right: 0;
}

.idcard-prewView .el-upload-dragger {
  width: 202px;
  height: 128px;
  border: 1px solid #FFF;

  box-shadow: 0px 0px 24px 0px rgba(19, 60, 110, 0.08);
  border-radius: 6px;
}

.upload-wrapper .upload-info-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(54, 145, 255, 0.15);
  margin-left: 75px;
  margin-top: 25px;
  display: block;
  position: relative;
  z-index: 10;
}

.upload-info-icon img {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.upload-info__text {
  text-align: center;
  line-height: 22px;
  color: #8F959E;
  font-size: 16px;
  margin-top: 16px;
}

.upload-info__text em {
  font-style: normal;
  color: rgba(54, 145, 255, 1);
  font-size: 16px;

}

.prewView {
  width: 200px;
  height: 152px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px;
  /* background-color: rgba(0, 0, 0, .6); */
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.zip-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 20px;
  cursor: pointer;
  z-index: 99;
}

.zip-wrap span {
  color: #fff;
  font-size: 16px;
}

em.mask {
  font-style: normal;
  color: #296BEF;
  font-size: 12px;
  cursor: pointer;
}

.protocol-content {
  height: 460px;
  overflow: auto;
}

.notice-txt {
  font-size: 14px;
  color: #24293B;
  line-height: 28px;
}

.pe-line {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #DDDFE1;
  border-radius: 1px;
  line-height: 48px;
  margin-left: 5px;
}

.regist-login {
  font-size: 16px;
  line-height: 1;

  text-align: center;
  display: block;
  margin-top: 24px;
}

.regist-login span {
  color: #8F959E
}

.idCardprewView {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 202px;
  height: 128px;
  margin: 0 8px 8px 0;
  display: inline-block;
  position: relative;
}

.idCardprewView .thumbnail {
  width: 100%;
  height: 100%;
}

.idCardprewView .actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -36px;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, .5);
  transition: opacity .3s;
  padding-bottom: 36px;
}

.idCardprewView .actions .item {
  padding: 0 5px;
}

.idCardprewView .actions:hover {
  opacity: 1;
}

.idCardprewView .actions:hover span {
  display: inline-block;
}

.idCardprewView .actions span {
  display: none;
  cursor: pointer;
}

.idcardtips {
  color: #F56C6C;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
}


.protocol__Checked .el-checkbox__label{
  font-size: 12px !important;
}

.code-img {

  width: 90px;
  height: 48px;
  line-height: 48px;
  position: relative;
  top: 10px;
  left: 20px;
  cursor: pointer;
  /* margin-top: 15px; */
}

.verify-wrapper {
  display: inline-block;
  line-height: 48px;
  height: 48px;
  color: #8F959E;
  margin-top: 0px;
  font-size: 16px;
  padding: 0 10px;
  cursor: pointer;
}

.verify-wrapper .mi {
  font-size: 16px;
  color: #8F959E;
}

.verify-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 1px;
  height: 14px;
  background: #DDDFE1;
}



.syncModal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 502;
}

#slider-verify {
  background-color: #FFF;
}

/**注册样式 end**/